The fundamental electrical power formula is P = V × I (Power = Voltage × Current). This equation defines the rate at which electrical energy is transferred or converted into another form of energy, such as heat, light, or mechanical work. For purely resistive DC circuits where Ohm’s Law applies, this core formula expands into two highly useful variants: P = I2R and P = V2 / R.

The Core Power Formula and Symbol Definitions

Before plugging numbers into a calculator, you must understand the physical quantities and their strict SI base units. Using non-base units (like milliamperes or kilovolts) without conversion is the number one cause of calculation errors on the bench.

Symbol Quantity Standard SI Unit Unit Abbreviation Physical Meaning
P Power Watt W Rate of energy transfer (1 Watt = 1 Joule per second)
V Voltage (Potential Difference) Volt V Energy per unit charge (1 Volt = 1 Joule per Coulomb)
I Current Ampere A Rate of charge flow (1 Ampere = 1 Coulomb per second)
R Resistance Ohm Ω Opposition to current flow (1 Ohm = 1 Volt per Ampere)

According to All About Circuits, the relationship P = V × I is universally true for instantaneous power in any circuit, but the resistive variants (P = I2R) strictly require a linear, ohmic component.

Rearranged Forms: Solving for Any Variable

On the jobsite or workbench, you rarely have all four variables. You usually need to isolate a specific unknown. Here are the algebraic rearrangements of the power formula, grouped by the target variable:

  • Solving for Voltage (V):
    • V = P / I (when power and current are known)
    • V = √(P × R) (when power and resistance are known)
  • Solving for Current (I):
    • I = P / V (when power and voltage are known)
    • I = √(P / R) (when power and resistance are known)
  • Solving for Resistance (R):
    • R = V2 / P (when voltage and power are known)
    • R = P / I2 (when power and current are known)

Assumptions, Applicability, and Realistic Magnitudes

When the Formula Applies (and Its Assumptions)

The basic P = V × I formula applies to all DC circuits and AC circuits with purely resistive loads (like incandescent heaters or toasters) where the power factor is 1.0 (unity). It assumes ideal conductors and constant temperature. In reality, as a component heats up, its resistance changes (the temperature coefficient of resistance), meaning the actual power dissipation will drift slightly from your initial calculation as the part reaches thermal equilibrium.

Realistic Answer Magnitudes

Knowing what a "normal" answer looks like prevents catastrophic wiring mistakes. If you calculate that a small LED requires 500 W of power, you have a math error, not a breakthrough.

  • Micro-power / Signal Levels: µW to mW (e.g., an ESP32 GPIO pin outputs a max of ~120 mW; a standard sensor draws <5 mW).
  • Consumer Electronics: 1 W to 100 W (e.g., a standard LED bulb is 9 W; a USB-C PD laptop charger is 65 W to 100 W).
  • Heavy Appliances (120V/240V): 1,000 W to 5,000 W (1 kW to 5 kW). A residential space heater is typically 1,500 W; an electric dryer is ~4,500 W.
  • Industrial / Service Entrance: kW to MW. A commercial HVAC chiller might pull 150 kW.

Worked Examples with Strict Unit Tracking

Let’s run through two practical scenarios. Notice how every step explicitly tracks and converts units to base SI (Volts, Amperes, Ohms, Watts) before calculating.

Problem 1: Sizing a Current-Limiting Resistor for an LED

Given: You are powering a standard red LED from a 5.0V DC Arduino pin. The LED has a forward voltage drop (Vf) of 2.1V and requires a forward current (I) of 20 mA.
Find: The power dissipated by the series resistor to select the correct wattage rating.

  1. Calculate Voltage across the resistor (VR):
    VR = Vsource - Vf = 5.0 V - 2.1 V = 2.9 V
  2. Convert Current to base SI units (Amperes):
    I = 20 mA = 20 × 10-3 A = 0.020 A
  3. Apply the power formula (P = V × I):
    P = 2.9 V × 0.020 A = 0.058 W (or 58 mW)
  4. Component Selection: Standard through-hole resistors are rated for 1/4 W (250 mW). Since 58 mW is well below 250 mW, a standard 1/4W carbon film resistor is perfectly safe. No need for a bulky 1W wirewound resistor.

Problem 2: Finding the Resistance of a Mains Heater

Given: A 120V AC space heater is rated on its nameplate at 1,500 W.
Find: The resistance of the nichrome heating element.

  1. Identify knowns in base units:
    P = 1500 W
    V = 120 V (Note: Nameplate AC voltage is always RMS, which is exactly what we need for power calculations).
  2. Select the correct rearranged formula:
    We need R, and we have V and P. Therefore, R = V2 / P.
  3. Execute the math with unit tracking:
    R = (120 V)2 / 1500 W
    R = 14,400 V2 / 1500 W
    R = 9.6 Ω
  4. Verify: If you measure this element with a multimeter while it is cold, you might read slightly less than 9.6 Ω because nichrome’s resistance increases as it heats up to operating temperature.

Common Unit Mistakes That Break the Math

According to field data from Fluke, misinterpreting measurement units is a primary cause of diagnostic errors. Avoid these three traps:

  1. The "Milli" Trap: Multiplying Volts by milliAmps directly yields milliWatts, not Watts. If you calculate 12V × 500mA and write down 6000W instead of 6W, you will specify a wire gauge meant for a commercial oven instead of a small pump. Always convert mA to A (divide by 1000) first.
  2. Peak vs. RMS in AC: A standard US wall outlet is 120V RMS, but its peak voltage is ~170V. If you use the peak voltage in the P = V2/R formula, you will calculate more than double the actual heating power. Always use RMS voltage for AC power calculations.
  3. Power vs. Energy (Watts vs. Watt-hours): Power (Watts) is a rate (like speed in mph). Energy (Watt-hours) is a total quantity (like distance in miles). The power formula calculates Watts. To find energy, you must multiply Power by Time (E = P × t).

Frequently Asked Questions

How do I use the power formula for AC circuits with motors?

When dealing with inductive loads like AC motors, transformers, or fluorescent ballasts, the current and voltage waveforms fall out of phase. The basic P = V × I formula only gives you Apparent Power (measured in Volt-Amperes, VA). To find the True Power (Watts) that actually does work, you must multiply by the Power Factor (PF), which is the cosine of the phase angle (θ). The formula becomes: P = V × I × cos(θ). A typical unloaded AC motor might have a PF of 0.6, meaning 40% of the current is just sloshing back and forth (reactive power) without doing useful work.

Why does the DC power formula fail on inductive loads?

The variants P = I2R and P = V2/R rely entirely on Ohm’s Law (V = I × R). However, in AC circuits, inductors and capacitors introduce reactance (X), which opposes current flow but does not dissipate heat. The total opposition is called Impedance (Z). If you try to use P = V2/R on a motor, you are ignoring the inductive reactance, resulting in a massively inflated and incorrect power calculation. For AC, you must use impedance (Z) and phase angles, as detailed in comprehensive guides on Electronics Tutorials.

What is the 3-phase power formula and when do I need it?

You need the 3-phase power formula when sizing breakers, wire, or generators for heavy commercial equipment (like large air compressors, CNC machines, or industrial ovens) that runs on 208V or 480V 3-phase power. Because there are three overlapping AC waveforms offset by 120 degrees, the total power is not simply 3 × (V × I). The formula for True Power in a balanced 3-phase system is: P = √3 × VL × IL × PF, where √3 is approximately 1.732, VL is line-to-line voltage, IL is line current, and PF is the power factor. This √3 factor accounts for the geometric phase relationship between the three lines.