When deciding between a parallel v series topology for your next build, the choice boils down to how you want to distribute electrical stress: voltage sharing or current sharing. In a series circuit, current is constant across all components while voltage divides. In a parallel circuit, voltage is constant across all branches while current divides. Getting this wrong doesn't just result in dim LEDs or weak audio—it leads to thermal runaway, blown traces, and dead batteries.
This guide strips away the abstract textbook theory and walks through real-world component sizing, extreme failure modes, and bench testing procedures for both configurations.
Topology Breakdown: Node Labels and Current Flow
To understand the physics, we must define our nodes. Let's establish Node A as the positive supply rail (VCC) and Node B as the ground return (GND).
Series Topology
In a series configuration, components are daisy-chained. The current flows out of Node A, through Component 1, into an intermediate Node 1, through Component 2, into Node 2, and finally returns to Node B. There are no branching paths. Because there is only one path for electron flow, the current (I) is identical through every component, but the voltage drop (V) across each component adds up to the total supply voltage (Kirchhoff's Voltage Law).
Parallel Topology
In a parallel configuration, every component bridges the exact same two nodes. Component 1, Component 2, and Component 3 all connect directly between Node A and Node B. Because they share the same start and end points, the voltage across every branch is identical, but the total current drawn from the supply is the sum of the currents in each branch (Kirchhoff's Current Law).
The Behavior Matrix: Failure Modes and Extremes
The most critical difference between parallel v series topologies is how they handle catastrophic component failure. Here is the behavior matrix detailing what happens when you push these circuits to their extremes.
| Parameter | Series Topology | Parallel Topology |
|---|---|---|
| Total Resistance | Increases (R_total = R1 + R2 + R3) | Decreases (1/R_total = 1/R1 + 1/R2 + 1/R3) |
| Voltage Distribution | Divides proportionally to resistance | Identical across all branches |
| Current Distribution | Identical through all components | Divides inversely to branch resistance |
| Extreme: Open Circuit (1 element fails open) | Total Failure. The single path is broken. Current drops to zero. All components shut off. | Partial Failure. Only the affected branch shuts off. Other branches continue operating normally. |
| Extreme: Short Circuit (1 element fails short) | Overstress. Total resistance drops. Current spikes. Remaining components receive higher voltage and may burn out. | Catastrophic. Node A is shorted directly to Node B. Massive current spike. Power supply trips, fuse blows, or traces melt. |
Design Walkthrough: Sizing a 12V LED Array
Let's apply this to a real workbench scenario. You need to power three standard 5mm red LEDs from a 12V DC bench supply. According to the SparkFun LED guide, a typical red LED has a forward voltage (Vf) of 2.0V and a target forward current (If) of 20mA.
Option A: The Series Approach
We wire the three LEDs in series with a single current-limiting resistor.
Math: Total Vf = 2.0V + 2.0V + 2.0V = 6.0V.
The resistor must drop the remaining voltage: 12V - 6.0V = 6.0V.
Using Ohm's Law (R = V / I): 6.0V / 0.020A = 300 ohms.
The closest standard E12 resistor value is 330 ohms.
Actual current: 6.0V / 330Ω = 18.1mA (perfectly safe, slightly dimmer).
Resistor power dissipation: I² × R = (0.0181)² × 330 = 0.108W. A standard 1/4W (0.25W) resistor is more than adequate.
Option B: The Parallel Approach
We wire three separate branches in parallel. Each branch contains one LED and one resistor.
Math: Each branch sees the full 12V. The resistor must drop: 12V - 2.0V = 10.0V.
Ohm's Law: 10.0V / 0.020A = 500 ohms.
The closest E12 value is 510 ohms.
Actual current per branch: 10.0V / 510Ω = 19.6mA.
Total supply current: 19.6mA × 3 branches = 58.8mA.
Resistor power dissipation per branch: (0.0196)² × 510 = 0.195W. A 1/4W resistor will work, but it will run warm to the touch. A 1/2W resistor is safer for longevity.
Verdict: Why Choose One Over the Other?
Choose series when you want efficiency. The series string draws only 18.1mA total from the 12V supply, wasting very little energy as heat in the resistor. Choose parallel when your supply voltage is too low to stack the LEDs (e.g., powering three 2.0V LEDs from a 3.3V ESP32 GPIO pin), or when you need independent operation so that one dead LED doesn't kill the whole array.
Breadboard Testing: Step-by-Step Verification
Before applying power to a newly built parallel v series network, verify the topology with a digital multimeter (DMM). Follow this sequence to avoid instant component death.
- De-energize the Board: Ensure the bench supply is turned off and disconnected from the breadboard rails.
- Set DMM to Continuity/Diode Mode: This mode outputs a low test voltage (usually < 2V) that won't accidentally forward-bias and blow sensitive gate oxides.
- Verify Series Nodes: Place the red probe on the anode of LED 1 and the black probe on the cathode of LED 1. You should read a ~1.8V drop. Move the black probe to the cathode of LED 2. If wired in series correctly, you should now read ~3.6V (the sum of two junctions). If it reads 'OL' (Open Loop), your intermediate node connection is broken.
- Verify Parallel Nodes: Place the red probe on Node A (VCC rail) and the black probe on Node B (GND rail). The meter should read 'OL'. If it beeps or reads near 0.00 ohms, you have a dead short between your power rails. Find the rogue jumper wire before proceeding.
- Apply Power and Measure: Turn on the 12V supply. Switch your DMM to DC Voltage. Measure across the current-limiting resistor in the series string. If you read exactly 6.0V, your circuit is balanced. If you read 12V, your LED string is open (a bad breadboard contact).
Frequently Asked Questions
Why do my parallel LEDs burn out while my series LEDs don't?
This is caused by current hogging and thermal runaway. LEDs have a negative temperature coefficient for forward voltage—as they get hot, their Vf drops. If you wire multiple LEDs in parallel with a single shared resistor, the hottest LED will experience a voltage drop, draw more current, get even hotter, and eventually burn out. Once it fails open, the shared resistor now pushes all its current into the remaining LEDs, causing a cascading failure. Always use individual current-limiting resistors for every parallel branch, as detailed in the All About Circuits DC theory textbook.
Can I mix series and parallel in the same battery pack?
Yes, this is called a series-parallel (or parallel-series) topology, commonly noted as 'S' and 'P' configurations (e.g., 3S2P). You wire cells in series to achieve the target voltage, and wire those series strings in parallel to increase amp-hour capacity. However, Battery University strictly warns that you must use a Battery Management System (BMS) capable of balancing individual series nodes. If one cell in a series string degrades, it will drag down the voltage of that entire string, causing the parallel strings to force reverse-current into the weak string during discharge.
How does internal resistance affect parallel v series battery life?
Every battery has internal resistance (IR). In a series topology, the IR of all cells adds up, causing significant voltage sag under heavy loads (V_drop = I_load × IR_total). In a parallel topology, the combined internal resistance drops (following the parallel resistor formula), allowing the pack to deliver much higher surge currents with minimal voltage sag. This is why high-drain applications like drone ESCs and power tools rely heavily on parallel cell groupings.
Is parallel v series wiring safer for high-voltage AC mains lighting?
For standard 120V/230V AC mains architectural lighting, parallel is the universal standard. If a single bulb burns out (opens), the rest of the room stays lit. Series wiring on mains is almost exclusively reserved for specific constant-current LED drivers or legacy decorative lighting (like old-school Christmas lights), where the high voltage is divided across dozens of low-voltage bulbs. Never attempt to wire standard mains-rated appliances in series; the unequal impedance of the loads will result in unpredictable and dangerous voltage distribution.






