To calculate amperage from wattage, you divide the real power in watts (W) by the circuit voltage in volts (V). For direct current (DC), the formula is simply I = P / V. For single-phase alternating current (AC), you must also divide by the power factor (PF), making the formula I = P / (V × PF). Getting this math right is the difference between correctly sizing a 15A branch circuit and repeatedly tripping a breaker—or worse, melting undersized wire insulation.

This guide breaks down the exact formulas, defines every symbol, provides a data-dense reference table for common loads, and walks through step-by-step solved problems with rigorous unit tracking.

The Core Formulas: Symbols, Definitions, and Rearrangements

The relationship between power, current, and voltage changes depending on whether the electrons are flowing in one direction (DC) or oscillating (AC). Below are the foundational equations used on the bench and the jobsite.

Table 1: Formula Symbols and Definitions
Symbol Unit Definition & Context
P Watts (W) Real Power. The actual work being done or heat being generated. (Note: Do not confuse with Apparent Power, measured in VA).
I Amperes (A) Current. The rate of electron flow through the conductor. This is the value we are solving for to size wires and breakers.
V Volts (V) Voltage. The electrical potential difference. In AC, this is the RMS (Root Mean Square) voltage, not the peak voltage.
PF Dimensionless Power Factor. A ratio (0 to 1) of real power to apparent power. Purely resistive loads (heaters) have a PF of 1.0. Inductive loads (motors) are typically 0.80 to 0.95.
√3 Dimensionless Square root of 3 (approx. 1.732). Used exclusively in 3-phase AC calculations to account for the phase angle displacement between lines.

Rearranged Forms

When you know the amperage and need to find another variable, rearrange the base DC/Single-Phase AC equations algebraically:

  • Solving for Power (W): P = I × V (DC) or P = I × V × PF (AC)
  • Solving for Voltage (V): V = P / I (DC) or V = P / (I × PF) (AC)
  • Solving for Power Factor (PF): PF = P / (I × V) (AC only)

Real-World Reference: Common Appliances and Amperage Magnitudes

Before doing the math, it helps to know what a "realistic answer magnitude" looks like. If you calculate that a standard 120V household lamp draws 45 Amps, you have made a decimal error. In US residential wiring, 120V branch circuits are typically limited to 15A or 20A, meaning a single device on a standard plug should rarely exceed 12A to 16A continuous. Heavy 240V appliances (dryers, EV chargers) typically pull between 12A and 50A. Industrial 480V 3-phase equipment can draw hundreds of amps while consuming massive wattage.

The table below provides real-world baselines for calculating amperage from wattage across common electrical loads.

Table 2: Amperage Calculations for Common Electrical Loads
Device / Load Type Wattage (P) Voltage (V) Power Factor (PF) Calculated Amperage (I) Typical Wire / Breaker
LED Shop Light (4 ft) 40 W 120 V (1Φ) 0.90 0.37 A 14 AWG / 15 A
Portable Space Heater 1,500 W 120 V (1Φ) 1.00 (Resistive) 12.50 A 14 AWG / 15 A
Level 2 EV Charger 7,680 W 240 V (1Φ) 0.98 32.72 A 8 AWG / 40 A
5 HP Air Compressor Motor 4,200 W 240 V (1Φ) 0.85 20.58 A 10 AWG / 30 A
20 kW Industrial Heater 20,000 W 480 V (3Φ) 1.00 (Resistive) 24.06 A 10 AWG / 35 A

Worked Examples: Step-by-Step Unit Tracking

Abstract formulas are useless if you drop a zero or mix up your units. Here are two solved problems demonstrating rigorous unit tracking to ensure the math holds up to physical reality.

Problem 1: DC Solar Water Pump (Off-Grid System)

