In residential electrical work, loads like receptacles and lights are wired in parallel. However, the conductors feeding those loads are wired in series with the source and the load. When you run a 150-foot cable to a detached workshop or daisy-chain a dozen receptacles down a long hallway, the wire itself acts as a series resistor. If you ignore the voltage drop in series with your load, your 120V nominal circuit might deliver only 108V to a space heater or motor, causing overheating, tripped breakers, and degraded equipment life.
This guide breaks down the physics of series voltage drop in home branch circuits, provides exact NEC-based wire sizing data, and shows you how to bench-test your design before pulling expensive copper through walls.
The Series Topology: Nodes, Wire Resistance, and Kirchhoff’s Law
To understand voltage drop, we must map the circuit topology. In a standard 120V single-phase branch circuit, the current travels from the panel, through the hot wire, through the load, and back through the neutral wire. This creates a classic series circuit with four distinct nodes:
- Node A (Source): Panel breaker terminal (120V RMS nominal).
- Node B (Load Line): Receptacle hot terminal (V_load).
- Node C (Load Neutral): Receptacle neutral terminal.
- Node D (Return): Panel neutral bar (0V reference).
The hot conductor ($R_{hot}$) is in series between Node A and B. The load ($R_{load}$) is in series between B and C. The neutral conductor ($R_{neutral}$) is in series between C and D. According to Kirchhoff’s Voltage Law, the source voltage equals the sum of the voltage drops across all series elements: $V_{source} = V_{Rhot} + V_{Rload} + V_{Rneutral}$.
Because $R_{hot}$ and $R_{neutral}$ are determined by the wire gauge (AWG) and length, the voltage drop in series is entirely dependent on your physical wiring choices. Below is the real-world data for uncoated copper conductors at 75°C, based on NEC Chapter 9, Table 8.
| AWG Size | Ω per 1,000 ft (Cu) | Loop Resistance (200 ft) | Voltage Drop @ 15A | % Drop (120V Base) | NEC 3% Advisory |
|---|---|---|---|---|---|
| 14 AWG | 3.14 Ω | 0.628 Ω | 9.42 V | 7.85% | FAIL (Excessive) |
| 12 AWG | 1.98 Ω | 0.396 Ω | 5.94 V | 4.95% | FAIL (Marginal) |
| 10 AWG | 1.24 Ω | 0.248 Ω | 3.72 V | 3.10% | PASS (Borderline) |
| 8 AWG | 0.778 Ω | 0.155 Ω | 2.33 V | 1.94% | PASS (Ideal) |
Behavior Matrix and Failure Modes: What Breaks at the Extremes?
When designing a daisy-chained (series-wired conductor) branch circuit, you must anticipate how the circuit behaves when parameters shift or when catastrophic failures occur. Unlike a pure parallel home-run topology, a daisy-chain accumulates series resistance at every wire nut, device pigtail, and receptacle terminal.
| Parameter Change | Effect on Series Resistance | Effect on Load Voltage | Real-World Consequence |
|---|---|---|---|
| Increase wire length (add receptacles) | Increases | Decreases | Last device in chain sags under heavy load. |
| Increase load current (plug in heater) | No change (R is fixed) | Decreases | Heater runs cooler; motor draws higher amps to compensate. |
| Increase wire gauge (14 AWG to 10 AWG) | Decreases | Increases | Restores nominal voltage; costs 3x more in copper. |
| Loose terminal connection | Increases drastically | Decreases | High resistance joint generates heat; fire hazard. |
Failure Mode Contrast: Open vs. Short
Understanding what breaks at the extremes is critical for troubleshooting. Because the wire and load are in series, a fault anywhere in the loop alters the entire circuit.
- Open Circuit (Break in Hot or Neutral): If a wire nut fails or a backstabbed receptacle loses contact, the series path is broken. Current ($I$) drops to zero. Consequently, the voltage drop across the wire ($V = I \times R$) becomes zero. The full 120V source potential now appears across the open break. If you measure between the broken hot wire and neutral with a high-impedance digital multimeter, you will read 120V (often called "phantom voltage" if induced, or true source voltage if solid), but the load receives 0V.
- Short Circuit (Load Bypass): If the hot and neutral wires touch at the load (Node B to Node C), $R_{load}$ becomes effectively zero. The only resistance limiting current is the series resistance of the wire ($R_{hot} + R_{neutral}$). On a 100 ft run of 12 AWG, the loop resistance is ~0.4Ω. Ohm’s law dictates $I = 120V / 0.4Ω = 300A$. This massive current spike causes the magnetic trip in the breaker to clear the fault in milliseconds. The voltage drop in series across the wire momentarily equals the full source voltage, dissipating intense heat before the breaker opens.
Design Walkthrough: Sizing a 120V Receptacle Branch Circuit
Let’s design a real-world circuit. You are wiring a dedicated 120V receptacle in a detached garage, 125 feet from the main panel. The load will be a 15A table saw (inductive, sensitive to low voltage). You must choose between a daisy-chain topology (running a single cable from the panel to the garage) versus a parallel home-run (which isn't applicable here since it's a single point, but let's contrast it with a multi-receptacle hallway run).
Why Daisy-Chain (Series Conductors) Over Multi-Run Parallel?
In a multi-receptacle hallway, you could home-run a separate 12 AWG cable from the panel to every single outlet (parallel star topology). This eliminates cumulative series voltage drop. However, it requires 500% more copper, a massive panel with extra breaker slots, and extensive labor. The daisy-chain method routes one cable and taps off it in series. It is the industry standard because it balances material cost against acceptable voltage drop limits.
The Calculation:
- Base Parameters: 120V source, 15A continuous load, 125 ft one-way distance (250 ft total loop).
- Target: Keep voltage drop under 3% (3.6V) to ensure the table saw motor doesn't overheat.
- Test 12 AWG NM-B: Resistance is 1.98 Ω/kft. Loop = 250 ft × 0.00198 = 0.495 Ω.
V_drop = 15A × 0.495 Ω = 7.42V (6.1%). Result: Fails. Motor will run hot. - Test 10 AWG THHN in Conduit: Resistance is 1.24 Ω/kft. Loop = 250 ft × 0.00124 = 0.310 Ω.
V_drop = 15A × 0.310 Ω = 4.65V (3.8%). Result: Marginal. Better, but still over 3%. - Test 8 AWG THHN in Conduit: Resistance is 0.778 Ω/kft. Loop = 250 ft × 0.000778 = 0.194 Ω.
V_drop = 15A × 0.194 Ω = 2.91V (2.4%). Result: Passes.
Bench-Testing the Concept: Step-by-Step Breadboard Verification
Before you spend $150 on a spool of 8 AWG THHN and pull it through underground PVC conduit, you can prove the series voltage drop math on your workbench. We will scale the 120V AC circuit down to a safe 12V DC equivalent using discrete resistors to simulate the wire and the load. For deeper theory on how series resistors divide voltage, refer to the voltage divider principles outlined by All About Circuits.
Materials Needed:
- Variable DC Bench Power Supply (set to 12.0V)
- 10Ω, 5W power resistor (Simulates the 15A table saw load)
- Two 1Ω, 2W resistors (Simulate the hot and neutral wire series resistance)
- Digital Multimeter (DMM)
- Breadboard or alligator clip test leads
Step-by-Step Procedure:
- Configure the Source: Turn on your bench power supply and dial it to exactly 12.00V DC. Verify with your DMM.
- Build the Series Loop: Connect the positive terminal of the PSU to the first 1Ω resistor ($R_{hot}$). Connect the other end of $R_{hot}$ to one leg of the 10Ω load resistor ($R_{load}$).
- Complete the Return: Connect the second leg of $R_{load}$ to the second 1Ω resistor ($R_{neutral}$). Connect the free end of $R_{neutral}$ back to the negative/ground terminal of the PSU.
- Measure Total Current: Break the circuit and insert your DMM in series (set to Amps) anywhere in the loop. You should read approximately $I = 12V / (1Ω + 10Ω + 1Ω) = 1.0A$.
- Measure the Voltage Drop in Series: Switch your DMM back to Volts. Place the probes across the two 1Ω wire resistors. You will read ~1.0V across each, proving that 2.0V total is "lost" to the wire.
- Measure the Load Voltage: Place the probes directly across the 10Ω load resistor. You will read exactly 10.0V.
The Math Checks Out: 12.0V (Source) - 2.0V (Wire Drop) = 10.0V (Load). The load receives 16% less voltage than the source due to the series wire resistance.
By scaling the math, you can physically see how undersized conductors rob your equipment of voltage. If you swap the 1Ω resistors for 0.1Ω resistors (simulating upgrading from 12 AWG to 4 AWG wire), the load voltage will jump to 11.76V, proving the value of upsizing your conductors for long runs. Always do the math, verify your topology, and respect the physical limits of copper.






