The Repair LibraryRead · Learn · Master

Parallel Circuits

Many paths, one voltage — how components wired side by side share the same voltage, split the current between them, and keep working when one branch fails.

Beginner+Low Risk22 min read

What You Will Learn

  • You will learn what makes a circuit 'parallel' — multiple paths sharing the same two connection points — and why that means every branch sees the same voltage.
  • You will learn how the current divides among parallel branches, and why the total current is the sum of the branch currents.
  • You will learn how to find the total resistance of parallel branches, and why it is always less than the smallest branch.
  • You will learn the defining behavior of a parallel circuit — one open branch leaves the others working — and how it contrasts with a series circuit's single-break failure.

What You Will Be Able To Do

  • You will be able to recognize a parallel connection and state that the voltage across every branch is the same.
  • You will be able to calculate each branch current, the total current, and the total resistance of a parallel circuit.
  • You will be able to explain why adding parallel branches lowers total resistance and raises total current draw.
  • You will be able to predict how a parallel circuit behaves when one branch opens or shorts, and use that to diagnose faults.

Required Tools

No physical tools required. This is a conceptual section.

Section Overview

The last section wired components end to end into a single path. This one wires them side by side, across the same two points, so the current has more than one route to take. A parallel circuit is the mirror image of a series circuit: where series shares one current and divides the voltage, parallel shares one voltage and divides the current. This section shows why every parallel branch sees the same voltage, how the current splits among them, why the total resistance of a parallel combination is always less than its smallest branch, and why — unlike series — one failed branch leaves the rest running.

Why This Matters

Almost everything that runs from a common supply is wired in parallel: every outlet in a room, every light on a household circuit, every component fed from the same rail on a circuit board. The parallel pattern is why you can switch off one lamp without the others going dark, and why plugging in one more device doesn't change the voltage the others receive. For a repair technician, parallel behavior is a diagnostic lens of its own: a parallel circuit where everything is dead points to a shared supply fault, while one dead branch among many healthy ones points to a fault in that branch alone. Recognizing which pattern you're looking at — series or parallel — is often the first move in a diagnosis.

Required Prerequisites

No consumables required. The exercises are pen-and-paper analysis plus optional measurement on a simple single-battery circuit you can build and modify.

  • A single battery (AA or 9 V) and holder
  • Two or three resistors of different values, or two or three small bulbs in holders
  • A breadboard or clip leads to connect them side by side across the same two points, and a multimeter if you have one (from Section 1.7)

Everything here runs from a single low-voltage battery — the same safe territory as the last two sections. No mains, no high current.

Real-World Applications

Parallel wiring is the default for anything that must run independently from a shared supply. Household outlets and lighting are parallel so each device gets the full supply voltage and any one can be switched or can fail without affecting the rest. Inside equipment, components that need the same rail voltage hang in parallel across it. Parallel resistor combinations set precise resistances that a single standard value can't, and parallel current paths share a heavy load so no one path carries it all. The failure signature is just as useful as the wiring: when one branch of a parallel group dies but its neighbors keep working, the fault is local to that branch — a completely different diagnosis from a series string going all-dark.

Common Challenges

  • Expecting parallel to behave like series. They are opposites: series shares current and divides voltage; parallel shares voltage and divides current. The instinct carried over from the last section is often exactly backwards here.
  • Assuming more resistors means more resistance. In parallel it's the reverse — each added branch gives current another path, so the total resistance drops. This is the single most counterintuitive fact in the section.
  • Forgetting that total resistance falls below the smallest branch. Two resistors in parallel always combine to less than either one alone. Beginners often expect an average; the real result is smaller than the smaller.

Safety Notes

Risk Level: Low. This section is analysis and optional low-voltage measurement on a single-battery circuit — the same safe territory as the previous two sections. No mains, no high-energy sources.

Professional Tips Before Starting

  • When components share the same two nodes, say "same voltage" to yourself — that shared voltage is the key that unlocks every branch current through Ohm's law.
  • To find total resistance fast for just two branches, use the product-over-sum shortcut R_total = (R₁ × R₂) ÷ (R₁ + R₂); for more branches, add the reciprocals.
  • Sanity-check every parallel result: the total resistance must come out smaller than the smallest branch, and the total current must be larger than any single branch current. If it isn't, you've made an arithmetic slip.

Many Paths, One Voltage

