The Verdict: Why We Wire Lights in Parallel (and When We Don't)
When you wire lights in parallel, every fixture connects directly across the same two voltage nodes. This guarantees that each light receives the full source voltage, maintaining consistent brightness regardless of how many fixtures you add. If you are wiring 120V AC recessed cans, 12V DC under-cabinet pucks, or 5V USB LED strips, pure parallel is the default and correct topology.
Why choose this over a series configuration? In a series circuit, voltage divides among the loads. If you wire two 12V nominal LED pucks in series on a 12V power supply, each puck only gets 6V. They will either glow dimly or fail to turn on entirely because their internal driver chips will brown out. Parallel wiring prevents this voltage starvation.
Topology Breakdown: Nodes, Branches, and Real Component Values
Let us design a practical 12V DC under-cabinet lighting system to see how the topology works in the real world. We are using a Mean Well LRS-60-12 power supply (12V DC, 5A, 60W) to drive six 1.5W 12V G4 LED puck lights.
The Node and Branch Architecture
- Node A (VCC / Source Positive): The main 12V+ trunk wire (18 AWG red THHN).
- Node B (GND / Source Negative): The main 0V trunk wire (18 AWG black THHN).
- Branches 1 through 6: Each G4 puck light acts as a branch connecting between Node A and Node B. We use 22 AWG stranded wire for the short drops from the trunk to the pucks.
The Math and Component Sizing
Each 1.5W G4 puck draws roughly 125mA (0.125A) at 12V. Because they are in parallel, the voltage across every branch is exactly 12V. The total current is the sum of the branches:
I_total = 0.125A * 6 = 0.75A
P_total = 12V * 0.75A = 9W
Our 60W power supply is heavily oversize for a 9W load, which is excellent for longevity and thermal management. According to DOE Solid-State Lighting guidelines, running LED drivers at 50% to 75% of their rated capacity maximizes efficiency and lifespan. For the trunk wire, 0.75A is electrically tiny, but we use 18 AWG instead of 22 AWG for the main run to minimize voltage drop over a 10-foot span and provide mechanical durability.
Failure Mode Contrast: What Breaks at the Extremes?
The true test of a circuit topology is how it handles catastrophic failure. Here is the behavior matrix for our parallel G4 puck array compared to a hypothetical series array.
| Failure Event | Parallel Topology Result | Series Topology Result |
|---|---|---|
| One light opens (burns out / wire breaks) | Only that branch goes dark. Node A and B remain at 12V. Total current drops by 125mA. Other lights are unaffected. | The entire circuit breaks. All lights go dark immediately. Total current drops to 0A. |
| One light shorts (internal driver fails short) | That branch draws massive current. If unfused, the main trunk wire may overheat or the PSU OCP trips, killing all lights. | The shorted light bypasses itself. The remaining lights receive a higher share of the 12V, potentially overdriving and destroying them. |
| Source voltage sags (brownout) | All lights dim equally. If voltage drops below the internal driver threshold (usually ~9V), they all flicker or shut off. | Voltage divides unevenly. Some lights may stay on while others shut off, creating a chaotic visual state. |
The Decision Tree: Series, Parallel, or Series-Parallel?
Do not just default to parallel for every single LED on your workbench. Use this decision matrix to pick the exact topology for your specific source and load.
| Your Scenario | Topology Pick | Concrete Implementation |
|---|---|---|
| Source voltage matches the nominal voltage of pre-assembled fixtures (e.g., 120V AC mains, 12V DC pucks, 5V LED strips). | Pure Parallel | Wire all fixtures across the main bus. Add individual branch fuses for DC systems. |
| You are driving raw, un-resistored LED dies (e.g., Cree XP-E2, Vf=2.9V) from a high-voltage DC source (e.g., 48V battery bank). | Series (Constant Current) | Wire 14 LEDs in series (14 * 2.9V = 40.6V). Drive the string with a buck constant-current LED driver set to 350mA. |
| You have a massive array of raw 3V LEDs and a 12V car battery, and you want to avoid expensive constant-current drivers. | Series-Parallel | Create strings of 3 LEDs in series (9V total) with one current-limiting resistor per string. Wire 10 of these strings in parallel to the 12V battery. |
Default Recommendation: For 95% of DIY home, automotive, and maker projects using commercial LED modules, choose Pure Parallel. It simplifies troubleshooting, allows you to add or remove lights without recalculating resistor values, and ensures uniform brightness.
Step-by-Step Breadboard Test for Parallel Nodes
Before you solder permanent connections or run 120V AC Romex through your ceiling, prove the parallel node concept on a 5V solderless breadboard. This test demonstrates how different forward voltages (Vf) behave on the same parallel nodes. For a deeper theoretical background, refer to SparkFun's guide on series and parallel circuits.
Materials Needed
- 1x Solderless breadboard with a 5V USB power supply plugged into the rails.
- 2x Red 5mm LEDs (Nominal Vf = 2.0V, Target If = 20mA).
- 1x Blue 5mm LED (Nominal Vf = 3.2V, Target If = 20mA).
- 2x 150Ω through-hole resistors (1/4W).
- 1x 100Ω through-hole resistor (1/4W).
- 1x Digital Multimeter (DMM).
Execution Steps
- Establish the Nodes: Connect the 5V USB supply. The red breadboard rail is Node A (5V). The blue/black rail is Node B (GND).
- Build Branch 1 (Red LED): Insert a 150Ω resistor from the Node A rail to row 10. Insert the anode (long leg) of a Red LED into row 10, and the cathode (short leg) into the Node B rail. Math: (5V - 2.0V) / 0.02A = 150Ω.
- Build Branch 2 (Red LED): Repeat step 2 on row 20 with the second 150Ω resistor and Red LED.
- Build Branch 3 (Blue LED): Insert the 100Ω resistor from Node A to row 30. Insert the Blue LED anode into row 30, cathode to Node B. Math: (5V - 3.2V) / 0.02A = 90Ω (100Ω is the closest standard value, yielding ~18mA, which is perfectly safe).
- Verify Node Voltage: Set your DMM to DC Volts. Place the red probe on the Node A rail and the black probe on Node B. It should read 4.9V to 5.1V. Notice that this voltage is identical regardless of which branch you measure across.
- Measure Branch Current: Set your DMM to DC Amps (mA range). Break Branch 1 by pulling the resistor leg out of the power rail. Insert your DMM probes in series (red probe to 5V rail, black probe to the resistor leg). It should read approximately 18-20mA.
- Observe Independence: While monitoring the current of Branch 1, physically remove Branch 3 (the Blue LED) from the breadboard. The current reading on Branch 1 will not change. This proves that parallel branches operate independently.
Bench Note: Never wire raw LEDs in parallel without individual resistors on each branch. If you put one resistor on the main trunk and then split into three parallel LEDs, the LED with the lowest forward voltage will hog all the current, glow brightly, burn out, and then pass the excess current to the next weakest LED, causing a cascading thermal failure.
Sizing the Power Supply and Wire for Parallel Branches
When scaling your parallel circuit from the breadboard to a permanent installation, your power supply and wire gauge must be sized for the absolute maximum continuous load.
Power Supply Sizing
NEC-style guidance for continuous loads (lights on for 3 hours or more) requires the power source to be rated at 125% of the total load. If your parallel array draws 4.0A total, your minimum PSU rating is 4.0A * 1.25 = 5.0A. Always round up to the next standard commercial size (e.g., a 6A or 10A Mean Well supply).
Wire Gauge and Voltage Drop
In a parallel circuit, the main trunk wire carries the cumulative current of all branches. If you have ten 1A branches, the trunk carries 10A. Use standard AWG ampacity tables (based on the 60°C column for most DIY chassis wiring) to size the trunk. For a 10A load, 16 AWG copper is sufficient for ampacity, but if the wire run exceeds 5 feet, you must calculate voltage drop. A 3% voltage drop on a 12V system means you cannot lose more than 0.36V. If your run is long, bump the trunk wire up to 12 AWG or 10 AWG to keep the resistance low, ensuring the lights at the very end of the parallel bus receive the same voltage as the lights at the beginning.






