The standard voltage drop formula for DC circuits using US wire gauges (AWG) is VD = (2 × L × I × K) / cmil. For metric wire (mm²), the formula is VD = (2 × L × I × ρ) / A. While the National Electrical Code (NEC) does not mandate a strict voltage drop limit for most branch circuits, NEC 210.19(A) Informational Note recommends keeping it under 3% for branch circuits and 5% overall for feeder and branch circuits combined to ensure reasonable efficiency. In low-voltage DC systems (12V, 24V, 48V), hitting that 3% target is often the primary driver for wire sizing, as even a 1V drop in a 12V system represents an 8.3% loss that can trigger low-voltage disconnects on sensitive electronics.

The Core DC Voltage Drop Formula and Symbol Definitions

The formula is derived directly from Ohm’s Law (V = I × R). Because a DC circuit requires both a supply and a return path, the physical one-way distance (L) must be multiplied by 2 to account for the total loop length of the conductor. The resistance of that loop is determined by the material's resistivity (K or ρ) divided by its cross-sectional area.

Table 1: Symbol Definitions for the DC Voltage Drop Formula (Imperial/AWG)
Symbol Unit Definition & Bench Notes
VD Volts (V) Voltage drop across the entire wire loop (supply + return). This is the voltage lost as heat, not the voltage delivered to the load.
L Feet (ft) One-way physical distance from the power source to the load. The formula multiplies this by 2 internally to get the total wire length.
I Amperes (A) Maximum continuous current draw of the load. Always use the continuous rated current, not the peak surge, for thermal wire sizing.
K Ω·cmil/ft Specific resistance (resistivity) of the conductor material at a specific temperature. For copper at 75°C, K ≈ 12.9. For aluminum at 75°C, K ≈ 21.2.
cmil Circular Mils Cross-sectional area of the wire. 1 cmil is the area of a circle with a diameter of 1 mil (0.001 inch). Calculated as the diameter in mils squared.

Real-World Resistivity and Wire Data (Reference Table)

You cannot solve the formula without accurate wire area and material constants. The table below provides the exact values needed for the most common DC wiring sizes. Note that the 'K' constant used here is 12.9 for copper, which reflects a conductor temperature of 75°C (167°F). Using the 20°C constant (K=10.8) is a common rookie mistake; wires heat up under load, and sizing based on cold resistance will result in undersized cables and excessive voltage sag under real-world conditions.

Table 2: Copper Conductor Data for DC Voltage Drop Calculations (75°C Rating)
AWG Size Area (cmil) K (Copper @ 75°C) Resistance per 1000 ft (Ω) Max Ampacity (75°C Column, NEC 310.16)
14 AWG 4,110 12.9 3.140 20A
12 AWG 6,530 12.9 1.980 25A
10 AWG 10,380 12.9 1.240 35A
8 AWG 16,510 12.9 0.778 50A
6 AWG 26,240 12.9 0.491 65A
4 AWG 41,740 12.9 0.308 85A
2 AWG 66,360 12.9 0.194 115A
1/0 AWG 105,600 12.9 0.122 150A

Rearranged Forms for Circuit Design

On the bench, you rarely just calculate voltage drop; usually, you know your maximum acceptable drop and need to find the right wire size or maximum run length. Here are the algebraic rearrangements of the core formula.

  • Solve for Wire Area (cmil): cmil = (2 × L × I × K) / V_D
    Use case: Sizing a wire for a new solar array run where you know the distance and current, and want to limit drop to 3%.
  • Solve for Maximum Length (L): L = (V_D × cmil) / (2 × I × K)
    Use case: You have a spool of 8 AWG wire and a 40A load; how far can you run it before exceeding a 1.5V drop?
  • Solve for Maximum Current (I): I = (V_D × cmil) / (2 × L × K)
    Use case: Evaluating if an existing 10 AWG wire run to a shed can safely handle a new 20A DC water pump without browning out the controller.

Worked Examples with Strict Unit Tracking

Abstract formulas fail when units are mismatched. Below are two real-world scenarios with every intermediate calculation exposed.

Problem 1: Calculating Voltage Drop for an Existing 12V Solar Run

Scenario: You are wiring a 12V nominal solar array to an MPPT charge controller. The array outputs a maximum continuous current (I) of 40A. The one-way physical distance (L) from the panels to the controller is 15 feet. You plan to use 10 AWG copper wire. What is the voltage drop, and does it meet the 3% recommendation?

  1. Identify the variables:
    L = 15 ft
    I = 40 A
    K = 12.9 (Copper at 75°C)
    cmil = 10,380 (from Table 2 for 10 AWG)
  2. Set up the formula:
    VD = (2 × 15 × 40 × 12.9) / 10,380
  3. Calculate the numerator (Total loop resistance factor):
    2 × 15 = 30 ft (total wire length)
    30 × 40 = 1,200
    1,200 × 12.9 = 15,480
  4. Divide by the denominator (Wire area):
    VD = 15,480 / 10,380 = 1.49 V
  5. Calculate the percentage:
    (1.49 V / 12 V) × 100 = 12.4%
