When you type your parameters into an online cable size calculator, the tool isn't using magic; it is executing a specific algebraic derivation of Ohm's Law tailored for the physical geometry of wire. While software is fast, relying on it blindly without understanding the underlying math leads to undersized feeders, tripped breakers, and melted terminal lugs. To size wire correctly, you must understand the single-phase/DC voltage drop formula, the material constants at play, and how to track your units through the calculation.
The Core Voltage Drop Formula & Symbol Definitions
For DC circuits and single-phase AC circuits (which covers 95% of residential and light commercial DIY work), the foundational formula used to find the required wire size in Circular Mils (CM) is:
CM = (2 × K × I × L) / Vd
This equation calculates the minimum cross-sectional area of the conductor required to keep the voltage drop within your target threshold. Below is the strict definition of every symbol in this formula.
| Symbol | Definition | Standard Unit |
|---|---|---|
| CM | Circular Mils: The cross-sectional area of the wire. (1 mil = 0.001 inch; 1 CM = area of a circle with 1 mil diameter). | Circular Mils (cmil) |
| 2 | Multiplier accounting for the total circuit length (the 'out' path and the 'return' path) in single-phase/DC systems. | Dimensionless |
| K | Resistivity constant of the conductor material at a specific temperature, expressed in ohms per circular mil-foot. | Ω·cmil/ft |
| I | Current: The continuous or maximum expected load current flowing through the circuit. | Amperes (A) |
| L | Length: The one-way physical distance from the power source to the load. | Feet (ft) |
| Vd | Voltage Drop: The maximum allowable absolute voltage loss across the entire circuit length. | Volts (V) |
Reference Data: Resistivity (K) & Temperature Constants
The 'K' value is where most generic calculators fail. They often hardcode K = 12.9 for copper, which is only accurate at 75°C. If you are running 90°C THHN wire in a hot attic, or using aluminum SER cable, the resistivity changes. According to the Copper Development Association and standard NEC Chapter 9 derivations, here are the precise K values you must use based on your termination temperature rating.
| Material | Temperature Rating | K Value (Ω·cmil/ft) | Common Wire Types |
|---|---|---|---|
| Copper (Cu) | 75°C | 12.9 | NM-B (Romex), THWN-2 terminations |
| Copper (Cu) | 90°C | 13.3 | THHN, XHHW-2 (in free air/conduit) |
| Aluminum (Al) | 75°C | 21.2 | SER, USE-2, XHHW-2 Al terminations |
| Aluminum (Al) | 90°C | 21.9 | THHN-2 Al, XHHW-2 Al (in free air) |
Note: Always use the K value that matches the lowest temperature rating in your circuit. If your wire is 90°C THHN but your breaker lug is rated for 75°C, you must use the 75°C K value (12.9 for Cu) for your voltage drop calculation to reflect the actual operating resistance at the termination point.
Rearranged Forms & Fatal Unit Mistakes
A robust understanding of the formula means knowing how to solve for any variable. Here are the rearranged forms for single-phase/DC circuits:
- Solve for Wire Size (CM): CM = (2 × K × I × L) / Vd
- Solve for Max Current (I): I = (CM × Vd) / (2 × K × L)
- Solve for Max Distance (L): L = (CM × Vd) / (2 × K × I)
- Solve for Voltage Drop (Vd): Vd = (2 × K × I × L) / CM
Which Unit Mistakes Break the Formula?
If your cable size calculator spits out a wildly incorrect answer, you have likely committed one of these unit errors:
- Using Percentage Instead of Absolute Volts for Vd: The formula requires absolute voltage drop (e.g., 3.6V), not a percentage (e.g., 3%). If you plug '3' into the Vd slot for a 120V circuit, your calculated wire size will be 40 times larger than necessary.
- Mixing Meters and Feet: The K values provided above are strictly for feet. If your length is in meters, you must convert to feet first (multiply by 3.28084), or use the metric resistivity formula (R = ρ × L / A) with mm² and ohm-meters.
- Forgetting the '2' Multiplier in 3-Phase: This specific formula is for single-phase. If you are calculating for a 3-phase industrial motor, the '2' is replaced by √3 (1.732), and the voltage used must be line-to-line.
What Does a Realistic Answer Magnitude Look Like?
When solving for CM, your answer should almost always be in the thousands. For context, 14 AWG wire is 4,110 CM, and 4/0 AWG is 211,600 CM. If your math yields a CM of '41', you missed a decimal or a multiplier. Conversely, if your result is 4,000,000 CM, you are either sizing a utility transmission line or you accidentally entered 120 instead of 3.6 for your voltage drop.
Worked Example 1: 120V Branch Circuit Sizing
Scenario: You are running a dedicated 120V circuit to a workshop compressor. The continuous load is 20A. The one-way distance from the panel to the outlet is 150 feet. You are using Copper THHN wire, but the breaker terminations are rated for 75°C. The NEC recommends a maximum 3% voltage drop for branch circuits.
Step 1: Identify the variables.
- Voltage (V) = 120V
- Current (I) = 20A
- Length (L) = 150 ft
- Max Drop % = 3%
- K = 12.9 (Copper at 75°C)
Step 2: Convert percentage to absolute voltage drop (Vd).
- Vd = 120V × 0.03 = 3.6V
Step 3: Apply the formula.
- CM = (2 × 12.9 × 20 × 150) / 3.6
- CM = 77,400 / 3.6
- CM = 21,500 Circular Mils
Step 4: Select the wire gauge.
Looking at standard AWG tables, 8 AWG copper is 16,510 CM (too small). 6 AWG copper is 26,240 CM. Therefore, you must pull 6 AWG Copper wire to maintain a voltage drop under 3% at full load. (Note: You must still verify that 6 AWG is acceptable on the 20A breaker terminals; if not, you may need to pigtail down or use a larger breaker with a lower trip setting if code allows).
Worked Example 2: 240V Feeder Sizing
Scenario: You are installing a subpanel in a detached garage. The calculated continuous load is 40A at 240V. The trench run is 200 feet one-way. To save money, you are using Aluminum SER cable. You want to strictly limit the voltage drop to 2% to ensure sensitive electronics in the garage operate correctly. Terminations are 75°C rated.
Step 1: Identify the variables.
- Voltage (V) = 240V
- Current (I) = 40A
- Length (L) = 200 ft
- Max Drop % = 2%
- K = 21.2 (Aluminum at 75°C)
Step 2: Convert percentage to absolute voltage drop (Vd).
- Vd = 240V × 0.02 = 4.8V
Step 3: Apply the formula.
- CM = (2 × 21.2 × 40 × 200) / 4.8
- CM = 339,200 / 4.8
- CM = 70,666.6 Circular Mils
Step 4: Select the wire gauge.
Checking the AWG chart for aluminum: 2 AWG is 66,360 CM (just under our requirement, meaning it will exceed the 2% drop slightly). 1 AWG aluminum is 83,690 CM. You must install 1 AWG Aluminum SER cable to guarantee the drop stays at or below 2%.
Assumptions, Limits, and When the Formula Applies
While this formula is the engine inside almost every residential cable size calculator, it is not a universal law of physics. It relies on several assumptions that break down in specific environments:
- Steady-State DC or High Power Factor AC: The formula assumes a power factor (PF) of 1.0. For resistive loads (heaters, incandescent lights), this is perfectly accurate. For highly inductive loads (large, uncorrected AC motors), the actual voltage drop will be higher due to reactance. Industrial engineers must use the full vector formula: Vd = I × (R cosθ + X sinθ) × L.
- Ignoring AC Skin Effect: In alternating current, electricity tends to travel on the outer 'skin' of the conductor, effectively reducing the cross-sectional area and increasing resistance. For wire sizes smaller than 2/0 AWG at 60Hz, the skin effect is negligible (less than 1% error). For massive 500 kcmil or 750 kcmil feeders, the skin effect requires a derating multiplier.
- Uniform Temperature: The K value assumes the entire wire run is at a uniform temperature. If half your run is buried in 50°F earth and the other half is in a 120°F attic, the actual resistance will be an average of the two, slightly skewing your result.
Finally, remember that voltage drop calculations dictate performance, while NEC Article 310 ampacity tables dictate fire safety. As noted in Electrical Engineering Portal's technical guides, you must always calculate the wire size required for voltage drop, calculate the wire size required for ampacity, and then install whichever of the two is larger. A wire might be thick enough to prevent a voltage drop, but if it violates the ampacity limits for its insulation type in a bundled conduit, it will still melt.






