ProCalc.ai
Pro

Wire Gauge Calculator

Wire Gauge Calculator

0.1–400
1–10000
12–480
1–10
⚡ ProcalcAI

Wire Gauge Calculator

✨ Your Result
12
AWG WIRE SIZE
Actual Drop2.76
Min Circular Mils6,000

Wire Gauge Calculator — Frequently Asked Questions

Common questions about wire gauge.

Last updated Mar 2026

What the Wire Gauge Calculator does (and why it matters)

A Wire Gauge Calculator helps you choose an American Wire Gauge (AWG) size that keeps voltage drop within a target limit for a given circuit. If the wire is too small, resistance causes a bigger voltage drop, which can lead to dim lights, slow motors, nuisance trips, overheating, and equipment not meeting its rated performance.

This calculator is built around voltage-drop sizing: you enter Current (Amps), One-Way Distance (ft), System Voltage, and Max Voltage Drop (%), and it returns a recommended AWG size plus the estimated voltage drop.

Important: This tool sizes wire based on voltage drop only. Real-world wire selection must also satisfy ampacity (thermal limits), insulation temperature rating, installation method, ambient temperature, bundling, and code requirements.

Inputs you’ll need

1. Current (Amps) The expected load current. For continuous loads, many standards require using 125% of the continuous current when selecting conductors; if that applies to your project, enter the adjusted current.

2. One-Way Distance (ft) The physical length from source to load in one direction. The calculator internally doubles it to account for the round-trip path (out and back).

3. System Voltage Common values are 12, 24, 48, 120, 240, 277, 480, etc. Lower voltage systems are much more sensitive to voltage drop.

4. Max Voltage Drop (%) A typical design target is 3% for a branch circuit, but your application may differ. Smaller percent means thicker wire.

The calculation logic (step-by-step)

The calculator uses a simplified voltage drop model for copper conductors based on circular mil area. Here’s the exact logic in plain language.

### Step 1) Convert max drop percent to allowable voltage drop (volts)

Let:

- \( a \) = current in amps - \( d \) = one-way distance in feet - \( v \) = system voltage - \( md \) = max drop percent as a decimal

\[ md = \frac{\text{Max Voltage Drop (\%)}}{100} \] \[ \text{Allowable Drop (V)} = v \times md \]

So if voltage is 120 and max drop is 3%:

\[ \text{Allowable Drop} = 120 \times 0.03 = 3.6 \text{ V} \]

### Step 2) Compute the minimum required conductor area (circular mils)

The calculator estimates the minimum circular mil area needed:

\[ \text{Min CMIL} = \frac{2 \times d \times a \times 10.8}{\text{Allowable Drop (V)}} \]

Where: - The factor \(2 \times d\) accounts for round-trip length. - 10.8 is a copper resistivity constant used in common voltage-drop approximations with circular mils and feet.

The result is Min CMIL (minimum circular mil area). Bigger CMIL means thicker wire.

### Step 3) Map Min CMIL to the next AWG size up

The calculator compares Min CMIL to a built-in AWG table (circular mil areas). It chooses the first wire size whose circular mil area is greater than or equal to Min CMIL.

Key table points used:

- 14 AWG = 4,110 CMIL - 12 AWG = 6,530 CMIL - 10 AWG = 10,380 CMIL - 8 AWG = 16,510 CMIL - 6 AWG = 26,240 CMIL - 4 AWG = 41,740 CMIL - 2 AWG = 66,360 CMIL - 1 AWG = 83,690 CMIL - 0 AWG = 105,600 CMIL - 00 AWG = 133,100 CMIL - 000 AWG = 167,800 CMIL

If Min CMIL is small, the calculator floors at 14 AWG (it won’t recommend smaller than 14 AWG).

### Step 4) Calculate the estimated actual voltage drop (%)

Using the selected wire’s circular mil area \(cmil\):

\[ \text{Drop \%} = \left(\frac{2 \times d \times a \times 10.8}{cmil}\right)\div v \times 100 \]

The calculator reports this as Actual Voltage Drop (%) (rounded to 2 decimals).

Worked examples (using the calculator’s exact method)

### Example 1: 20 A, 50 ft one-way, 120 V, 3% max drop

Inputs: - Current \(a = 20\) A - Distance \(d = 50\) ft - Voltage \(v = 120\) - Max drop \(= 3\%\)

1) Allowable drop: \[ \text{Allowable Drop} = 120 \times 0.03 = 3.6 \text{ V} \]

2) Min CMIL: \[ \text{Min CMIL} = \frac{2 \times 50 \times 20 \times 10.8}{3.6} = \frac{21,600}{3.6} = 6,000 \]

