engineering · electrical · wiring-conductors

Voltage Drop Calculator

Calculates the voltage drop along a conductor run from its size, length, load current and material, reporting the drop in volts and as a percent against your limit. Use it to check a branch or feeder circuit and find the smallest size that stays within the allowed drop.

Last updated
Decision Canvas

Calculator overview

Inputs and outputs

This summary comes from the calculator's published input and output contract.

Inputs

Power Factor Conditional
About this input

The load power factor as a fraction between 0 and 1. It weights the resistive and reactive parts of the drop; use 1 to ignore reactance.

Unit ratio Default 1 Range 0 to 1
Parallel Sets
About this input

The number of identical conductors run in parallel per phase. The current divides among them, reducing the drop.

Unit sets Default 1 Range At least 1
Oneway Circuit Length
About this input

The one-way length of the run from source to load, in feet. The tool doubles it for the return path on single-phase circuits.

Unit ft Default 40 Range At least 0
System Voltage
About this input

The nominal system voltage, in volts, used to express the drop as a percent.

Unit V Default 120 Range At least 0
System
About this input

The circuit type, such as single-phase or three-phase, which sets the multiplier applied to the one-way drop.

Default Single phase AC Allowed DC, Single phase AC, Three phase AC
Reactance Conditional
About this input

The conductor reactance, in ohms per 1000 feet, used with the power factor on AC circuits. Set it to zero to ignore reactance.

Unit ohm/1000 ft Default 0.05 Range At least 0
Conductor Size
About this input

The conductor size, as an AWG gauge or kcmil. The tool derives its circular mils and resistance from this.

Default 12 AWG Allowed 14 AWG, 12 AWG, 10 AWG, 8 AWG, 6 AWG, 4 AWG, 3 AWG, 2 AWG, 1 AWG, 1/0 AWG, 2/0 AWG, 3/0 AWG, 4/0 AWG, 250 kcmil, 300 kcmil, 350 kcmil, 400 kcmil, 500 kcmil, 600 kcmil, 750 kcmil, 1000 kcmil
Conductor Material
About this input

Copper or aluminium. It sets the resistivity used to derive the conductor resistance.

Default Copper Allowed Copper, Aluminium
Conductor Construction
About this input

Solid or stranded, which slightly changes the effective area and resistance.

Default Solid Allowed Solid, Stranded
Maximum Allowed Drop
About this input

The largest acceptable voltage drop, as a percent of system voltage, used to judge the result and recommend a minimum size. Three percent is a common branch-circuit target.

Unit % Default 3 Range At least 0
Load Current
About this input

The current the circuit carries, in amperes.

Unit A Default 20 Range At least 0
Conductor Temperature
About this input

The conductor operating temperature, in degrees Celsius. Resistance rises with temperature, so a hotter conductor drops more voltage.

Unit deg C Default 75 Range At least -228

Outputs

Resistance At Temperature
About this output

The conductor resistance at the operating temperature, in ohms per 1000 feet.

Unit ohm/1000 ft
Recommended Minimum Size
About this output

The smallest conductor size that keeps the drop within the allowed limit for this run.

Unit size
Voltage At The Load
About this output

The voltage remaining at the load, in volts: system voltage minus the drop.

Unit V
Voltage Drop Percent
About this output

The voltage drop as a percent of system voltage, the figure usually compared against the limit.

Unit %
Voltage Drop
About this output

The voltage lost along the run, in volts.

Unit V
Power Loss In The Conductors
About this output

The power dissipated as heat in the conductors, in watts.

Unit W
Current Per Parallel Set
About this output

The current in each parallel conductor, in amperes: load current divided by the number of parallel sets.

Unit A
Conductor Circular Mils
About this output

The conductor cross-sectional area in circular mils, derived from its size.

Unit cmil
Drop At The Recommended Size
About this output

The voltage drop, as a percent, that the recommended minimum size would produce.

Unit %
Model Status
About this output

The overall check on your entries, shown above the results. It reads OK when the inputs are usable, NOT VALID with a reason when an entry makes the model meaningless, or CHECK with a reason when a result is valid but worth a second look. Read it before you trust the numbers below.

No unit declared
Meets The Allowed Drop
About this output

Whether the drop stays at or below the maximum allowed drop. If it reads no, increase the size or add parallel sets.

Unit yes/no

What it is

