Series vs Parallel Resistors: When to Use Each Configuration

Understand the difference between series and parallel resistor configurations. Learn the formulas, when to use each, and how to combine them for custom values.

resistorsseriesparallel

Series Resistors

When resistors are connected end-to-end, the total resistance is simply the sum:

R_total = R1 + R2 + R3 + ...

Key properties: same current flows through all resistors, voltage divides proportionally, total resistance is always greater than any individual resistor.

Parallel Resistors

When resistors share the same two nodes, their conductances add:

1/R_total = 1/R1 + 1/R2 + 1/R3 + ...

For two resistors this simplifies to:

R_total = (R1 × R2) / (R1 + R2)

Key properties: same voltage across all resistors, current divides inversely, total resistance is always less than the smallest individual resistor.

Quick shortcut: Two identical resistors in parallel = half the value. Three = one-third. So two 10kΩ in parallel = 5kΩ. Use our Series/Parallel Resistor Calculator for any combination.

Practical Circuit Applications

Voltage Dividers

One of the most common series resistor applications is the voltage divider. Two resistors in series across a supply voltage produce a reduced output voltage at their junction. For example, two 10kΩ resistors in series across 12V produce 6V at the midpoint. This is the basis of nearly all sensor signal conditioning circuits.

When designing a voltage divider, the current flowing through the divider chain should be at least 10× the current drawn by the load to minimize loading effects. For more on this, see our Voltage Divider Guide or use the Voltage Divider Calculator.

Current Sensing (Shunt Resistors)

Low-value precision resistors placed in series with a load create a measurable voltage drop proportional to the current. A 0.1Ω shunt carrying 2A develops 200mV — easily measured by most ADCs. Key design considerations for current-sense resistors:

  • Use 1% or better tolerance to minimize measurement error
  • Select low temperature coefficient (TCR < 50 ppm/°C) for stable readings
  • Keep Kelvin (4-wire) connections for currents above 1A to avoid lead resistance errors
  • Ensure the shunt's power rating exceeds I²R with adequate margin

LED Current Limiting

A single resistor in series with an LED is the simplest current-limiting method. For a red LED (Vf = 2.0V) powered from 5V, a 150Ω resistor limits current to approximately 20mA. This works well for indicator LEDs but is not suitable for high-power LEDs — those require constant-current drivers.

When multiple LEDs need the same current, connect them in series with a single current-limiting resistor. This ensures equal brightness. Connecting LEDs in parallel with individual resistors is also possible, but requires matched forward voltages to maintain uniform brightness. Use the LED Resistor Calculator for quick sizing.

When to Use Series

  • You need a non-standard resistance value (e.g., 13kΩ = 10kΩ + 3kΩ)
  • You need to increase voltage rating (voltage divides across series resistors)
  • Creating a voltage divider
  • Distributing power dissipation across multiple components
  • Current sensing with a shunt resistor
  • LED current limiting

When to Use Parallel

  • You need a lower resistance than what you have
  • You need to increase current capacity
  • You need to increase power handling
  • Creating a precision value from standard parts

Power Distribution in Parallel Resistors

Understanding power distribution in parallel circuits is critical for reliable design. The total power dissipated equals the sum of individual powers, but the distribution depends on the resistor values.

Equal resistors in parallel: Power is shared equally. Two 100Ω resistors across 10V each dissipate P = V²/R = 100/100 = 1W. Total = 2W, each handles 1W.

Unequal resistors in parallel: The smaller resistor draws more current and dissipates more power. For 100Ω and 200Ω in parallel across 10V:

  • 100Ω: I = 10/100 = 100mA, P = 1W
  • 200Ω: I = 10/200 = 50mA, P = 0.5W
  • Total current: 150mA, Total power: 1.5W

Critical warning: If you use unequal parallel resistors, always calculate the power in each resistor individually. The smaller resistor may be operating near or beyond its rating while the larger one is barely warm. Use the Power Calculator to verify each resistor's dissipation.

Power Considerations

Series: Voltage Rating Distribution

Two 100Ω, 1/4W resistors in series can handle 10V total and 0.5W total. Each resistor dissipates power proportional to its resistance.

Parallel: Current Sharing

Two 100Ω, 1/4W resistors in parallel can handle 100mA total and 0.5W total. Warning: For parallel resistors of different values, the smaller resistor carries MORE current and dissipates MORE power. Check each one individually!

Common Design Mistakes

  • Ignoring power derating: Resistor power ratings are specified at 25°C ambient and typically 70°C case temperature. At elevated temperatures, the allowable dissipation drops significantly. A 1/4W resistor may only handle 1/8W at 70°C ambient. Always check the manufacturer's derating curve.
  • Precision mismatch in parallel: Two 1% resistors in parallel do not guarantee a 1% result for the combined value. If both resistors are at the same tolerance extreme, the error compounds. For precision applications, use a single high-precision resistor rather than a parallel combination.
  • Using parallel when series is simpler: If you need 9.9kΩ, use 10kΩ + 100Ω (2 parts series) rather than trying to find a parallel combination.
  • Forgetting power derating: Two 1/4W resistors in parallel give 1/2W only if they share current equally (same resistance value).
  • PCB layout issues: Parallel resistors need symmetrical traces to share current equally. Unequal trace lengths create unequal resistances that skew current distribution.
  • Neglecting voltage coefficient: High-value resistors (>1MΩ) can exhibit voltage-dependent resistance changes, particularly in carbon composition types. This affects both series and parallel configurations differently.

Quick Reference: Series vs Parallel

PropertySeriesParallel
Total resistanceSum of all (increases)Reciprocal sum (decreases)
CurrentSame through allDivides inversely with R
VoltageDivides proportionallySame across all
PowerLargest R dissipates mostSmallest R dissipates most
Open failureEntire chain failsRemaining resistors continue
Short failureRemaining resistors continueAll current through short

Use our Series/Parallel Resistor Calculator to compute total resistance, the LED Resistor Calculator for current-limiting design, or the Power Calculator to check power dissipation.

CoreCalx Engineering Team

Electrical engineers and technical writers dedicated to creating free, accurate engineering calculation tools. Our team has hands-on experience in electrical systems, LED displays, and power distribution.

💬 Have a question about this topic or spot an error? Leave a comment below — we read every one and reply within 24 hours.