A series circuit forces electrical current through a single, unbranched path. The defining rule is absolute: current is identical through every component, while the source voltage divides across them proportionally to their resistance or forward voltage drop ($V_{total} = V_1 + V_2 + ... + V_n$). If you need guaranteed current matching across multiple loads without complex balancing networks, this topology is your baseline.
Topology and Node Behavior: The Single Path
To understand series behavior on the bench, we map the circuit using nodes. A node is any continuous conductive path between components where no current splits. Consider a simple loop with a DC source and two resistors:
- Node A: The positive terminal of the voltage source, connecting to the first lead of Resistor 1 (R1).
- Node B: The physical junction connecting the second lead of R1 to the first lead of Resistor 2 (R2). No other branches exist here.
- Node C: The second lead of R2, returning to the negative terminal (ground) of the voltage source.
Because there is no alternative path at Node B, 100% of the electrons flowing out of R1 must enter R2. According to All About Circuits, this unbranched topology means the total resistance is simply the arithmetic sum of all individual resistances ($R_{total} = R_1 + R_2$). The voltage at Node B will always sit at a predictable intermediate value, determined by the voltage divider ratio of the two components.
Series vs. Parallel: Failure Modes and Extremes
Why choose a series topology over parallel? The primary advantage is current matching. If you wire three LEDs in parallel, minor manufacturing differences in their forward voltage ($V_f$) will cause one LED to hog the current, overheat, and fail—a phenomenon known as thermal runaway. Wiring them in series guarantees identical current flow, ensuring uniform brightness and lifespan.
However, the single-path design introduces severe vulnerability at the extremes. Here is how the topology reacts when a component fails:
If any single component in a series string fails open (e.g., a blown fuse, a broken LED bond wire, or a lifted breadboard jumper), the entire path is broken. Current drops to exactly 0A across the whole circuit. The source voltage will appear entirely across the open fault, while all other components see 0V.
If a component fails short (internal resistance drops to ~0$\Omega$), it effectively removes itself from the voltage divider. The total circuit resistance plummets. The remaining components are suddenly subjected to the full source voltage, usually resulting in a massive current spike that cascades into thermal destruction of the surviving parts.
| Event | Series Circuit Reaction | Parallel Circuit Reaction |
|---|---|---|
| One element opens | Total current drops to 0A. Entire system shuts down. | Current in that specific branch drops to 0A. Other branches operate normally. |
| One element shorts | Total resistance drops. Current spikes, likely destroying remaining series components. | Total resistance drops slightly. Total current increases, potentially tripping the main breaker/fuse. |
| One element's resistance increases | Total current decreases. Voltage across the degraded element increases. | Current in that specific branch decreases. Other branches are completely unaffected. |
Design Walkthrough: 9V to 3-LED Dropper Network
Let's build a practical series string. We want to power three standard 5mm red LEDs from a standard 9V alkaline battery. As noted in standard electronics design references, we must use a series ballast resistor to limit current and prevent the LEDs from drawing infinite current and burning out.
1. Define Component Specifications:
- LEDs: Kingbright WP7113SRD (Standard 5mm Red). Forward Voltage ($V_f$) = 2.0V. Target Current ($I_f$) = 20mA (0.020A).
- Source: 9V Alkaline Battery. Bench Reality: A fresh 9V battery actually measures around 9.5V open-circuit. We will design for 9.5V to ensure we don't overdrive the LEDs when the battery is brand new.
2. Calculate the Voltage Drop:
Three LEDs in series will consume: $3 \times 2.0V = 6.0V$.
The remaining voltage that must be dropped across our current-limiting resistor is: $9.5V - 6.0V = 3.5V$.
3. Calculate Resistance (Ohm's Law):
$R = V / I \rightarrow R = 3.5V / 0.020A = 175\Omega$.
The closest standard E12 resistor value is 180$\Omega$. Using 180$\Omega$ yields a safe operating current of $3.5V / 180\Omega = 19.4mA$.
4. Verify Power Dissipation:
$P = I^2 \times R \rightarrow (0.0194)^2 \times 180 = 0.067W$.
A standard 1/4W (0.25W) through-hole metal film resistor (like a Yageo MFR-25 series) provides more than 3x the necessary power headroom.
Breadboard Testing Step-by-Step
Before soldering, validate the math on a solderless breadboard. You will need a multimeter (e.g., Fluke 117 or a basic UNI-T UT61E), your 180$\Omega$ resistor, three red LEDs, and a 9V battery snap.
- Verify the Source: Set your multimeter to DC Volts. Measure the 9V battery directly at the snap connector terminals. Record the exact voltage (e.g., 9.42V). This is your true $V_{source}$.
- Seat the Components: Insert the 180$\Omega$ resistor into row 10. Insert the anode (long leg) of LED 1 into row 11, and the cathode (short leg) into row 15. Bridge rows 15 to 16 with a jumper wire. Repeat for LED 2 (rows 16 to 20) and LED 3 (rows 20 to 24).
- Close the Loop: Run a jumper from the resistor's free lead (row 10) to the positive (red) power rail. Run a jumper from LED 3's cathode (row 24) to the negative (blue) ground rail. Finally, snap the 9V battery connector to the power rails.
- Measure Node Voltages: Keep the black probe on the ground rail (Node C). Place the red probe on the positive rail (Node A). It should read ~9.4V. Move the red probe to the junction between the resistor and LED 1 (Node B). It should read roughly 7.4V, confirming the resistor is dropping exactly ~2.0V to limit the current to ~11mA (wait, $2.0V / 180\Omega = 11mA$—if the battery is sagging under load, this is normal for cheap alkaline cells).
- Measure Current: Break the circuit at the ground rail. Switch your multimeter to the mA current setting. Place the meter in series between the LED 3 cathode and the ground rail to verify the exact loop current.
Frequently Asked Questions
Why do some commercial LED strings still use a series circuit topology?
High-voltage commercial holiday lights (the ones that plug directly into 120V AC mains) use long series strings of 50 to 100 tiny LEDs. Because they are in series, the 120V AC is divided equally across the string (roughly 2.4V per LED), eliminating the need for a bulky, expensive, and heat-generating step-down transformer. The tradeoff is that if one LED fails open, the whole string dies—though modern manufacturers include a tiny "shunt" wire inside each LED that melts and shorts the LED if it fails, keeping the rest of the string alive.
What happens to the total current if I add a fourth LED in series?
If you add a fourth 2.0V red LED to our 9V design, the total forward voltage requirement becomes 8.0V. The voltage left for the 180$\Omega$ resistor drops from 3.5V to just 1.5V (assuming a 9.5V source). By Ohm's law, the new current becomes $1.5V / 180\Omega = 8.3mA$. The LEDs will glow noticeably dimmer. If the battery sags below 8.0V as it drains, the LEDs will shut off entirely. This highlights the main limitation of series strings: your source voltage must always comfortably exceed the sum of the load voltage drops.
Can I wire lithium batteries in series to increase amp-hours?
No. According to Battery University guidelines, wiring batteries in series increases the total voltage while the capacity (amp-hours) remains identical to a single cell. If you wire four 3.7V 3000mAh 18650 cells in series, you get a 14.8V pack with 3000mAh capacity. To increase amp-hours, you must wire them in parallel. Furthermore, series lithium packs strictly require a multi-cell Battery Management System (BMS) to monitor individual cell voltages and prevent overcharging or deep discharge, which can lead to thermal runaway and fire.






