The fundamental formula used by any reliable voltage drop in wire calculator for single-phase AC or DC circuits is VD = (2 × K × I × D) / CM. If you are sizing wire for a long run, this equation is the difference between a circuit that works and a motor that burns out. While ampacity tables tell you what wire size won't melt, the voltage drop formula tells you what wire size will actually deliver usable power to the load.
The Core Formula and Symbol Definitions
Before punching numbers into an app, you need to understand the physics driving the math. This formula derives directly from Ohm's Law (V = I × R), substituting the physical properties of the wire for resistance.
VD = (2 × K × I × D) / CM
| Symbol | Definition | Standard Unit / Value |
|---|---|---|
| VD | Voltage Drop | Volts (V) |
| 2 | Constant for single-phase/DC (accounts for the out and return path) | Dimensionless (Use √3 or 1.732 for 3-phase) |
| K | DC resistance constant of the conductor material at a specific temperature | 12.9 for Copper, 21.2 for Aluminum (at 75°C) |
| I | Current draw of the load | Amperes (A) |
| D | One-way distance from source to load | Feet (ft) |
| CM | Circular Mils (cross-sectional area of the wire from NEC Chapter 9, Table 8) | Circular Mils (e.g., 12 AWG = 6530 CM) |
Rearranged Forms for Solving Any Variable
On the bench or in the field, you rarely just solve for VD. Usually, you know your maximum allowable drop and need to find the right wire size or maximum distance. Here are the algebraic rearrangements of the core formula:
- Solve for Current (I):
I = (VD × CM) / (2 × K × D)— Use this to find the maximum load a specific wire run can support without exceeding your drop limit. - Solve for Distance (D):
D = (VD × CM) / (2 × K × I)— Use this to find the maximum run length for a given wire size and load. - Solve for Wire Size (CM):
CM = (2 × K × I × D) / VD— The most common field calculation. Find the required Circular Mils, then look up the corresponding AWG size in the NEC tables.
When the Formula Applies (And When It Breaks)
This formula is highly accurate, but it relies on specific assumptions. It applies to single-phase AC (60Hz) and DC circuits under steady-state conditions where the load is primarily resistive. For wire sizes smaller than 1/0 AWG, AC reactance is negligible, making this DC-derived formula perfectly valid for standard AC branch circuits.
Unit Mistakes That Break the Math
If your voltage drop in wire calculator gives you a nonsensical answer, you likely fell victim to one of these three unit traps:
- Using AWG Number instead of CM: Plugging '12' into the CM variable instead of '6530' will result in a calculated voltage drop that is hundreds of times too high.
- Double-Counting Distance: The variable 'D' is the one-way distance. If you measure 100 feet of physical trench, D = 100. The '2' in the numerator accounts for the 100 feet out and 100 feet back. If you input 200 for D, you are calculating for a 400-foot total wire length.
- Wrong K Constant: Using the copper constant (12.9) for an aluminum feeder (which requires 21.2) will underestimate your voltage drop by nearly 40%, leading to undersized aluminum wire.
What a Realistic Answer Magnitude Looks Like
NEC-style guidance recommends a maximum of 3% voltage drop for branch circuits and 5% total for feeder plus branch. On a 120V circuit, 3% is exactly 3.6V. On a 240V circuit, 3% is 7.2V. If your calculator spits out a 45V drop on a standard 60-foot residential run, you have a unit error. A realistic magnitude for a properly sized short run is usually between 0.5V and 2.0V.
Solved Problems with Unit Tracking
Let's run two real-world scenarios, tracking the units through every step to ensure the math holds up.
Problem 1: Finding Voltage Drop on an Existing Branch Circuit
Scenario: You are powering a 120V, 15A space heater using an existing 80-foot run of 12 AWG copper NM-B cable. What is the voltage drop?
- Identify Variables: K = 12.9 (Copper), I = 15A, D = 80 ft, CM = 6530 (12 AWG from NEC Table 8).
- Plug into Formula: VD = (2 × 12.9 × 15 × 80) / 6530
- Calculate Numerator: 2 × 12.9 × 15 × 80 = 30,960 (Units: V·CM)
- Divide by CM: 30,960 / 6530 = 4.74V
- Check Percentage: (4.74V / 120V) × 100 = 3.95%
Verdict: At 3.95%, this exceeds the 3% NEC recommendation for a branch circuit. The heater will run slightly cooler and less efficiently. Upsizing to 10 AWG (10380 CM) would drop this to 2.5%.
Problem 2: Sizing Wire for a New 240V Feeder
Scenario: You need to run a 240V, 30A workshop subpanel feeder 200 feet from the main panel. You want to limit voltage drop to exactly 3%. What size copper wire do you need?
- Identify Variables: K = 12.9, I = 30A, D = 200 ft, Max VD = 7.2V (which is 3% of 240V).
- Use Rearranged Formula for CM: CM = (2 × K × I × D) / VD
- Plug in Numbers: CM = (2 × 12.9 × 30 × 200) / 7.2
- Calculate Numerator: 2 × 12.9 × 30 × 200 = 154,800
- Divide by VD: 154,800 / 7.2 = 21,500 CM
Verdict: You need a wire with at least 21,500 Circular Mils. Looking at NEC Chapter 9, Table 8, 8 AWG is only 16,510 CM (too small). 6 AWG is 26,240 CM, which is the correct choice. (Note: Always verify 6 AWG also meets the ampacity requirements for your breaker, which it does for a 30A load at 75°C).
Real-World Scenario: The 240V Well Pump Failure
Formulas are great on paper, but ignoring the nuances of voltage drop in the field destroys equipment. Here is a classic failure mode I see when installers rely purely on ampacity tables without running a voltage drop calculation.
The Setup
A homeowner installs a new 1.5 HP, 240V submersible well pump. The Full Load Amps (FLA) is 10A, but the Locked Rotor Amps (LRA - the inrush current during startup) is 50A. The pump is located 350 feet down the driveway. The installer pulls 10 AWG THHN copper wire in conduit. 10 AWG is rated for 30A, so it easily handles the 10A running current.
The Numbers
Let's calculate the running voltage drop first (10 AWG = 10,380 CM):
VD = (2 × 12.9 × 10 × 350) / 10,380 = 90,300 / 10,380 = 8.7V
Percentage: 8.7V / 240V = 3.6%. This is already slightly over the 3% ideal, but usually acceptable for a motor.
But motors don't start at FLA. They start at LRA. Let's calculate the voltage drop during the 50A startup surge:
VD = (2 × 12.9 × 50 × 350) / 10,380 = 451,500 / 10,380 = 43.5V
The Outcome
When the pressure switch clicks on, the pump attempts to draw 50A. The 10 AWG wire acts as a massive resistor, dropping 43.5V. The voltage actually reaching the pump terminals drops to 196.5V (240V - 43.5V). At this low voltage, the motor cannot generate enough torque to spin the impeller. It hums violently, draws locked-rotor current for too long, and the internal thermal overload trips. The pump fails to start.
What Went Wrong
The installer sized the wire for ampacity (preventing the wire from melting) but completely ignored voltage drop (delivering usable power). To fix this, the wire must be upsized to handle the LRA voltage drop. By upgrading to 4 AWG copper (41,740 CM), the startup voltage drop falls to roughly 10.8V, delivering 229V to the pump during startup—more than enough torque to get the impeller spinning.
Safety & Code Caveat: The NEC provides voltage drop recommendations (Informational Notes in Article 210 and 215), but local Authorities Having Jurisdiction (AHJ) have final say. Always verify your calculations with a dedicated tool like the Southwire Voltage Drop Calculator or consult Fluke's electrical testing guides to verify actual field measurements with a true-RMS multimeter under load.






