Voltage Drop Calculator

Calculate voltage drop, drop percentage and voltage at the load for copper or aluminium wire by gauge, current, phase and run length. Free, instant, no signup.

V
A
ft
Formula: Vdrop = k × I × (R/1000 × L) • k = 2 (1φ) or √3 (3φ)
  • I = load current (amps)
  • R = conductor resistance per 1000 ft
  • L = one-way run length (ft)

How to use the Voltage Drop Calculator

  1. Enter your values. Fill in the fields with your numbers.
  2. Calculate. Press Calculate to run the voltage drop calculator.
  3. Use the result. Copy the result or try a related tool next.

Why use our Voltage Drop Calculator

Instant results. Enter your figures and the voltage drop calculator returns an answer in seconds.
Free & private. Runs in your browser — no signup, and nothing is sent to a server.
Accurate. Uses standard formulas so you can rely on the numbers.

Free to use — premium coming soon

FREE
  • Unlimited calculations
  • Instant results
  • No signup
PREMIUM
  • Remove ads
  • Save & compare scenarios
  • Export results

About the Voltage Drop Calculator

The Voltage Drop Calculator estimates how much voltage a conductor loses between the panel and the load over a given distance. Every wire has resistance, so by the time current reaches a far-off pump, light, or EV charger, the voltage at the device is lower than what left the breaker. You enter the conductor material (copper or aluminum), wire size, one-way run length, current in amps, and the system type (DC, single-phase, or three-phase AC), and the tool returns the volts dropped, the voltage delivered at the load, and the drop expressed as a percentage of source voltage.

Reach for this tool whenever a run is long, the current is high, or both. Drops inside a typical house are usually negligible, but feeding a detached garage, a well pump 300 to 500 feet away, landscape lighting, or a sub-panel in an outbuilding is exactly where conductors get undersized. The National Electrical Code recommends keeping voltage drop under 3% on a branch circuit and under 5% across the combined feeder and branch path. Checking the number before you pull wire prevents dim lights, motors that struggle to start, and the cost of re-running an undersized cable.

Under the hood the calculator uses the standard resistivity formula. For single-phase and DC circuits the drop is 2 x I x rho x L / A, and for three-phase it swaps the leading 2 for the square root of 3 (about 1.732), since the return path differs. Here I is current, L is one-way length, A is the conductor cross-sectional area, and rho is resistivity: roughly 1.72 x 10^-8 ohm-meters for copper and 2.65 x 10^-8 for aluminum. Larger wire means more cross-section, lower resistance, and less drop. That is why upsizing the conductor is the usual fix.

Results are an engineering estimate, not a substitute for a stamped design or local code sign-off. The math assumes a steady load current at a typical conductor temperature and does not model motor inrush, harmonics, power factor below unity, or elevated ambient heat, all of which can worsen real-world drop. For motor and pump circuits, plan for the startup surge, not just running amps. Everything is computed in your browser, so the wire sizes, lengths, and loads you type are never uploaded or stored on a server.

Frequently asked questions

What is an acceptable voltage drop?

The NEC recommends a maximum of about 3% on a branch circuit and 5% across the feeder and branch circuit combined. These figures are guidance in Informational Notes rather than hard rules, but most electricians treat them as best practice, and local inspectors may enforce them.

Why do I enter one-way length instead of the round trip?

You enter the one-way distance from the source to the load, and the formula accounts for the return path automatically: it multiplies by 2 for single-phase and DC, and by the square root of 3 for three-phase. Doubling the length yourself would overstate the drop.

Copper or aluminum, which has less voltage drop?

For the same wire size, copper drops less voltage because it has lower resistivity (about 1.72 versus 2.65 x 10^-8 ohm-meters for aluminum). Aluminum can still be used, but you typically need to step up one or two wire sizes to match copper's performance on a long run.

How do I reduce voltage drop that's too high?

The most common fix is using a larger conductor, since more cross-sectional area means less resistance. You can also shorten the run by relocating the panel closer to the load, split the load across multiple circuits, or, where feasible, raise the supply voltage.

Does voltage drop waste energy?

Yes. The voltage lost in the wire is dissipated as heat, known as I-squared-R loss because it rises with the square of the current. On long, heavily loaded runs this wasted heat adds up as higher energy costs and warmer conductors, so reducing drop improves efficiency.

From our blog

Date Calculator: How to Count Days, Hit Deadlines, and Avoid Off-by-One Errors

By the Super Simple Digital Tools Team · Updated June 2026

Most date mistakes are not big mistakes. They are quiet, one-day errors: an invoice marked due a day late, a notice period that ends on the wrong Friday, a countdown that is off because February had 29 days that year. A date calculator exists to kill those small errors, and the first step to using one well is knowing which of two questions you are actually asking: how long is it between two known dates, or what date do I land on after moving a known interval?

For the 'how long between' question, the most common trip-up is the difference between inclusive and exclusive counting. If a guest checks in on the 10th and out on the 13th, the gap is 3 nights but spans 4 calendar days. Both numbers are correct; they answer different questions. Decide up front whether your start and end days both 'count' as active, then set the include-end-date option to match. For pure elapsed time, leave it off; for booked spans where every day is used, turn it on.

For the 'what date will it be' question, the danger is month length. Adding 30 days is not the same as adding one month, and naive arithmetic can produce impossible dates like February 30. A good calculator walks the calendar instead, so adding one month to January 31 gives the last day of February, and adding a year to February 29 lands on February 28 in a non-leap year. If a contract says 'three months from signing,' use month steps, not a flat 90 days, because the two answers can differ by several days.

Leap years deserve a moment of respect because they are the source of a surprising share of date bugs. The rule is precise: divisible by 4 is a leap year, but a century year must also be divisible by 400. So 2024 and 2000 are leap years while 2100 will not be. Any duration that crosses a February 29, or a birthday on February 29 itself, needs this rule applied, which is exactly what the calculator does automatically so you never have to remember it.

Finally, treat business-day counting with a little caution. Stripping out weekends is straightforward and useful for rough working-day estimates, but a date tool does not know your country's public holidays, your company's closures, or court-specific rules about how deadlines that fall on a holiday roll forward. For casual planning, weekday filtering is plenty. For legal, payroll, or compliance deadlines, count the weekdays here, then adjust for the specific holidays that apply to you.

  • Always confirm whether you need inclusive or exclusive counting before trusting the number; for stays, rentals, and event spans, include the end date so both bookend days are counted.
  • When a contract or policy is written in months or years, use the add-months or add-years mode rather than converting to a flat number of days, so end-of-month and leap-year edge cases resolve correctly.
  • To find someone's age in days or a precise countdown, put the birthday or event date as one end and today's date as the other; flip which date is the start if you want past versus future.
  • For deadlines that hinge on holidays, count working days with the weekend filter first, then manually push the result past any public holidays that apply in your region.

Read the full guide →

Tool by the Super Simple Digital Tools Team. Reviewed by our editorial team. Free to use, no signup required.

Related tools