Converting watts to amps means calculating the electrical current (amps) drawn by a device when you know its power consumption (watts) and the circuit voltage. In a real installation, this calculation changes the physical hardware you buy: it dictates the exact AWG wire size and the ampere rating of the circuit breaker required to prevent thermal overloads and fires. Think of voltage as water pressure, amps as the flow rate through the pipe, and watts as the total volume of water delivered to turn a wheel; if you know the total work (watts) and the pressure (volts), you can calculate the necessary pipe size (amps) to handle the flow.

While the basic math is simple division, real-world AC circuits introduce variables like power factor and phase angles that trip up hobbyists and occasionally even journeymen. Below is the definitive bench-and-jobsite guide to getting the math right the first time.

The Core Formulas: DC, Single-Phase AC, and 3-Phase

The formula you use depends entirely on the type of current and the phase configuration of your supply. Using the DC formula on an AC motor will result in undersized wire and a tripped breaker. Here is the master reference table for converting watts to amps:

Circuit Type Formula (Amps = ...) Variables Explained
DC (Direct Current) I = P / V P = Watts, V = Volts
AC Single-Phase I = P / (V × PF) PF = Power Factor (0 to 1)
AC 3-Phase (Line-to-Line) I = P / (√3 × V × PF) √3 ≈ 1.732, V = Line-to-Line Voltage
AC 3-Phase (Line-to-Neutral) I = P / (3 × V × PF) V = Line-to-Neutral Voltage
Bench Note on Power Factor (PF): For purely resistive loads (space heaters, incandescent bulbs, toaster ovens), the PF is 1.0. For inductive loads (compressors, AC motors, fluorescent ballasts), the PF typically ranges from 0.80 to 0.95. If the nameplate doesn't specify, assume 0.85 for general AC motor calculations to stay on the safe side. For a deeper dive into reactive power, refer to All About Circuits' guide on AC power.

Worked Numeric Example: Sizing a Breaker for a 1500W Heater

Let’s walk through a real-world scenario. You are installing a dedicated circuit for a 1500W ceramic space heater in a workshop. The supply is a standard 120V AC single-phase receptacle. Because it is a resistive heating element, the Power Factor is 1.0.

Step 1: Calculate the baseline current.
Using the single-phase formula: I = 1500W / (120V × 1.0) = 12.5 Amps.

Step 2: Account for real-world voltage drop.
Nominal voltage is 120V, but at the end of a 75-foot wire run, your multimeter might read 116V. Lower voltage means higher current draw for the same wattage. I = 1500W / 116V = 12.93 Amps.

Step 3: Apply the NEC continuous load rule.
If this heater will run for 3 hours or more, the National Electrical Code (NEC Article 210.20) classifies it as a continuous load. You must multiply the calculated current by 125% (1.25) to size the overcurrent protection. 12.93A × 1.25 = 16.16 Amps.

Safety & Code Caveat: A standard 15A breaker will eventually trip on this circuit under continuous use, and 14 AWG wire will overheat. You must step up to a 20A breaker and use 12 AWG copper wire (rated for 20A in the 60°C column of NEC Table 310.16). Always verify local AHJ requirements, as local code has final authority.

Where You Meet This in Practice

You don't just do this math for breakers. Converting watts to amps is a daily requirement across several electrical and electronics disciplines:

  • Solar and Off-Grid Battery Banks: When sizing the DC wiring between a 3000W inverter and a 24V LiFePO4 battery bank, you use the DC formula: 3000W / 24V = 125 Amps. Factoring in inverter inefficiency (typically 85-90%), the actual draw is closer to 147A. This requires 1/0 AWG or 2/0 AWG welding cable, not standard 2 AWG THHN.
  • Subpanel Load Calculations: When feeding a detached garage subpanel, you sum the wattages of all planned tools and lighting, convert the total to amps, and apply NEC demand factors to size the feeder wire and the main breaker at the service panel.
  • PCB and Embedded Systems: If you are designing a custom PCB powered by a 5V USB-C supply and your microcontroller, sensors, and relays consume a combined 4.5W, you need to ensure your 5V trace width can handle 4.5W / 5V = 0.9 Amps without excessive temperature rise. (A 20-mil trace on 1oz copper is generally sufficient for 1A, but using a trace width calculator is best practice).

Common Confusions: Watts vs. Volt-Amps (VA)

The most frequent mistake makers and DIYers make is confusing Watts (Real Power) with Volt-Amps (Apparent Power). This confusion leads to undersizing UPS systems and generators.

Watts represent the actual work being done (heat, light, mechanical torque). Volt-Amps (VA) represent the total power flowing through the circuit, including the reactive power that just sloshes back and forth in inductive or capacitive loads without doing real work. The relationship is: Watts = VA × Power Factor.

If you buy a 1000VA Uninterruptible Power Supply (UPS) for your server, it does not output 1000 Watts. Assuming a typical UPS power factor of 0.6 to 0.8, a 1000VA UPS will only safely support a 600W to 800W real-world load. Always check both the Watt and VA ratings on power supplies, inverters, and transformers. For more on how utilities measure this, review Fluke's technical breakdown of power factor and harmonic distortion.

Frequently Asked Questions

How do I convert watts to amps for a 240V appliance?

Use the single-phase AC formula: Amps = Watts / (Volts × PF). For a 4500W electric water heater element (which is purely resistive, so PF = 1.0) on a 240V circuit, the math is 4500 / 240 = 18.75 Amps. Because water heaters are continuous loads, multiply by 1.25 to get 23.4 Amps, meaning you must install a 30A double-pole breaker and use 10 AWG copper wire.

Why is my watt to amp calculation different from the nameplate?

Nameplate amperage often reflects the Locked Rotor Amps (LRA) or the maximum startup surge, not the running wattage. Additionally, manufacturers test at the lower end of the voltage tolerance band (e.g., 110V instead of 120V). Since I = P / V, a lower test voltage results in a higher nameplate amp rating to ensure the wiring can handle the worst-case scenario.

How many watts to amps at 12V for my RV or boat?

At 12V DC, the formula is simply Amps = Watts / 12. Because the voltage is so low, the current scales up aggressively. A 1200W microwave (which actually draws about 1800W from the DC side due to inverter losses) will pull 1800W / 12V = 150 Amps from your battery bank. This is why 12V high-power systems require massive, expensive cabling, prompting many modern RVs and boats to upgrade to 24V or 48V DC architectures.

What is the formula to convert watts to amps for a 3-phase motor?

Use the 3-phase line-to-line formula: Amps = Watts / (√3 × Volts × PF). For a 5000W (5kW) motor running on 208V 3-phase power with a power factor of 0.88, the calculation is 5000 / (1.732 × 208 × 0.88) = 15.7 Amps. You would then apply the NEC motor overload sizing rules (typically 125% of full load amps) to size your contactor and thermal overload relay.