3) Choose AWG: - 14 AWG is 4,110 CMIL (too small) - 12 AWG is 6,530 CMIL (meets 6,000)

Recommended: 12 AWG

4) Actual drop % with 12 AWG (6,530 CMIL): \[ \text{Drop \%} = \left(\frac{21,600}{6,530}\right)\div 120 \times 100 \approx 2.76\% \]

So you’re under the 3% target.

### Example 2: 30 A, 100 ft one-way, 240 V, 3% max drop

Inputs: - \(a = 30\) A, \(d = 100\) ft, \(v = 240\), \(md = 0.03\)

1) Allowable drop: \[ 240 \times 0.03 = 7.2 \text{ V} \]

2) Min CMIL: \[ \text{Min CMIL} = \frac{2 \times 100 \times 30 \times 10.8}{7.2} = \frac{64,800}{7.2} = 9,000 \]

3) Choose AWG: - 12 AWG = 6,530 (too small) - 10 AWG = 10,380 (meets 9,000)

Recommended: 10 AWG

4) Actual drop % with 10 AWG (10,380 CMIL): \[ \text{Drop \%} = \left(\frac{64,800}{10,380}\right)\div 240 \times 100 \approx 2.60\% \]

### Example 3: 15 A, 150 ft one-way, 120 V, 3% max drop

Inputs: - \(a = 15\) A, \(d = 150\) ft, \(v = 120\), max drop 3%

1) Allowable drop: \[ 120 \times 0.03 = 3.6 \text{ V} \]

2) Min CMIL: \[ \text{Min CMIL} = \frac{2 \times 150 \times 15 \times 10.8}{3.6} = \frac{48,600}{3.6} = 13,500 \]

3) Choose AWG: - 10 AWG = 10,380 (too small) - 8 AWG = 16,510 (meets 13,500)

Recommended: 8 AWG

4) Actual drop % with 8 AWG (16,510 CMIL): \[ \text{Drop \%} = \left(\frac{48,600}{16,510}\right)\div 120 \times 100 \approx 2.45\% \]

Long runs quickly push you into thicker wire even at modest current.

Pro Tips for better results

- Use realistic current, not just breaker rating. If a device draws 12 A, entering 20 A will oversize the wire for voltage drop (sometimes that’s fine, but know why you’re doing it). - For continuous loads, consider entering 125% of the expected continuous current to build in margin. - If you’re working with low-voltage systems (12 to 48 V), tighten the max drop carefully. Even 3% can be noticeable in performance, and wire sizes can jump fast. - Treat the result as a minimum for voltage drop. If the wire will be in hot environments, in conduit with many conductors, or carrying harmonics, you may need a larger size for ampacity and heat. - If you’re near a threshold (for example Min CMIL barely fits 12 AWG), consider stepping up one size to reduce heating and improve efficiency.

Common mistakes to avoid

- Entering round-trip distance instead of One-Way Distance (ft). The calculator already multiplies by 2 internally; doubling it again can oversize the wire significantly. - Forgetting that the tool is voltage-drop based and ignoring ampacity. A wire can meet voltage drop but still be undersized thermally depending on installation conditions. - Using the wrong System Voltage (for example entering 120 when the load is actually 240). Voltage drop percent depends on voltage; doubling voltage cuts the percent drop in half for the same wire and load. - Setting Max Voltage Drop (%) unrealistically low without realizing the cost/size impact. Going from 3% to 1% roughly triples the required circular mil area. - Assuming the recommendation applies to aluminum conductors. The constant used here is for copper; aluminum requires larger area for similar drop.

Quick interpretation of the output

- Recommended AWG: the smallest gauge in the calculator’s table that meets your voltage-drop target (with a minimum of 14 AWG). - Min CMIL: the computed minimum circular mil area needed to stay within the allowable drop. - Allowable Drop (V): the maximum voltage you can lose along the run based on your percent setting. - Actual Voltage Drop (%): the estimated drop using the selected wire size; it should be at or below your target.

Use the calculator to get a solid starting point, then confirm final conductor sizing against your applicable electrical code, insulation rating, and installation conditions.

Authoritative Sources

This calculator uses formulas and reference data drawn from the following sources:

- Purdue Engineering - MIT OpenCourseWare - EPA — Energy Resources

Wire Gauge Formula & Method

This wire gauge calculator uses standard engineering formulas to compute results. Enter your values and the formula is applied automatically — all math is handled for you. The calculation follows industry-standard methodology.

Wire Gauge Sources & References

Explore More Calculators

Content reviewed by the ProCalc.ai editorial team · About our standards

ProcalcAI·Powered by Axiom·Results may not be 100% accuratev11.5.9·b19mar26

We use cookies to improve your experience and show relevant ads. Read our privacy policy