To convert wattage to current, divide the power in watts by the voltage in volts for DC and single-phase AC systems (I = P ÷ V). For three-phase AC, divide watts by the voltage multiplied by √3 and the power factor (I = P ÷ (V × 1.732 × PF)). These equations form the backbone of every wire sizing and breaker selection decision you will make on the bench or in the panel.
While online calculators are handy, relying on them blindly without understanding the underlying math leads to tripped breakers, melted lugs, and failed inspections. Below is the complete derivation, symbol mapping, and real-world application of the power triangle formulas you need to size conductors correctly.
The Core Wattage to Current Formula & Symbol Definitions
At its core, electrical power is the rate at which work is done. The foundational equation linking power, current, and voltage is derived from Joule's laws. Before we plug in numbers, we must strictly define every symbol to prevent the unit errors that cause 90% of calculation failures.
| Symbol | Quantity | Standard Unit | Definition & Bench Context |
|---|---|---|---|
| P | Real Power | Watts (W) | The actual work performed (heat, light, mechanical torque). This is what your utility meter bills you for. |
| I | Current | Amperes (A) | The flow of electrical charge. This is the value that dictates your wire gauge (AWG) and breaker size. |
| V | Voltage | Volts (V) | Electrical potential difference. Must be specified as line-to-neutral (120V/277V) or line-to-line (240V/480V). |
| PF | Power Factor | Dimensionless | Ratio of real power to apparent power (0.0 to 1.0). Purely resistive loads (heaters) are 1.0; inductive loads (motors) are typically 0.80-0.90. |
| √3 | Phase Constant | ~1.732 | The square root of 3. Used exclusively in balanced three-phase AC math to account for the 120° phase shift between legs. |
| η | Efficiency | Percentage / Decimal | Motor efficiency. If calculating electrical input from mechanical output (HP), you must divide by η to find true wattage. |
Real-World Appliance Conversions (Data Reference)
To give you a sense of what realistic answer magnitudes look like before we do the manual math, here is a data-dense reference of common loads. Notice how voltage and power factor dramatically alter the current draw for the same wattage. According to the U.S. Department of Energy, understanding these baseline draws is critical for home energy auditing and circuit planning.
| Appliance / Load Type | Wattage (W) | System Voltage (V) | Power Factor (PF) | Calculated Current (A) |
|---|---|---|---|---|
| LED Recessed Can Light | 12 W | 120 V (1Φ Line-Neutral) | 0.95 | 0.105 A |
| 1.5 Ton Window AC Unit | 1,800 W | 120 V (1Φ Line-Neutral) | 0.82 | 18.29 A |
| Level 2 EV Charger | 7,680 W | 240 V (1Φ Line-Line) | 1.00 | 32.00 A |
| Electric Tankless Water Heater | 18,000 W | 240 V (1Φ Line-Line) | 1.00 | 75.00 A |
| 10 HP Industrial Air Compressor | 8,500 W (Input) | 480 V (3Φ Line-Line) | 0.88 | 11.62 A |
Rearranged Forms and System Assumptions
Depending on what data your multimeter, nameplate, or schematic provides, you will need to rearrange the core equations. Here is the complete algebraic toolkit for DC, Single-Phase AC, and Three-Phase AC systems.
Rearranged Formula List
- Solve for Current (I):
I = P ÷ V(DC/1Φ) |I = P ÷ (V × √3 × PF)(3Φ) - Solve for Voltage (V):
V = P ÷ I(DC/1Φ) |V = P ÷ (I × √3 × PF)(3Φ) - Solve for Power (P):
P = I × V(DC/1Φ) |P = I × V × √3 × PF(3Φ) - Solve for Power Factor (PF):
PF = P ÷ (I × V)(1Φ) |PF = P ÷ (I × V × √3)(3Φ)
When the Formula Applies (and Its Assumptions)
These formulas are not universal magic; they rely on specific physical assumptions:
- DC Circuits: Assumes a purely resistive load or a switched-mode power supply where the nameplate provides the true DC input wattage. No power factor exists in DC.
- Single-Phase AC: Assumes sinusoidal voltage and current waveforms. If the load is highly non-linear (like a cheap LED driver with high harmonic distortion), the true RMS current might be slightly higher than the calculated value due to a low distortion power factor.
- Three-Phase AC: Assumes a perfectly balanced load. As noted in Fluke's three-phase power guidelines, if one phase is drawing significantly more current than the others (unbalanced), this formula only gives you the mathematical average. You must measure each leg individually with a clamp meter to find the true maximum current for wire sizing.
Step-by-Step Worked Examples with Unit Tracking
Let's move from theory to the workbench. Here are two distinct scenarios showing every intermediate step and unit conversion. Skipping steps is how you end up sizing a wire for 3 amps when it actually carries 30.
Example 1: Sizing Wire for a DC Solar Array (Off-Grid)
Scenario: You are wiring a 400W monocrystalline solar panel to an MPPT charge controller. The panel's spec sheet lists a Maximum Power Voltage (Vmp) of 40.5V DC. What is the maximum current, and what wire size do you need?
- Identify Knowns: P = 400 W; V = 40.5 V; System = DC.
- Select Formula:
I = P ÷ V - Substitute and Solve:
I = 400 W ÷ 40.5 V = 9.876 A - Apply NEC Solar Derating (NEC 690.8): Solar circuits require a 125% safety multiplier for continuous current.
9.876 A × 1.25 = 12.34 A. - Physical Sizing Decision: 12.34 A requires a minimum of 14 AWG wire (rated 15A at 60°C), but standard PV wire is typically 10 AWG. We run 10 AWG PV wire to minimize voltage drop over the roof-to-controller distance.
Example 2: Sizing a Breaker for a 3-Phase Commercial HVAC Blower
Scenario: A facility manager needs to install a 25 kW commercial rooftop HVAC blower motor. The building supplies 480V 3-phase power. The motor nameplate indicates a Power Factor (PF) of 0.85 under full load. What is the full load amperage (FLA)?
- Identify Knowns: P = 25 kW; V = 480 V; PF = 0.85; System = 3Φ AC.
- Convert Units (Crucial Step): The formula requires Watts, not kilowatts.
25 kW × 1,000 = 25,000 W. - Select Formula:
I = P ÷ (V × √3 × PF) - Calculate the Denominator:
480 V × 1.732 × 0.85 = 706.656 - Divide to Find Current:
I = 25,000 W ÷ 706.656 = 35.37 A - Apply NEC Continuous Load Rule (NEC 210.20(A)): HVAC blowers run for more than 3 hours. Multiply by 125%.
35.37 A × 1.25 = 44.21 A. - Physical Sizing Decision: The breaker must be rated for at least 44.21 A. The next standard breaker size up is 45 A or 50 A. We pull 6 AWG THHN copper conductors in conduit, which are rated for 65A at 75°C, providing plenty of thermal headroom.
Unit Mistakes That Break the Math & Realistic Magnitudes
When a calculated current looks wildly wrong, it is almost always a unit or topology error. Here are the specific mistakes that break the math, followed by a reality check on what normal current magnitudes look like in the field.
The Three Fatal Calculation Errors
| Mistake | Why It Breaks the Math | The Fix |
|---|---|---|
| Forgetting kW to W conversion | Dividing 15 kW by 240V yields 0.0625A instead of 62.5A. You will install a 20A breaker on a load that will instantly melt it. | Always multiply kilowatts by 1,000 before plugging into the formula. |
| Mixing Line-to-Line and Line-to-Neutral | Using 480V (line-to-line) in a formula meant for a 277V (line-to-neutral) lighting load will result in calculating exactly half the actual current. | Verify if the load connects across two hot legs (use line-to-line V) or one hot and a neutral (use line-to-neutral V). |
| Ignoring Motor Efficiency (η) | A 5 HP motor outputs 3,730W of mechanical work. If you use 3,730W as 'P' without dividing by efficiency (e.g., 0.90), you will under-calculate the electrical current draw by 10%. | For motors, calculate electrical input power first: P_electrical = (HP × 746) ÷ η. |
Sanity Check: Realistic Answer Magnitudes
If you punch numbers into your calculator and get a result that doesn't fit these typical physical bounds, stop and check your inputs.
- 120V Standard Branch Circuits (US): Typically 12A to 16A continuous. If your math says a standard wall appliance pulls 45A at 120V, you either have a massive industrial heater or you forgot to divide by the power factor.
- 240V Heavy Appliances (Dryers, Ranges, EV Chargers): Typically 20A to 50A. A standard Level 2 EV charger is exactly 32A continuous (requiring a 40A breaker).
- 480V 3-Phase Industrial: Because voltage is high, current is surprisingly low. A massive 50 HP motor only pulls about 55A to 60A per phase at 480V. If your math yields 400A for a single standard factory motor, you likely forgot to multiply by √3 (1.732).
Mastering the wattage to current calculation isn't just about passing an exam; it is the fundamental skill that keeps your wires from catching fire inside a wall cavity. Always track your units, respect the power factor of inductive loads, and apply the 125% NEC continuous load multiplier before you ever strip a wire.






