Skip to main content

Series and Parallel Resistors

Real circuits rarely contain a single resistor in isolation. Resistors combine in two fundamental ways — series and parallel — each with different effects on the total resistance and how voltage and current distribute across them.

This page assumes you are comfortable with Ohm's law (V=IRV = IR) from Current and Power Delivery and with KVL from Kirchhoff's Voltage Law.


Series Resistors

Two or more resistors are in series when they are connected end-to-end so that the same current must flow through every one of them — there is only one path.

VCC ── [R1] ── [R2] ── [R3] ── GND

The rule

The total resistance is simply the sum:

Rtotal=R1+R2+R3+R_{\text{total}} = R_1 + R_2 + R_3 + \cdots

Why this is true

Apply KVL around the loop. The supply provides V_supply, and each resistor drops part of it:

Vsupply=VR1+VR2+VR3V_{\text{supply}} = V_{R1} + V_{R2} + V_{R3}

Because there is only one path, the same current I flows through every resistor:

VRn=I×RnV_{Rn} = I \times R_n

Substituting:

Vsupply=I×R1+I×R2+I×R3=I×(R1+R2+R3)V_{\text{supply}} = I \times R_1 + I \times R_2 + I \times R_3 = I \times (R_1 + R_2 + R_3)

That is Ohm's law applied to the whole chain, confirming Rtotal=R1+R2+R3R_{\text{total}} = R_1 + R_2 + R_3.

Worked example

Resistors of 220 Ω and 330 Ω in series from 3.3 V:

Rtotal=220+330=550 Ω,I=3.3 V/550 Ω=6 mAV220Ω=0.006×220=1.32 VV330Ω=0.006×330=1.98 VCheck (KVL):1.32+1.98=3.30 V R_{\text{total}} = 220 + 330 = 550\ \Omega, \quad I = 3.3\ \text{V} / 550\ \Omega = 6\ \text{mA} \\[6pt] V_{220\,\Omega} = 0.006 \times 220 = 1.32\ \text{V} \\ V_{330\,\Omega} = 0.006 \times 330 = 1.98\ \text{V} \\ \text{Check (KVL):} \quad 1.32 + 1.98 = 3.30\ \text{V}\ \checkmark

Key properties of series resistors

PropertyValue
Total resistanceR1 + R2 (always greater than the largest individual resistor)
Current through eachIdentical — same single path
Voltage across eachProportional to its resistance

Parallel Resistors

Two or more resistors are in parallel when both ends of every resistor connect to the same two nodes. Current has multiple paths to choose from.

Two resistors R1 and R2 connected in parallel between VCC and GND

The rule

The reciprocal of the total resistance equals the sum of the reciprocals:

