The fundamental voltage, power, and current formula is P = V × I (Power equals Voltage multiplied by Current). In DC circuits and purely resistive AC circuits, this calculates real power in Watts. If you are sizing a power supply, calculating heat dissipation, or determining wire gauge for a branch circuit, this single equation is the starting point for every hardware decision you will make.
The Core Voltage, Power, and Current Formula
At the bench, power is the rate at which electrical energy is transferred by a circuit. The base formula is derived from the definitions of the volt (Joules per Coulomb) and the ampere (Coulombs per second). When you multiply them, the Coulombs cancel out, leaving Joules per second—which is the definition of a Watt.
| Symbol | Quantity | SI Unit | Unit Abbreviation | Physical Meaning |
|---|---|---|---|---|
| P | Power | Watt | W | Rate of energy transfer or heat dissipation |
| V | Voltage (Potential Difference) | Volt | V | Electrical pressure pushing charge through the circuit |
| I | Current | Ampere | A | Volume of electrical charge flowing per second |
Analogy: Think of a water turbine. Voltage is the water pressure (PSI), current is the flow rate (gallons per minute), and power is the total mechanical work the turbine outputs. High pressure with a trickle of water yields low power; massive flow with zero pressure drop yields zero power. You need both to do work.
Rearranged Forms and Ohm’s Law Substitutions
You will rarely have all three variables handed to you on a schematic. You must rearrange the formula to solve for the unknown. Furthermore, by substituting Ohm’s Law (V = I × R), we can derive forms that include Resistance (R), which is critical when calculating heat loss in wires or sizing current-limiting resistors.
Base Rearrangements
- Solve for Voltage: V = P / I
- Solve for Current: I = P / V
Ohm’s Law Substitutions (Includes Resistance)
- Power from Current and Resistance: P = I² × R (Use this to calculate I²R heating losses in wires)
- Power from Voltage and Resistance: P = V² / R (Use this when voltage is fixed, like a 120V mains outlet)
When the Formula Applies (and When It Breaks)
The formula P = V × I is absolute for DC circuits and purely resistive AC circuits (like incandescent heaters or toaster ovens) where the Power Factor (PF) is exactly 1.0.
Where it breaks: In AC circuits with reactive loads (motors, transformers, switching power supplies), voltage and current waveforms fall out of phase. The formula P = V × I only calculates Apparent Power (measured in Volt-Amps, VA). To find Real Power (Watts), you must multiply by the Power Factor: P = V × I × cos(θ). If you size a generator using apparent power but label it as Watts, your generator will stall under load.
Worked Examples with Unit Tracking
Skipping intermediate steps or dropping units is how you end up ordering a 10 AWG wire for a 500mA LED circuit. Track your units through every line.
Problem 1: Sizing a DC Power Supply for an LED Strip
Scenario: You are installing 5 meters of 12V DC LED strip. The spec sheet states the strip draws 1.2 Amps per meter. What is the total power, and what exact power supply should you buy?
- Calculate Total Current (I):
I = 1.2 A/meter × 5 meters = 6.0 A - Calculate Total Power (P):
P = V × I
P = 12 V × 6.0 A = 72 W - Apply Headroom Derating:
Power supplies should not run at 100% capacity continuously. Apply a 20% safety margin (NEC-style continuous load practice).
Required Capacity = 72 W × 1.20 = 86.4 W - Concrete Pick: Select a 100W, 12V DC enclosed power supply. Part Number: Mean Well LRS-100-12 (Rated at 12V / 8.5A, yielding 102W).
Problem 2: Sizing a Breaker for an AC Resistive Load
Scenario: You are wiring a dedicated 120V AC circuit for a 1,500W resistive baseboard heater. What is the current draw, and what breaker/wire combo is required?
- Calculate Current (I):
I = P / V
I = 1500 W / 120 V = 12.5 A - Apply NEC Continuous Load Rule:
Baseboard heaters are considered continuous loads (on for 3+ hours). Per NEC Article 210.20(A), the branch circuit must be rated at 125% of the continuous load.
Required Circuit Rating = 12.5 A × 1.25 = 15.625 A - Concrete Pick: A 15A breaker is too small (15.625A > 15A). You must step up to a 20A breaker. For a 20A breaker, NEC Table 310.16 requires a minimum of 12 AWG copper wire (rated 20A at 60°C column for NM-B cable).
Common Unit Mistakes That Break Your Math
The formula is simple; the unit conversions are where projects catch fire or fail to power on.
- Mixing Milliamps and Amps: A microcontroller draws 20mA at 5V. If you calculate 5 × 20 = 100W, you are wrong. You must convert 20mA to 0.020A. The real power is 5V × 0.020A = 0.1W (100 milliwatts).
- Using Peak AC Voltage instead of RMS: A standard US wall outlet is 120V RMS (Root Mean Square). The actual peak voltage of the sine wave is ~170V. If you use 170V in the power formula, you will overestimate the power by 41%. Always use RMS voltage for AC power calculations unless specifically calculating peak instantaneous power.
- Ignoring Kilowatt-Hours (kWh): Power (Watts) is an instantaneous rate. Energy (Watt-hours) is power multiplied by time. If you want to know what a 1500W heater costs to run, you must convert to kilowatts (1.5 kW) and multiply by hours, then by your utility rate.
Decision Tree: From Calculated Current to Concrete Hardware
Once you have used I = P / V to find your current, you must select physical hardware. Use this decision tree for standard 120V/240V AC single-phase branch circuits using copper conductors. This aligns with standard NEC-style guidance for residential and light commercial wiring.
| Calculated Current (After 125% Continuous Derating) | Load Type & Conditions | Concrete Wire Size (Copper NM-B / THHN) | Concrete Breaker Size |
|---|---|---|---|
| ≤ 12.0 Amps | Standard lighting or receptacles (Non-continuous or derated) | 14 AWG (NM-B) / 14 AWG (THHN) | 15 Amp (Standard) |
| 12.1 to 16.0 Amps | Appliance circuits, continuous lighting, bathroom GFCI | 12 AWG (NM-B) / 12 AWG (THHN) | 20 Amp (Standard) |
| 16.1 to 24.0 Amps | Window AC units, heavy duty 120V tools, small 240V heaters | 10 AWG (NM-B) / 10 AWG (THHN) | 30 Amp (Standard) |
| 24.1 to 32.0 Amps | EV chargers (Level 2), large 240V electric dryers, subpanel feeders | 8 AWG (NM-B) / 8 AWG (THHN) | 40 Amp (Standard) |
| 32.1 to 40.0 Amps | Electric ranges, large shop equipment, 50A RV receptacles | 6 AWG (NM-B) / 6 AWG (THHN) | 50 Amp (Standard) |
By strictly tracking your units, applying continuous-load derating, and terminating your math in a specific AWG and breaker rating, the voltage, power, and current formula transitions from a textbook abstraction into a reliable jobsite tool.






