Parallel Circuits
Part of Basic Electrical Circuits
How parallel circuits distribute current across multiple branches and why this topology is fundamental to all practical electrical distribution.
Why This Matters
Every functional electrical power distribution system is built on parallel circuits. The lights in a building, the outlets in a workshop, the loads on a battery bank—all are connected in parallel. This configuration allows each load to operate at full supply voltage independently, so that switching one lamp off does not dim the others, and adding a new load does not change the voltage available to existing loads.
Understanding parallel circuits is not just theoretical. It determines how you wire a building, how you connect battery banks, how you design a charging system, and how you diagnose faults. A person who grasps the behavior of parallel circuits—particularly that current increases with each added load while voltage stays constant—will immediately understand why a small wire feeding many parallel loads overheats, why batteries connected in parallel must be matched, and why a short circuit in one branch collapses the whole system.
These principles apply whether the system is 12V DC from a bank of lead-acid batteries or 240V AC from a generator. The math is the same; the applications are universal.
The Defining Properties
In a parallel circuit, all branches connect between the same two nodes. This means:
- Voltage is identical across all parallel branches: V₁ = V₂ = V₃ = V_supply
- Current divides between branches: I_total = I₁ + I₂ + I₃ + …
- Total resistance is less than the smallest individual resistance
Property 3 surprises people at first. It follows from Property 1: if voltage is constant and more current paths are added, the total current must increase—which means the effective resistance seen by the source decreases.
Calculating Parallel Resistance
General formula: 1/R_total = 1/R₁ + 1/R₂ + 1/R₃ + …
Or equivalently: R_total = 1 / (1/R₁ + 1/R₂ + 1/R₃ + …)
For two resistors only (a useful shortcut): R_total = (R₁ × R₂) / (R₁ + R₂)
This “product over sum” formula applies only to two resistors at a time, but you can apply it repeatedly to simplify larger networks.
For N identical resistors in parallel: R_total = R / N (total resistance is just the single resistance divided by the number of parallel branches)
Worked examples:
Three resistors in parallel: 6Ω, 12Ω, 4Ω, connected to 12V.
1/R = 1/6 + 1/12 + 1/4 = 2/12 + 1/12 + 3/12 = 6/12 = 0.5 R_total = 2Ω
I_total = 12V / 2Ω = 6A I₁ = 12V / 6Ω = 2A I₂ = 12V / 12Ω = 1A I₃ = 12V / 4Ω = 3A Check: 2 + 1 + 3 = 6A ✓
Two identical 10Ω resistors in parallel: R_total = 10/2 = 5Ω (half the individual resistance)
Ten identical 10Ω resistors in parallel: R_total = 10/10 = 1Ω
Current Division
In a parallel circuit, current naturally divides between branches in inverse proportion to their resistance. Lower resistance gets more current; higher resistance gets less.
Current divider formula (for two parallel resistors R₁ and R₂ sharing total current I_total):
I₁ = I_total × R₂ / (R₁ + R₂) I₂ = I_total × R₁ / (R₁ + R₂)
Notice that I₁ is weighted by R₂ (the other resistor), not R₁. This seems backward but is correct: lower R₁ draws higher current I₁, which requires weighting by the larger R₂.
Application: A 12V battery drives two parallel loads—a 3Ω heater and a 12Ω lamp. Total current = 12V/2.4Ω = 5A. I_heater = 5 × 12/(3+12) = 5 × 0.8 = 4A I_lamp = 5 × 3/(3+12) = 5 × 0.2 = 1A The heater draws 4× more current than the lamp, as expected from the 4:1 resistance ratio.
Power Distribution in Parallel Branches
Each branch dissipates power independently based on its own voltage and current:
P_n = V × I_n = V²/R_n
Total power = sum of all branch powers.
Implication for wire sizing: The supply wire must carry the total current from all parallel loads. Even if each individual load draws modest current, a large number of parallel loads can demand substantial total current from the single supply conductor.
Example: Ten 12V/60W lamps in parallel Each lamp: I = P/V = 60/12 = 5A Total current = 10 × 5A = 50A The supply wire must be rated for at least 50A—heavy copper is needed.
Practical Wiring for Parallel Loads
Radial (home run) wiring: Each load has its own wire directly back to the supply. Simple to install and fault-isolate; uses more wire.
Trunk and branch wiring: A heavy main cable (bus) runs from the supply; smaller branch wires tap off it to individual loads. More wire-efficient but the trunk wire must carry all current.
Bus bar system: A substantial copper bar or thick conductor connects all supply connections. Each load taps directly from the bus bar. Minimizes resistance and voltage drop at high current levels. Used in battery banks, distribution panels, and workshop wiring.
Voltage drop in parallel systems: Each load sees the supply voltage minus the voltage drop in its share of the supply wiring. If all loads share a common supply wire with significant resistance, heavy loads pulling high current will reduce the voltage available to all loads.
This is why critical loads (motors, charging circuits) and sensitive loads (radio, instruments) should not share the same supply wire—the voltage fluctuations from one category affect the other.
Parallel Batteries: Benefits and Hazards
Benefits of parallel batteries:
- Combined capacity (Ah) = sum of all individual capacities
- Load current shared: battery internal heating reduced
- Redundancy: a failing battery is bypassed by others
Requirements for parallel connection:
- Identical nominal voltage (within 0.1V for lead-acid)
- Same state of charge before connecting
- Same chemistry and age (ideally same batch)
What happens with mismatched batteries: A stronger (higher voltage) battery forces current into a weaker one, potentially overcharging it. The temperature rises; in sealed batteries, pressure builds. The weaker battery may be permanently damaged.
Safe parallel connection procedure:
- Charge all batteries individually to full charge
- Let them rest 1 hour to equalize surface charge
- Connect all positive terminals together, then all negative terminals
- Verify total voltage matches individual cell voltage
- Monitor temperature for the first 30 minutes
Fault Behavior in Parallel Circuits
Open circuit fault in one branch: Only that branch stops working. Other branches continue normally. The supply current decreases by the amount that was flowing through the failed branch. This is the great advantage of parallel wiring for distribution—fault isolation.
Short circuit fault in one branch: Catastrophic. The short creates a near-zero resistance path across the supply. Current spikes to the maximum the source can deliver. Voltage across all parallel branches collapses to near zero. All loads stop. The shorted wire or component typically overheats rapidly.
Fusing of parallel circuits: Each branch should have its own fuse or circuit breaker rated for that branch’s load only. A short in one branch blows only that branch’s fuse, leaving others operational. A single fuse on the entire supply bus rated for total current would allow dangerous currents to flow in shorted branches before blowing.
This principle—individual branch protection—is the basis of every electrical distribution panel design.