The fundamental electrical power formula is P = I × V (Power equals Current multiplied by Voltage), universally known as Watt's Law. When combined with Ohm's Law, it expands to P = I²R and P = V²/R. These equations dictate how much work a circuit can perform, how much heat a wire will generate, and what size power supply you actually need to buy. On the workbench, misunderstanding this formula doesn't just yield a wrong answer on a test—it results in melted terminal lugs, tripped breakers, and bricked components.

The Core Power Formula: Symbols, Definitions, and Rearrangements

Before plugging numbers into a calculator, you must lock in the base SI units. Using milliamps or kilowatts without converting them first is the number one reason hobbyists fry their prototypes. According to the NIST Guide to the SI, the standard units for electrical power calculations are strictly Watts, Amperes, Volts, and Ohms.

Symbol Quantity Base Unit Unit Abbreviation Physical Meaning
P Power Watt W Rate of energy transfer or heat dissipation
I Current Ampere A Volume of electron flow past a point per second
V Voltage Volt V Electrical potential difference (pressure)
R Resistance Ohm Ω Opposition to current flow

Rearranged Forms

Depending on which two variables you know, you can algebraically rearrange Watt's Law and Ohm's Law to solve for the missing values. Keep this list handy for bench troubleshooting:

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

When the Formula Applies (and When It Breaks)

Watt's Law in its purest form (P = I × V) applies universally to all DC circuits and to instantaneous AC calculations. However, the expanded forms (P = I²R and P = V²/R) carry strict assumptions. As detailed in All About Circuits, these expanded formulas assume a purely resistive load. If your circuit contains inductors (like a motor winding) or capacitors, the AC phase shift introduces reactive power, meaning you must use the Power Factor (PF) to find true real power (P = I × V × PF).

Unit Mistakes That Break the Math

The formula breaks instantly if you mix prefixes. If you measure 12V and 500mA, plugging those raw numbers into P = I × V yields 6,000W instead of the correct 6W. You must always convert to base units first: 500mA becomes 0.5A. Similarly, confusing Watts (real power) with Volt-Amps (apparent power) on an AC UPS system will lead you to undersize your wiring.

Realistic Answer Magnitudes

Developing an intuition for realistic magnitudes acts as a sanity check against decimal errors:

  • Microcontrollers (ESP32/Arduino): 0.5W to 2W
  • USB-C PD Laptop Charging: 65W to 140W
  • Standard US 15A Branch Circuit (120V): 1,800W maximum continuous
  • Off-Grid 48V Inverter Feed: 3,000W to 12,000W

Worked Examples: Tracking Units from Bench to Breaker Panel

Let's walk through two common scenarios, explicitly tracking the units through every intermediate step to ensure dimensional consistency.

Problem 1: Sizing a Power Supply for an LED Matrix

Scenario: You are building a 4-meter run of 12V WS2815 addressable LED strip. The datasheet states the strip draws 5A per meter at full white. You need to find the total power and select a power supply with a 20% safety headroom.

  1. Find Total Current: 5 [A/m] × 4 [m] = 20 [A]
  2. Calculate Base Power: P = V × I
    P = 12 [V] × 20 [A] = 240 [W]
  3. Apply Headroom: 240 [W] × 1.20 = 288 [W]
  4. Convert back to PSU current rating: I = P / V
    I = 288 [W] / 12 [V] = 24 [A]

Result: You must purchase a 12V power supply rated for at least 24A (300W) to prevent voltage drop and thermal shutdown.

Problem 2: Calculating Wire Heating (I²R Losses)

Scenario: You are routing 10 AWG THHN copper wire to a 30A DC load. The total round-trip wire length is 20 feet. At 20°C, 10 AWG copper has a resistance of roughly 1 mΩ (0.001 Ω) per foot. How much power is wasted as heat in the wire?

  1. Find Total Resistance: 20 [ft] × 0.001 [Ω/ft] = 0.02 [Ω]
  2. Calculate Power Dissipation: P = I² × R
    P = (30 [A])² × 0.02 [Ω]
    P = 900 [A²] × 0.02 [Ω] = 18 [W]

Result: The wire will dissipate 18 Watts of heat. While 18W spread over 20 feet of 10 AWG wire won't melt the insulation, it highlights why high-current DC runs require thick cables to minimize I²R losses.

Real-World Scenario: The 1500W Inverter Fuse Blowout

Formulas on paper are clean; jobsite reality is messy. Here is a classic failure mode that costs hobbyists hundreds of dollars in blown fuses and melted lugs.

⚠️ Mains & High-Current DC Safety: Working with battery banks capable of delivering 100A+ requires Class T fuses, proper torque on terminal lugs, and de-energizing the system before making connections. A loose 150A lug will arc and start a fire long before the fuse blows.

The Setup

A DIY van-builder installs a 1500W continuous pure sine wave inverter connected to a 12V nominal LiFePO4 battery bank. They need to size the main DC fuse and wire.

The Flawed Numbers

The builder uses the basic power formula: I = P / V.
I = 1500W / 12V = 125A.
Confident in the math, they install a 150A Class T fuse and run 2 AWG battery cable.

The Outcome

The first time they turn on a 1400W microwave (which actually pulls slightly more on startup), the 150A fuse violently blows, leaving the van without AC power.

What Went Wrong?

The builder treated the formula as an idealized abstraction, ignoring two critical real-world variables: inverter efficiency and voltage sag.

  1. Efficiency: Inverters are not 100% efficient. A typical high-frequency 1500W inverter operates at about 85% efficiency under heavy load. The battery must supply the output power plus the heat losses. Real input power = 1500W / 0.85 = 1764W.
  2. Voltage Sag: A "12V" LiFePO4 battery rests at 13.2V, but under a massive 150A load, internal resistance causes the terminal voltage to sag to roughly 11.5V.
  3. The Recalculation: I = P / V → I = 1764W / 11.5V = 153.4A.

The actual current draw was 153.4A, which exceeded the 150A fuse rating. Furthermore, running 153A through 2 AWG wire in a warm engine bay exceeds the standard 60°C ampacity column, risking insulation degradation. The correct design requires calculating for worst-case voltage and efficiency, resulting in a 200A fuse and 1/0 AWG wire.

Summary Checklist for Power Calculations

Before you cut wire or order components, run your power calculations through this final checklist:

  • Strip the Prefixes: Convert all milliamps, kilowatts, and milliohms to base Amperes, Watts, and Ohms before multiplying.
  • Account for the Losses: If calculating input power for a motor, LED driver, or inverter, divide the output power by the efficiency rating (e.g., P_in = P_out / 0.85).
  • Use Worst-Case Voltage: For DC fuse and wire sizing, always use the lowest expected voltage under load (e.g., 11.5V for a 12V system, or 44V for a 48V system), as lower voltage forces higher current to deliver the same wattage.
  • Verify the Load Type: If you are working with AC motors or transformers, ensure you are calculating Apparent Power (VA) for wire sizing, not just Real Power (W).