Voltage Drop Calculator

Calculate voltage drop for any cable run — or find the minimum wire size for a target drop limit.

Free voltage drop calculator. Enter wire size, current, run length and system voltage to get drop in volts and percent, with step-by-step working. Or flip to find-wire mode to solve for the minimum conductor cross-section that keeps drop within 3% (or any target). Supports single-phase and three-phase, copper and aluminium, metric mm² and AWG sizes. Everything runs in your browser — nothing is uploaded. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

What is the voltage drop formula for a cable run?

For a single-phase circuit: V_drop = 2 × L × I × ρ / A. For a balanced three-phase circuit: V_drop = √3 × L × I × ρ / A. Here L is the one-way run length in metres, I is the load current in amps, ρ is the conductor resistivity (1.724×10⁻⁸ Ω·m for copper at 20°C, 2.65×10⁻⁸ Ω·m for aluminium), and A is the conductor cross-sectional area in m². The factor of 2 on a single-phase circuit accounts for both the live and neutral conductors carrying the full current; the √3 factor on a three-phase circuit comes from the phase-to-neutral geometry of a balanced load.

Voltage drop is the reduction in electrical potential that occurs as current flows through the resistance of a conductor. Even a perfectly good cable has a small but non-zero resistance, and that resistance turns some of the supply voltage into heat before it reaches the load. For short runs carrying light currents the loss is negligible; for long runs, high-current loads, or thin conductors the drop can become large enough to trip protection devices, cause lights to flicker, or make motors run hot and slow.

This calculator solves both directions of the problem. In Calculate voltage drop mode you pick a conductor and the tool tells you exactly how many volts — and what percentage of the system voltage — are lost in the run. In Find minimum wire size mode you set the maximum drop you will accept (3% is the standard design target) and the tool works backwards to give you the minimum theoretical cross-section, plus the nearest standard metric IEC size or AWG gauge that meets it. Both modes show the full step-by-step working so every number is traceable.

How it works

The core formula is derived directly from Ohm’s law. The resistance of one conductor is:

R_one = ρ × L / A

where ρ is the conductor resistivity in Ω·m, L is the one-way run length in metres, and A is the cross-sectional area in m². For a single-phase circuit the current must travel out on the live conductor and return on the neutral, so the total resistive path is twice as long:

V_drop = 2 × L × I × ρ / A

For a balanced three-phase circuit the geometry of the rotating phasors reduces the effective factor from 2 to √3:

V_drop = √3 × L × I × ρ / A

The percentage drop is simply V_drop / V_system × 100. Rearranging the formula to solve for area gives the minimum cross-section for a target drop:

A_min = factor × ρ × L × I / V_drop_max

The calculator keeps everything in SI base units internally (metres, amps, ohms, m²) and only converts to mm² or feet for display.

Worked example

Scenario: A 230 V single-phase supply feeds a workshop 50 m from the consumer unit. The load draws 20 A and you are considering 4 mm² copper cable.

Step 1 — Calculate drop:

  • ρ(copper) = 1.724 × 10⁻⁸ Ω·m
  • A = 4 mm² = 4 × 10⁻⁶ m²
  • R_one = 1.724×10⁻⁸ × 50 / 4×10⁻⁶ = 0.2155 Ω
  • R_total = 2 × 0.2155 = 0.431 Ω (round trip)
  • V_drop = 20 × 0.431 = 8.62 V
  • Drop% = 8.62 / 230 × 100 = 3.75% — exceeds the 3% design target

Step 2 — Find the right size (3% limit = 6.9 V):

  • A_min = 2 × 1.724×10⁻⁸ × 50 × 20 / 6.9 = 4.99 × 10⁻⁶ m² = 4.99 mm²
  • Nearest standard size: 6 mm² copper

At 6 mm², V_drop = 20 × (2 × 1.724×10⁻⁸ × 50 / 6×10⁻⁶) = 5.75 V = 2.5% — within limits.

Cable (copper, 50 m, 20 A, 230 V)Drop (V)Drop (%)Pass 3%?
2.5 mm²13.8 V6.0%No
4 mm²8.6 V3.75%No
6 mm²5.8 V2.5%Yes
10 mm²3.4 V1.5%Yes

Formula note

The resistivity values used are at 20°C (standard reference temperature). A conductor at operating temperature will have slightly higher resistance — roughly +20% for copper at 70°C — which increases the actual drop proportionally. For final design always apply a temperature correction factor: ρ_T = ρ_20 × (1 + 0.00393 × (T − 20)) for copper. The calculator provides the baseline; all figures run locally in your browser and nothing is uploaded or stored.