Verdict: A 12.4% voltage drop is catastrophic for a 12V MPPT controller. The controller will see only 10.5V under peak load, likely triggering a low-voltage disconnect or forcing the MPPT algorithm out of its optimal tracking window. You must increase the wire size to at least 2 AWG to get closer to the 3% (0.36V) target, or wire the panels in series to increase the transmission voltage and lower the current.

Problem 2: Sizing Wire for a 48V LiFePO4 Inverter Bank

Scenario: You are connecting a 48V nominal LiFePO4 battery bank to a 3000W inverter. The continuous draw is 60A. The one-way distance (L) is 10 feet. You want to limit the voltage drop to exactly 3% to ensure the inverter doesn't fault during heavy surges. What AWG copper wire do you need?

  1. Calculate the maximum allowable voltage drop (VD):
    48 V × 0.03 = 1.44 V
  2. Identify the known variables:
    VD = 1.44 V
    L = 10 ft
    I = 60 A
    K = 12.9
  3. Use the rearranged formula to solve for cmil:
    cmil = (2 × L × I × K) / VD
    cmil = (2 × 10 × 60 × 12.9) / 1.44
  4. Calculate the numerator:
    2 × 10 = 20
    20 × 60 = 1,200
    1,200 × 12.9 = 15,480
  5. Divide by the target VD:
    cmil = 15,480 / 1.44 = 10,750 cmil
  6. Select the wire from Table 2:
    10 AWG is 10,380 cmil (too small, will exceed 3%).
    8 AWG is 16,510 cmil (sufficient).

Verdict: You must use a minimum of 8 AWG copper wire. However, always cross-reference this with ampacity tables. 8 AWG THHN is rated for 50A in the 75°C column, but your load is 60A. Therefore, ampacity dictates you must step up to 6 AWG (rated 65A) to prevent the wire from melting, even though 8 AWG would technically satisfy the voltage drop requirement. Voltage drop and ampacity are two separate checks; you must pass both.

Assumptions, Unit Traps, and Realistic Magnitudes

When the Formula Applies (and Its Assumptions)

This formula assumes a steady-state DC load and a uniform conductor temperature along the entire run. It calculates the resistive drop of the wire itself. It does not account for contact resistance at terminals, lugs, or fuses. I have seen hobbyists melt 10 AWG XT90 connectors because they calculated wire voltage drop perfectly but ignored the 0.05-ohm contact resistance of a sloppy, oxidized crimp. At 40A, a 0.05Ω bad crimp drops 2V and dissipates 8W of heat directly inside the connector housing.

Unit Mistakes That Break the Math

If your calculation yields a voltage drop larger than your source voltage, you have fallen into one of these unit traps:

  • Forgetting the '2' multiplier: DC requires a return path. If you measure 20 feet of physical distance but forget to multiply by 2, your calculated drop will be exactly half of what it will actually be in reality.
  • Mixing Metric and Imperial: The metric formula uses ρ (rho) for copper, which is approximately 0.0172 Ω·mm²/m at 20°C. If you use 0.0172 but plug in your length in feet and your area in circular mils, the math will output garbage. Stick to one system: either (Feet, cmil, K=12.9) or (Meters, mm², ρ=0.0172).
  • Confusing Circular Mils with Square Mils: A circular mil is the area of a 1-mil diameter circle. A square mil is the area of a 1-mil square. They are not interchangeable. Always use the cmil values from standard wire tables (like Table 2 above) when using the K constant.

What a Realistic Answer Magnitude Looks Like

When you finish your math, sanity-check the result against these benchmarks. If your answer falls wildly outside these ranges, re-check your decimal places.

  • 12V Systems: A 3% drop is 0.36V. Realistic drops for properly sized short runs are 0.1V to 0.3V. If your math says 4.5V, your wire is drastically undersized or you forgot to divide by the cmil area.
  • 24V Systems: A 3% drop is 0.72V. Realistic drops are 0.2V to 0.6V.
  • 48V Systems: A 3% drop is 1.44V. Realistic drops are 0.5V to 1.2V.

For deeper reference on conductor properties and NEC compliance, consult the All About Circuits DC Voltage Drop guide and the official NFPA 70 (National Electrical Code) Chapter 9, Table 8 for exact conductor area specifications.