To calculate amps from volts and watts, divide the power in watts by the voltage in volts. The formula is Amps = Watts ÷ Volts ($I = P / V$). For example, a 1500W space heater running on a 120V circuit draws exactly 12.5 amps. This fundamental relationship, derived from Watt's Law, is the mandatory first step in sizing wire, selecting breakers, and preventing electrical fires on the bench or the jobsite.
The Core Formula and Rearranged Forms
Watt's Law defines the mathematical relationship between power, current, and voltage in an electrical circuit. Before plugging in numbers, verify your variables against this spec sheet to ensure you are using the correct base units.
| Symbol | Quantity | Base Unit | Unit Abbreviation |
|---|---|---|---|
| $I$ | Current | Amperes | A |
| $P$ | Power | Watts | W |
| $V$ | Voltage | Volts | V |
Rearranged Forms
Depending on which value is missing from your schematic or nameplate, rearrange the formula to solve for the unknown variable:
- To find Current (Amps): $I = P / V$
- To find Power (Watts): $P = I \times V$
- To find Voltage (Volts): $V = P / I$
Assumptions, Boundaries, and Realistic Magnitudes
The $I = P / V$ formula is absolute for DC circuits and AC circuits with purely resistive loads (like incandescent bulbs or heating elements) where the Power Factor (PF) is 1.0. If you are calculating current for an AC inductive load like an induction motor or a compressor, the formula expands to $I = P / (V \times PF)$. For the scope of this guide, we assume a PF of 1.0.
What does a realistic answer magnitude look like? Context prevents catastrophic math errors. If your calculation yields an unexpected magnitude, you likely dropped a zero. Here are the baseline expectations for common systems:
- 12V DC Automotive/Solar: High current. A 120W load draws 10A. A 1200W inverter draws 100A.
- 120V AC US Household: Medium current. Standard branch circuits are limited to 15A or 20A (1800W to 2400W max).
- 240V AC Large Appliances: Lower current. A 4500W water heater draws under 20A, allowing for smaller wire gauges compared to 120V equivalents.
Worked Examples with Strict Unit Tracking
Abstract formulas fail on the workbench without strict unit tracking. Here are two real-world scenarios demonstrating intermediate steps and unit cancellation, as detailed in standard DC power calculation references.
Problem 1: 12V DC Off-Grid LED Array
Scenario: You are wiring a 144W LED light bar to a 12V nominal LiFePO4 battery bank. What is the current draw, and what size fuse do you need?
- Identify knowns: $P = 144\text{ W}$, $V = 12\text{ V}$.
- Apply formula: $I = P / V$
- Substitute with units: $I = 144\text{ W} / 12\text{ V}$
- Calculate and cancel: $144 / 12 = 12$. Since Watts = Joules/second and Volts = Joules/Coulomb, the result is Coulombs/second, which equals Amperes.
- Result: $I = 12\text{ A}$.
Problem 2: 240V AC Baseboard Heater
Scenario: You are installing a purely resistive 2000W baseboard heater on a 240V dedicated circuit. What is the amperage?
- Identify knowns: $P = 2000\text{ W}$, $V = 240\text{ V}$.
- Apply formula: $I = P / V$
- Substitute with units: $I = 2000\text{ W} / 240\text{ V}$
- Calculate: $2000 / 240 = 8.333...$
- Result: $I = 8.33\text{ A}$.
Sizing Breakers and Wire: A Decision-Forward Path
Calculating the amps is only step one. Step two is translating that number into physical hardware using NEC-style guidance (specifically referencing NFPA 70 / National Electrical Code principles). Use this decision tree to terminate your math into a concrete hardware pick.
| Step | Condition / Question | Action / Calculation |
|---|---|---|
| 1 | Calculate Base Amps | Use $I = P / V$. (e.g., 18.75A for a 4500W/240V water heater). |
| 2 | Is the load continuous? (Runs for 3+ hours) | Yes: Multiply base amps by 1.25 (NEC 125% rule). No: Keep base amps. |
| 3 | Select Breaker Size | Round UP to the next standard NEC 240.6 breaker size (15, 20, 25, 30, 40, 50A). |
| 4 | Select Wire Gauge (Copper) | Match wire ampacity (75°C column for THHN, 60°C for NM-B) to the breaker size, not the load. |
Following the decision tree for our 4500W / 240V water heater: Base amps = 18.75A. Because a water heater is a continuous load, we multiply by 1.25: $18.75 \times 1.25 = 23.43\text{A}$. The next standard breaker size up is 25A (or 30A, depending on local manufacturer instructions). We will pick a 30A double-pole breaker for widespread availability. To protect a 30A breaker, NEC Table 310.16 and 240.4(D) dictate using 10 AWG copper wire (rated 35A at 75°C, but legally capped at 30A for sizes 14-10 AWG). Buy: One 30A 240V breaker and 10/2 NM-B or 10 AWG THHN in conduit.
Unit Mistakes That Will Break Your Math
The physics of electric power are unforgiving of unit mismatches. If your calculated amperage seems wildly off, check these three common traps:
- The Kilowatt (kW) Trap: Appliance nameplates often list power in kW. If you divide 1.5 kW by 120V, you get 0.0125A, which is wrong. You must convert kW to W first by multiplying by 1000. ($1.5\text{ kW} = 1500\text{ W}$; $1500 / 120 = 12.5\text{ A}$).
- The Milliamp (mA) Confusion: Microcontrollers and sensors list current in mA. If your ESP32 draws 240mA at 3.3V, the power is $0.240\text{ A} \times 3.3\text{ V} = 0.792\text{ W}$. Forgetting to divide mA by 1000 before using the formula will result in a power calculation 1000 times too large.
- AC Peak vs. RMS Voltage: A standard US 120V outlet actually peaks at roughly 170V ($120 \times \sqrt{2}$). Watt's Law strictly requires the RMS (Root Mean Square) voltage for AC calculations. Always use the nominal RMS voltage (120V, 240V, 230V) printed on the nameplate, never the peak oscilloscope reading, unless you are calculating instantaneous peak power.
By locking in your units, applying the 125% continuous load multiplier, and referencing the correct temperature column for your wire insulation, the $I = P / V$ formula transitions from a textbook equation to a reliable jobsite tool.