The Voltage Drop Calculator works out how much voltage is lost along a conductor run, for direct current, single-phase and three-phase circuits. It reports the drop in volts and as a percentage, the voltage remaining at the load, the power lost as heat in the conductors, the conductor resistance at your operating temperature, and whether the run meets the drop limit you set. It also reports the smallest conductor size that would meet that limit.

Conductor resistance is derived from the American Wire Gauge geometry and published resistivity rather than read from a table, so the drop side of the calculation owes nothing to any copyrighted table.

This is an estimating aid, not a code compliance check. It calculates voltage drop only. It does not determine conductor ampacity, overcurrent protection, termination temperature ratings, or anything else required to size a circuit safely. Always size and verify conductors from the electrical code edition adopted in your jurisdiction.

Methodology

Purpose and model boundary

This model estimates conductor resistance, voltage drop, load voltage, and resistive conductor loss for DC, single-phase AC, and three-phase AC circuits. It also searches the workbook's fixed conductor-size list for the first size that satisfies the entered voltage-drop limit. It is a preliminary estimating tool, not an ampacity calculation, code-compliance determination, or final electrical design.

The spreadsheet is the calculation authority. The page sends the named inputs to the calculation service and displays the workbook's returned results and status; no electrical equation is reimplemented in browser code.

Inputs and units

Input group Values used by the model
Conductor Copper or Aluminium, solid or stranded construction, and a selected size from the workbook's 14 AWG through 1000 kcmil list.
Circuit DC, single-phase AC, or three-phase AC; load current in A; one-way length in ft; and system voltage in V.
Operating conditions Conductor temperature in °C, AC power factor, and reactance in ohm/1000 ft. Power factor and reactance are inactive for DC.
Arrangement and criterion Parallel conductor sets as a positive whole-number count and maximum allowed voltage drop as a percent of system voltage.

The selected size is converted to circular mils internally. Current is divided equally among parallel sets; the power-loss result remains the total across all sets and phase conductors.

Governing relationships

For an AWG conductor, diameter in inches follows the geometric series

d = 0.005 × 92^((36 − gauge)/39),

and circular mil area is the square of the diameter expressed in mils. kcmil selections use their stated circular-mil area. The workbook derives resistance rather than reading a code table:

R_20 = ρ × 1000 / CM

R_T = R_20 × [1 + α(T − 20)] × K_strand,

where ρ and α are the workbook's material constants, CM is circular-mil area, and K_strand is 1.00 for solid or 1.02 for stranded construction.

With I_set = I/N, one-way length L in ft, reactance X in ohm/1000 ft, and sin φ = sqrt(max(0, 1 − pf²)), the AC drop is

ΔV = m I_set [R_T pf + X sin φ] L / 1000,

where m = 2 for single phase and m = sqrt(3) for three phase. For DC,

ΔV = 2 I_set R_T L / 1000.

The workbook then calculates drop fraction = ΔV/V, load voltage = V − ΔV, and

power loss = conductor count × N × I_set² × R_T × L / 1000,

using two current-carrying conductors for DC or single phase and three for three phase.

Calculation sequence

  1. Validate current, voltage, one-way length, selectors, parallel sets, and drop limit.
  2. Convert the selected conductor size to circular mils and derive resistance at 20 °C.
  3. Apply the material temperature coefficient and solid/stranded factor.
  4. Divide current among parallel sets and calculate voltage drop using the selected circuit branch.
  5. Calculate drop percent, load voltage, and total conductor power loss.
  6. Evaluate the fixed size list from smallest to largest under the same assumptions and return the first size at or below the entered limit.
  7. Return the workbook's status before the numerical results are interpreted.

Outputs and interpretation

The model returns conductor circular mils, resistance at temperature in ohm/1000 ft, current per parallel set in A, voltage drop in V and percent, load voltage in V, and total conductor power loss in W. Meets_The_Allowed_Drop compares the selected size with the entered limit. Recommended_Minimum_Size is the smallest size in the workbook's bounded search list that satisfies that limit, and Drop_At_The_Recommended_Size reports its calculated percent drop.

The recommendation addresses voltage drop only. A larger conductor, additional parallel sets, or a shorter circuit generally lowers drop, but every candidate must still be checked for ampacity, installation method, terminals, overcurrent protection, and the governing code.

Validation and status logic

The workbook evaluates the conditions in this order:

