Skip to content
Calixo
Engineering

Series vs Parallel Circuits: How Resistance Adds Up Differently

Why resistors in series simply add together while resistors in parallel combine through a reciprocal formula, with a worked example showing both.

Published July 12, 2026

Resistors combine completely differently depending on whether they’re wired in series or parallel — a distinction that trips up a lot of people learning circuit basics, since the two formulas look unrelated at first glance even though they’re describing closely related physical setups.

A minimalist home office setup featuring a tablet, stylus, keyboard, plant, and stationery on a white desk.
Photo by cottonbro studio on Pexels
Laptop on office desk with a city skyline through a large window, offering a modern workspace view.
Photo by cottonbro studio on Pexels
ConfigurationTotal resistance formulaCurrent behaviorVoltage behavior
SeriesR_total = R1 + R2 + …Same current through allDivides across each resistor
Parallel1/R_total = 1/R1 + 1/R2 + …Divides across each branchSame voltage across all

Series resistance: simple addition

When resistors are connected in series — one after another, so the same current flows through each in turn — the total resistance is just the sum: R_total = R1 + R2 + R3 + ....

Rtotal = R1 + R2 + R3 + ...

Series resistances simply add together.

Two resistors of 100Ω and 200Ω in series give a total resistance of exactly 300Ω. This makes intuitive sense: current has to push through each resistor’s opposition one after another, so the total opposition is simply everything added up.

Parallel resistance: the reciprocal formula

When resistors are connected in parallel — each providing a separate, independent path for current to flow, all sharing the same two connection points — the math works differently: 1/R_total = 1/R1 + 1/R2 + 1/R3 + ....

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

Parallel resistances combine through a reciprocal sum.

The same two resistors, 100Ω and 200Ω, now in parallel instead of series: 1/R_total = 1/100 + 1/200 = 0.01 + 0.005 = 0.015, so R_total = 1/0.015 ≈ 66.7Ω.

Series (100Ω + 200Ω)
300Ω
Parallel (100Ω & 200Ω)
66.7Ω

Notice something important: the parallel combination (66.7Ω) is smaller than either individual resistor (100Ω and 200Ω), while the series combination (300Ω) is larger than both. This isn’t a coincidence specific to these two numbers — it’s a general, always-true property of how the two configurations behave.

Why parallel resistance is always smaller than the smallest individual resistor

Adding an additional parallel path always gives current an additional route to flow through, and more available paths mean less overall opposition to flow — exactly analogous to opening an additional lane on a highway reducing overall traffic resistance, even if the new lane itself isn’t particularly wide. This is why total parallel resistance is always less than the smallest individual resistor in the combination, never just “somewhere in between” the values — a genuinely non-obvious result to anyone expecting parallel combination to work like a simple average.

Series resistance behaves in the more intuitive way: adding another resistor in series always increases total resistance, since current now has to overcome an additional obstacle on its single available path, with nowhere else to go instead.

The special case of equal parallel resistors

A useful shortcut worth knowing: when identical-value resistors are combined in parallel, the total resistance is simply the individual value divided by the count. Two identical 100Ω resistors in parallel give 100/2 = 50Ω; three identical 100Ω resistors in parallel give 100/3 ≈ 33.3Ω. This shortcut only works when every resistor in the parallel group has the exact same value — for a mix of different values, the full reciprocal formula is required.

Why this distinction matters practically

Series and parallel configurations aren’t just abstract math — they produce genuinely different real-world circuit behavior beyond total resistance. In a series circuit, if one component fails open (breaks the connection entirely), current stops flowing through the entire circuit, since there’s only one path. In a parallel circuit, if one branch fails open, current continues flowing through the other parallel paths uninterrupted — which is exactly why household electrical wiring uses parallel circuits for most outlets and lighting: one failed device or blown fixture doesn’t take down every other device sharing that circuit.

Voltage behaves oppositely to resistance across the two configurations: in series, voltage divides across each resistor proportional to its resistance (the basis of a voltage divider circuit), while every component in a parallel arrangement sees the exact same voltage across it, since they all share the same two connection points.

Calculating it directly

The Resistor Calculator on this site computes both series and parallel total resistance directly from a list of individual values, handling the reciprocal parallel formula automatically so there’s no risk of accidentally averaging values or otherwise getting the non-intuitive parallel result wrong. For finding the resulting voltage or current once you know the combined resistance, the Ohm’s Law Calculator picks up from there directly, and the Voltage Divider Calculator applies the series-specific voltage-splitting behavior to a common two-resistor divider circuit.

Related calculators