Voltage Drop Calculator Formula
Understand the math behind the voltage drop calculator. Each variable explained with a worked example.
Formulas Used
Voltage Drop
vdrop = cmils > 0 ? 2 * 10.8 * amps * distance / cmils : 0Drop Percentage
vdrop_pct = cmils > 0 && voltage > 0 ? (2 * 10.8 * amps * distance / cmils) / voltage * 100 : 0Voltage at Load
voltage_at_load = cmils > 0 ? voltage - 2 * 10.8 * amps * distance / cmils : voltageVariables
| Variable | Description | Default |
|---|---|---|
amps | Current(A) | 20 |
distance | One-Way Distance(ft) | 75 |
cmils | Wire Area (Circular Mils)(CM) | 6530 |
voltage | Source Voltage(V) | 120 |
How It Works
Voltage Drop Formula
Vdrop = 2 x K x I x D / CM
K is 10.8 for copper (12.9 for aluminum), I is current in amps, D is one-way distance, and CM is the wire cross-section in circular mils. The factor of 2 accounts for the round-trip path.
Worked Example
20A on 12 AWG (6,530 CM) copper over 75 ft at 120V.
amps = 20distance = 75cmils = 6530voltage = 120
- 01Vdrop = 2 x 10.8 x 20 x 75 / 6530 = 4.96V
- 02Percentage = 4.96 / 120 x 100 = 4.14%
- 03Voltage at load = 120 - 4.96 = 115.0V
- 04This exceeds 3%; consider upsizing to 10 AWG.
Ready to run the numbers?
Open Voltage Drop Calculator