The fundamental voltage and power formula is P = V × I (Power equals Voltage multiplied by Current). If you know any two of these values in a DC circuit, you can find the third. However, blindly plugging numbers into this equation without respecting unit conversions, AC power factor, or voltage drop is how hobbyists melt traces and burn down workshops. Below, we break down the exact math, track the units through real bench problems, and dissect a catastrophic real-world failure caused by ignoring the rearranged form of this formula.

The Core Voltage and Power Formula (And When It Actually Applies)

At its core, electrical power is the rate at which work is done or energy is transferred. The foundational equation is deceptively simple, but its application requires strict adherence to its underlying assumptions.

SymbolQuantityStandard UnitUnit Abbreviation
PPowerWattsW
VVoltage (Potential Difference)VoltsV
ICurrentAmperesA
RResistanceOhmsΩ

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

The formula P = V × I calculates true power (in Watts) under two specific conditions:

  1. DC Circuits: Voltage and current are constant and in phase.
  2. AC Circuits with Purely Resistive Loads: Think incandescent heaters or toasters. The voltage and current sine waves cross zero at the exact same time (Power Factor = 1).

The Assumption Trap: If you are calculating power for an AC motor, a switching power supply, or LED drivers, the load is reactive. The current and voltage waveforms are out of phase. In these cases, P = V × I only gives you Apparent Power (measured in Volt-Amps, VA). To find true Watts, you must multiply by the Power Factor (PF): P = V × I × PF. For the rest of this guide, we assume DC or purely resistive AC (PF=1) unless stated otherwise.

Realistic Magnitude Check: A standard US 15A/120V branch circuit maxes out at 1,800W. Per NEC continuous load rules (80% derating), you should only plan for 1,440W on that circuit. If your math says a 120V appliance draws 2,500W, you've either made a unit error or you're looking at a 240V appliance.

Rearranged Forms for the Workbench

You rarely have all three variables on a datasheet. By combining P = V × I with Ohm's Law (V = I × R), we derive a complete matrix of equations. According to Georgia State University's HyperPhysics, these derived forms are essential when resistance is known but current isn't directly measurable.

Solving for Each Variable

  • To find Power: P = V × I  |  P = I² × R  |  P = V² / R
  • To find Voltage: V = P / I  |  V = I × R  |  V = √(P × R)
  • To find Current: I = P / V  |  I = V / R  |  I = √(P / R)
  • To find Resistance: R = V / I  |  R = V² / P  |  R = P / I²

The P = I² × R form is particularly critical for calculating heat dissipation in wires and traces. It proves that doubling your current quadruples your heat loss, which is why we step up voltage for long-distance transmission.

Solved Problems: Tracking Units from the Bench to the Panel

Abstract formulas are useless if you drop a zero. Here are two common scenarios with strict unit tracking. As noted in All About Circuits, maintaining unit consistency is the primary defense against calculation errors.

Problem 1: Sizing a Power Supply for a 5V LED Matrix

Setup: You are building a 500-LED matrix using WS2812B addressable LEDs. The datasheet states each LED draws a maximum of 60 milliamps (mA) at 5 Volts (V) when showing full-white. What is the total power requirement?

  1. Convert to base units: 60 mA = 0.060 Amperes (A).
  2. Calculate total current (I): 500 LEDs × 0.060 A/LED = 30 A.
  3. Apply the voltage and power formula: P = V × I
  4. Substitute values: P = 5 V × 30 A
  5. Result: P = 150 Watts (W).

Bench Takeaway: A standard 5V 40A bench supply will max out at 200W, which is enough for this matrix. However, pushing 30A through standard 22 AWG breadboard jumper wires will melt them. You must inject power at multiple points using heavier gauge wire.

Problem 2: Verifying a Mains AC Heating Element

