Series vs Parallel Resistors
How current, voltage, and total resistance behave differently in each topology, and how to pick the right one for your circuit.
The Core Difference: Current Path vs Shared Nodes
Every resistor network reduces to one structural question: does current have only one path to take, or more than one? In a series connection, resistors are wired end to end in a single chain, so whatever current enters the first resistor is forced through every resistor after it — there is nowhere else for it to go. In a parallel connection, every resistor connects to the same pair of nodes, so current has several paths to choose from and splits between them.
That one structural difference drives everything else. Series resistors share the same current and their resistances add directly. Parallel resistors share the same voltage and it is their conductances — 1/R — that add. Knowing which quantity is shared (current or voltage) tells you immediately how the rest of the circuit behaves, before you even reach for a formula.
How Series Resistors Behave
Because the same current I flows through every resistor in a series chain, the total resistance is just the sum of the individual resistances:
Rtotal = R1 + R2 + … + Rn
Adding a resistor in series always raises the total resistance, never lowers it — there is no way to route around the new component. What changes from resistor to resistor is the voltage each one drops. By Ohm's law, a larger resistor in the chain drops a larger share of the total voltage for the same current, which is exactly the mechanism behind a voltage divider: two resistors in series split a source voltage in proportion to their values. Series wiring is also the standard way to limit current through a sensitive component such as an LED, since the added resistance directly reduces the current the whole chain can carry.
How Parallel Resistors Behave
In a parallel network, every resistor sees the same voltage V across its two terminals, so it is the conductances — the reciprocals of resistance — that add:
1/Rtotal = 1/R1 + 1/R2 + … + 1/Rn
This has a consequence that surprises people new to the topic: total resistance always drops below the smallest individual resistor, because every added branch opens another path for current and the network as a whole conducts more easily. For exactly two resistors, the product-over-sum shortcut gives the same answer without inverting fractions: Rtotal = (R1 × R2) / (R1 + R2). Current, meanwhile, splits between branches in inverse proportion to resistance — the lowest-resistance branch always carries the most current, which is why parallel wiring is the standard way to share load current across several resistors or to raise the effective power handling of a combination beyond what any single part is rated for.
Choosing a Topology for a Given Circuit
Most of the time the choice is dictated by what the circuit needs to do, not by preference. A few rules of thumb cover almost every practical case:
- Need to scale down or divide a voltage? Use a series connection. Two or more resistors in series split the source voltage in proportion to their values, which is the basis of every voltage divider.
- Need to share current or lower the total resistance below any part you own? Use a parallel connection. Adding branches always reduces total resistance and spreads current — and power dissipation — across more components.
- Need to limit current through a single load? Use series — the added resistance directly caps how much current the chain can carry for a given voltage.
- Need a specific, non-standard value from parts you already own? Either topology can get you there, depending on which values you have in stock. Rather than work it out by hand, run your parts through the Resistor Combination Finder, which checks series, parallel, and mixed arrangements at once and returns whichever gets closest to your target.
When a Circuit Needs Both
Real circuits rarely stay purely series or purely parallel. A common pattern is a pair of resistors in parallel feeding into a third resistor in series — for example, to combine a load-sharing pair with a current-limiting element in the same branch. Working out the combined resistance of a mixed network just means resolving it in stages: collapse each parallel or series sub-group into a single equivalent resistance, then combine what is left, repeating until one value remains.
Doing that by hand is manageable for a small network but gets error-prone once tolerance, voltage, and power ratings all need tracking through several stages of combination. The Circuit Calculator builds the network from 16 series/parallel schemas covering 2, 3, and 4 resistors, and analyzes it as a whole in one step — including combined tolerance and worst-case voltage/power bounds — so you do not have to resolve each stage manually.
Explore the Tool
Related Guides
How to Calculate Parallel Resistance
A closer look at the parallel resistance formula, the product-over-sum shortcut, and why extra branches always lower the total.
Voltage Divider Formula, Derivation & Worked Examples
The full derivation of the two-resistor series divider mentioned above, with worked numeric examples.
Frequently Asked Questions
- What is the main difference between series and parallel resistors?
- In series, resistors are chained end to end so the same current flows through every one of them and their resistances add directly. In parallel, resistors share the same two nodes so the same voltage appears across every one of them, and it is the conductances (1/R) that add — which means the total resistance is always lower than the smallest individual resistor.
- Does adding resistors always increase resistance?
- Only in series. Adding a resistor in series always raises the total resistance, since current has to pass through one more component. Adding a resistor in parallel does the opposite — it opens another path for current, so the total resistance always drops, even if the added resistor is much larger than the ones already there.
- How do I know whether to use series or parallel for my circuit?
- Use series when you need to scale down or divide a voltage, limit current through a single path, or add resistance to reach a higher target value. Use parallel when you need to lower total resistance below any single part you own, share current load across multiple resistors, or increase the effective power rating of a combination.
- Can I mix series and parallel in the same circuit?
- Yes — most real circuits do. A common pattern is two resistors in parallel feeding into a third in series, or vice versa. The Circuit Calculator supports 16 such series/parallel schemas and computes the combined resistance for the whole network in one step.
- Which topology gives a more precise target resistance?
- Neither is inherently more precise — it depends on which standard values you have on hand. If the resistors you own do not land on your target in series, they might in parallel, or in a mixed arrangement. The Resistor Combination Finder searches all of these topologies at once and returns whichever gets closest.
- Why does resistor tolerance behave differently in series and parallel?
- In series, worst-case tolerances add roughly in proportion to each resistor's share of the total, so a handful of loose-tolerance parts can noticeably widen the combined error band. In parallel, the combined tolerance is usually closer to the tightest resistor in the group, because each branch's error is weighted by how much current it actually carries.