If you are wiring 120V or 240V AC recessed lights or ceiling fixtures in your home, you never wire lights in series; they must be wired in parallel to maintain nominal voltage and meet National Electrical Code (NEC) requirements. However, if you are designing low-voltage DC circuits—like 12V LED strips, 24V landscape lighting, or custom breadboard electronics—wiring lights in series is the standard, most efficient topology for current regulation.
This guide breaks down the exact series topology for DC LEDs, provides a real-world component design walkthrough, and answers the most common long-tail questions about mixing series and parallel lighting configurations.
The Series Topology: Node Labels and Current Flow
In a series circuit, components are connected end-to-end, forming a single continuous path for current. There are no branching nodes. Think of a single-lane road with three toll booths (the LEDs). The exact same number of cars (current) must pass through every booth, but each booth drops the speed (voltage) of the traffic.
Here is the exact node topology for a three-LED series string driven by a DC source:
- Node A (Source +): Positive terminal of the DC power supply.
- Node B (LED1 Anode): Connection from Source + to the anode (long leg) of the first LED.
- Node C (LED1 Cathode / LED2 Anode): The junction between the first and second LED.
- Node D (LED2 Cathode / LED3 Anode): The junction between the second and third LED.
- Node E (LED3 Cathode / Resistor): Connection from the last LED to the current-limiting resistor.
- Node F (Resistor / Source -): The other side of the resistor connecting back to the negative terminal (Ground) of the power supply.
According to Kirchhoff’s Voltage Law (KVL), the sum of the voltage drops across each component (Nodes B through F) must exactly equal the source voltage applied at Node A. Because the current (I) has only one path, it remains identical through every LED and the resistor (All About Circuits: Series and Parallel Circuits).
Behavior Matrix: Failure Modes and Extremes
The biggest difference between series and parallel topologies is how they handle component failure. Here is exactly what breaks at the extremes when an element changes state.
| Event / Extreme | Series Circuit Result | Parallel Circuit Result (Contrast) |
|---|---|---|
| Normal Operation | Current is identical through all LEDs. Voltage divides based on each LED's forward voltage (Vf). | Voltage is identical across all LEDs. Current divides based on each branch's resistance. |
| One LED Opens (Blows/Breaks) | Total failure. The circuit path is broken. Current drops to 0A. All lights go completely dark. | Only the failed branch goes dark. Remaining lights continue operating at full brightness. |
| One LED Shorts Out | The shorted LED drops 0V. The remaining voltage is forced across the other LEDs and resistor, causing a current spike that may blow the remaining LEDs. | A dead short across one branch draws massive current, immediately tripping the breaker or blowing the main fuse, killing power to all lights. |
| Source Voltage Drops (Brownout) | If source voltage drops below the combined Vf of all LEDs, current ceases and all lights snap off abruptly. | Lights dim proportionally as voltage drops, but remain partially lit until voltage is critically low. |
Design Walkthrough: Driving Three 3.2V LEDs from 12V DC
Let’s build a real circuit. We will wire three standard 5mm white LEDs in series using a 12V DC power supply. We need real component values to ensure the LEDs don't burn out.
1. Select the Components
- Power Supply: Mean Well LRS-35-12 (12V DC, 2.9A output).
- LEDs: Three 5mm White LEDs (Typical Forward Voltage Vf = 3.2V, Target Forward Current If = 20mA). SparkFun: LED Tutorial
- Resistor: Carbon film, 1/4W tolerance.
2. Calculate the Current-Limiting Resistor
First, calculate the total voltage consumed by the LEDs in series:
V_total_LEDs = 3.2V + 3.2V + 3.2V = 9.6V
Next, find the remaining voltage that the resistor must drop:
V_resistor = V_source - V_total_LEDs = 12V - 9.6V = 2.4V
Using Ohm’s Law (R = V / I), calculate the resistance needed to limit current to 20mA (0.020A):
R = 2.4V / 0.020A = 120 Ω
Finally, verify the resistor power rating (P = I² × R):
P = (0.020)² × 120 = 0.048W. A standard 1/4W (0.25W) resistor is more than sufficient.
3. Breadboard Test: Step-by-Step
- De-energize: Ensure the Mean Well 12V power supply is unplugged from the mains.
- Insert LEDs: Place the three 5mm LEDs into the breadboard. Connect the cathode (short leg) of LED1 to the anode (long leg) of LED2 in the same row. Connect the cathode of LED2 to the anode of LED3.
- Insert Resistor: Place one leg of the 120 Ω resistor in the same row as the cathode of LED3. Place the other leg in an empty row connected to the breadboard's ground rail.
- Wire Power: Use a red jumper wire from the power supply's +V terminal to the anode of LED1. Use a black jumper wire from the power supply's -V (COM) terminal to the breadboard's ground rail.
- Verify Polarity: Double-check that current flows from the long leg to the short leg of every LED.
- Energize and Measure: Plug in the power supply. Set your multimeter to DC Volts. Place the black probe on the ground rail and probe Node C (between LED1 and LED2). You should read approximately 3.2V. Probe Node D; you should read ~6.4V. Probe the resistor's input; you should read ~9.6V.
Why Choose Series Over Parallel for Low-Voltage DC?
If parallel wiring keeps the lights on when one fails, why do we wire DC LED strips and landscape lights in series? The answer lies in current matching and thermal runaway prevention.
No two LEDs are manufactured perfectly identically. Even from the same batch, one LED might have a forward voltage (Vf) of 3.1V while another is 3.3V. If you wire them in parallel directly to a voltage source, the 3.1V LED will draw significantly more current than the 3.3V LED. This causes the 3.1V LED to heat up. As LEDs heat up, their Vf drops further, causing them to draw even more current—a destructive feedback loop called thermal runaway.
By wiring them in series, Kirchhoff’s Current Law forces the exact same current through every LED, regardless of minor Vf manufacturing variations. They heat up evenly and age at the same rate. This is why commercial 12V LED strips use internal series strings of 3 LEDs and a resistor, repeated in parallel blocks across the strip.
Frequently Asked Questions
Can I wire 120V recessed lights in series in my home?
No. Under NEC guidelines and basic electrical physics, 120V AC branch circuits for lighting must be wired in parallel. If you wired six 120V recessed lights in series, the 120V source would divide equally among them, giving each light only 20V. They would not illuminate. Furthermore, if one bulb burned out (creating an open circuit), the entire string of lights would go dark, and troubleshooting would require checking every single fixture. Always wire home AC lighting in parallel, maintaining 120V at every fixture node.
Why do my series-wired landscape LEDs get dimmer at the end of the run?
If your low-voltage landscape lights are dimming at the end of a long wire run, you are experiencing voltage drop across the wire itself, not a failure of the series topology. The copper wire has resistance. If you are pulling 5A through 100 feet of 16 AWG wire, you will lose several volts before the power even reaches the first light. To fix this, increase the wire gauge (e.g., step up to 12 AWG or 10 AWG) or switch to a higher voltage system (like 24V AC) to reduce the current and minimize the I²R losses in the cable.
What happens if I wire a 12V DC LED bulb in series with a 120V AC switch?
The LED bulb will instantly pop and fail. A 12V DC LED is rated for a specific low DC voltage. Connecting it to a 120V AC circuit exposes it to peak voltages of roughly 170V (120V RMS × √2), alternating polarity 60 times a second. The internal driver or the LED die will experience catastrophic dielectric breakdown. Always ensure your load voltage and AC/DC type match the source supply.
How do old-school Christmas lights wire bulbs in series without them all dying when one blows?
Traditional incandescent mini-lights are indeed wired in series (usually 50 bulbs on a 120V string, meaning each bulb is rated for roughly 2.4V). To prevent the whole string from dying when a filament breaks, manufacturers install a tiny shunt wire wrapped around the filament posts inside the glass base. When the filament breaks (open circuit), the full line voltage momentarily appears across the shunt. This high voltage melts the shunt's insulating coating, creating a short circuit across the dead bulb. The current bypasses the dead bulb and continues flowing to the rest of the string. However, this slightly increases the current through the remaining 49 bulbs, which is why old Christmas lights tend to burn out in rapid succession once the first one fails.






