Series vs Parallel Circuits Explained: A Complete Guide

Understanding the difference between series and parallel circuits is fundamental to working with electricity, whether you are a student, a hobbyist building your first project, or an engineer designing a complex system. These two circuit configurations behave very differently in terms of voltage, current, and how they respond to component failures.

This guide covers the theory, the math, real-world applications, and hands-on examples to help you truly understand series and parallel circuits.

What Is a Series Circuit?

In a series circuit, all components are connected end-to-end in a single path. Current flows from the power source through each component in sequence and back to the source. There is only one path for current to flow.

Think of a series circuit like a single-lane road -- all traffic (current) must pass through every stop (component) along the way. If one stop is blocked, all traffic stops.

Key Properties of Series Circuits

1. Current is the same through all components.

Since there is only one path, every component carries the same current. If 0.5 amps flows through the first resistor, 0.5 amps flows through every other component in the circuit.

2. Voltage divides across components.

The total voltage from the power source is split among the components based on their resistance. Each component "drops" a portion of the total voltage proportional to its resistance relative to the total resistance.

For a series circuit with resistors R1, R2, and R3 powered by voltage V:

The sum of all voltage drops equals the source voltage: V_R1 + V_R2 + V_R3 = V

3. Total resistance is the sum of individual resistances.

R_total = R1 + R2 + R3 + ...

Adding more components in series increases the total resistance, which decreases the current.

4. If one component fails open, the entire circuit stops.

A burned-out bulb in a series string breaks the single current path. This is why old Christmas lights would all go out when one bulb failed.

What Is a Parallel Circuit?

In a parallel circuit, components are connected across each other, providing multiple paths for current to flow. Each component has the same voltage across it, but the current divides among the branches.

Think of a parallel circuit like a multi-lane highway -- traffic (current) splits across the available lanes (branches). If one lane is blocked, traffic continues on the other lanes.

Key Properties of Parallel Circuits

1. Voltage is the same across all branches.

Every component in a parallel circuit sees the full source voltage. If you connect three resistors in parallel across a 12V battery, each resistor has 12V across it.

2. Current divides among branches.

The total current from the source splits among the parallel branches. Each branch carries a current determined by its resistance: I_branch = V / R_branch.

The total current is the sum of all branch currents: I_total = I1 + I2 + I3

3. Total resistance is less than the smallest individual resistance.

For parallel resistors, the total resistance is calculated as: 1/R_total = 1/R1 + 1/R2 + 1/R3 + ...

For two resistors: R_total = (R1 x R2) / (R1 + R2)

Adding more resistors in parallel decreases the total resistance, which increases the total current drawn from the source.

4. If one component fails open, the others continue to operate.

Each branch is independent. A burned-out bulb in a parallel circuit only affects that one branch. This is why modern Christmas lights and all home wiring use parallel circuits.

Side-by-Side Comparison

Property Series Circuit Parallel Circuit
Current Same through all components Divides among branches
Voltage Divides across components Same across all branches
Total Resistance R_total = R1 + R2 + R3 1/R_total = 1/R1 + 1/R2 + 1/R3
Component Failure Entire circuit stops Only failed branch stops
Adding Components Increases resistance, decreases current Decreases resistance, increases current

Worked Example: Series Circuit

Let us calculate the values for a series circuit with a 12V battery and three resistors: R1 = 100 ohms, R2 = 200 ohms, R3 = 300 ohms.

Total resistance: R_total = 100 + 200 + 300 = 600 ohms

Current (same through all): I = V / R_total = 12 / 600 = 0.02A (20 mA)

Voltage drops:

Power dissipated:

Worked Example: Parallel Circuit

Same components, but connected in parallel across a 12V battery.

Total resistance: 1/R_total = 1/100 + 1/200 + 1/300 = 6/600 + 3/600 + 2/600 = 11/600

R_total = 600/11 = 54.5 ohms

Branch currents:

Verification: I_total = V / R_total = 12 / 54.5 = 0.22A (matches)

Voltage across each (same for all): 12V

Power dissipated:

Notice the parallel circuit draws significantly more power from the same battery because the total resistance is much lower.

Series-Parallel (Combination) Circuits

Real circuits often combine series and parallel elements. For example, two resistors in parallel might be connected in series with a third resistor. To analyze these circuits:

  1. Identify which groups of components are in series and which are in parallel.
  2. Calculate the equivalent resistance for each parallel group.
  3. Add the series resistances together.
  4. Solve for total current, then work backward to find individual voltages and currents.

Building these circuits in a tool like CircuitDiagramMaker and running the built-in simulator can verify your hand calculations and help you develop intuition for how current and voltage distribute across complex networks.

Real-World Applications

Series Circuit Applications

Parallel Circuit Applications

Batteries in Series vs Parallel

Common Mistakes

1. Shorting a parallel branch. If you accidentally create a zero-resistance path in parallel with a component, all the current flows through the short. This can blow a fuse, damage the power source, or start a fire.

2. Forgetting that parallel resistance is always less than the smallest branch. Students often calculate parallel resistance incorrectly by adding resistances instead of using the reciprocal formula.

3. Overloading a parallel circuit. Adding more devices in parallel draws more total current. If the total current exceeds the wire or fuse rating, you have a problem. This is why home circuits have breakers -- too many appliances on one circuit trips the breaker.