Scenario: You are wiring a 12V nominal LiFePO4 battery bank to a DC water pump rated at 85 Watts. What is the current draw, and what size wire do you need for a 15-foot run?

  1. Identify Knowns: P = 85 W, V = 12 V. (Because this is DC, PF is not applicable / is exactly 1.0).
  2. Select Formula: I = P / V
  3. Substitute and Track Units:
    I = 85 W / 12 V
    Unit check: Watts are Joules per second (J/s). Volts are Joules per Coulomb (J/C). Dividing (J/s) by (J/C) leaves Coulombs per second (C/s), which is the exact definition of an Ampere (A).
    I = 7.083 C/s = 7.08 A
  4. Practical Application: The pump draws 7.08 Amps. For a 15-foot run, voltage drop is minimal at 12 AWG, but to handle the motor's startup surge (inrush current) and prevent heating, bump up to 10 AWG THHN wire protected by a 15A inline fuse.

Problem 2: Single-Phase AC Server Rack UPS

Scenario: A data closet has a dedicated 208V single-phase circuit. The UPS system reports it is currently supplying 3,400 Watts of real power to the servers. The power factor of the active PFC (Power Factor Corrected) server power supplies is 0.95. Calculate the amperage.

  1. Identify Knowns: P = 3,400 W, V = 208 V, PF = 0.95.
  2. Select Formula: I = P / (V × PF)
  3. Substitute and Track Units:
    I = 3,400 W / (208 V × 0.95)
    I = 3,400 W / 197.6 V
    I = 17.20 A
  4. Practical Application: The circuit is pulling 17.2 Amps. According to NEC-style continuous load rules (125% derating for loads on for 3+ hours), 17.2 A × 1.25 = 21.5 A. A standard 20A breaker will eventually trip due to thermal buildup. This load requires a 30A breaker and 10 AWG wire.

Assumptions, Edge Cases, and Unit Mistakes That Break the Math

The formulas above assume steady-state conditions and linear waveforms. When you step outside these boundaries, the basic math will yield dangerously incorrect results.

When the Formula Applies (and When It Doesn't)

The AC formulas assume sinusoidal voltage and current waveforms. This works perfectly for resistive loads (incandescent bulbs, heating elements) and standard inductive loads (basic AC motors). However, modern non-linear loads—like variable frequency drives (VFDs), LED drivers, and cheap switching power supplies—draw current in harsh spikes rather than smooth sine waves. This introduces Total Harmonic Distortion (THD). If you are measuring a highly non-linear load, calculating amperage from nameplate wattage will underestimate the true RMS current heating up your wires. In these cases, you must measure the current directly with a True-RMS clamp meter, as noted in Fluke's power factor and measurement guidelines.

Unit Mistakes That Will Break Your Sizing

Watch out for these common traps that lead to undersized wires and fire hazards:

  • The Kilowatt Trap: Motor nameplates often list power in kilowatts (kW) or horsepower (HP). If you plug "1.5" (meaning 1.5 kW) into the formula instead of "1500", your calculated amperage will be 1,000 times too small. Always convert to base Watts first.
  • Confusing Real Power (W) with Apparent Power (VA): Transformers and UPS systems are rated in VA or kVA, not Watts. If a UPS is rated for 1000 VA, and you use 1000 as "P" in the DC formula without applying the PF, you will miscalculate the thermal load. Remember: Watts = VA × PF. For sizing wires and breakers, you actually need to calculate amperage from Apparent Power (VA), meaning the formula simplifies to I = VA / V (ignoring PF entirely, because the wire must carry the reactive current regardless of whether it does "real" work). See the All About Circuits AC power chapter for a deep dive on real vs. reactive power.
  • 3-Phase Line-to-Line vs. Line-to-Neutral: In a 480V 3-phase system, 480V is the line-to-line voltage. If you mistakenly use the 3-phase formula but plug in the line-to-neutral voltage (277V), your calculated amperage will be nearly double the actual value, leading to massively oversized, expensive wire and breakers.
  • Ignoring the 125% Continuous Load Rule: The formula gives you the exact operating amperage. But if the load runs for 3 hours or more (like a server rack, a heater, or an EV charger), electrical codes require you to multiply that final amperage by 1.25 before selecting your breaker and wire ampacity.

By strictly tracking your units, respecting the power factor of inductive loads, and applying continuous-load derating, calculating amperage from wattage becomes a reliable, repeatable process for safe electrical design.