To calculate current from power and voltage, divide the power in watts by the voltage in volts (I = P ÷ V). For a standard 120V circuit drawing 1800W, the current is 1800 ÷ 120 = 15 amps. This base formula applies to DC circuits and purely resistive AC circuits. For AC circuits with reactive loads like motors or transformers, you must also divide by the power factor (I = P ÷ (V × PF)).
The Core Formula and Symbol Definitions
The relationship between power, current, and voltage is defined by Watt's Law. In any electrical circuit, power is the rate at which work is done or heat is generated. If you think of electricity like water in a pipe, voltage is the water pressure, current is the flow rate (gallons per minute), and power is the total volume of water delivered over time. High pressure through a tiny pipe can deliver the same total water as low pressure through a massive pipe.
Here is the foundational formula and the definition of every symbol you will encounter on a component datasheet or nameplate:
| Symbol | Variable | Unit | Measurement Tool | Definition |
|---|---|---|---|---|
| P | Power (Real) | Watts (W) | Wattmeter / Clamp Meter | The actual work performed or heat dissipated by the load. |
| I | Current | Amperes (A) | Multimeter / Clamp Meter | The flow rate of electrical charge through the conductor. |
| V | Voltage | Volts (V) | Multimeter | The electrical potential difference (RMS for AC) pushing the current. |
| PF | Power Factor | Dimensionless (0 to 1) | Power Quality Analyzer | The ratio of real power to apparent power in AC circuits. |
Before we rearrange the math, let's look at what these numbers actually look like in the real world. When you are sizing wires or breakers, you need to know the expected current draw of common loads. Here is a data-dense reference table for typical household and workshop equipment:
| Equipment | Nominal Voltage (V) | Real Power (W) | Power Factor (PF) | Calculated Current (A) |
|---|---|---|---|---|
| LED Light Bulb (60W equiv) | 120 | 9 | 0.65 | 0.12 |
| Ceramic Space Heater | 120 | 1500 | 1.00 (Resistive) | 12.50 |
| Refrigerator Compressor | 120 | 450 | 0.80 (Inductive) | 4.69 |
| Level 2 EV Charger | 240 | 7680 | 0.98 | 32.65 |
| 5HP Air Compressor Motor | 240 | 4200 | 0.85 | 20.59 |
Rearranged Forms of Watt's Law
Depending on what data you have from your equipment nameplate or multimeter readings, you will need to isolate different variables. Here are the rearranged forms for single-phase AC and DC circuits:
- To find Current (I):
I = P ÷ V(DC/Resistive AC) orI = P ÷ (V × PF)(Reactive AC) - To find Voltage (V):
V = P ÷ I(DC/Resistive AC) orV = P ÷ (I × PF)(Reactive AC) - To find Power (P):
P = I × V(DC/Resistive AC) orP = I × V × PF(Reactive AC)
Three-Phase Note: If you are working with 3-phase industrial equipment, the power formula includes the square root of 3 (approx 1.732). The current formula becomes I = P ÷ (V × PF × 1.732). Always verify if your system is single-phase or three-phase before calculating.
When the Formula Applies (and When It Breaks)
The basic I = P ÷ V formula makes several critical assumptions. If you ignore these, your calculated current will be wrong, potentially leading to undersized wire, tripped breakers, or melted terminal lugs.
1. DC vs. AC RMS Voltage
In DC circuits, voltage is constant. In AC circuits, voltage is a sine wave. The voltage printed on a nameplate (e.g., 120V or 240V) is the Root Mean Square (RMS) value, not the peak voltage. The peak voltage of a 120V RMS supply is actually about 170V. Watt's Law requires you to use the RMS voltage and RMS current to calculate real power correctly. If you measure peak voltage with an oscilloscope and plug that into the formula without converting to RMS first, your current calculation will be off by roughly 41%.
2. The Power Factor Penalty
According to Fluke's technical guidelines, power factor (PF) is the ratio of working power (kW) to apparent power (kVA). Purely resistive loads like incandescent bulbs, toasters, and strip heaters have a PF of 1.0. However, inductive loads like motors, transformers, and switching power supplies (like your laptop charger) have a PF less than 1.0 (typically 0.6 to 0.9). If you calculate the current for a 1000W motor at 120V using I = 1000 ÷ 120, you get 8.33A. But if the motor has a PF of 0.75, the actual current drawn from the grid is 1000 ÷ (120 × 0.75) = 11.11A. Sizing your wire for 8.33A instead of 11.11A will cause excessive voltage drop and overheating.
3. Inverter and Conversion Efficiency
If you are calculating the DC current drawn from a battery bank to power an AC load via an inverter, you must account for inverter efficiency. A 1200W AC load pulled from a 24V DC battery bank through an inverter with 85% efficiency requires more than 1200W from the batteries. The actual DC power required is 1200 ÷ 0.85 = 1411W.
Step-by-Step Worked Problems
Let's walk through two real-world scenarios, tracking the units at every step to ensure the math holds up.
Problem 1: Sizing Wire for a DC Solar Array
Scenario: You have a string of solar panels feeding a charge controller. The array is producing 3400W of power at a measured DC voltage of 142V. What is the current, and what size wire do you need?
- Identify the knowns: P = 3400 W, V = 142 V. (This is DC, so PF = 1).
- Select the formula:
I = P ÷ V - Substitute and track units:
I = 3400 [W] ÷ 142 [V]
I = 23.94 [A] - Apply NEC Derating: Solar arrays are considered continuous loads (on for 3+ hours). Per NEC-style guidance, you must multiply the continuous current by 1.25 to size the wire and breaker.
23.94 A × 1.25 = 29.92 A - Conclusion: You need wire rated for at least 30A. Looking at the 75°C column of NEC Table 310.16, 10 AWG THHN copper wire (rated 35A) is the minimum acceptable size.
Problem 2: Calculating AC Current for an Induction Motor
Scenario: You are wiring a 240V single-phase dust collector in your workshop. The nameplate states 3.5 HP (horsepower), an efficiency of 88%, and a power factor of 0.82. What is the expected running current?
- Convert HP to Watts: 1 Mechanical HP = 746 Watts.
Output Power = 3.5 [HP] × 746 [W/HP] = 2611 W - Calculate Real Input Power (Accounting for Efficiency): The motor outputs 2611W of mechanical work, but draws more electrical power due to heat and friction losses.
Input Power (P) = 2611 [W] ÷ 0.88 [Efficiency] = 2967 W - Select the AC formula:
I = P ÷ (V × PF) - Substitute and track units:
I = 2967 [W] ÷ (240 [V] × 0.82)
I = 2967 [W] ÷ 196.8 [V]
I = 15.07 [A] - Conclusion: The motor draws roughly 15.1A while running. Note that motors have a massive Locked Rotor Amp (LRA) inrush current—often 6x the running current—so while 10 AWG wire is fine for the run, you must size the breaker according to NEC Article 430 motor rules, which typically allow a much larger breaker (e.g., 250% of full load current) to handle the startup surge without nuisance tripping.
Common Unit Mistakes and Magnitude Checks
When you are tired and working on a bench or in a crawlspace, it is easy to make unit conversion errors. Here are the most common traps and how to sanity-check your answers.
Appliance nameplates often list power in kilowatts (kW). If a space heater says '1.5 kW', and you calculate
I = 1.5 ÷ 120, you will get 0.0125A. This is wrong. You must convert kW to Watts first by multiplying by 1000. 1.5 kW = 1500 W. 1500 ÷ 120 = 12.5A.
Sanity Checking Your Magnitudes
How do you know if your calculated answer makes physical sense? Use these standard US residential benchmarks as a reality check:
- Standard 15A Outlet (120V): The absolute maximum power you can draw is
15A × 120V = 1800W. If your calculation for a single 120V plug-in device yields more than 15A, the device cannot legally or safely be plugged into a standard 15A receptacle. - Standard 20A Outlet (120V): Maximum power is
20A × 120V = 2400W. Kitchen appliance circuits use this to handle microwaves and coffee makers simultaneously. - Continuous Load Limit (80% Rule): If a load runs for 3 hours or more (like an EV charger or baseboard heater), the NEC requires you to derate the breaker to 80%. A 20A breaker can only safely supply 16A continuously.
16A × 240V = 3840Wmax continuous on a 20A/240V circuit. - Milliamp Confusion: Small electronics (like an ESP32 or Arduino) draw current in milliamps (mA). If your calculation yields 0.08A, that is 80mA. Ensure you aren't mixing up decimal placements when sizing small fuses or voltage regulators.
By strictly tracking your units, applying the power factor for inductive AC loads, and respecting the 80% continuous load rule, you can accurately calculate current from power and voltage for any DIY or professional electrical project. For deeper reading on AC power triangles and apparent power, refer to the All About Circuits textbook section on AC power.