4. Ignoring internal resistance of the power source. Batteries have internal resistance. As you draw more current (by adding parallel loads), the voltage drops due to the internal resistance. This is why a weak battery can light one LED but dims when you add more.

Build and Simulate Your Own Circuit

The best way to internalize series and parallel circuit behavior is to build and test circuits yourself. With CircuitDiagramMaker, you can:

Build and simulate your own circuit -- free

Worked Example: A Mixed Series-Parallel Circuit

The four-step method above works, but it's easier to trust once you've seen it run with real numbers. Here is a complete worked example.

The circuit: A 12V battery connects to R1 = 50 ohms in series with a pair of resistors -- R2 = 300 ohms and R3 = 600 ohms -- wired in parallel with each other.

Step 1: Combine the parallel pair.

1/R_parallel = 1/300 + 1/600 = 2/600 + 1/600 = 3/600 = 1/200

R_parallel = 200 ohms

Step 2: Add the series resistor.

R_total = R1 + R_parallel = 50 + 200 = 250 ohms

Step 3: Find total current with Ohm's Law.

I_total = V / R_total = 12 / 250 = 0.048A (48 mA)

Step 4: Work backward to find each voltage drop, then each branch current.

Because voltage is the same across both branches of a parallel pair, use that 9.6V to solve each branch current directly:

This same process -- reduce the parallel section to an equivalent resistance, add it to the series resistance, solve for total current, then work backward -- applies to any series-parallel network, no matter how many resistors it contains.

Open vs. Short Failures: Series and Parallel Compared

Series and parallel circuits don't just differ in normal operation -- they fail differently too, and the type of fault matters as much as where it happens.

Failure Type Series Circuit Parallel Circuit
Open (break in a component) Breaks the single current path; current stops everywhere Removes only that branch; the other branches keep operating normally
Short (near-zero resistance) Bypasses the failed component; the rest of the circuit still carries current, often at a higher level than before Pulls down the equivalent resistance of the parallel section, which raises the total current drawn from the source

An open in a series string is the classic old-style Christmas light failure -- one dead bulb takes out the whole strand. A short in a series circuit is different: current still flows through the surviving components, but with less total resistance in the loop, that current rises and can overheat wiring downstream of the fault.

In a parallel circuit, a short in one branch has an outsized effect. Because all branches share the same voltage, a short essentially adds a zero-resistance path across the source. The equivalent resistance of the parallel group drops sharply, total current spikes, and a fuse or breaker protecting the whole circuit can trip -- even though only one branch actually failed.

Resistor Symbols: IEC Rectangle vs. ANSI Zigzag

If you compare series and parallel diagrams drawn in different regions, you'll notice two different resistor symbols in use. The IEC (International Electrotechnical Commission) standard, used across Europe and most of the world outside the US, draws a resistor as a plain rectangle. The traditional US/ANSI convention instead draws a resistor as a zigzag line.

Both symbols represent the exact same component and carry identical meaning -- resistance value, current direction, and voltage drop all work the same way regardless of which symbol a schematic uses. The distinction is purely a drafting convention, not a difference in behavior. It's worth recognizing both forms so a series or parallel diagram drawn in either style reads the same way at a glance.

Key Takeaways

Series And Parallel Circuit Diagram — circuit diagram showing component connections+-9VR1LEDR2Series Circuit Diagram
Series And Parallel Circuit Diagram — open the interactive version of this diagram to customise and export it.
Parallel Wiring Diagram — circuit diagram showing component connections+-9VR1LEDR2Series Circuit Diagram
Parallel Wiring Diagram — open the interactive version of this diagram to customise and export it.
Parallel Battery Diagram — circuit diagram showing component connections+-9VR1LEDR2Series Circuit Diagram
Parallel Battery Diagram — open the interactive version of this diagram to customise and export it.

Frequently asked questions

Is household wiring series or parallel?

Household wiring is parallel. Every outlet and light fixture connects across the same two supply conductors, so each device gets the full 120V (or 240V) regardless of what else is plugged in, and one device failing or being unplugged does not affect the others.

What happens to total resistance when you add a resistor in parallel?

Adding a resistor in parallel always lowers the total resistance of that section, because it gives current another path to flow through. The new total is always less than the smallest individual resistor in the group, even if the added resistor has a very high value.

Can a circuit be both series and parallel at the same time?

Yes. Most real circuits are series-parallel combinations -- some components share a single path (series) while others branch off in parallel. You analyze them by reducing each parallel section to an equivalent resistance, then adding that to the series resistances to find the total.

Why do parallel circuits have the same voltage across each branch?

Each branch in a parallel circuit connects to the same two points, or nodes, of the source. Voltage is measured between two points, so any component connected between those same two nodes sees the same voltage difference, no matter how much resistance is in that branch.

Which is safer, series or parallel wiring?

Parallel wiring is generally considered safer for distributing power because one failed or overloaded device does not cut off power to everything else, and each branch can be protected by its own fuse or breaker. Series wiring concentrates risk: a single fault affects the entire loop.

What causes a short circuit in a parallel branch to trip a breaker?

A short creates a near-zero-resistance path across the source voltage. That sharply lowers the equivalent resistance of the parallel section, which spikes the total current the source has to supply. The breaker protecting the whole circuit senses that current surge and trips, even though only one branch actually shorted.

Interactive diagrams for this guide

Related guides