What Is a Series Circuit?

In a series circuit, components are connected one after another along a single path, so the same current flows through every component in turn. If you break the circuit at any point, the whole thing stops working — think of old-style Christmas lights, where one burnt-out bulb could take out the entire string.

What Is a Parallel Circuit?

In a parallel circuit, components are connected across multiple separate paths, or "branches," that all share the same two connection points. Each branch gets the same voltage, but current can split unevenly between branches depending on each branch's resistance. If one branch fails, the others usually keep working, since current can still flow through the remaining paths.

Key Differences Between Series and Parallel Circuits

Resistance Formulas

For resistors in series, total resistance is simply the sum of each value:

R_total = R1 + R2 + R3 + ...

For resistors in parallel, total resistance is found with the reciprocal formula:

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

For just two resistors in parallel, this simplifies to a handy shortcut: R_total = (R1 × R2) ÷ (R1 + R2).

When to Use Each Circuit Type

Series wiring is useful when you want every component to share the exact same current — for example, wiring several LEDs to draw identical brightness, or building a simple voltage divider. Parallel wiring is useful when you want every component to receive the same voltage independently, like wiring multiple sensors to the same power rail, or designing a circuit where one failed component shouldn't take down the rest.

Building a voltage divider? Use our free Voltage Divider Calculator — enter Vin plus any two of Vout, R1, or R2 to solve for the rest.
Curious how component wiring decisions play out in a finished build? Browse our project build guides to see real series and parallel wiring choices explained step by step.

Frequently Asked Questions

Can a circuit be both series and parallel?

Yes — these are called series-parallel (or combination) circuits, and they're extremely common in real-world electronics. Breaking a complex circuit down into its series and parallel sections is usually the first step to analyzing it.

Why do parallel resistors always lower total resistance?

Adding another path for current to flow through always makes it easier, in total, for current to get from one point to another — so the combined resistance drops below the value of the smallest individual resistor.

Which is safer, series or parallel wiring?

Neither is inherently "safer" — it depends on the application. Parallel wiring is often preferred for reliability since one failed branch doesn't disable the whole circuit. Current limiting, on the other hand, relies on a series relationship: the current-limiting resistor has to be placed in series with the specific component it's protecting, so that the same current flowing through the resistor also flows through the load.

Continue learning with What Is a Capacitor?, or browse all electronics tutorials.