To calculate electrical power from current and voltage, multiply the voltage (V) by the current (I). The foundational formula is P = V × I, yielding power (P) in watts. This relationship applies directly to all DC circuits and purely resistive AC loads (like incandescent bulbs or resistive heating elements). For reactive AC loads like motors, you must also factor in the power factor, which we will cover below.

The Core Power Formula and Symbol Definitions

Before running any calculations, you must map your physical measurements to the correct mathematical symbols and standard SI units. Mixing these up is the primary reason bench prototypes fail or breakers trip on the jobsite.

Symbol Quantity Standard Unit Unit Abbreviation Definition
P Power Watts W The rate at which electrical energy is transferred or consumed by the load.
V Voltage Volts V The electrical potential difference across the load (electromotive force).
I Current Amperes A The rate of electron flow through the circuit conductors.

As documented in standard DC circuit theory references, one watt is defined as one joule of energy transferred per second, which occurs when one ampere of current flows across a potential difference of one volt.

Rearranged Forms and Unit Traps That Break the Math

You will rarely have all three variables and just need to solve for power. Usually, you are sizing a wire based on a known wattage, or checking a power supply's voltage drop under a known current draw. Here are the rearranged forms:

  • To find Current (Amps): I = P / V
  • To find Voltage (Volts): V = P / I
⚠️ Callout: The Three Unit Traps That Ruin Calculations
  1. The Milliamp Trap: Datasheets for ICs and LEDs often list current in milliamps (mA). The formula requires Amperes. 500 mA is 0.5 A. If you calculate 12V × 500, you will get 6,000W instead of the actual 6W, leading you to buy a massively oversized, expensive power supply.
  2. The Peak vs. RMS Trap (AC Only): Standard US mains voltage is 120V RMS (Root Mean Square). The actual peak voltage of the sine wave is roughly 170V. If you use 170V in your P = VI calculation for a household appliance, your calculated power will be 41% higher than reality. Always use RMS voltage for AC power calculations.
  3. The Kilowatt Trap: Appliance nameplates often list power in kW (e.g., 1.5 kW space heater). You must convert this to watts (1,500 W) before dividing by voltage to find the current in amps.

Worked Examples with Strict Unit Tracking

Let's apply the formula to two real-world scenarios: a low-voltage DC maker project and a high-voltage AC hardwired appliance. Notice how every step explicitly tracks the units to prevent magnitude errors.

Example 1: Sizing a DC Power Supply for Addressable LEDs

Scenario: You are building a 2-meter display using WS2812B addressable LED strips (60 LEDs per meter). You need to calculate the maximum power draw to select an appropriate 5V DC power supply.

Given:

  • Voltage (V) = 5V DC
  • Current per LED = 60 mA (at full white brightness)
  • Total LEDs = 2 meters × 60 LEDs/m = 120 LEDs

Step-by-Step Solution:

  1. Convert current to base units (Amperes):
    60 mA ÷ 1,000 = 0.06 A per LED.
  2. Calculate total current (I):
    120 LEDs × 0.06 A/LED = 7.2 A total.
  3. Calculate total power (P):
    P = V × I → P = 5V × 7.2A = 36 W.

Realistic Magnitude Check: A 36W draw for a 2-meter strip is standard. If your math yielded 360W, the strip would be pulling 72 Amps and instantly vaporizing the copper traces. The math passes the reality check.

Example 2: Sizing a Breaker for a 240V Level 2 EV Charger

Scenario: You are hardwiring a Level 2 Electric Vehicle Supply Equipment (EVSE) that requires a 40A continuous draw at 240V AC. You need to calculate the power and size the branch circuit breaker according to NEC-style continuous load rules.

Given:

  • Voltage (V) = 240V AC (RMS)
  • Current (I) = 40A

Step-by-Step Solution:

  1. Calculate baseline power (P):
    P = 240V × 40A = 9,600 W (or 9.6 kW).
  2. Apply the Continuous Load Rule:
    Because an EV charger runs for more than 3 hours continuously, the National Electrical Code (NEC) requires the branch circuit to be sized at 125% of the continuous load.
  3. Calculate required circuit ampacity:
    40A × 1.25 = 50A.

Concrete Hardware Pick: You need a 50A double-pole breaker (e.g., Eaton BR250) and 6 AWG copper THHN wire (which has a 75°C ampacity of 65A, safely covering the 50A requirement).

When P = VI Fails: AC Power Factor and Reactive Loads

The formula P = V × I assumes that voltage and current are perfectly in phase. This is true for DC circuits and purely resistive AC loads (like a toaster or incandescent bulb). However, it fails for reactive AC loads containing inductors or capacitors, such as AC motors, compressors, and fluorescent ballasts.

In reactive circuits, the current waveform lags or leads the voltage waveform. This phase shift means the circuit draws more current than is actually converted into useful work. To calculate real power in these scenarios, you must introduce the Power Factor (PF), a dimensionless number between 0 and 1.

The True AC Power Formula:
P = V × I × PF

According to Fluke's electrical testing guidelines, the product of V × I without the PF gives you Apparent Power, measured in Volt-Amperes (VA). The product with the PF gives you Real Power, measured in Watts (W).

Worked Reactive Example:
A 120V AC induction drill motor draws 8A on your clamp meter. The nameplate states a Power Factor of 0.75.
Apparent Power (S): 120V × 8A = 960 VA.
Real Power (P): 120V × 8A × 0.75 = 720 W.
If you are sizing a pure sine wave inverter to run this drill, you must size it for the 960 VA apparent power, not the 720W real power, or the inverter will trip on overcurrent despite the wattage looking safe.

Decision Tree: Sizing Breakers, Wire, and Power Supplies

Calculating power and current is only the first step. The ultimate goal is selecting the correct physical hardware to handle that load safely. Use the decision matrix below to terminate your math into a concrete purchasing decision.

Load Type & Calculated Current Duration / Condition Multiplier Rule Concrete Hardware Pick (Breaker / Wire / PSU)
DC Electronics (e.g., LEDs, Pi clusters)
I = 17.2A
Continuous or Intermittent Add 20% headroom for PSU longevity and thermal derating. Mean Well LRS-100-5 (100W, 5V 20A enclosed switch-mode PSU).
AC Resistive (e.g., Baseboard Heater)
I = 12.5A @ 120V
Continuous (>3 hours) Multiply I by 1.25 (NEC 210.20).
12.5A × 1.25 = 15.6A.
20A Single-Pole Breaker (e.g., Square D HOM120) with 12 AWG NM-B cable.
AC Resistive (e.g., EV Charger)
I = 40A @ 240V
Continuous (>3 hours) Multiply I by 1.25.
40A × 1.25 = 50A.
50A Double-Pole Breaker (e.g., Eaton BR250) with 6 AWG THHN in conduit.
AC Reactive Motor (e.g., Table Saw)
I = 15A @ 120V
Intermittent with high inrush Size breaker for 250% of FLC (Full Load Current) to prevent nuisance tripping on startup. 30A or 40A Single-Pole Breaker (Time-delay) with 10 AWG THHN.
💡 Bench Tip: Inrush Current vs. Steady State

When calculating power for AC motors or large DC capacitor banks, your steady-state P = VI calculation will not reflect the first 50 milliseconds of operation. A 15A table saw motor can pull 45A+ at startup (Locked Rotor Amps). Always verify that your chosen breaker features a magnetic trip curve designed for inductive loads (like a D-curve or HACR rated breaker), or your mathematically perfect circuit will trip the moment you flip the switch.