When hobbyists and trade students search for electrical math formulas, they usually find abstract triangles for Ohm's Law or the Power Wheel. While $V = I imes R$ and $P = V imes I$ are foundational, they don't tell you what physical wire to pull through a conduit or what gauge to run to your solar charge controller. The most critical formula for actual project execution is the Voltage Drop and Wire Sizing Formula, which synthesizes Ohm's Law, material resistivity, and physical geometry into a single decision-making tool.
The direct answer for sizing DC and single-phase AC wire is the Circular Mil formula: $CM = \frac{2 \times K \times I \times L}{V_{drop}}$. This equation dictates the exact cross-sectional area of copper or aluminum required to keep your voltage drop within acceptable limits, preventing melted insulation, dim lights, and inverter brownouts.
The Core Electrical Math Formulas You Actually Need
Before deriving the wire sizing formula, we must establish the two baseline electrical math formulas it builds upon:
- Ohm's Law: $V = I \times R$ (Voltage equals Current times Resistance)
- Resistance of a Conductor: $R = \frac{K \times L}{A}$ (Resistance equals specific resistance times length, divided by cross-sectional area)
By substituting the resistance formula into Ohm's Law, we get $V = I \times (\frac{K \times L}{A})$. Because a circuit requires a supply wire and a return wire, the total length the current travels is twice the one-way distance ($2 \times L$). Substituting $A$ with Circular Mils ($CM$) and rearranging to solve for the required wire area gives us the master formula used by engineers and electricians.
Deep Dive: The Voltage Drop & Wire Sizing Formula
The standard US customary formula for calculating the required wire size in Circular Mils is:
$CM = \frac{2 \times K \times I \times L}{V_{drop}}$
| Symbol | Definition | Standard Unit | Typical Value / Note |
|---|---|---|---|
| CM | Circular Mils (cross-sectional area) | cmil | 10 AWG = 10,380 CM; 12 AWG = 6,530 CM |
| 2 | Multiplier for the return path | Dimensionless | Accounts for both the hot and neutral/ground wire |
| K | Specific Resistance (Resistivity) | Ohm-cmil/ft | 12.9 for Copper, 21.2 for Aluminum (at 75°C) |
| I | Current (Load) | Amperes (A) | Continuous load should be derated to 80% of breaker |
| L | One-way length of the circuit | Feet (ft) | Distance from source to load, NOT total wire length |
| $V_{drop}$ | Allowable Voltage Drop | Volts (V) | Typically 3% of nominal voltage (e.g., 3.6V for 120V) |
Rearranged Forms: Solving for Any Variable
You won't always be solving for wire size. Often, you need to know how far you can run an existing wire, or how much current a buried cable can safely carry over a specific distance. Here is the formula rearranged for every variable:
- Solve for Wire Area (CM): $CM = \frac{2 \times K \times I \times L}{V_{drop}}$
- Solve for Max Current (I): $I = \frac{CM \times V_{drop}}{2 \times K \times L}$
- Solve for Max Distance (L): $L = \frac{CM \times V_{drop}}{2 \times K \times I}$
- Solve for Actual Voltage Drop ($V_{drop}$): $V_{drop} = \frac{2 \times K \times I \times L}{CM}$
- Solve for Resistivity (K): $K = \frac{CM \times V_{drop}}{2 \times I \times L}$ (Useful for identifying unknown wire alloys)
Worked Examples with Strict Unit Tracking
Abstract math fails on the jobsite. Let's run two real-world scenarios, tracking units at every step to ensure the magnitude makes sense. We will use $K = 12.9$ for copper wire at 75°C, as recommended by standard engineering practice for loaded circuits.
Example 1: 12V DC Solar Array to Charge Controller
Scenario: You have a 12V nominal solar array pushing 10A to an MPPT charge controller. The one-way wire run is 15 feet. You want to keep the voltage drop under 3% to ensure the controller doesn't trigger a low-voltage disconnect.
- Calculate Allowable Drop: 3% of 12V = $0.03 \times 12 = 0.36V$. So, $V_{drop} = 0.36V$.
- Plug into Formula: $CM = \frac{2 \times 12.9 \times 10A \times 15ft}{0.36V}$
- Numerator Math: $2 \times 12.9 \times 10 \times 15 = 3,870$ (Units: $\Omega\text{-cmil/ft} \times A \times ft = V\text{-cmil}$)
- Divide by Denominator: $3,870 / 0.36V = 10,750 \text{ CM}$.
- Select Wire: Looking at an AWG to Circular Mils chart, 10 AWG is 10,380 CM. This is slightly too small (it would yield a 3.1% drop). We must round UP to the next standard size: 8 AWG (16,510 CM).
Example 2: 120V AC Dedicated Space Heater Circuit
Scenario: You are running a dedicated 120V circuit for a 15A space heater in a garage. The panel is 50 feet away. NEC-style guidance recommends a maximum 3% voltage drop for branch circuits.
- Calculate Allowable Drop: 3% of 120V = $0.03 \times 120 = 3.6V$. So, $V_{drop} = 3.6V$.
- Plug into Formula: $CM = \frac{2 \times 12.9 \times 15A \times 50ft}{3.6V}$
- Numerator Math: $2 \times 12.9 \times 15 \times 50 = 19,350$
- Divide by Denominator: $19,350 / 3.6 = 5,375 \text{ CM}$.
- Select Wire: 14 AWG is 4,110 CM (too small). 12 AWG is 6,530 CM. The math dictates 12 AWG copper is the minimum size to maintain a sub-3% drop over this distance.
Decision Path: Picking the Right Wire Gauge
Use this decision tree to move from your calculated CM value to a physical purchase at the hardware store or electrical supply house.
| Condition / Calculated CM | Action / Next Step | Concrete Part Pick |
|---|---|---|
| Calculated CM ≤ 4,110 | Check breaker size. If ≤ 15A, use 14 AWG. If 20A, step up. | Southwire 14 AWG THHN Copper |
| 4,111 ≤ CM ≤ 6,530 | Standard 20A branch circuits and short 15A runs. | Southwire 12 AWG THHN Copper |
| 6,531 ≤ CM ≤ 10,380 | Required for 30A circuits or long 12V DC solar runs. | Southwire 10 AWG THHN Copper |
| 10,381 ≤ CM ≤ 16,510 | High current DC (40A+) or long 120V AC branch runs. | Southwire 8 AWG THHN Copper |
| Calculated CM > 16,510 | Consider stepping up to Aluminum (SER cable) to save cost, recalculating with K=21.2. | Southwire 4 AWG USE-2 Aluminum |
Final Default Recommendation: If your math lands within 5% of the boundary between two wire sizes (e.g., you calculated 10,200 CM and 10 AWG is 10,380 CM), always buy the thicker wire. The cost difference between 10 AWG and 8 AWG THHN is roughly $0.15 per foot, but the cost of tearing out drywall to replace a melted wire or troubleshooting an inverter throwing low-voltage fault codes is hundreds of dollars. When in doubt, step up one AWG size.
Realistic Magnitudes and Unit Mistakes That Break the Math
When you punch numbers into a calculator, you need a sanity check. A realistic answer for CM in residential and DIY solar work falls between 4,000 and 20,000. If your calculator outputs 400 CM, you have a decimal error (your wire would be thinner than a human hair). If it outputs 4,000,000 CM, you are sizing wire for a municipal power grid, not a garage subpanel.
Fatal Unit Mistakes to Avoid
- Using the 20°C 'K' Value: Many textbooks list $K = 10.4$ for copper. This is only true at room temperature (20°C). When a wire is loaded near its ampacity limit inside a wall or conduit, it heats up. Resistance increases with heat. Using 10.4 instead of the 75°C value (12.9) will result in a wire that is undersized by roughly 20%, leading to excessive voltage drop and thermal buildup.
- Double-Counting the Distance: The formula includes a '2' in the numerator specifically to account for the round-trip loop (hot and neutral). If you measure 50 feet from the panel to the outlet, $L = 50$. Do NOT plug in 100 feet. If you do, your calculated CM will be double what it needs to be, and you will waste money on unnecessarily thick wire.
- Mixing Metric and Imperial: This specific formula relies on Circular Mils, feet, and Ohm-cmil/ft. If your wire spool is labeled in $mm^2$ (common in IEC regions and automotive wire), this formula will fail. Convert $mm^2$ to CM first ($1 mm^2 \approx 1,973.5 CM$) or switch to the metric voltage drop formula: $V_{drop} = \frac{2 \times \rho \times L \times I}{A}$, where $\rho$ is $1.72 \times 10^{-8} \Omega\text{m}$ for copper, $L$ is in meters, and $A$ is in square meters.
Mastering these electrical math formulas bridges the gap between theoretical circuit diagrams and safe, functional physical installations. By tracking your units, respecting the temperature assumptions of your materials, and rounding up to the next standard AWG size, you ensure your projects operate efficiently and safely for decades.