Condition Returned status
Load current is zero or negative NOT VALID: load current must be greater than zero
System voltage is zero or negative NOT VALID: system voltage must be greater than zero
One-way length is zero or negative NOT VALID: length must be greater than zero
The selected conductor exceeds the entered drop limit CHECK: the selected conductor exceeds the allowed drop; see the recommended size
None of the preceding conditions applies OK

This calculator also enforces the declared selector lists, positive whole-number parallel sets, power factor from 0 through 1, nonnegative reactance and drop limit, and the workbook's published numeric bounds.

Assumptions and limitations

  • Parallel sets share current equally and have identical length, material, construction, size, temperature, and reactance.
  • The AC branch uses a single displacement power factor and the entered series reactance; harmonic, skin, proximity, mutual-coupling, unbalance, and transient effects are not modeled.
  • Conductor temperature is uniform along the run, and the linear resistance correction remains suitable over the entered range.
  • The source voltage is the declared DC, single-phase, or three-phase basis used by the workbook.
  • The fixed search is discrete and bounded; it is not an economic or installation optimization.

Restrictions and non-computing states

The tool does not calculate ampacity, insulation rating, neutral loading, grounding conductor size, overcurrent protection, conduit fill, short-circuit duty, terminal ratings, derating, starting current, voltage regulation, or code compliance. It does not derive reactance from conductor spacing or raceway geometry. If no fixed-list size satisfies the limit, no out-of-range recommendation should be inferred. A NOT VALID: status supersedes displayed numerical residue.

Errors and warnings

A rejected entry means the request did not satisfy the published input rules. NOT VALID: means the workbook refused the calculation state. CHECK: means the calculation completed but the selected size exceeds the entered voltage-drop criterion. A calculation-service failure is an availability problem, not an electrical conclusion.

References

The delivered Voltage_Drop_Calculator.xlsx References sheet documents the AWG geometric series, the resistivity-and-temperature resistance model, the AC voltage-drop relationship, and the fact that resistance is derived rather than copied from a code table. The published input rules, protected tests, audit, and reviewer packet verify units, exact status precedence, the parallel-set power-loss calculation, and the bounded conductor search.

The reviewer packet records independent cross-checks against Voltage Drop Calculator .org, Infinity Calculator, Calculator.net, ElectricalToolbox, and Simulations4All. Those comparisons are validation aids rather than code-compliance sources. The workbook reproduces no National Electrical Code table or text and must be checked against the code edition and licensed professional requirements governing the installation.

Frequently asked questions

Does the recommended minimum size mean that conductor is safe to install?
No. That recommendation considers voltage drop only. It is not an ampacity determination and takes no account of temperature derating, conduit fill, overcurrent protection or termination temperature ratings. A conductor can meet a voltage drop limit comfortably and still be unsafe for the current it carries. Size and verify from the electrical code adopted in your jurisdiction.
Should I enter the one-way length or the total length of wire?
One way. The phase multiplier already accounts for the return path: it is 2 for direct current and single phase, and the square root of 3 for three phase. Doubling the length yourself will overstate the drop by a factor of two.
Why does the reactance input make no difference?
Because at unity power factor the reactance term drops out entirely, since the sine of the phase angle is zero. To include reactance you need to enter both a reactance per 1000 feet and a power factor below unity. Typical reactance values are 0.04 to 0.05 ohms per 1000 feet for conductors in a non-magnetic raceway.
Where does the conductor resistance come from if not a table?
It is derived. American Wire Gauge is a defined geometric series, so the diameter of any gauge comes from a formula and the circular mil area is its square. Resistance is then resistivity times length over area, corrected linearly for temperature and by a factor of 1.02 for stranding. The workbook notes the derivation agrees with widely published resistance tables to within 0.4 percent from 14 AWG to 4 slash 0.
How do parallel sets change the answer?
The current divides between the sets, so the drop falls in proportion. The tool assumes the sets are identical and equally loaded, which in practice requires them to be the same size, length and material. Unequal parallel runs do not share current evenly and this calculation will not describe them.
This page is provided by LogicCommons for informational purposes only. Results are analysis outputs computed from the inputs you supply and are not engineering advice, a design, or a substitute for review by a licensed professional under the codes adopted where the work is built. Verify all inputs and results independently.

LogicCommons is in beta. If a result, label, or reference looks wrong, tell us here; we read every message.