The direct answer for calculating current from power and voltage in a basic DC circuit is to divide the power in watts by the voltage in volts ($I = P / V$). For AC circuits, you must also divide by the power factor (PF) for single-phase, and by both the power factor and the square root of 3 ($\sqrt{3}$) for three-phase systems. Getting this calculation right is the mandatory first step before you can size a wire, select a breaker, or design a battery bank.

This guide breaks down the exact mathematical derivations, tracks units through real-world solved problems, and provides a definitive decision tree for selecting the correct overcurrent protective device (OCPD) based on your calculated results.

The Core Equations and Symbol Definitions

Before plugging numbers into a calculator, you must identify your system type. The formulas below assume steady-state RMS (Root Mean Square) values for AC, which is what standard multimeters measure and what utility companies bill you for.

Table 1: Symbol Definitions and Standard Units
Symbol Quantity Standard Unit Measurement Tool
I Current Amperes (A) Clamp meter or multimeter in series
P Real Power Watts (W) Wattmeter or nameplate rating
V Voltage Volts (V) Multimeter in parallel
PF Power Factor Dimensionless (0 to 1) Power analyzer or nameplate
$\sqrt{3}$ 3-Phase Constant ~1.732 N/A (Mathematical constant)

The Three Master Formulas

  • DC Circuits: $I = \frac{P}{V}$
  • AC Single-Phase: $I = \frac{P}{V \times PF}$
  • AC Three-Phase: $I = \frac{P}{\sqrt{3} \times V_{LL} \times PF}$ (where $V_{LL}$ is Line-to-Line voltage)
Callout Tip: Line-to-Line vs. Line-to-Neutral
In a 3-phase Wye system (common in US commercial buildings), you have 208V Line-to-Line ($V_{LL}$) and 120V Line-to-Neutral ($V_{LN}$). The 3-phase formula always requires the Line-to-Line voltage (208V) when calculating total 3-phase power. If you are calculating current for a single 120V load tapped off one phase to neutral, you revert to the single-phase formula.

Rearranged Forms and the Power Triangle

On the bench or in the field, you rarely just solve for current. You often need to verify if a power supply can handle a specific load, or determine the voltage drop across a run. Here are the algebraically rearranged forms solving for each variable.

Solving for Power (P)

  • DC: $P = I \times V$
  • AC 1-Phase: $P = I \times V \times PF$
  • AC 3-Phase: $P = \sqrt{3} \times V_{LL} \times I \times PF$

Solving for Voltage (V)

  • DC: $V = \frac{P}{I}$
  • AC 1-Phase: $V = \frac{P}{I \times PF}$

Solving for Power Factor (PF)

  • AC 1-Phase: $PF = \frac{P}{V \times I}$
  • Note: PF represents the ratio of Real Power (Watts) to Apparent Power (Volt-Amps). A PF of 1.0 means all current is doing useful work. Inductive loads like motors drag this down to 0.7–0.9, meaning the wires must carry more current than the wattage alone implies (Fluke: Understanding Power Factor).

Worked Examples with Strict Unit Tracking

The most common reason calculations fail in the field is unit mismatch. The formulas demand base units: Watts, Volts, and Amperes. If your nameplate says "kW" or "HP", you must convert first.

Problem 1: DC Off-Grid Solar Load (12V Compressor Fridge)

Scenario: You are wiring a 12V DC portable compressor refrigerator to a LiFePO4 battery bank. The nameplate states it draws 65 Watts at nominal 12V DC. What is the current, and what size fuse do you need?

Step 1: Identify knowns and convert to base units.

  • $P = 65 \text{ W}$ (Already in Watts)
  • $V = 12 \text{ V}$ (Already in Volts)

Step 2: Apply the DC formula.

  • $I = \frac{P}{V}$
  • $I = \frac{65 \text{ W}}{12 \text{ V}}$
  • $I = 5.416 \text{ A}$

Step 3: Apply NEC-style derating for continuous loads.

A fridge runs cyclically, but for wire and fuse sizing in DC systems, we treat compressor loads as continuous or apply a 125% safety margin to handle startup surges.

  • $I_{sizing} = 5.416 \text{ A} \times 1.25 = 6.77 \text{ A}$

Result: The running current is 5.42 A. You must use a fuse rated for at least 6.77A. The next standard automotive blade fuse size up is 7.5A. Use 16 AWG or 14 AWG wire.

Problem 2: AC Single-Phase Inductive Load (Pool Pump Motor)

Scenario: You are replacing a breaker for a 1.5 Horsepower (HP), 240V AC single-phase pool pump motor. The motor nameplate lists a Power Factor (PF) of 0.82. What is the full-load current?

Step 1: Convert HP to Watts.

  • Standard conversion: $1 \text{ HP} = 746 \text{ W}$
  • $P = 1.5 \text{ HP} \times 746 \text{ W/HP} = 1119 \text{ W}$

