--- title: "Wire Gauge Calculator" site: ProCalc.ai section: Engineering url: https://procalc.ai/engineering/wire-gauge-calculator markdown_url: https://procalc.ai/engineering/wire-gauge-calculator.md date_published: 2026-03-14 date_modified: 2026-04-13 date_created: 2026-03-14 input_mode: focused --- # Wire Gauge Calculator **Site:** [ProCalc.ai](https://procalc.ai) — Free Professional Calculators **Section:** Engineering **Calculator URL:** https://procalc.ai/engineering/wire-gauge-calculator **Markdown URL:** https://procalc.ai/engineering/wire-gauge-calculator.md **Published:** 2026-03-14 **Last Updated:** 2026-04-13 **Description:** Calculate the correct wire gauge for your electrical project. Enter amps, voltage, and wire run distance to get AWG size and voltage drop instantly. > *This file is served for AI systems and search crawlers. Human page: https://procalc.ai/engineering/wire-gauge-calculator* ## Overview The ProCalc.ai Wire Gauge Calculator helps you choose an AWG wire size that can safely carry your load without excessive voltage drop. You use the Wire Gauge Calculator when you’re sizing conductors for DC runs, low-voltage controls, or power distribution where distance matters as much as current. Electrical engineers, panel builders, and industrial maintenance techs rely on this kind of quick check to avoid nuisance trips, dimming, and overheated conductors during commissioning. Picture a 12 V pump mounted 40 feet from its battery bank on a skid: pick too small a cable and the motor struggles… ## Formula 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. ## How to Use ## 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 amp**aci**ty (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](https://engineering.purdue.edu/) - [MIT OpenCourseWare](https://ocw.mit.edu/) - [EPA — Energy Resources](https://www.epa.gov/energy) ## Frequently Asked Questions ### How does the wire gauge calculator work? The wire gauge calculator computes results instantly by applying standard engineering formulas to the values entered into its input fields. No sign-up is required; results appear immediately as you type. ### What formula does this wire gauge calculator use? This wire gauge calculator uses standard engineering formulas that are taught in university-level courses and applied in professional practice. All formulas adhere to IEEE, NEMA, or other applicable industry standards. ### Can I use this for professional engineering work? This calculator provides accurate results based on standard formulas, making it suitable for professional engineering work when verified against project specifications and applicable codes. Licensed engineers should also apply appropriate safety factors. ### Is this wire gauge calculator free to use? This wire gauge calculator is completely free to use, with no sign-up required, and can be used as many times as needed. Results are calculated instantly in your browser, and your data is never stored or shared. ### What is wire gauge? Wire gauge is a standardized way to specify a wire’s diameter and, by extension, its cross-sectional area. In systems like AWG, a smaller gauge number means a larger diameter and typically lower electrical resistance. Gauge selection affects current capacity, voltage drop, and heating. ### How accurate is the Wire Gauge Calculator? Accuracy depends on the inputs and the assumptions used (material resistivity, temperature, installation conditions, and allowable voltage drop). Results are typically reliable for preliminary sizing when inputs match real-world conditions, but they are not a substitute for code-compliant ampacity tables and derating factors. Always verify against applicable standards (e.g., NEC/IEC) and manufacturer data for final designs. ### AWG vs mm² — what’s the difference? AWG is a logarithmic gauge system primarily used in North America, while mm² expresses the conductor’s cross-sectional area directly in metric units. Two wires can be compared by converting AWG to an equivalent area in mm², but “equivalent” may vary slightly by standard tables and rounding. Ampacity and voltage drop depend on area, material, insulation, and installation—not the naming system alone. ### Can I use this for sizing wire for a solar (PV) DC run? Yes, it can help estimate conductor size based on current and allowable voltage drop for PV strings, combiner-to-inverter runs, or battery connections. Use the highest expected continuous current and the actual one-way or round-trip length as required by the calculator’s input definition. Confirm the final selection with PV-specific requirements such as continuous-current multipliers, temperature correction, and conduit/roof derating per your local electrical code. ## Sources - [IEEE](https://www.ieee.org) - [NIST](https://www.nist.gov) --- ## Reference - **Calculator page:** https://procalc.ai/engineering/wire-gauge-calculator - **This markdown file:** https://procalc.ai/engineering/wire-gauge-calculator.md ### AI & Developer Resources - **LLM index (short):** https://procalc.ai/llms.txt - **LLM index (full, with content):** https://procalc.ai/llms-full.txt - **MCP server:** https://procalc.ai/api/mcp - **Materials JSON API:** https://procalc.ai/api/materials.json - **Developer docs:** https://procalc.ai/developers - **Sitemap:** https://procalc.ai/sitemap.xml - **Robots:** https://procalc.ai/robots.txt ### How to Cite > ProCalc.ai. "Wire Gauge Calculator." ProCalc.ai, 2026-03-14. https://procalc.ai/engineering/wire-gauge-calculator ### License Content © ProCalc.ai. Free to reference and cite. Do not republish in full without attribution.