Most online wire sizing tools operate as black boxes: you punch in an amperage and a distance, and they spit out an AWG number. While they usually query NEC Table 310.16 for thermal ampacity limits, the actual mathematical engine that sizes wire for longer runs is the Circular Mil (CM) voltage drop equation. If you don't understand the algebra behind the tool, you can't troubleshoot it when the software defaults to an overly conservative answer or fails to account for continuous load derating.

A professional wire sizing calculator doesn't guess; it rearranges Ohm's Law to solve for cross-sectional area based on the physical resistivity of copper or aluminum. Here is the exact derivation, the unit tracking, and the jobsite scenarios where the math separates a safe installation from a melted terminal lug.

The Core Voltage Drop Formula and Symbol Definitions

The foundational equation for single-phase AC and DC voltage drop calculates the exact voltage lost across the conductors due to resistance. The standard form solves for Voltage Drop (VD):

VD = (2 × K × I × L) / CM

Formula Symbol Definitions and Standard Constants
Symbol Definition Standard Unit / Value
VD Voltage Drop Volts (V)
K Direct Current Constant (Resistivity) 12.9 for Copper, 21.2 for Aluminum (at 75°C)
I Current (Load Amperage) Amperes (A)
L One-Way Length of the Conductor Feet (ft)
CM Circular Mils (Cross-Sectional Area) Circular Mils (cmil)
2 Multiplier for Single-Phase/DC Represents the out-and-back path (Line + Neutral/Load)

Rearranged Forms for Practical Sizing

You rarely use the base formula to find VD; you use it to find the required wire size or maximum distance. Here are the algebraic rearrangements a robust calculator uses:

  • Solve for Wire Size (CM): CM = (2 × K × I × L) / VD
  • Solve for Max Length (L): L = (VD × CM) / (2 × K × I)
  • Solve for Max Current (I): I = (VD × CM) / (2 × K × L)

When This Formula Applies (And When It Fails)

This formula is highly accurate for single-phase AC and DC circuits operating at standard frequencies (50/60 Hz) where skin effect is negligible (typically wire sizes 1/0 AWG and smaller). It assumes a constant load and a uniform conductor temperature.

Unit Mistakes That Break the Math

The most common way DIYers break this formula is by misdefining L. Length must be the one-way physical distance from source to load, not the total cut length of the wire spool. If your panel is 100 feet from the subpanel, L = 100, even though you are pulling 200 feet of wire (hot + neutral).

Another fatal error is confusing diameter with area. The formula requires Circular Mils (CM), which is the square of the diameter in mils (thousandths of an inch). A 10 AWG wire isn't '10' in the formula; its area is exactly 10,380 CM.

Realistic Answer Magnitudes

What does a 'good' answer look like? According to NEC-style guidance (Informational Note in 210.19 and 310.15), maximum recommended voltage drop is 3% for a branch circuit and 5% total for feeder plus branch. On a 120V circuit, 3% is 3.6 Volts. On a 240V feeder, 3% is 7.2 Volts. If your calculator spits out a required CM of 500,000 for a 20A load, you've likely entered the total wire length instead of the one-way distance, or you're asking for an impossible 0.1% drop.

Solved Problem 1: Sizing a 60A Subpanel Feeder

Setup: You are running a 240V single-phase feeder to a detached garage subpanel. The continuous load is 60A. The one-way distance is 150 feet. You are using copper THHN (K=12.9) and want to limit voltage drop to 2% (4.8V) to leave room for branch circuit drop.

  1. Identify Knowns: I = 60A, L = 150 ft, K = 12.9, VD = 4.8V.
  2. Select Formula: We need wire size, so use CM = (2 × K × I × L) / VD.
  3. Plug in Values: CM = (2 × 12.9 × 60 × 150) / 4.8
  4. Calculate Numerator: 2 × 12.9 = 25.8. → 25.8 × 60 = 1,548. → 1,548 × 150 ft = 232,200 (Units: ohm-feet-amps / mils)
  5. Divide by VD: 232,200 / 4.8V = 48,375 CM.