Setup: You measure the resistance of a 120V AC baseboard heater element with your multimeter and read 9.6 Ω. Is it safe to plug into a standard 15A breaker?

  1. Identify knowns: V = 120 V, R = 9.6 Ω.
  2. Select the correct rearranged form for Current: I = V / R
  3. Substitute values: I = 120 V / 9.6 Ω
  4. Result: I = 12.5 A.
  5. Calculate Power (for verification): P = V × I → 120 V × 12.5 A = 1,500 W.

Bench Takeaway: 12.5A is below the 15A breaker trip threshold. However, because a heater runs continuously (over 3 hours), NEC rules require the breaker to be rated for 125% of the continuous load. 12.5A × 1.25 = 15.625A. A 15A breaker will eventually trip. You need a 20A circuit.

Scenario Walkthrough: The 12V Inverter Wire Meltdown

This is a classic failure mode in off-grid solar and van-life builds, caused by misunderstanding how voltage drop interacts with the power formula.

The Setup

A builder installs a 1,200W microwave powered by a 12V DC-to-120V AC inverter. They wire the inverter to the battery bank using 4 AWG copper wire, which has an ampacity of roughly 85A in a chassis wiring scenario. The microwave nameplate says "120V AC, 10A".

The Numbers (Initial Calculation)

The builder calculates the DC current draw using I = P / V.

  • P = 1,200W
  • V = 12V (nominal battery voltage)
  • I = 1200 / 12 = 100A.

Realizing 100A exceeds the 85A rating of 4 AWG wire, they upgrade to 2 AWG wire (rated ~115A) and consider the job done.

The Outcome

During a 3-minute test, the 2 AWG wire becomes too hot to touch, the insulation begins to off-gas, and the inverter shuts down on low-voltage alarm.

What Went Wrong?

The builder ignored inverter efficiency and the physics of voltage drop.

  1. Efficiency Loss: Inverters are not 100% efficient. At 85% efficiency, the DC power required is actually 1200W / 0.85 = 1,411W.
  2. Voltage Drop: Under heavy load, the battery voltage sags from 12.6V down to 11.0V at the inverter terminals due to wire resistance.
  3. The Fatal Math: The inverter attempts to maintain 1,411W of input power. Using I = P / V, as voltage drops, current must increase to maintain the same power. I = 1411W / 11.0V = 128.2A.

The 2 AWG wire was subjected to nearly 130A, far exceeding its safe limit, creating a thermal runaway loop where heat increased wire resistance, dropping voltage further, and pulling even more current. The fix: Oversize the wire to 1/0 AWG to minimize voltage drop, keeping the terminal voltage above 12V under load.

Unit Mistakes That Break the Math (and Burn Components)

If your calculated answer feels wrong, you likely fell victim to one of these three unit traps.

1. The Milliamp Trap (Off by 1,000)

Datasheets for microcontrollers (like the ESP32) and sensors list current in milliamps (mA). If an ESP32 draws 240 mA and you calculate power using P = 3.3V × 240, you will get 792 Watts. Your ESP32 is not a space heater. You must convert to base units first: 240 mA = 0.240 A. P = 3.3V × 0.240A = 0.792W (or 792 mW).

2. Peak Voltage vs. RMS Voltage in AC

When measuring AC with an oscilloscope, you see the peak-to-peak voltage. A standard 120V AC wall outlet actually peaks at about 170V. If you use the peak voltage in the power formula (P = 170V × 10A = 1700W), your math is wrong. The formula requires RMS (Root Mean Square) voltage for AC power calculations. 120V RMS × 10A = 1200W. Always ensure your multimeter is set to True RMS if you are measuring non-linear loads.

3. Confusing Watts with Watt-Hours

Power (Watts) is an instantaneous rate. Energy (Watt-hours) is power multiplied by time. A 100W solar panel does not produce "100 Watt-hours" a second. It produces 100W of power. If it runs at that rate for 5 hours, it generates 500 Watt-hours (Wh) of energy. Sizing a battery bank requires calculating Watt-hours, not just Watts.