To calculate power, current, and voltage in any basic electrical circuit, you use Watt's Law: P = V × I. Power (Watts) is the product of Voltage (Volts) and Current (Amps). If you know any two of these values, you can algebraically rearrange the formula to solve for the third. This is the foundational math for sizing breakers, selecting wire gauges, and designing battery banks.

The Core Equation and Symbol Definitions

Watt's Law defines the relationship between the rate of energy transfer (power), the electrical pressure pushing the electrons (voltage), and the volume of electrons flowing (current). Below is the master formula with every symbol strictly defined according to standard SI units.

Symbol Quantity SI Unit Unit Abbreviation Physical Analogy
P Power Watts W Water flow rate (gallons per minute)
V Voltage Volts V Water pressure (PSI)
I Current Amperes A Pipe diameter (inches)

The base equation is written as:

P = V × I

According to Georgia State University's HyperPhysics, this linear relationship holds perfectly for DC circuits and purely resistive AC circuits, forming the bedrock of all electrical load calculations.

Real-World Baseline: Common Load Magnitudes

Before running calculations, you need a mental model of what realistic answer magnitudes look like. A common mistake for beginners is calculating a 30A draw for a standard household appliance and assuming the math is correct, not realizing that a standard US 120V branch circuit maxes out at 15A or 20A.

The table below provides real-world baseline data for common residential and DIY loads. Use these values to sanity-check your own math.

Appliance / Load Nominal Voltage (V) Current Draw (A) Real Power (W) Typical Circuit Breaker
Smart LED Bulb (e.g., Philips Hue) 120V 0.08A 9.5W 15A (Shared lighting)
USB-C Laptop Charger (e.g., Dell 65W) 120V 0.54A 65W 15A or 20A (Receptacle)
Countertop Microwave (1200W Cooking) 120V 12.5A 1500W (Input) 20A (Dedicated)
Level 2 EV Charger (e.g., ChargePoint) 240V 40.0A 9600W 50A (Hardwired)
12V DC Water Pump (RV / Marine) 12V 10.0A 120W 15A DC Fuse

Note: The EV charger requires a 50A breaker because the National Electrical Code (NEC) requires continuous loads to be derated to 80% of the breaker's capacity (40A / 0.80 = 50A). For more on appliance energy baselines, refer to the US Department of Energy's estimation guide.

Rearranged Forms and Step-by-Step Solved Problems

Depending on which two variables you know, you will use one of the three rearranged forms of Watt's Law:

  • To find Power: P = V × I
  • To find Current: I = P ÷ V
  • To find Voltage: V = P ÷ I

Solved Problem 1: Sizing a Breaker for an AC Space Heater

Scenario: You are plugging a 1500W portable space heater into a standard US 120V bathroom receptacle. You need to calculate the current draw to determine if it is safe to run on a 15A breaker.

  1. Identify known variables: P = 1500 W, V = 120 V.
  2. Select the correct rearranged formula: We need Current (I), so we use I = P ÷ V.
  3. Substitute values and track units:
    I = 1500 W ÷ 120 V
    I = 12.5 A
  4. Reality Check & Code Application: The math yields 12.5A. A 15A breaker can technically handle 12.5A (12.5 < 15). However, a space heater is a continuous load (expected to run for 3 hours or more). NEC Article 210.20(A) mandates that continuous loads must not exceed 80% of the branch circuit rating.
    15A × 0.80 = 12.0A maximum continuous load.
    Because 12.5A > 12.0A, the breaker's thermal trip mechanism will eventually open, killing the power. Conclusion: You must move this heater to a dedicated 20A circuit (20A × 0.80 = 16A capacity).

Solved Problem 2: Sizing Wire for a 12V DC Solar Water Pump

Scenario: You are wiring a 144W submersible well pump directly to a 12V nominal LiFePO4 battery bank in an off-grid cabin. You need to calculate the current to size the DC fuse and wire.

  1. Identify known variables: P = 144 W, V = 12 V.
  2. Select the formula: I = P ÷ V.
  3. Substitute values and track units:
    I = 144 W ÷ 12 V
    I = 12 A
  4. Reality Check & Sizing: The pump draws 12A. According to standard ampacity charts, 16 AWG copper wire is rated for roughly 10-14A depending on insulation temperature. However, DC motors experience high inrush currents (often 3x to 5x running current) and suffer from severe voltage drop over distance. A realistic installation requires a 15A or 20A blade fuse and a minimum of 12 AWG (or 10 AWG if the wire run exceeds 10 feet) to prevent the pump from stalling due to voltage drop.

When Watt's Law Applies (and When It Fails)

Watt's Law (P = V × I) is an absolute truth for DC circuits and purely resistive AC loads (like incandescent bulbs, toaster heating elements, and resistive water heaters). In these scenarios, the voltage and current waveforms are perfectly in phase, meaning the Power Factor (PF) is exactly 1.0.

The Blind Spot: AC Inductive and Capacitive Loads
When you introduce coils (motors, compressors, transformers) or capacitors into an AC circuit, the voltage and current waveforms fall out of sync. This creates a phase angle shift. In these cases, simply multiplying RMS Voltage by RMS Current gives you Apparent Power, measured in Volt-Amps (VA), not real Watts (W).

To calculate real power for inductive AC loads, you must include the Power Factor (PF):

P = V × I × PF

For example, a 120V AC drill motor drawing 5A with a Power Factor of 0.85 does not consume 600W. It consumes 120V × 5A × 0.85 = 510W of real power. As detailed by Fluke's electrical testing guides, ignoring Power Factor when sizing generators or UPS systems for motor loads will result in severely undersized equipment and nuisance tripping.

Fatal Unit Mistakes That Break the Math

The most common reason DIYers and junior technicians get 'impossible' answers isn't bad algebra; it's failing to normalize units before plugging them into the formula. Watt's Law strictly requires base SI units. If you feed it prefixes, it will output garbage.

Watch out for these three specific unit traps:

  1. Kilowatts vs. Watts: Appliance nameplates often list power in kW (e.g., a 2.4 kW kettle). You cannot plug '2.4' into the P variable. You must multiply by 1,000.
    Fix: 2.4 kW = 2400 W.
  2. Milliamps vs. Amps: Microcontroller boards and sensors list current in mA (e.g., an ESP32 drawing 240 mA). You cannot plug '240' into the I variable, or you will calculate a power draw of 2,880W instead of 2.88W.
    Fix: Divide mA by 1,000. 240 mA = 0.24 A.
  3. Peak Voltage vs. RMS Voltage: In AC circuits, standard multimeters read RMS (Root Mean Square) voltage. A standard US outlet reads 120V RMS. The actual peak voltage of that sine wave is roughly 169V (120 × √2). If you use an oscilloscope to measure the peak-to-peak voltage and plug that number into Watt's Law, your calculated power will be wildly inflated.
    Fix: Always use RMS voltage for AC power calculations unless you are specifically calculating instantaneous peak power.

By strictly defining your symbols, normalizing your units to base SI values, and applying the 125% continuous load rule for AC branch circuits, you can reliably calculate power, current, and voltage for any bench project or home wiring task.