Outcome: You need a wire with at least 48,375 Circular Mils. Checking the standard AWG chart, 4 AWG copper is 41,740 CM (too small), and 3 AWG copper is 52,620 CM. You must pull 3 AWG copper THHN (or upgrade to 2 AWG aluminum, which is 66,360 CM, to save money on long runs).

Solved Problem 2: Finding Maximum Run Length for a Solar Array

Setup: You have a 12V nominal solar array pushing 15A to a charge controller. You already have a spool of 10 AWG copper wire (10,380 CM). To ensure the MPPT controller doesn't brown out, you want to limit voltage drop to a strict 1% (0.12V). How far can you place the panels?

  1. Identify Knowns: I = 15A, CM = 10,380, K = 12.9, VD = 0.12V.
  2. Select Formula: We need distance, so use L = (VD × CM) / (2 × K × I).
  3. Plug in Values: L = (0.12 × 10,380) / (2 × 12.9 × 15)
  4. Calculate Numerator: 0.12V × 10,380 CM = 1,245.6
  5. Calculate Denominator: 2 × 12.9 × 15A = 387
  6. Divide: 1,245.6 / 387 = 3.21 feet.

Outcome: The math reveals a harsh reality of low-voltage DC: at 15A on 10 AWG wire, you can only run 3.2 feet before losing 1% of your voltage. To fix this, you must either wire the panels in series to increase voltage (lowering I), or parallel multiple 10 AWG runs. This is why 12V systems are abandoned for 48V architectures in modern solar builds.

Real-World Scenario: The Melted RV Power Cord Neutral

The Setup: A homeowner installed a 50A RV receptacle (NEMA 14-50) at the end of their 120-foot driveway. To save money, they pulled 6 AWG copper wire (26,240 CM) instead of the 4 AWG typically recommended for long 50A runs. The RV was running two 15,000 BTU roof AC units simultaneously on a 95°F day.

The Numbers: The combined continuous draw on the 120V legs was roughly 42A. Let's run the voltage drop formula for one leg:

  • VD = (2 × 12.9 × 42A × 120 ft) / 26,240 CM
  • VD = 130,032 / 26,240 = 4.95 Volts dropped per leg.

The Outcome: A 4.95V drop on a 120V leg means the RV was receiving roughly 115V. While 115V seems acceptable, AC compressor motors are highly sensitive to voltage sag. As voltage drops, the motor draws more current to maintain its mechanical power output (P = V × I × Power Factor). The 42A load spiked to 48A.

What Went Wrong: The increased amperage compounded the voltage drop, creating a thermal runaway loop. Furthermore, because the two AC units were on opposite 120V legs, the neutral wire was carrying the unbalanced return current. The 6 AWG wire was operating near its 75°C thermal limit (65A per NFPA 70 (NEC) Table 310.16), but the termination lugs at the RV plug were only rated for 60°C. The heat migrated from the wire into the plug, annealing the brass neutral lug, increasing its resistance, and eventually melting the plug face. The homeowner had to replace the RV cord ($180), the receptacle ($45), and pull new 4 AWG wire (41,740 CM) which dropped the VD down to a safe 3.1V.

Translating Circular Mils to Physical AWG Wire

A wire sizing calculator outputs Circular Mils, but the hardware store sells AWG. You must map the mathematical result to physical wire using the ASTM B258 standard for wire gauges. Here is a quick reference for common copper sizes to benchmark your calculator's output:

AWG Size Circular Mils (CM) 75°C Ampacity (Copper)
14 AWG4,11020A
12 AWG6,53025A
10 AWG10,38035A
8 AWG16,51050A
6 AWG26,24065A
4 AWG41,74085A
2 AWG66,360115A
1/0 AWG105,600150A

The Golden Rule of Sizing: The formula gives you the minimum CM for voltage drop. You must then cross-reference that AWG size against the NEC ampacity tables for your specific insulation type (THHN, XHHW) and termination temperature ratings (60°C vs 75°C). The final wire size is always the larger of the two requirements. If the voltage drop formula demands 3 AWG, but the breaker is 100A, you still must pull 1/0 AWG to satisfy the thermal ampacity requirement. Math dictates the physics; the code dictates the safety floor.