Home / Electronics Fundamentals / Series vs Parallel Circuits: Rules, Formulas and When to Use Each

Series vs Parallel Circuits: Rules, Formulas and When to Use Each

Electronics Fundamentals ✍ Oliver Adam ⏱ 9 min read August 15, 2026

Every circuit you will ever analyse reduces to combinations of series and parallel elements. The rules are few, but they must be automatic. Kirchhoff, Thevenin and even PCB design all build on them.
> At a glance: 9 minute guide · part 3 of 10 in the electronics fundamentals complete guide track · includes a worked example and a quick-reference table.

## Series: one path, shared voltage

Here is the working theory in one pass. In series the same current flows through every element and resistances add. RT = R1 + R2 + … Voltage divides proportionally to resistance the basis of every potentiometer and divider. Open any single element and the whole string dies, which is how old fairy-light chains failed.

| P | r | o | p | e | r | t | y |
| — | — | — | — | — | — | — | — |
| S | e | r | i | e | s | | |
| P | a | r | a | l | l | e | l |
| Current | Same everywhere | Splits between branches | | | | | |
| Voltage | Divides across elements | Same across branches | | | | | |
| Total R | RT = R1 + R2 | 1/RT = 1/R1 + 1/R2 | | | | | |
| One element opens | Whole chain stops | Other branches continue | | | | | |
| Power rating | Shares unevenly | Shares by branch | | | | | |

## Parallel: shared voltage, divided current

In parallel every branch sees the same voltage, and currents add. Total resistance follows 1/RT = 1/R1 + 1/R2 + …. The total is always smaller than the smallest branch. Two equal resistors in parallel halve the value and double the power capability.

## Solving real mixed networks

Reduce the obvious parallel groups first, add the remaining series elements. Repeat until a single equivalent resistance remains. Then work backwards to find branch currents and voltage drops. This is exactly the procedure used to size LED arrays, speaker networks and resistor banks.

## How to apply this in your build

Work through the sequence below each step assumes the previous one passed. For numbers that need calculating, the linked tools at the end of this guide do the arithmetic instantly.
1. Identify which elements truly share both nodes (parallel)
2. Combine each parallel group into one equivalent value
3. Add series elements along the reduced path
4. Apply Ohm’s law to the final resistance, then resolve branch by branch

### Worked example

Two 100 Ω resistors in parallel give 50 Ω. Placed in series with 50 Ω, the total is 100 Ω. On a 10 V supply: 100 mA total, 50 mA per parallel leg, 0. 25 W per 100 Ω resistor balanced and safe. Run the numbers yourself with the series-parallel and the result should agree to within rounding.

> Practical note from the bench. Design habit: after computing any combined network, do a one-line power check per component. Most prototype failures are dissipation, not logic.

## Pitfalls that cost real hardware

– Assuming two paralleled resistors double the resistance they halve it
– Forgetting parallel branches each need their own power rating check
– Mixing up which nodes are common on breadboard rails

## Key takeaways

Series: one path, shared voltage the foundation of this guide; revisit it if any measurement here surprises you.
Parallel: shared voltage, divided current the foundation of this guide; revisit it if any measurement here surprises you.
Solving real mixed networks the foundation of this guide; revisit it if any measurement here surprises you.

## Who this guide is for

Beginners get a single focused topic instead of a whole textbook chapter. It works as an early stop in the electronics fundamentals complete guide path. Intermediate readers use it as a reference the table, the worked example and the mistake list answer the questions that come up mid-build. If you teach, the structure (theory, application, example, failure modes) maps cleanly onto a lab session.

## What you need before starting

Nothing exotic: the parts or tools named in the guide, a multimeter. The series-parallel / Voltage Divider Calculator open in a tab. Identify which elements truly share both nodes (parallel) before you begin the guide assumes it and keep the quick-reference table above within sight while you work through the steps.

### Quick reference card

| Aspect | Where to find it in this guide |
| — | — |
| Core theory | Series: one path, shared voltage |
| Application steps | How to apply this in your build |
| Worked numbers | Worked example |
| Failure modes | Pitfalls that cost real hardware |

## How this fits the electronics fundamentals complete guide track

This guide is one stop in the structured learning path. Start from the [electronics fundamentals complete guide](/tutorial/electronics-fundamentals-complete-guide) pillar page for the full map, or continue with [Kirchhoff’s circuit laws](/tutorial/kirchhoffs-laws-with-examples) and [voltage and current basics](/tutorial/voltage-vs-current-explained). For the arithmetic, open the [series-parallel](/tools/series-parallel) or [Voltage Divider Calculator](/tools/voltage-divider).

## Frequently asked questions

Which arrangement is used in house wiring?
Parallel every outlet receives full mains voltage and can fail independently.

Why do parallel LEDs need individual resistors?
LED forward voltages differ slightly; without per-LED resistance the lowest-Vf hogs the current and dies first.

Is there a calculator for this?
Yes the [series-parallel](/tools/series-parallel) and [Voltage Divider Calculator](/tools/voltage-divider) tools run the formulas from this guide instantly, client-side, with no signup.

## Continue the learning path

– The complete electronics fundamentals guide: [Electronics Fundamentals complete guide](/tutorial/electronics-fundamentals-complete-guide)
– Read next: [diodes and transistors explained: the two semiconductor families](/tutorial/diodes-and-transistors-explained)
– Also in this track: [passive components: resistors, capacitors and inductors compared](/tutorial/passive-components)
– Continue with: [the pn junction diode: physics, curves and applications](/tutorial/pn-junction-diode)
– Calculate as you go: [Ohm’s law calculator](/tools/ohms-law) · [resistor colour code decoder](/tools/resistor-color-code) · [RC time constant tool](/tools/rc-time-constant)
– Bookmark this page against the day a measurement surprises you. Most readers return to the table and the mistake list first, and that is the correct order.

## Measurement discipline

When a result here disagrees with your expectation, write down both numbers before changing anything. The gap between predicted and measured is where the real engineering lives. It is usually a tolerance, a parasitic or an assumption that was never checked.

Keep a lab notebook entry for every build in this track. The measured values, the deviations from the guide and the reason for each. Six months from now, those notes are worth more than any tutorial. They describe your bench and your components rather than a general case.
## Formulas and checks from this guide

Verification checklist for this track: measure before and after every change, confirm polarity before power-up. Log each value beside the guide’s stated number. If a reading differs by more than rounding, find out why before moving on, tolerance, wiring or an untested assumption is always the reason.

Bookmark this page against your next build in the track. The checklist above is the same one used across 29 guides in this series.

## Hard-won notes

Component tolerance and meter accuracy stack. A 5% resistor, a 2% reference and lead resistance easily explain small gaps. Compare direction and magnitude before suspecting the guide.

A resistor and capacitor kit, common diodes and transistors, a breadboard and jumpers. Add modules as tracks demand them.