To calculate electrical power in watts, multiply the voltage in volts by the current in amperes (P = V × I). This fundamental relationship, derived from Joule's first law, dictates everything from sizing a 5V Arduino voltage regulator to calculating the feeder wire for a 50A EV charger. If you know any two of these three variables, you can instantly find the third.

Below is the complete breakdown of the formula, real-world reference data, and step-by-step worked examples to ensure your circuit sizing and component selections are exact.

The Core Power Equation and Variable Definitions

The foundational equation for electrical power in a direct current (DC) circuit or a purely resistive alternating current (AC) circuit is:

P = V × I

Every symbol in this equation represents a specific physical quantity measured in standard SI units. Using incorrect units is the most common reason DIYers and students arrive at wildly inaccurate calculations. Refer to the specification table below to ensure your inputs are correctly scaled.

Symbol Quantity Standard Unit Unit Abbreviation Measurement Tool
P Power (Rate of energy transfer) Watt W Wattmeter / Calculated
V Voltage (Electrical potential difference) Volt V Multimeter (Parallel)
I Current (Flow of electrical charge) Ampere A Clamp Meter / Multimeter (Series)

For a deeper understanding of the physics governing these relationships, the HyperPhysics project at Georgia State University provides excellent interactive diagrams on electric power and energy dissipation. Additionally, the NIST Guide to the SI remains the definitive authority on standard unit definitions and prefixes.

Real-World Power, Voltage, and Current Reference Data

Abstract formulas only get you so far on the workbench. Below is a data-dense reference table of common electrical and electronic loads. Use this to sanity-check your own calculations; if your math says a 120V space heater draws 0.5A, you know immediately that you dropped a decimal point.

Device / Load Type Nominal Voltage (V) Current Draw (A) Calculated Power (W) Required Circuit / Protection
NEMA 14-50 Level 2 EV Charger 240V AC 40.0 A 9,600 W (9.6 kW) 50A Breaker, 6 AWG Copper
120V Portable Ceramic Space Heater 120V AC 12.5 A 1,500 W (1.5 kW) 15A or 20A Breaker (Dedicated)
WS2812B LED Strip (1m, 60 LEDs, White) 5V DC 3.6 A 18 W 5A+ Power Supply, 18 AWG Wire
Raspberry Pi 5 (Under Heavy CPU Load) 5V DC 5.0 A 25 W 27W USB-C PD Supply
12V LiFePO4 Solar Inverter (Continuous) 12V DC 83.3 A 1,000 W (1 kW) 100A ANL Fuse, 2 AWG Wire

Step-by-Step Worked Examples with Unit Tracking

Let's apply the formula to two distinct scenarios: sizing a DC power supply for an off-grid component, and verifying an AC mains breaker for a household appliance. Notice how units are tracked through every intermediate step.

Problem 1: Sizing a DC Power Supply for a Water Pump

Scenario: You are building an automated greenhouse irrigation system. The 12V DC diaphragm water pump datasheet lists a maximum operating current of 4.5A. You need to know the maximum power draw to select an appropriately sized AC-to-DC power supply.

  • Given: Voltage (V) = 12V, Current (I) = 4.5A
  • Find: Power (P)

Solution Steps:

  1. State the formula: P = V × I
  2. Substitute the known values with units: P = 12V × 4.5A
  3. Multiply the scalars: 12 × 4.5 = 54
  4. Combine the units (Volts × Amperes = Watts): P = 54W

Practical Takeaway: The pump consumes 54W at peak load. To prevent the power supply from running at 100% capacity (which causes overheating and premature failure), apply a 20% safety margin. 54W × 1.2 = 64.8W. You should purchase a 12V 6A (72W) or higher power supply.

Problem 2: Verifying an AC Mains Breaker for a Microwave

Scenario: You are installing a new 1800W countertop microwave in a kitchen. The existing circuit is protected by a 15A breaker at 120V. Will the breaker hold if the microwave runs for 20 minutes?

  • Given: Power (P) = 1800W, Voltage (V) = 120V
  • Find: Current (I)

