To calculate amps from watts, divide the power in watts by the circuit voltage in volts (I = P / V). For example, a 1500W space heater plugged into a standard 120V US receptacle draws exactly 12.5 amps. This direct relationship, known as Watt's Law, is the foundation for sizing wires, selecting breakers, and preventing electrical fires. However, while the DC math is straightforward, alternating current (AC) introduces power factor and efficiency variables that will break your calculations if ignored.
The Core Power Formula: Watts, Amps, and Volts
The fundamental equation linking electrical power, current, and voltage is derived from Joule's first law and Ohm's law. In any electrical circuit, power is the rate at which work is done, current is the flow rate of charge, and voltage is the electrical pressure pushing that charge.
| Symbol | Variable | Standard Unit | Definition in Circuit Context |
|---|---|---|---|
| P | Power | Watts (W) | The rate of energy consumption or generation. 1 Watt = 1 Joule per second. |
| I | Current | Amperes (A) | The volume of electrical charge flowing past a point per second. 1 Amp = 1 Coulomb per second. |
| V | Voltage | Volts (V) | The electrical potential difference pushing the current. 1 Volt = 1 Joule per Coulomb. |
The base formula is expressed as:
P = I × V
Because 1 Volt is defined as 1 Joule/Coulomb, and 1 Amp is 1 Coulomb/second, multiplying them yields (Joules/Coulomb) × (Coulombs/second) = Joules/second, which perfectly resolves to Watts. This dimensional analysis proves why the formula works universally across DC systems.
Rearranged Forms: Solving for Any Variable
Depending on the knowns on your workbench or jobsite, you will need to algebraically isolate different variables. Here are the rearranged forms of the power equation:
- To find Amps (I): I = P / V (Divide Watts by Volts)
- To find Watts (P): P = I × V (Multiply Amps by Volts)
- To find Volts (V): V = P / I (Divide Watts by Amps)
Worked Examples: Unit Tracking in Action
Abstract formulas cause mistakes on the jobsite. Below are two real-world scenarios with strict unit tracking to ensure your breaker and wire sizing are safe.
Problem 1: Sizing Wire for a 12V DC LiFePO4 Inverter
Scenario: You are wiring a 600W pure sine wave inverter to a 12V nominal LiFePO4 battery bank. What is the maximum DC current draw, and what does the magnitude imply for wire sizing?
- Identify knowns: Power (P) = 600 W; Voltage (V) = 12 V.
- Select formula: I = P / V
- Substitute with units: I = 600 W / 12 V
- Calculate and track units: I = 50 (W/V) = 50 A
Realistic Magnitude Check: 50 amps at 12V is a massive amount of current. According to NEC-style guidance, a 50A continuous DC load requires wire rated for at least 62.5A (using the 125% continuous load multiplier). This means you cannot use standard 10 AWG automotive wire; you must step up to 6 AWG or 4 AWG THHN copper wire to prevent voltage drop and insulation melting.
Problem 2: Breaker Sizing for a 120V AC Space Heater
Scenario: A 1800W portable ceramic space heater is plugged into a standard US 120V bedroom receptacle. Calculate the amp draw and evaluate the breaker headroom.
- Identify knowns: Power (P) = 1800 W; Voltage (V) = 120 V. (Assumption: The heater is a purely resistive load, so Power Factor = 1.0).
- Select formula: I = P / V
- Substitute with units: I = 1800 W / 120 V
- Calculate and track units: I = 15 (W/V) = 15 A
Realistic Magnitude Check: 15 amps is exactly the trip threshold of a standard 15A residential breaker. Because a space heater is a 'continuous load' (expected to run for 3 hours or more), NEC Article 210.20 requires the breaker to be rated at 125% of the continuous load (15A × 1.25 = 18.75A). Plugging this 1800W heater into a 15A circuit will eventually cause a nuisance trip. It must be moved to a 20A circuit.
When This Formula Applies (and Its Assumptions)
The basic I = P / V formula is not a universal skeleton key. Its validity depends entirely on the type of current and the nature of the load.
1. DC Circuits (Always Applies)
In direct current systems (solar arrays, battery banks, automotive wiring), voltage and current are constant and in phase. The formula I = P / V is absolute, provided you use the actual operating voltage (e.g., a '12V' battery might actually sit at 13.2V while charging, which lowers the amp draw for a fixed wattage load).
2. AC Resistive Loads (Applies Perfectly)
For loads that convert electricity directly into heat without magnetic fields—such as toaster ovens, incandescent bulbs, and resistive water heaters—voltage and current waveforms peak at the exact same time. The Power Factor (PF) is 1.0, making the simple formula accurate.
3. AC Reactive Loads (Requires Modification)
For inductive or capacitive loads like AC compressor motors, LED drivers, and fluorescent ballasts, the current and voltage waveforms fall out of sync. This creates 'apparent power' (VA) versus 'real power' (W). As detailed in Fluke's power measurement guides, you must divide by the Power Factor (PF) and the equipment efficiency (η):
I = P / (V × PF × η)
If you use the basic formula on a 1000W AC motor with a 0.8 PF and 90% efficiency, the basic math yields 8.33A. The corrected math yields: 1000 / (120 × 0.8 × 0.9) = 11.57A. Sizing your wire for 8.33A will result in an overloaded circuit.
Common Unit Mistakes That Break the Math
When calculations yield absurd results (like a microwave drawing 0.01 amps), the error is almost always a unit prefix failure. Watch for these specific traps:
- The Kilowatt (kW) Trap: Appliance nameplates often list power in kW. A 1.5 kW kettle is 1500 W. If you calculate 1.5 / 120, you get 0.0125A. You must multiply kW by 1000 to get Watts before dividing.
- The Milliamp (mA) Confusion: Microcontroller boards list consumption in mA. If your ESP32 draws 240 mA at 5V, the power is P = 0.240 A × 5 V = 1.2 W. Forgetting to shift the decimal three places left will result in calculating 1200 Watts, which would melt your USB cable.
- Volt-Amps (VA) vs. Watts (W): UPS systems and transformers are rated in VA (apparent power), not W (real power). You cannot use the nameplate VA rating as 'P' in the DC formula without applying the power factor. A 1000VA UPS typically only supports 600W to 800W of real power.
- Using Peak Voltage instead of RMS: In AC circuits, standard multimeters read RMS (Root Mean Square) voltage. A 120V RMS sine wave actually peaks at ~170V. Always use the RMS voltage (120V or 230V) in the formula, never the peak voltage, or your amp calculations will be artificially low by roughly 30%.
FAQ: Calculating Amps from Watts in the Real World
How do I calculate amps from watts for a 3-phase motor?
For 3-phase AC systems, the power is distributed across three conductors, altering the geometry of the calculation. You must introduce the square root of 3 (√3, approximately 1.732) and the Power Factor (PF). The formula becomes: I = P / (√3 × V × PF). For example, a 5000W (5kW) motor on a 208V 3-phase supply with a 0.85 PF draws: 5000 / (1.732 × 208 × 0.85) = 16.35 amps per phase.
How many amps is 1500 watts at 12 volts vs 120 volts?
The current is inversely proportional to the voltage. At 12V DC, 1500 watts requires 125 amps (1500 / 12), which requires massive 1/0 AWG battery cables. At 120V AC, that same 1500 watts requires only 12.5 amps (1500 / 120), which safely runs on standard 14 AWG household wire. This inverse relationship is exactly why the electrical grid steps voltage up to hundreds of thousands of volts for transmission: higher voltage drastically reduces the amperage, minimizing resistive heat losses (I²R) in the lines.
How do I calculate amps from watts and ohms?
If you know the power (Watts) and the resistance (Ohms) but lack the voltage, you must use the derived power formula P = I² × R. To solve for amps, rearrange it to isolate I: I = √(P / R). For instance, if a resistive heating element consumes 1000W and has a measured resistance of 14.4 ohms, the current is the square root of (1000 / 14.4) = √69.44 = 8.33 amps. This specific derivation is heavily used when troubleshooting burnt-out heating elements where the nameplate voltage has faded but resistance can still be measured with a multimeter.






