The fundamental power and voltage equation is P = V × I (Power equals Voltage multiplied by Current). When resistance is the known variable instead of current, the equation expands to P = V² / R. These formulas are the bedrock of circuit design, dictating everything from the wire gauge you pull for a 240V oven to the heat sink you mount on a 5V linear regulator.
Below is a complete breakdown of the formulas, real-world magnitude expectations, and step-by-step solved problems with explicit unit tracking to ensure your calculations translate safely to the workbench or jobsite.
The Core Power and Voltage Equation & Symbol Definitions
Before plugging numbers into a calculator, you must map your physical measurements to the correct mathematical symbols. The standard SI units for electrical power calculations are Watts, Volts, Amps, and Ohms.
| Symbol | Quantity | Standard Unit | Unit Abbreviation |
|---|---|---|---|
| P | Power (Rate of energy transfer) | Watt | W |
| V | Voltage (Electrical potential difference) | Volt | V |
| I | Current (Flow of electrical charge) | Ampere | A |
| R | Resistance (Opposition to current flow) | Ohm | Ω |
Rearranged Forms for Any Missing Variable
You will rarely have all four variables on hand. By combining Ohm's Law (V = I × R) with the base power equation, we can derive a matrix of rearranged forms. Memorize the layout, not just the formulas, so you can instantly isolate your unknown.
- Solve for Power (P): P = V × I | P = I² × R | P = V² / R
- Solve for Voltage (V): V = P / I | V = I × R | V = √(P × R)
- Solve for Current (I): I = P / V | I = V / R | I = √(P / R)
- Solve for Resistance (R): R = V² / P | R = P / I² | R = V / I
Real-World Magnitudes: What Do These Numbers Actually Look Like?
Abstract formulas become dangerous when you lose your sense of scale. A calculated current of '15' means something vastly different on a 5V USB circuit than it does on a 240V split-phase residential feeder. The table below anchors the power and voltage equation to real-world loads you will encounter in DIY and trade work.
| Device / Load Type | Nominal Voltage (V) | Power Draw (W) | Calculated Current (A) | Effective Resistance (Ω) |
|---|---|---|---|---|
| USB-C PD Laptop Charger (Max Profile) | 20V DC | 100W | 5.0A | 4.0Ω |
| Off-Grid 12V LED Light Bar | 12V DC | 48W | 4.0A | 3.0Ω |
| Standard 120V Portable Space Heater | 120V AC | 1500W | 12.5A | 9.6Ω |
| Residential 240V Electric Water Heater | 240V AC | 4500W | 18.75A | 12.8Ω |
| 240V Electric Oven Bake Element | 240V AC | 3600W | 15.0A | 16.0Ω |
Note: AC resistive loads (heaters, incandescent bulbs) behave identically to DC loads in these calculations. AC reactive loads (motors, compressors) require power factor adjustments, covered in the final section. For deeper reading on standard household energy profiles, the U.S. Department of Energy's appliance estimation guide provides excellent baseline data.
Step-by-Step Worked Examples with Unit Tracking
The most common cause of blown fuses or melted wires isn't a misunderstanding of the physics; it's a failure to track units during calculation. Below are two common scenarios solved with explicit unit tracking.
Problem 1: Sizing a Fuse and Wire for a 12V DC Water Pump
Scenario: You are wiring a 12V, 60W off-grid diaphragm water pump in a camper van. You need to determine the current draw to size the inline fuse and select the correct AWG wire.
- Identify Knowns: Voltage (V) = 12V, Power (P) = 60W.
- Select Formula: We need Current (I). Use I = P / V.
- Substitute and Track Units:
I = 60 W / 12 V
I = 5 (Watts / Volts)
Since 1 Watt = 1 Volt × 1 Ampere, Watts / Volts simplifies directly to Amperes.
I = 5 A - Apply Real-World Margins: A 5A draw is the steady-state running current. Pumps have a startup inrush, and the NEC (National Electrical Code) requires a 125% multiplier for continuous loads (running 3 hours or more).
5 A × 1.25 = 6.25 A. - Final Selection: Use a 10A blade fuse (next standard size up) and 16 AWG copper wire (rated for 10A-13A depending on insulation temperature rating and bundling).
Problem 2: Testing a Suspected Burnt-Out 240V Heating Element
Scenario: A residential electric water heater isn't producing hot water. The thermostat clicks, but no heat. You suspect the 4500W, 240V lower heating element is burnt out. You want to calculate the expected resistance to verify it with a multimeter before ordering a replacement.
- Identify Knowns: Voltage (V) = 240V, Power (P) = 4500W.
- Select Formula: We need Resistance (R). Use R = V² / P.
- Substitute and Track Units:
R = (240 V)² / 4500 W
R = 57,600 V² / 4500 W
Volts squared divided by Watts simplifies to Ohms.
R = 12.8 Ω - Verify in the Field: Turn off the 240V double-pole breaker. Disconnect the wires from the element terminals. Set your multimeter to the Ohms (Ω) setting. Place probes on the two element screws.
- Diagnosis: If the meter reads ~12.8 Ω (± 5% for manufacturing tolerance), the element is electrically intact, and your issue is likely a failed thermostat or bad connection. If the meter reads OL (Open Loop) or infinite resistance, the internal wire is snapped, and the element must be replaced.
For a comprehensive review of how these derivations tie into broader DC network theory, All About Circuits provides an excellent foundational text on power calculations.
When the Formula Applies (And When It Breaks)
The equations P = V × I and P = V² / R are absolute laws for DC circuits and purely resistive AC circuits (like space heaters, toasters, and incandescent bulbs). However, applying them blindly to all AC loads will result in undersized breakers and tripped panels.
The Unit Mistakes That Break the Math
Before troubleshooting the physics, check your prefixes. The two most common calculation errors on the bench involve metric prefixes:
- The Kilowatt Trap: A space heater is rated at 1.5 kW. If you plug '1.5' into P = V × I for a 120V circuit, you get I = 1.5 / 120 = 0.0125 A. This is catastrophically wrong. You must convert kilowatts to base units first: 1.5 kW = 1500 W. 1500 / 120 = 12.5 A.
- The Milliamp Trap: An ESP32 dev board draws 240 mA. If you calculate power on a 5V USB line using '240', you get P = 5 × 240 = 1200 W (enough to melt the USB cable). Convert to Amps first: 240 mA = 0.24 A. P = 5 × 0.24 = 1.2 W.
The AC Power Factor (PF) Limitation
When you introduce inductance (motors, transformers, compressors) or capacitance into an AC circuit, voltage and current waveforms fall out of phase. The simple power and voltage equation no longer yields Real Power (Watts); it yields Apparent Power (Volt-Amps, or VA).
To find the actual Real Power (the work being done and the heat being generated) in a reactive AC circuit, you must introduce the Power Factor (PF), a dimensionless number between 0 and 1:
P (Real Power) = V × I × PF
Realistic Magnitude Check: A 120V AC refrigerator compressor might draw 6A on a clamp meter. Using the basic formula, P = 120 × 6 = 720W. But because motors are highly inductive, the PF might be 0.65. The actual Real Power consuming your solar battery bank is 120 × 6 × 0.65 = 468W. However, your inverter and wiring must still be sized for the full 720 VA (Apparent Power) to handle the total current flow without voltage drop.
Always verify whether the nameplate on an AC motor or transformer lists Watts (W) or Volt-Amps (VA). If it lists VA, do not multiply by the power factor again; the VA rating already accounts for the out-of-phase current, and you can use it directly to size your wire and breakers based on the I = VA / V rearrangement.






