When designing low-voltage DC illumination—whether for a custom PCB, an automotive lighting array, or a benchtop electronics project—wiring a series of lights is the most efficient method for ensuring uniform brightness. Unlike parallel circuits where each LED draws its own current independently, a series circuit forces the exact same current through every component. This eliminates the need for matched LED bins and prevents thermal runaway in individual diodes.
However, series wiring introduces strict voltage requirements and unique failure cascades. If you do not calculate the forward voltage (Vf) drop and current-limiting resistance correctly, you will either fail to illuminate the array or destroy the components. Below is the complete topology breakdown, component sizing, and failure-mode analysis for a DC series LED circuit.
The Series Topology: Node Labels and Core Behavior
To analyze a series circuit, we map the voltage potential at every junction (node) between components. In a standard DC series LED array, current flows from the positive terminal, through a current-limiting resistor, through each LED sequentially, and returns to the ground terminal.
For a 3-LED array, the topology nodes are defined as follows:
- Node A: DC Source Positive (e.g., +12V from a bench supply or battery).
- Node B: Junction between the current-limiting resistor and the anode of LED 1.
- Node C: Junction between the cathode of LED 1 and the anode of LED 2.
- Node D: Junction between the cathode of LED 2 and the anode of LED 3.
- Node E: DC Source Negative / Ground (0V).
Because there is only one path for electron flow, Kirchhoff’s Current Law dictates that the current at Node A is identical to the current at Node E. The voltage, however, drops sequentially across each component. The table below illustrates how the circuit behaves under normal and fault conditions.
| Component State | Total Resistance | Circuit Current | Voltage at Node B | Visual Result |
|---|---|---|---|---|
| Normal Operation | ~280Ω (120Ω R + LED dynamic R) | 20 mA | 9.6V | All 3 LEDs illuminate at full rated brightness. |
| LED 2 Fails Open | Infinite (∞) | 0 mA | 12.0V (Source V) | All 3 LEDs turn off immediately. Circuit is broken. |
| LED 2 Fails Short | ~180Ω (Resistor + 2 LEDs) | 33.3 mA | 5.6V | LED 2 goes dark. LEDs 1 & 3 overcurrent and glow intensely bright before failing. |
| Source Drops to 9V | ~280Ω | ~0 mA | 9.0V | All LEDs remain dark. 9V is below the 9.6V combined forward voltage threshold. |
Series vs. Parallel: Why Choose This Topology?
When designing an LED array, you must choose between wiring the lights in series or in parallel. While parallel wiring is mandatory for 120V AC home receptacles and fixtures, DC LED design heavily favors series wiring for arrays of three or more diodes.
| Design Criteria | Series Topology | Parallel Topology |
|---|---|---|
| Current Matching | Perfect. Identical current flows through all LEDs, ensuring uniform color and brightness. | Poor. Minor variations in LED forward voltage cause uneven current sharing (one LED hogs current). |
| Thermal Stability | High. If one LED heats up and its Vf drops, the total current remains regulated by the single resistor. | Low. A heating LED draws more current, gets hotter, and enters thermal runaway. |
| Power Supply Requirement | Requires a higher voltage source (V_source > sum of all Vf). | Requires a higher current capacity source, but voltage only needs to exceed a single Vf. |
| Wiring Complexity | Low. Only two wires (V+ and GND) connect to the entire chain. | High. V+ and GND must be routed to every individual LED, increasing copper trace width and cost. |
| Failure Independence | Poor. One open-circuit failure kills the entire string (like old Christmas lights). | Excellent. If one LED fails open, the others continue to operate normally. |
Choose Series When: You are building high-efficiency fixtures, using a constant-current LED driver, or require strict color-matching across the array without buying expensive binned LEDs.
Choose Parallel When: Your power supply voltage is fixed and low (e.g., a single 3.7V Li-ion cell powering multiple white LEDs), or you need absolute fault tolerance where one dead LED cannot disable a critical safety light.
Design Walkthrough: Sizing a 3-LED Array
Let’s design a real circuit using standard through-hole components. We will use three Lite-On LTL-307EE 5mm white LEDs powered by a standard 12V DC wall adapter or bench supply.
Step 1: Calculate Total Forward Voltage
Multiply the Vf of a single LED by the number of LEDs in the series string.
V_total = 3 LEDs × 3.2V = 9.6V
Step 2: Determine Resistor Voltage Drop
Subtract the total LED voltage from the source voltage to find what the resistor must absorb.
V_resistor = V_source - V_total = 12.0V - 9.6V = 2.4V
Step 3: Calculate Resistance (Ohm’s Law)
Divide the resistor voltage drop by the target current (in Amperes).
R = V / I = 2.4V / 0.020A = 120Ω
Result: Use a standard E12 series 120Ω resistor.
Step 4: Calculate Resistor Power Dissipation
Ensure the physical resistor can handle the heat without burning up.
P = I² × R = (0.020A)² × 120Ω = 0.0004 × 120 = 0.048W
Result: A standard 1/4W (0.25W) carbon film or metal film resistor is more than sufficient, operating at less than 20% of its rated capacity.
Breadboard Testing and Verification Steps
Before soldering or deploying the circuit, verify the design on a solderless breadboard. This allows you to measure actual node voltages and catch polarity errors.
- Prepare the Power Source: Set your bench power supply to 12.0V. Crucially, set the current limit (OCP) to 50mA. If a wiring error occurs, the supply will fold back at 50mA, preventing the LEDs from vaporizing.
- Place the Resistor: Insert the 120Ω resistor into the breadboard. Connect one leg to the positive power rail (Node A) and the other leg to an isolated terminal strip (Node B).
- Insert the LEDs: Place the three LTL-307EE LEDs in sequence. The anode (long leg) of LED 1 goes into Node B. The cathode (short leg, flat edge on the plastic rim) of LED 1 shares a row with the anode of LED 2 (Node C). Repeat for LED 2 to LED 3 (Node D).
- Complete the Ground Path: Insert a jumper wire from the cathode of LED 3 (Node E) to the negative/ground power rail.
- Verify Polarity: Visually trace the path from V+ to GND. Ensure every flat edge (cathode) points toward the ground rail. Reversing a single LED will block the entire circuit.
- Energize and Measure: Turn on the power supply. Use a digital multimeter (DMM) in DC voltage mode. Place the black probe on the ground rail. Touch the red probe to Node B. It should read approximately 9.6V. Move to Node C (should read ~6.4V), then Node D (should read ~3.2V).
- Measure Current: Turn off the supply. Break the circuit at Node A, insert the DMM in series (set to mA current mode), and power on. It should read 20mA ± 5%.
Extreme Failure Modes: Opens, Shorts, and Thermal Runaway
Understanding how series circuits behave under fault conditions is critical for designing reliable fixtures. Unlike parallel circuits, a single component failure alters the operating point of every other component in the chain.
The Open Circuit Failure
This is the most common LED failure mode. When an LED's internal bond wire snaps due to thermal cycling or mechanical shock, it becomes an open switch. Because a series circuit requires a continuous path, the current instantly drops to 0 mA. The voltage at Node B will rise to equal the full source voltage (12V), but no current flows. The entire string goes dark. This is the primary drawback of series wiring and is why high-reliability applications often use series-parallel matrices (e.g., three strings of three LEDs in parallel) rather than a single massive series string.
The Short Circuit Failure
Less common but more destructive, an LED can fail short if the semiconductor die cracks and the bond wire melts across the terminals. If LED 2 shorts out, it effectively becomes a piece of wire with 0V drop. The 9.6V load suddenly drops to 6.4V. The current-limiting resistor now sees 12V - 6.4V = 5.6V. By Ohm's law, the new current becomes 5.6V / 120Ω = 46.6 mA. This exceeds the 30mA absolute maximum rating of the remaining LEDs. They will flare intensely bright, overheat, and likely fail open within seconds, eventually killing the whole string.
Thermal Runaway in Poorly Regulated Supplies
If you wire a series of lights directly to a voltage source without a current-limiting resistor or constant-current driver, you risk thermal runaway. As LEDs heat up during operation, their forward voltage drops. If the source voltage is fixed, the current increases to compensate. More current generates more heat, which drops the Vf further, drawing even more current. This positive feedback loop ends in catastrophic thermal failure. Always use a calculated resistor for low-power arrays, or a dedicated constant-current IC (like the TI LM3404) for high-power lighting arrays.






