To calculate watt from volt and ampere, multiply the voltage (V) by the current (I). For a 12V DC system drawing 5A, the power is exactly 60W. This foundational relationship, known as Joule's Law or Watt's Law, applies strictly to DC circuits or purely resistive AC circuits where the power factor is exactly 1.0. If you are sizing a power supply, selecting a breaker, or debugging a blown fuse, this equation is your starting point.
The Core Power Equation and Symbol Definitions
The mathematical relationship between power, voltage, and current is expressed as:
P = V × I
Below is the strict definition of each symbol, its standard unit, and the physical property it represents. According to the NIST SI Units Reference, these base units must be used in the equation to yield a correct wattage output without requiring conversion multipliers.
| Symbol | Quantity | SI Unit | Unit Abbreviation | Physical Definition |
|---|---|---|---|---|
| P | Power | Watt | W | The rate of energy transfer or consumption per unit of time (Joules per second). |
| V | Voltage | Volt | V | The electrical potential difference between two points (Joules per Coulomb). |
| I | Current | Ampere | A | The rate of electrical charge flow past a point (Coulombs per second). |
Rearranged Forms for Circuit Debugging
On the workbench, you rarely have all three variables. When troubleshooting a dead board or sizing a shunt resistor, you need to isolate the unknown variable. Here are the algebraically rearranged forms of the core equation:
- To find Voltage (V): V = P / I (Use when you know the wattage rating of a device and its measured current draw, allowing you to calculate the voltage drop across it.)
- To find Current (I): I = P / V (Use when sizing a fuse or wire; divide the device's wattage by the system voltage to find the expected ampacity requirement.)
If you only know resistance (R) and current (I), substitute V = I × R into the power equation to get P = I² × R. This is the exact formula used to calculate heat dissipation in a wire or a resistor, which is critical for thermal management in enclosed project boxes.
Worked Examples with Strict Unit Tracking
The most common reason DIY builds fail or components burn out is a unit tracking error during calculation. Below are two real-world scenarios demonstrating strict dimensional analysis.
Problem 1: Sizing a DC Power Supply for an LED Strip
Scenario: You are installing 5 meters of 12V DC 5050 LED strip lighting. The manufacturer's spec sheet states the strip draws 1.2 Amperes per meter. You need to calculate the total wattage to select an appropriately sized power supply.
- Identify knowns: System Voltage (V) = 12V. Current per meter = 1.2 A/m. Total length = 5 m.
- Calculate total current (I): 1.2 A/m × 5 m = 6.0 A.
- Apply the formula: P = V × I
- Substitute values with units: P = 12 V × 6.0 A
- Execute math and track units: 12 × 6.0 = 72. The unit Volts × Amperes equals Watts.
- Final Answer: P = 72 W.
Problem 2: Calculating Current Draw for an AC Resistive Heater
Scenario: You are wiring a dedicated 120V AC branch circuit for a 1500W ceramic space heater. You need to calculate the current draw to verify if a 15A breaker is sufficient, or if you need to pull a new 20A circuit.
- Identify knowns: Power (P) = 1500 W. System Voltage (V) = 120 V (nominal RMS).
- Select rearranged formula: I = P / V
- Substitute values with units: I = 1500 W / 120 V
- Execute math and track units: 1500 / 120 = 12.5. The unit Watts / Volts equals Amperes.
- Final Answer: I = 12.5 A.
Assumptions, Limits, and Unit Mistakes That Break the Math
The P = V × I equation is deceptively simple, but applying it blindly outside its boundaries leads to catastrophic sizing errors. As detailed in All About Circuits' guide on Electrical Power, you must understand the physical assumptions baked into the formula.
When the Formula Applies (and When It Doesn't)
This exact formula calculates Real Power (Watts) only in DC circuits or purely resistive AC circuits (like incandescent bulbs or heating elements) where the Power Factor (PF) is 1.0.
If you are calculating power for an AC motor, a compressor, or a switching power supply with active power factor correction, the current and voltage waveforms are out of phase. In those cases, P = V × I only gives you Apparent Power (measured in Volt-Amps, VA). To find true Watts in reactive AC circuits, you must use P = V × I × PF. According to Fluke's technical documentation on power factor, an industrial motor with a PF of 0.8 drawing 10A at 120V consumes 960W of real power, not the 1200W the basic formula would suggest.
Unit Mistakes That Break the Calculation
- The Milliamp Trap: Microcontrollers and sensors often list current in milliamps (mA). If an ESP32 draws 240 mA at 3.3V, plugging '240' into the equation yields 792W (which would instantly vaporize the chip). You must convert to base units first: 240 mA = 0.24 A. P = 3.3V × 0.24A = 0.792W.
- Peak vs. RMS Voltage: In AC systems, standard multimeters read RMS (Root Mean Square) voltage. A 120V AC wall outlet actually peaks at roughly 170V. If you use an oscilloscope to measure the peak voltage (170V) and plug it into the DC power formula, your wattage calculation will be 41% too high. Always use RMS voltage for AC power calculations.
- Nominal vs. Actual Voltage: A '12V' car battery actually sits at 12.6V fully charged and drops to 11.5V under heavy cranking load. If you are sizing an inverter, calculate using the lowest expected voltage (11.5V) to find the maximum current draw, ensuring your wire gauge won't overheat during voltage sag.
Realistic Answer Magnitudes (The Sanity Check)
Before finalizing your math, compare your result to these real-world benchmarks. If your calculation falls wildly outside these ranges, you have a decimal error.
- USB-C Phone Charger: 10W to 25W
- Standard LED Desk Lamp: 5W to 15W
- Laptop Power Brick: 45W to 130W
- Kitchen Microwave: 800W to 1200W
- Level 2 EV Home Charger: 7,200W to 11,500W
Decision Path: Sizing a Power Supply or Breaker from Calculated Watts
Calculating the wattage is only step one. Step two is selecting the physical hardware to safely deliver that power. Use the decision matrix below to transition from theoretical math to a concrete parts list.
| Condition / Load Type | Calculation Rule | Hardware Sizing Action |
|---|---|---|
| DC Load, Non-Continuous (runs < 3 hours) | Calculated Watts × 1.2 (20% safety buffer) | Select a power supply with a wattage rating equal to or greater than the buffered value. |
| DC Load, Continuous (runs > 3 hours, e.g., LEDs, servers) | Calculated Watts × 1.25 (NEC 80% derating rule) | Select a power supply rated for at least 125% of the calculated continuous wattage. |
| AC Resistive Branch Circuit (Non-Continuous) | Calculated Amps = Watts / Volts | Select a breaker rated ≥ Calculated Amps. Wire must match breaker ampacity. |
| AC Branch Circuit, Continuous (e.g., baseboard heaters) | Calculated Amps × 1.25 (NEC 210.20(A)) | Select a breaker rated ≥ Buffered Amps. (e.g., 12.5A continuous requires a 15.6A minimum, forcing a 20A breaker). |
| AC Inductive Load (Motors, Pumps, Compressors) | Calculate Apparent Power (VA), then apply 1.25 multiplier | Size breaker and wire based on the motor's Full Load Amps (FLA) on the nameplate, not just calculated Watts. |
Let us terminate the decision path using the 72W LED strip calculated in Problem 1. Because LED strips are considered a continuous load (they will likely run for more than 3 hours at a time), we apply the 125% multiplier: 72W × 1.25 = 90W minimum required capacity. At 12V, 90W requires a 7.5A power supply.
Concrete Pick: Do not buy a generic 7.5A supply. Buy the Mean Well LRS-120-12. It is a 120W (10A) enclosed switching power supply. It exceeds the 90W continuous requirement, provides headroom for voltage drop across the wires, and features built-in short-circuit and overload protection. Pair it with 14 AWG wire for the main feed to keep voltage drop under 3% over a 10-foot run.






