Tested tool guide
Tested browser tools
Checked August 16, 2026
What Wire Gauge Calculator does, with a checked example
This calculator turns a circuit's current, voltage, one-way conductor distance, and material into a minimum AWG wire size, applying the circular-mil voltage-drop formula and comparing that against standard ampacity minimums for the current entered. It returns whichever wire is thicker of the two requirements, since a conductor sized to carry the current safely can still be too thin to keep voltage drop under a chosen percentage over a long run. Users most often enter the one-way distance to the load without realizing the tool doubles it for the return leg, which is usually what makes the recommended gauge bigger than expected.
Worked example
A concrete input and expected output from the current implementation.
Input
Current: 20 A, Voltage: 120 V (single-phase), one-way distance: 100 ft, material: copper, max voltage drop: 3%
->
Expected output
Minimum recommended size: 8 AWG (voltage drop governs). 10 AWG would drop about 4.14% at this load and distance; 8 AWG drops about 2.6%, under the 3% limit. Ampacity alone would only require 12 AWG.
Required circular mils = 2 x 12.9 x 20 x 100 / (0.03 x 120) = 14,333 cmil, which exceeds 10 AWG's 10,380 cmil but not 8 AWG's 16,510 cmil, so 8 AWG is the smallest size meeting the drop target.