1Rtotal=1R1+1R2+1R3+\frac{1}{R_{\text{total}}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \cdots

For exactly two resistors this simplifies to the "product over sum" form:

Rtotal=R1×R2R1+R2R_{\text{total}} = \frac{R_1 \times R_2}{R_1 + R_2}

Why this is true

Both resistors share the same two nodes, so they see the same voltage (V). Each independently draws current according to Ohm's law:

I1=V/R1,I2=V/R2I_1 = V / R_1, \quad I_2 = V / R_2

The total current drawn from the supply is the sum (Kirchhoff's Current Law — current into a node equals current out):

Itotal=I1+I2=V/R1+V/R2=V×(1/R1+1/R2)I_{\text{total}} = I_1 + I_2 = V/R_1 + V/R_2 = V \times (1/R_1 + 1/R_2)

Since Rtotal=V/ItotalR_{\text{total}} = V / I_{\text{total}}:

1Rtotal=1R1+1R2\frac{1}{R_{\text{total}}} = \frac{1}{R_1} + \frac{1}{R_2}

Worked example

Resistors of 1 kΩ and 3 kΩ in parallel from 3.3 V:

Rtotal=1000×30001000+3000=3,000,0004000=750 ΩI1=3.3/1000=3.3 mA,I2=3.3/3000=1.1 mAItotal=3.3+1.1=4.4 mACheck: 3.3 V/750 Ω=4.4 mA R_{\text{total}} = \frac{1000 \times 3000}{1000 + 3000} = \frac{3{,}000{,}000}{4000} = 750\ \Omega \\[6pt] I_1 = 3.3 / 1000 = 3.3\ \text{mA}, \quad I_2 = 3.3 / 3000 = 1.1\ \text{mA} \\ I_{\text{total}} = 3.3 + 1.1 = 4.4\ \text{mA} \\[6pt] \text{Check: } 3.3\ \text{V} / 750\ \Omega = 4.4\ \text{mA}\ \checkmark

Key properties of parallel resistors

PropertyValue
Total resistanceAlways less than the smallest individual resistor
Voltage across eachIdentical — same two nodes
Current through eachInversely proportional to its resistance
Intuition check

Adding a parallel path always gives current more ways to flow, so total resistance always decreases. If you parallel a 1 kΩ with another 1 kΩ, the total is 500 Ω — half. If you parallel a 1 kΩ with a 1 MΩ, the total is ~999 Ω — almost unchanged. A very large resistor in parallel contributes almost no extra path.


Voltage Dividers

A voltage divider is two series resistors used to produce an output voltage that is a fraction of the input.

Voltage divider: V_in feeds R1 in series, the midpoint is V_out, and R2 drops to GND

The output is taken at the midpoint between R1 and R2. Applying the series voltage-drop rule (voltage splits proportionally to resistance):

Vout=Vin×R2R1+R2V_{\text{out}} = V_{\text{in}} \times \frac{R_2}{R_1 + R_2}

Worked example

With V_in = 3.3 V, R1 = 10 kΩ, R2 = 10 kΩ:

Vout=3.3×10k10k+10k=3.3×0.5=1.65 VV_{\text{out}} = 3.3 \times \frac{10k}{10k + 10k} = 3.3 \times 0.5 = 1.65\ \text{V}

Equal resistors → half the supply voltage. Change the ratio to adjust the fraction:

R1R2V_out (from 3.3 V)
10 kΩ10 kΩ1.65 V
20 kΩ10 kΩ1.10 V
10 kΩ20 kΩ2.20 V

The loading effect

The voltage divider formula assumes nothing else connects to V_out. The moment you attach a load (say, a GPIO pin or another component), that load appears in parallel with R2, reducing the effective resistance at the bottom of the divider and pulling V_out lower than the formula predicts.

R2,eff=R2×RloadR2+Rload(always<R2)R_{2,\text{eff}} = \frac{R_2 \times R_{\text{load}}}{R_2 + R_{\text{load}}} \quad (\text{always} < R_2)

To minimise loading error, choose R1 and R2 to be small relative to the load resistance. A common guideline: make the current through the divider at least ten times the current drawn by the load. In practice, 10 kΩ divider resistors work well for high-impedance ADC inputs.


Combining Series and Parallel

Complex resistor networks are solved by simplifying step by step: find a group that is purely series or purely parallel, replace it with its equivalent single resistor, and repeat until one resistor remains.

Mixed network: 1 kΩ in series, then two 2 kΩ resistors in parallel, then 500 Ω in series to GND

Step 1 — two 2 kΩ in parallel:Rparallel=2k×2k2k+2k=1 kΩStep 2 — 1 kΩ+1 kΩ+500 Ω in series:Rtotal=1000+1000+500=2500 Ω=2.5 kΩ\text{Step 1 — two } 2\ \text{k}\Omega \text{ in parallel:} \\ R_{\text{parallel}} = \frac{2k \times 2k}{2k + 2k} = 1\ \text{k}\Omega \\[6pt] \text{Step 2 — } 1\ \text{k}\Omega + 1\ \text{k}\Omega + 500\ \Omega \text{ in series:} \\ R_{\text{total}} = 1000 + 1000 + 500 = 2500\ \Omega = 2.5\ \text{k}\Omega

Summary

ConfigurationResistance ruleVoltageCurrent
SeriesR_total = R1 + R2 + … (always increases)Splits proportionallySame through all
Parallel1/R_total = 1/R1 + 1/R2 + … (always decreases)Same across allSplits inversely
Voltage dividerTwo series resistorsV_out = V_in × R2/(R1+R2)Watch for loading

For a practical look at how resistors appear in circuits — including pull-up and pull-down configurations — see Essential Components: Resistors.