To calculate voltage loss in a single-phase AC or DC circuit, use the standard NEC approximation formula: VD = (2 × K × I × D) / CM. This equation tells you exactly how many volts will be lost as heat across a wire run before the power reaches your load. If you are sizing wire for a 120V branch circuit or a 48V DC battery bank, this is the math that prevents dim lights, stalling motors, and melted insulation.

The Core Voltage Loss Formula and Its Assumptions

The formula above is derived from Ohm’s Law (V = I × R), but it bakes in the specific geometry and material properties of standard electrical wire. According to NFPA 70 (National Electrical Code) Chapter 9, Table 8, this formula relies on a few critical assumptions that you must respect on the bench and the jobsite:

  • DC or Single-Phase AC: This formula is strictly for DC or single-phase AC circuits. For 3-phase systems, the multiplier changes from 2 to √3 (1.732).
  • Resistive Dominance: It assumes the load is primarily resistive and ignores AC reactance (XL). For wire sizes smaller than 1/0 AWG, reactance is negligible. If you are pulling 4/0 AWG or larger for heavy AC motors, you must use the complex impedance formula (VD = I × Z), or you will underestimate the loss.
  • Temperature Baseline: The constant 'K' assumes a conductor temperature of 75°C (167°F). If your wire is running in a freezing environment, the actual voltage drop will be slightly lower; if it's bundled tightly in a hot attic, the drop will be higher due to increased resistance.

Symbol Definitions and Rearranged Forms

Before you plug numbers into a calculator, you need to know exactly what each variable represents. Here is the spec-sheet breakdown of the formula.

SymbolDefinitionStandard Unit
VDVoltage Drop (the actual volts lost in the wire)Volts (V)
KDC Resistivity Constant (12.9 for Copper, 21.2 for Aluminum at 75°C)Ohm-Circular Mils per Foot
ICurrent (the continuous amperage drawn by the load)Amperes (A)
DOne-way Distance (from source to load, NOT the total wire length)Feet (ft)
CMCircular Mils (the cross-sectional area of the conductor)Circular Mils (cmil)

On the jobsite, you rarely just solve for VD. Usually, you know your maximum acceptable voltage drop and need to find the right wire size or maximum distance. Here are the rearranged forms:

  • Find Wire Size (CM): CM = (2 × K × I × D) / VD
  • Find Max Distance (D): D = (VD × CM) / (2 × K × I)
  • Find Max Current (I): I = (VD × CM) / (2 × K × D)

Solved Problems: Tracking Units from Bench to Jobsite

Let’s run two real-world calculations. We will use the exact Circular Mil (CM) values from NEC Chapter 9, Table 8. As detailed in resources like All About Circuits, wire resistance is entirely dependent on this cross-sectional area.

Problem 1: 120V AC Branch Circuit (Receptacles)

Setup: You are running a 120V AC branch circuit to a workshop outlet using 12 AWG copper wire. The one-way distance is 45 feet, and the continuous load is 16 Amps. What is the voltage loss?

  1. Identify the variables: K = 12.9 (Copper), I = 16A, D = 45 ft, CM = 6530 (12 AWG).
  2. Calculate the numerator: 2 × 12.9 × 16 × 45 = 18,576.
  3. Divide by CM: 18,576 / 6530 = 2.84 Volts.
  4. Calculate percentage: (2.84V / 120V) × 100 = 2.36%.

Result: A 2.36% drop is well within the NEC recommended 3% maximum for branch circuits. 12 AWG is acceptable here.

Problem 2: 48V DC LiFePO4 Battery to Inverter

Setup: You are wiring a 48V nominal (51.2V actual) LiFePO4 battery bank to a 3000W inverter using 2/0 AWG copper wire. The one-way distance is 6 feet. The max continuous draw is 150 Amps.

  1. Identify the variables: K = 12.9, I = 150A, D = 6 ft, CM = 133,100 (2/0 AWG).
  2. Calculate the numerator: 2 × 12.9 × 150 × 6 = 23,220.
  3. Divide by CM: 23,220 / 133,100 = 0.174 Volts.
  4. Calculate percentage: (0.174V / 48V) × 100 = 0.36%.

Result: Excellent. In low-voltage DC systems, keeping the drop under 1% is critical to prevent the inverter's low-voltage cutoff from tripping during surges.

Real-World Scenario: The 24V Solar Array Brownout

Formulas assume steady-state conditions. Real-world loads do not. Here is a scenario where the math was right, but the application was wrong.

The Setup: An off-grid cabin uses a 24V nominal DC water pump located 80 feet from the battery bank. The builder used 10 AWG copper wire. The pump's nameplate rated it at 12 Amps continuous.

The Numbers:
Using 10 AWG (CM = 10,380), the calculated steady-state voltage drop is:
VD = (2 × 12.9 × 12 × 80) / 10,380 = 2.38 Volts.
This is roughly 10% of the 24V system, which is high but technically functional for a steady run.

The Outcome:
Every time the pump tried to start, the motor hummed loudly, stalled, and eventually tripped the DC breaker's thermal overload. The charge controller also logged a 'brownout' error on the 24V bus.

What Went Wrong:
The builder calculated voltage loss based on the continuous running amperage (12A). However, DC motors experience Locked Rotor Amperage (LRA) during startup, which can be 3 to 5 times the running current. When the motor started, it pulled roughly 45 Amps for two seconds.

At 45 Amps, the voltage drop spiked to 8.9 Volts. The 26V battery bank sagged to 17.1V at the motor terminals. This fell below the motor's minimum starting voltage, causing it to stall. Because it stalled, it continued drawing the massive 45A surge until the breaker tripped. The fix: The builder had to upsize to 4 AWG wire (CM = 41,740) to keep the startup voltage drop under 2.5V, ensuring the motor had enough torque to spin up.

Unit Mistakes That Will Break Your Calculation

If your calculator is spitting out absurd numbers (like a 400-volt drop on a 120V circuit), you have fallen victim to one of these unit traps:

  • Plugging in the AWG Number instead of CM: You cannot put '12' into the CM variable. 12 AWG is a gauge designation; its actual cross-sectional area is 6,530 Circular Mils. Always look up the CM value in a wire table.
  • Mixing Meters and Feet: The K constant (12.9 for copper) is mathematically derived using feet. If you measure your distance in meters, you must convert to feet first (multiply meters by 3.281), or use the metric resistivity formula (VD = I × ρ × L / A) with millimeters and ohm-meters.
  • Using Total Wire Length for 'D': The variable 'D' is the one-way distance from source to load. The '2' in the numerator of the formula accounts for the return path (the neutral or negative wire). If you measure 50 feet of physical distance but plug in 100 feet because you bought 100 feet of total cable, you are double-counting the return path and will calculate double the actual voltage loss.

What a Realistic Answer Magnitude Looks Like

When you finish your calculation, you need a benchmark to know if your result is acceptable. The NEC recommends maximum voltage drop limits to ensure equipment operates safely and efficiently. Here is what realistic, code-compliant magnitudes look like:

Circuit TypeMax Recommended Drop (%)Realistic Voltage Loss (120V System)Realistic Voltage Loss (48V DC System)
Branch Circuit3%3.6 Volts1.44 Volts
Feeder2%2.4 Volts0.96 Volts
Total System (Feeder + Branch)5%6.0 Volts2.40 Volts

If your calculated VD exceeds these magnitudes, your wire is too small, your distance is too far, or your load is too heavy. Upsize the wire (increase the CM) or move the power source closer to the load. Never simply increase the breaker size to compensate for voltage drop; the breaker protects the wire from melting, but it cannot fix the physics of resistance.