What Makes a Circuit "Parallel"

A parallel circuit is one in which components are connected across the same two points — the same pair of nodes — so that each provides a separate path, or branch, for current between those points. Because every branch connects to the very same two nodes, every branch has the very same voltage across it: the voltage is identical across all parallel branches, and equal to the voltage between those two nodes.

This is the anchor fact, and it's the exact mirror of series. Series gave you "one path, one current." Parallel gives you "one voltage, many paths." If you can see that several components all connect to the same two nodes, you already know the most important thing about them: they share a voltage.

The Current Divides

Since each branch sees the same voltage but may have a different resistance, each carries its own current, set by Ohm's law applied to that branch:

I_n = V ÷ R_n

The source has to supply all of these branch currents at once, so the total current drawn from the source is their sum:

I_total = I₁ + I₂ + I₃ + …

Take a 12-volt supply feeding two branches, 100 Ω and 300 Ω, in parallel. Each branch sees the full 12 V:

  • Branch 1: I₁ = 12 ÷ 100 = 0.12 A (120 mA)
  • Branch 2: I₂ = 12 ÷ 300 = 0.04 A (40 mA)
  • Total: I_total = 0.12 + 0.04 = 0.16 A (160 mA)

The lower-resistance branch takes the larger current — the opposite emphasis from series, where the larger resistance took the larger voltage. Because the current splits between paths according to their resistances, a parallel arrangement is sometimes called a current divider: it divides a total current into branch currents, with the smallest resistance grabbing the biggest share.

Total Resistance — Always Less Than the Smallest Branch

From the source's point of view, those two branches together behave like a single resistance that draws the total current. Since 12 V draws 0.16 A, that equivalent resistance is R_total = V ÷ I_total = 12 ÷ 0.16 = 75 Ω — smaller than either branch. That's the rule for every parallel combination: giving current an additional path can only ever make it easier to flow, so the total resistance always drops below the smallest branch.

The general formula adds the reciprocals of the branch resistances:

1 ÷ R_total = 1÷R₁ + 1÷R₂ + …

For our example: 1÷R_total = 1÷100 + 1÷300 = 0.01 + 0.00333 = 0.01333, so R_total = 1 ÷ 0.01333 ≈ 75 Ω — matching the value we found from the currents. For exactly two branches, the product-over-sum shortcut is faster and gives the same result:

R_total = (R₁ × R₂) ÷ (R₁ + R₂) = (100 × 300) ÷ (100 + 300) = 30000 ÷ 400 = 75 Ω

A special case worth memorizing: two equal resistors in parallel give exactly half their value (two 100 Ω branches → 50 Ω), and N equal resistors give 1/N of the value. And because more branches means less resistance and more total current, adding parallel loads to a supply increases the demand on it — the everyday "too many things plugged into one circuit" problem, seen through Ohm's law.

The Defining Behavior: One Branch Fails, the Rest Live On

Here is the sharpest contrast with series. In a series circuit, one open component breaks the single path and everything stops. In a parallel circuit, each branch is its own path, so an open in one branch only removes that branch — the others still connect to the same two nodes at the same voltage and keep working. Switch off one parallel lamp and the rest stay lit; a single burned-out parallel bulb leaves its neighbors glowing.

The failure modes split cleanly, and that's a diagnostic gift:

  • One branch opens → that branch goes dead, the rest run normally, and the total current drops by the missing branch's share. A single dead item among healthy neighbors is the signature of an open branch.
  • One branch shorts → that near-zero-resistance branch pulls a large current and drags the shared voltage down for everyone (because real supplies and wiring have some resistance of their own), so the whole group misbehaves. A short in one branch, unlike an open, does affect the others — often blowing a shared fuse, which is exactly what the fuse is there to do.

Reading which pattern you see — one dead branch, or the whole group down — tells you immediately whether you're chasing a local open or a shared short.

Common Mistakes

  • Adding resistances as if in series. Parallel resistances combine by reciprocals, not by simple addition; adding them gives a wildly wrong, too-large value.
  • Expecting the total resistance to be an average. It's always less than the smallest branch, not somewhere between the branch values.
  • Confusing which quantity is shared. In parallel, voltage is the shared quantity and current divides — the reverse of series. Applying series intuition here is the most common error.
  • Overlooking rising total current. Each added branch increases the total current from the source; forgetting this is how supplies and wiring get overloaded.

