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.
- 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.
Frequently Asked Questions
What are common wire circular mil values?
14 AWG = 4,110 CM, 12 AWG = 6,530 CM, 10 AWG = 10,380 CM, 8 AWG = 16,510 CM, 6 AWG = 26,240 CM.
What if I am using aluminum wire?
Replace K=10.8 with K=12.9 for aluminum conductors. Aluminum has higher resistance so you typically need larger wire sizes.
Learn More
Guide
Electrical Load Calculation Guide for Residential Buildings
Learn how to calculate electrical loads for a home. Covers general lighting loads, appliance circuits, demand factors, panel sizing, and NEC code requirements.
Ready to run the numbers?
Open Voltage Drop Calculator