Wire Gauge & Voltage Drop Calculator — AWG and mm²

Calculate DC voltage drop and power loss for any wire gauge (AWG or mm²), length, and current. Includes temperature correction and current capacity ratings for IoT and automotive DC wiring.

Wire gauge system

Result

Voltage drop (round trip)

0.108 V

3.27% of 3.3 V — exceeds 3% warning

Wire resistance

215.69 mΩ

Power loss

0.054 W

Resistance / m

53.92 mΩ/m

Load voltage

3.192 V

Voltage budget

Load 96.7% Drop 3.27%

AWG quick reference — resistance and current ratings (copper, 20°C, open air)

AWGmm²Ω/mΩ/100mMax A (open)Typical use
AWG 105.260.00330.333 AHigh-current DC (solar, EV aux)
AWG 123.310.00520.523 AMain power runs
AWG 142.080.00830.817 AHeavy DC power, automotive
AWG 161.310.01321.313 ABattery leads, motor wiring
AWG 180.8230.02092.17 A12V automotive, DC power runs
AWG 200.5190.03323.35 APower wiring for small MCU boards
AWG 220.3260.05295.33 ACommon IoT/sensor wiring
AWG 240.2050.08418.42 AStandard hookup wire, Cat5 pairs
AWG 260.1280.134713.51 AThin hookup wire
AWG 280.08040.214421.40.83 AThin hookup wire, USB cable internal
AWG 300.05070.340034.00.86 ARibbon cable, jumper wires

Current ratings are for single copper conductor in open air at 30°C ambient. Bundled cables or conduit runs derate significantly. For DC IoT power runs keep voltage drop below 3% to maintain regulation headroom for LDOs and switching regulators.

How it works

Wire has resistance. Resistance causes a voltage drop proportional to current. For DC systems this is Ohm’s law applied to the conductor:

R = ρ × L / A

V_drop = I × R

P_loss = I² × R

Where:

  • ρ — resistivity of copper at 20°C: 1.724 × 10⁻⁸ Ω·m
  • L — wire length in meters (use round-trip length for both conductors)
  • A — cross-sectional area in m²

For AWG 22 copper wire (0.326 mm²):

R/m = 1.724e-8 / (0.326e-6) = 52.9 mΩ/m

A 2-meter round-trip (4 m total) at 0.5 A:

R = 0.0529 × 4 = 211 mΩ
V_drop = 0.5 × 0.211 = 106 mV

106 mV on a 3.3 V rail is 3.2% — right at the warning threshold.

Temperature correction

Copper resistance increases with temperature. The correction factor uses the temperature coefficient α = 0.00393/°C:

R_T = R_20 × (1 + 0.00393 × (T − 20))

At 85°C (inside an enclosure in direct sun), resistance is 26% higher than at 20°C. If your voltage drop budget is tight, verify at maximum operating temperature.

Why round-trip matters

Every circuit requires two conductors: the supply wire and the return (ground). Both contribute resistance. A 2-meter cable has 4 meters of total conductor length. Most engineers remember the supply wire and forget the return. Always use round-trip length.

AWG vs mm²

AWG is American Wire Gauge — a logarithmic scale where smaller numbers = larger wire (counterintuitively). AWG 10 is much thicker than AWG 26. The relationship to mm²:

A (mm²) = 0.012668 × 92^((36−AWG)/39)

European IEC 60228 uses nominal mm² areas (0.5, 0.75, 1.0, 1.5, 2.5…). These don’t always map exactly to an AWG equivalent.

Common mistakes for embedded/IoT

Using the same wire gauge for power and signals. Signal wires (SPI, UART, GPIO) can be AWG 28–30 with no voltage drop concern. Power wires to sensors, actuators, and radio modules need to be sized for peak current, not just idle current. An nRF52 transmitting at +8 dBm peaks at 7 mA — a 1-meter AWG 30 cable drops 30 mV under that load, which may trip an LDO into dropout.

Ignoring connector resistance. A standard 0.1” pin header contact adds ~20–50 mΩ per contact. Five connectors in series on a 12 V automotive harness can add 250 mΩ — comparable to several meters of AWG 22 wire. Crimp connectors (Molex, JST) have lower contact resistance than press-fit headers.

Not derating for bundled cables. The current ratings in the table assume a single wire in open air at 30°C ambient. In a cable loom of 10 wires, thermal dissipation is reduced and current ratings drop by 40–50%. Check IEC 60364-5-52 tables for bundled cable correction factors.

5V USB power runs over thin cable. USB 2.0 spec allows 100 mA, but many devices draw 500 mA during charging. AWG 28 internal USB cable (common in many cables) drops 160 mV per meter round-trip at 500 mA. A 2-meter USB cable can drop 320 mV, leaving only 4.68 V at the device — below some LDO minimum input thresholds.

Not accounting for battery internal resistance. A CR2032 has 15–25 Ω internal resistance. At 5 mA pulse (nRF52 transmit), the internal drop is 75–125 mV before the wire even contributes. For coin cell–powered designs, battery internal resistance dominates wire resistance by an order of magnitude.

Frequently asked questions

What AWG wire should I use for a 12V LED strip drawing 5A? +

Use AWG 14 (2.08 mm²) or larger for a 5A, 12V LED strip with a 3m run when keeping drop under 3%. At 3m one-way (6m round-trip), AWG 18 (0.823 mm²) still produces about 5.3% drop — too high for addressable LEDs, which shift color when supply voltage sags. AWG 14 drops the loss to roughly 2.1% at 20°C. AWG 20 (0.519 mm²) is even worse at over 8%. For very long runs at 5A, step up to AWG 12 (3.31 mm²) and consider injecting power at both ends of the strip.

What is the difference between one-way and round-trip voltage drop? +

One-way voltage drop calculates the resistance of only the positive (or signal) conductor. Round-trip includes both the outgoing and return conductors — the total wire length current must flow through. In a DC circuit, current travels from the supply through the positive wire to the load, then back through the return wire to ground. Both conductors add resistance and both contribute to voltage drop at the load. Always use round-trip for real wiring calculations. One-way is useful only when the return path resistance is negligible or accounted for separately (e.g. a shared chassis ground plane with much larger cross-section).

How does temperature affect wire resistance? +

Copper resistance increases linearly with temperature. The formula is R_T = R_20 × (1 + α × (T − 20)), where α = 0.00393 /°C for copper. At 85°C, resistance is 25.5% higher than at 20°C — a non-trivial increase in automotive and industrial applications. At 125°C (max for many automotive-rated wires), resistance is 41% higher. This matters when sizing wire for worst-case conditions: a run that passes the 3% drop threshold at room temperature may fail it after the wire heats up under sustained load. Always verify voltage drop at your maximum operating temperature.

Newsletter

The embedded engineer's weekly cheat sheet

Register tricks, timing gotchas, and tool updates. One email per week. No fluff.

No spam. Unsubscribe anytime.