The Core EE Formula: Voltage Drop Defined
If you are sizing conductors for a DC solar array, a long 120V branch circuit, or a low-voltage maker project, the most critical ee formula in your toolkit is the single-phase voltage drop equation. While Ohm's Law (V = I × R) is the foundation, the practical engineering version expands resistance into physical wire dimensions. The direct answer for calculating voltage drop in a single-phase or DC circuit is:
VD = (2 × ρ × I × L) / A
This formula translates the abstract concept of resistance into the physical reality of the wire you are pulling through conduit. It tells you exactly how many volts will be lost as heat before the current reaches your load. Below is the strict definition of every symbol in this equation.
| Symbol | Parameter | Standard SI Unit | Practical Definition |
|---|---|---|---|
| VD | Voltage Drop | Volts (V) | The potential difference lost across the entire wire run (both out and back). |
| 2 | Multiplier | Dimensionless | Accounts for the complete circuit loop (the 'hot' wire out, and the 'neutral/ground' return). |
| ρ (rho) | Resistivity | Ohm-meters (Ω·m) | The inherent opposition to current flow of the conductor material at a specific temperature. |
| I | Current | Amperes (A) | The continuous steady-state current drawn by the load. |
| L | One-Way Length | Meters (m) | The physical distance from the power source to the load (not the total wire length). |
| A | Cross-Sectional Area | Square meters (m²) | The physical thickness of the conductor. Often converted from AWG or mm². |
Rearranged Forms and Real-World Conductor Data
On the bench or the jobsite, you rarely solve for VD directly. Usually, you know your allowable voltage drop and need to find the required wire size, or you know your wire size and need to find the maximum distance. Here are the algebraic rearrangements of the core ee formula, solving for each variable:
- Solve for Area (Wire Sizing): A = (2 × ρ × I × L) / VD
- Solve for Current (Max Load): I = (VD × A) / (2 × ρ × L)
- Solve for Length (Max Distance): L = (VD × A) / (2 × ρ × I)
- Solve for Resistivity (Material Check): ρ = (VD × A) / (2 × I × L)
To use these rearranged forms accurately, you must use precise material constants. A common failure mode for DIYers is using the 20°C laboratory resistivity for copper, ignoring the fact that a wire carrying 20A inside a hot attic will easily reach 60°C to 75°C, increasing its resistance by over 20%. The table below provides the real-world data you need for accurate calculations.
| Material | Temp Rating | Resistivity (ρ) in Ω·m | Common AWG | Area (A) in mm² | Area (A) in m² (for formula) |
|---|---|---|---|---|---|
| Copper (Cu) | 20°C (Bench) | 1.724 × 10-8 | 18 AWG | 0.823 | 8.23 × 10-7 |
| Copper (Cu) | 75°C (In-Wall) | 2.100 × 10-8 | 14 AWG | 2.080 | 2.08 × 10-6 |
| Copper (Cu) | 75°C (In-Wall) | 2.100 × 10-8 | 12 AWG | 3.310 | 3.31 × 10-6 |
| Copper (Cu) | 75°C (In-Wall) | 2.100 × 10-8 | 10 AWG | 5.260 | 5.26 × 10-6 |
| Aluminum (Al) | 75°C (Feeder) | 3.450 × 10-8 | 2 AWG | 33.600 | 3.36 × 10-5 |
Source note: Resistivity values align with standard annealed copper and 1350-H19 aluminum data from Georgia State University HyperPhysics and NIST reference tables, derated for temperature using the standard linear approximation coefficient for copper (0.00393 per °C).
When This EE Formula Applies (and When It Fails)
This formula is a workhorse, but it is not universal. Applying it blindly to the wrong circuit topology will yield dangerously incorrect wire sizes.
Core Assumptions
The formula assumes a steady-state DC load or a single-phase AC load with a unity power factor (PF = 1.0). For standard residential resistive loads (baseboard heaters, incandescent lighting, toaster ovens), this assumption holds perfectly. It also assumes the wire temperature remains constant; in reality, a wire heats up as current flows, which increases ρ dynamically until thermal equilibrium is reached.
Unit Mistakes That Break the Math
When your calculation spits out a wire size the thickness of a tree trunk, you have likely committed one of these unit errors:
- Forgetting the '2' multiplier: If you are calculating for a standard 2-wire circuit, you must account for the return path. If you omit the 2, you are only calculating the drop on the hot wire, resulting in a wire half the size you actually need.
- Mixing millimeters and meters: Wire area is usually listed in mm², but resistivity is in Ω·m. You must convert mm² to m² by multiplying by 10-6. (e.g., 2.08 mm² = 2.08 × 10-6 m²).
- Using Diameter instead of Area: Plugging a 2mm wire diameter into the 'A' variable will ruin the calculation. Area is π × r².
Realistic Answer Magnitudes
What does a 'good' answer look like? According to NFPA 70 (National Electrical Code) informational notes, branch circuits should be designed for a maximum voltage drop of 3%, and the combined feeder and branch circuit drop should not exceed 5%.
- On a 120V AC mains circuit, a 3% drop is 3.6V. If your formula yields a 12V drop, your wire is drastically undersized.
- On a 12V DC maker/solar circuit, a 3% drop is just 0.36V. Low-voltage systems are incredibly unforgiving of wire length.
Worked Examples: Tracking Units from Bench to Jobsite
Let's apply the ee formula to two distinct scenarios, tracking every unit conversion to ensure the math holds up to physical reality.
Problem 1: The 12V LED Strip Brownout (Solving for VD)
Scenario: You are powering a high-density 12V LED strip that draws 5A continuously. The power supply is located 4 meters away from the strip. You decide to use standard 18 AWG copper speaker wire. Will the lights flicker at the end of the strip?
Known Variables:
- I = 5 A
- L = 4 m (one-way distance)
- Wire: 18 AWG Copper. From our table, A = 0.823 mm² = 8.23 × 10-7 m².
- ρ = 1.724 × 10-8 Ω·m (Assuming 20°C ambient bench conditions for low voltage).
Step-by-Step Calculation:
- Write the formula: VD = (2 × ρ × I × L) / A
- Substitute values: VD = (2 × [1.724 × 10-8] × 5 × 4) / [8.23 × 10-7]
- Calculate numerator: 2 × 1.724 × 10-8 × 20 = 6.896 × 10-7
- Divide by area: (6.896 × 10-7) / (8.23 × 10-7) = 0.838 V
Verification & Verdict: The voltage drop is 0.838V. As a percentage of the 12V source, this is (0.838 / 12) × 100 = 6.98%. This exceeds the recommended 3% to 5% limit for sensitive DC electronics. The LEDs at the far end of the strip will likely suffer from a visible color shift (pink/yellow tint) and reduced brightness. Fix: Upgrade to 14 AWG wire to bring the drop below 2%.
Problem 2: Sizing a 240V Baseboard Heater Feeder (Solving for A)
Scenario: You are wiring a 240V electric baseboard heater in a garage. The breaker panel is 25 meters away. The heater draws a continuous 20A. You need to select the correct copper wire size to keep the voltage drop under the NEC-style 3% recommendation, accounting for the wire heating up inside the wall.
Known Variables:
- Vnominal = 240 V. Target VD = 3% of 240V = 7.2 V.
- I = 20 A
- L = 25 m
- Material: Copper in-wall. We must use the 75°C derated resistivity: ρ = 2.100 × 10-8 Ω·m.
Step-by-Step Calculation:
- Rearrange formula to solve for Area: A = (2 × ρ × I × L) / VD
- Substitute values: A = (2 × [2.100 × 10-8] × 20 × 25) / 7.2
- Calculate numerator: 2 × 2.100 × 10-8 × 500 = 2.100 × 10-5
- Divide by target drop: (2.100 × 10-5) / 7.2 = 2.916 × 10-6 m²
- Convert back to mm² for wire tables: 2.916 × 10-6 m² × 106 = 2.916 mm²
Verification & Verdict: We need a wire with a cross-sectional area of at least 2.916 mm². Looking at standard AWG sizes, 14 AWG is 2.08 mm² (too small). 12 AWG is 3.31 mm², which safely exceeds our 2.916 mm² requirement. Furthermore, 12 AWG copper is rated for 20A continuous under standard ampacity rules, making it the perfect, code-compliant choice for this run. If the run were extended to 35 meters, the math would push the required area to 4.08 mm², forcing an upgrade to 10 AWG (5.26 mm²) despite the 20A load only requiring 12 AWG for ampacity.
Mastering this ee formula bridges the gap between theoretical circuit design and physical installation. Always track your units, derate for temperature, and verify your final voltage at the load terminals with a calibrated multimeter before energizing the system permanently.