Troubleshooting Guidance

The parallel-versus-series distinction is often the first thing to establish, because the two have opposite failure signatures. If several parallel-fed items are all dead at once, suspect the shared supply or a shorted branch dragging the common voltage down — not each item individually. If instead one item is dead while its neighbors work, the fault is an open in that one branch, and the others prove the supply is fine. Measuring the branch currents (or the total current) tells you more: a total current that's lower than expected hints at a missing (open) branch, while a total that's alarmingly high — or a blown shared fuse — points to a shorted branch. Because every branch shares the same voltage, a voltage reading alone often can't tell branches apart; the branch currents are where parallel faults reveal themselves.

Verification & Testing Methods

Check your understanding before moving on:

  • [ ] State what is identical across all branches of a parallel circuit, and what divides among them.
  • [ ] Given two branch resistances and a supply voltage, calculate each branch current, the total current, and the total resistance.
  • [ ] Explain why the total resistance of a parallel combination is always less than the smallest branch.
  • [ ] Explain how a parallel circuit behaves when one branch opens versus when one branch shorts, and how that differs from a series circuit.

Then try the practice exercises below — pen-and-paper analysis, with optional measurement on a single-battery circuit.

Practice Exercises

  1. Branch currents and total (10 minutes, pen and paper). A 6 V supply feeds three parallel resistors: 100 Ω, 200 Ω, and 600 Ω. Find the current in each branch and the total current from the supply. State the voltage across each resistor.
  2. Total resistance two ways (10 minutes, pen and paper). Using the circuit from Exercise 1, find the total resistance two ways: from V ÷ I_total, and from the reciprocal formula. Confirm the two agree, and confirm the result is less than the smallest branch (100 Ω).
  3. Open versus short (5 minutes, reasoning). In a parallel circuit of three lamps across a battery, describe what happens to the other two lamps (a) if one lamp's filament goes open, and (b) if one lamp's socket shorts. Explain why the two faults have opposite effects on the neighbors.
  4. Series vs. parallel by hand (5 minutes, optional hardware). Wire two identical resistors (or bulbs) first in series, then in parallel, across the same single battery. Predict, then measure, the total resistance each way — series should be double one resistor, parallel should be half. Note how the total current differs between the two arrangements.

These core ideas — shared voltage, dividing current, total resistance below the smallest branch, and the one-branch-fails-others-live behavior — are tested in the Chapter Quiz at the end of this chapter, where a score of 80% is required to continue.

Key Takeaways

  • A parallel circuit connects components across the same two nodes, so the voltage is identical across every branch.
  • Each branch carries its own current (I_n = V ÷ R_n), and the total current is the sum of the branch currents — a current divider, with the smallest resistance taking the largest current.
  • The total resistance combines by reciprocals (1 ÷ R_total = 1÷R₁ + 1÷R₂ + …) and is always less than the smallest branch; for two branches, R_total = (R₁ × R₂) ÷ (R₁ + R₂), and equal branches give a proportional fraction (two equal → half).
  • Adding parallel branches lowers total resistance and raises total current drawn from the source.
  • Parallel is the mirror of series: series shares current and divides voltage; parallel shares voltage and divides current.
  • One open branch leaves the others working (a local fault); one shorted branch drags the shared voltage down for all (often blowing a shared fuse).

Skills Learned

  • You can now recognize a parallel connection and state that every branch shares the same voltage.
  • You can now calculate branch currents, total current, and total resistance for a parallel circuit.
  • You can now explain why total resistance falls below the smallest branch and why total current rises with more branches.
  • You can now predict and diagnose the opposite failure signatures of an open branch versus a shorted branch.
  • You can now tell series and parallel apart by their behavior and use that distinction to start a diagnosis.

Glossary Additions

  • parallel circuit — a circuit in which components are connected across the same two nodes, so every component has the same voltage across it while the current divides among them.
  • branch — one of the separate current paths in a parallel circuit, connected across the same two nodes as the others.
  • current divider — a parallel arrangement that splits a total current among its branches, with each branch taking a share inversely proportional to its resistance (the smallest resistance carries the most current).

Suggested Next Sections

Must read next:

  • Kirchhoff's Voltage Law — the rule that makes "the voltage drops add up to the source," previewed in the last two sections, official — and the first of the two laws that let you analyze circuits that are neither purely series nor purely parallel.

Recommended: