When designing a lighting circuit, the topology you choose dictates everything from voltage stability to failure resilience. While series circuits have their place in specialized constant-current LED drivers, standard residential and commercial lighting relies entirely on parallel configurations. This guide breaks down the exact physics of wiring parallel lights, provides a low-voltage breadboard protocol to prototype your design, and scales those principles up to a fully sized 120V AC branch circuit with real component values.
The Verdict: Why Parallel Beats Series for Lighting
In a series circuit, the source voltage is divided among the loads. If you wire three identical 120V light fixtures in series across a 120V supply, each fixture receives only 40V. They will either fail to illuminate or operate at a fraction of their rated lumen output. Furthermore, series circuits suffer from a single-point-of-failure: if one bulb blows (creating an open circuit), the entire string goes dark.
Wiring parallel lights solves both problems. In a parallel topology, every load is connected directly across the source voltage. Each fixture receives the full 120V (or 12V in low-voltage systems), ensuring consistent brightness regardless of how many fixtures are on the circuit. As All About Circuits notes, the defining characteristic of parallel components is that they share the exact same voltage across their terminals, while the total current is the sum of the individual branch currents. This independence is why parallel is the undisputed standard for branch circuit wiring.
Topology Map and Node Behavior
To design the circuit, we first map the nodes. In a standard parallel lighting loop:
- Node A: Source Hot (Line voltage from the breaker panel)
- Node B: Source Neutral (Return path to the panel)
- Node C1, C2, C3... Cn: Fixture Hot junctions (spliced to Node A)
- Node D1, D2, D3... Dn: Fixture Neutral junctions (spliced to Node B)
Understanding how the circuit reacts to extremes—specifically opens and shorts—is critical for selecting the right overcurrent protection.
| Element Change | Circuit Behavior (Parallel Topology) | Failure Mode Consequence |
|---|---|---|
| Open Circuit (One bulb blows) | Infinite resistance at Node C3. Current to C3 drops to 0A. Nodes C1, C2, and C4 continue to receive full source voltage. | Single fixture goes dark. Rest of the circuit operates normally. No breaker trip. |
| Short Circuit (Hot touches Neutral at C3) | Resistance at C3 drops to near zero. Current spikes to hundreds of amps instantly. | Branch breaker trips in <0.02 seconds (magnetic trip). Prevents wire melting and fire. |
| Add 5th Fixture (Load increase) | Total circuit current increases by the draw of the 5th fixture. Voltage at Nodes C1-C4 drops slightly due to wire impedance. | If total current exceeds breaker rating, thermal trip occurs after a time delay. |
A dead short on a parallel branch is the exact scenario your breaker is designed to catch. If you wire a fixture incorrectly and tie Node C directly to Node D without the load in between, closing the switch will result in an immediate, loud arc and a tripped breaker. Always verify continuity with a multimeter before energizing.
Bench-Test Protocol: Prototyping on a Breadboard
You cannot safely breadboard 120V AC mains voltage. Solderless breadboards are rated for low-voltage DC (typically under 24V) and low current. However, prototyping your parallel logic on a breadboard using a 12V DC proxy is a highly effective way to verify voltage distribution, test current-limiting resistors, and measure voltage drop before you start pulling heavy NM-B cable through wall cavities.
Materials Needed: 12V DC bench power supply, standard solderless breadboard, 3x 12V DC LED modules (with built-in resistors), 22 AWG solid jumper wires, digital multimeter.
- Establish the Source Rails: Connect the bench power supply positive (+) to the red breadboard rail (Node A) and negative (-) to the blue rail (Node B). Set the supply to exactly 12.0V and limit the current to 1A.
- Wire the First Branch: Insert LED 1. Run a jumper from the red rail to the LED anode, and from the LED cathode to the blue rail. Power on. The LED should illuminate. Measure voltage across the LED; it should read ~12.0V.
- Add Parallel Branches: Without removing LED 1, wire LED 2 and LED 3 in the exact same manner, connecting them directly to the main red and blue rails. All three should light up with identical brightness.
- Measure Voltage Drop: Move your multimeter probes. Measure the voltage at the exact pins of LED 1, then LED 3. If your breadboard rails have high internal resistance (common in cheap boards), you might see LED 3 reading 11.6V while LED 1 reads 11.9V. This demonstrates why thick copper wires (low resistance) are required for the main feed in a real installation.
- Simulate an Open: Pull LED 2 out of the board. Observe that LED 1 and LED 3 remain lit, and their voltage readings remain stable. You have just proven parallel independence.
Design Walkthrough: Sizing the 120V AC Branch Circuit
Now we scale the breadboard logic to a real residential 120V AC lighting circuit. Let's design a circuit for a living room using six Energy Star-rated recessed LED wafer lights.
The Load: 6x Halo HLB 6-inch LED wafer lights. Each draws 12W at 120V.
Total Wattage: 6 × 12W = 72W.
Total Current: 72W / 120V = 0.6 Amps.
At 0.6A, the current draw is minuscule. However, the National Electrical Code (NEC) dictates minimum wire sizes and breaker ratings based on thermal limits and mechanical strength, not just the immediate load.
- Wire Selection: We select 14/2 NM-B (Romex) cable with a copper ground. Per NEC Table 310.16, 14 AWG copper is rated for 15 Amps in the 60°C column. Since 0.6A is well below 15A, the wire will not overheat. (Note: 12 AWG could be used, but 14 AWG is easier to bend in crowded ceiling junction boxes and perfectly legal for lighting).
- Breaker Selection: We select a 15A Single-Pole AFCI Breaker (e.g., Eaton BR115AFCI). NEC Article 210.12 requires Arc-Fault Circuit Interrupter (AFCI) protection for all 120V, 15A and 20A branch circuits supplying lighting outlets in dwelling unit living rooms and bedrooms. A standard 15A thermal-magnetic breaker is no longer code-compliant for this space.
- Voltage Drop Check: 14 AWG copper has a resistance of roughly 2.525 ohms per 1,000 feet. For a 75-foot one-way run from the panel to the furthest light (Node C6), the total loop is 150 feet. Resistance = 0.378 ohms. Voltage drop = 0.6A × 0.378Ω = 0.22V. This is a 0.18% drop, well under the NEC recommended 3% maximum. No upsize to 12 AWG is needed.
Decision Tree: Daisy-Chain vs. Home-Run Parallel
Even within parallel wiring, you must choose a physical routing topology. The two main approaches are Daisy-Chain (looping from fixture to fixture) and Home-Run (star wiring from a central junction box).
| Criteria | Daisy-Chain Parallel | Home-Run (Star) Parallel |
|---|---|---|
| Wiring Path | Panel → Light 1 → Light 2 → Light 3 | Panel → Central J-Box → Individual runs to L1, L2, L3 |
| Material Cost | Low (uses shortest total wire length) | High (requires multiple long home runs and a large J-box) |
| Voltage Drop | Accumulates along the chain (highest at the last node) | Equalized (every fixture sees the exact same voltage) |
| Smart Lighting Compatibility | Poor (smart switches can cause ghosting/ghost voltage on long daisy chains) | Excellent (isolated runs prevent induced voltages and flickering) |
| Troubleshooting | Harder (must check intermediate nodes to find a break) | Easier (each fixture is independently wired to the source) |
The Final Decision Path
- IF you are wiring standard, dumb LED fixtures in a room under 50 feet from the panel AND you want to minimize wire cost and ceiling joist holes → Choose Daisy-Chain.
- IF you are installing 0-10V dimmable commercial lighting, smart home relays (like Lutron Caseta), or running circuits over 75 feet where voltage drop and ghosting are major risks → Choose Home-Run.