Solution Steps:

  1. Rearrange the formula to solve for current: I = P / V
  2. Substitute the known values: I = 1800W / 120V
  3. Divide the scalars: 1800 / 120 = 15
  4. Assign the resulting unit (Watts / Volts = Amperes): I = 15A

Practical Takeaway: The microwave draws exactly 15A. However, according to NEC Article 210.20(A), a breaker can only be loaded to 80% of its rating for continuous loads (defined as operating for 3 hours or more). While a microwave rarely runs for 3 hours, kitchen small-appliance circuits often share loads (like a toaster or coffee maker). Running a 15A load on a 15A breaker leaves zero headroom and will likely cause nuisance thermal trips over time. Upgrade to a 20A breaker with 12 AWG wire.

Rearranged Forms and Practical Circuit Sizing

Because the power equation is a simple linear relationship, you can algebraically isolate any variable. Memorizing these rearranged forms saves time on the bench when you are reading equipment nameplates that omit the current or voltage rating.

  • Solving for Voltage (V): V = P / I
    Use case: Determining the required battery bank voltage when you know the inverter's wattage and the maximum acceptable current draw to minimize I²R (heat) losses in the cables.
  • Solving for Current (I): I = P / V
    Use case: Calculating the ampacity required for wire sizing and breaker selection based on the wattage printed on an appliance nameplate.
Bench Tip: The 80% Derating Rule
When using I = P / V to size breakers and wire for continuous loads, always divide your calculated current by 0.8 (or multiply by 1.25). For example, if your calculation yields 16A, the minimum breaker size is 16A / 0.8 = 20A. Never size a breaker to the exact calculated amperage for continuous duty.

Assumptions, AC vs DC, and Fatal Unit Mistakes

The formula P = V × I is elegantly simple, but applying it blindly to complex circuits will result in undersized components or destroyed equipment. You must understand its boundaries.

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

This exact formula applies perfectly to all DC circuits and purely resistive AC circuits (like incandescent heaters or toasters) where the Power Factor (PF) is exactly 1.0.

However, for AC inductive or capacitive loads (like AC motors, compressors, or fluorescent ballasts), voltage and current waveforms fall out of phase. In these cases, V × I only gives you Apparent Power (measured in Volt-Amperes, VA). To find the True Power (Watts) doing actual work, you must multiply by the Power Factor:

P = V × I × PF (where PF is typically between 0.7 and 0.95 for motors)

For a comprehensive breakdown of True, Reactive, and Apparent power, refer to the All About Circuits textbook chapter on AC power.

Fatal Unit Mistakes That Break the Math

The most common reason makers and students arrive at absurd answers is failing to convert prefixes to base SI units before multiplying.

  • The Milli Trap: Calculating power for a 5V sensor drawing 200mA. If you multiply 5 × 200, you get 1000W (a space heater!). You must convert 200mA to 0.2A first. 5V × 0.2A = 1W.
  • The Kilo Trap: An appliance nameplate reads 2.5 kW. If you use 2.5 in your current calculation (I = 2.5 / 120), you will calculate a draw of 0.02A and use dangerously thin wire. You must convert 2.5 kW to 2500W first. I = 2500 / 120 = 20.8A.

What a Realistic Answer Magnitude Looks Like

Developing an intuition for realistic magnitudes acts as a final sanity check before you cut wire or write code. If your calculated answer falls outside these typical ranges for the application, re-check your decimal points:

  • Micro/Milliwatts (μW to mW): Sleep-mode microcontrollers, CMOS sensors, RTC modules.
  • Watts (1W to 100W): LED lighting, logic boards, small DC actuators, laptop chargers.
  • Kilowatts (1kW to 10kW): Mains appliances, EV chargers, workshop table saws, HVAC compressors.
  • Megawatts (MW+): Grid substations, industrial smelters, data center campuses.

By anchoring your calculations in base SI units, respecting the 80% continuous load rule, and adjusting for Power Factor in AC motor circuits, you will reliably size every component from a 3.3V I2C pull-up resistor to a 240V subpanel feeder.