Step 2: Identify AC variables.

  • $V = 240 \text{ V}$
  • $PF = 0.82$

Step 3: Apply the AC Single-Phase formula.

  • $I = \frac{P}{V \times PF}$
  • $I = \frac{1119 \text{ W}}{240 \text{ V} \times 0.82}$
  • $I = \frac{1119}{196.8}$
  • $I = 5.68 \text{ A}$

Step 4: Apply NEC Article 430 Motor Rules.

Motors have massive inrush currents (Locked Rotor Amperage). NEC Article 430.52 dictates that the branch-circuit short-circuit and ground-fault protective device for a motor with an inverse-time breaker can be sized up to 250% of the full-load current.

  • $I_{breaker} = 5.68 \text{ A} \times 2.50 = 14.2 \text{ A}$

Result: The motor draws 5.68 A while running. The maximum standard breaker size is 15A (next standard size up from 14.2A). Wire size must be 125% of full load ($5.68 \times 1.25 = 7.1A$), so 14 AWG copper is the minimum legal size.

Assumptions, Unit Mistakes, and Realistic Magnitudes

When calculating current from power and voltage, the math is trivial; the engineering is in the assumptions. Here is where DIYers and junior technicians get into trouble.

When the Formula Applies (and When It Doesn't)

These formulas calculate steady-state RMS current. They do not calculate inrush current, short-circuit fault current, or peak instantaneous current. If you are sizing a fast-acting semiconductor fuse to protect a MOSFET, you need the peak current ($I_{peak} = I_{RMS} \times \sqrt{2}$ for sine waves), not the RMS value derived here.

Unit Mistakes That Break the Math

  1. The Kilowatt Trap: Nameplates often list power in kW (e.g., 2.4 kW). If you calculate $2.4 / 240V$, you get 0.01A. You forgot to multiply by 1000. Always convert kW to W first.
  2. The Apparent Power Confusion: UPS systems and transformers are rated in VA (Volt-Amps) or kVA, not Watts. If the rating is in VA, the formula is simply $I = \frac{VA}{V}$. Do not apply the Power Factor twice.
  3. The 3-Phase Voltage Error: Using 120V instead of 208V in a 3-phase Wye calculation. The $\sqrt{3}$ constant mathematically bridges the gap between line-to-neutral and line-to-line; you must use the line-to-line voltage (208V, 480V) in the denominator.

Sanity Check: What a Realistic Magnitude Looks Like

Develop a mental model for standard loads so you instantly catch decimal errors. For a standard US 120V AC circuit:

  • 100W (Incandescent bulb) $\approx$ 0.83 A
  • 1500W (Space heater, resistive PF=1) $=$ 12.5 A
  • 1800W (High-end microwave) $\approx$ 15.0 A

If you calculate that a 1500W space heater draws 125A, you dropped a decimal or forgot to divide by voltage entirely. Stop and re-check.

Decision Path: Sizing the Breaker and Wire for Your Load

Calculating the current is only step one. Step two is selecting the hardware. Use this decision matrix to terminate your calculation in a concrete part selection. This assumes standard 60°C/75°C copper wire ampacities per NEC Table 310.16 and standard US residential/commercial breakers.

Table 2: Load-to-Hardware Decision Tree
Load Profile Calculated $I_{RMS}$ NEC Multiplier Rule Target Ampacity Concrete Hardware Pick (120V/240V)
Resistive, Non-Continuous
(e.g., Toaster, Hair Dryer, < 3 hrs)
12.0 A None (100%) ≥ 12.0 A 15A Breaker (Standard 1-pole)
14 AWG NM-B Wire
Resistive, Continuous
(e.g., Baseboard Heater, Server Rack, ≥ 3 hrs)
12.0 A 125% (NEC 210.20(A)) ≥ 15.0 A 20A Breaker (Standard 1-pole)
12 AWG THHN Wire
Inductive Motor
(e.g., HVAC Compressor, Table Saw)
10.0 A 250% for Inverse-Time Breaker (NEC 430.52) ≥ 25.0 A (Breaker)
≥ 12.5 A (Wire @ 125%)
25A or 30A Breaker
10 AWG THHN Wire
Electronic / Switching PSU
(e.g., LED Drivers, PC Power Supplies)
8.0 A 125% (Treat as continuous due to harmonic heating) ≥ 10.0 A 15A Breaker
14 AWG Copper Wire
Final Sizing Directive:
Never size a breaker based solely on the calculated running current. Always apply the continuous load multiplier (1.25x) or the motor inrush multiplier (up to 2.5x) before looking at the breaker aisle. If your calculated and multiplied current is 16A, you must step up to a 20A breaker and use 12 AWG wire. Do not use a 15A breaker and hope the thermal trip curve saves you; it will nuisance-trip as the bimetallic strip heats up over time.