To figure wattage means calculating the actual rate of energy consumption or delivery in an electrical circuit by multiplying voltage and current, adjusted for power factor in AC systems. When you are sizing a DC power supply, selecting a branch circuit breaker, or troubleshooting a melted terminal lug, guessing the load is how you end up with a bricked microcontroller or an electrical fire. You need exact numbers, not approximations. This guide breaks down the math for both DC and AC, shows you where the real-world traps are, and walks through a classic bench-to-jobsite failure so you don't repeat it.
The Core Math: How to Figure Wattage in DC vs. AC
The fundamental physics of power remain the same, but alternating current introduces a phase shift between voltage and current that complicates the math. In DC circuits, or purely resistive AC circuits (like a toaster or incandescent bulb), the calculation is straightforward: Power (Watts) = Voltage × Current.
However, inductive or capacitive AC loads (like motors, compressors, or fluorescent ballasts) introduce reactive power. The current waveform lags or leads the voltage waveform. To figure wattage accurately here, you must account for the Power Factor (PF).
- DC / Resistive AC: P = V × I
- Single-Phase AC: P = V × I × PF
- Three-Phase AC: P = √3 × V × I × PF
Typical residential AC PF ranges from 0.85 to 0.95 for induction motors, and near 1.0 for active PFC computer power supplies and resistive heaters.
Worked Numeric Example: Sizing an Inverter for a Compressor
Let's say you have a 120V AC air compressor drawing 12A on your clamp meter, with a nameplate Power Factor of 0.80. You want to run it off a 12V DC battery bank via an inverter.
- Calculate Apparent Power (VA): 120V × 12A = 1440 VA.
- Calculate Real Wattage: 1440 VA × 0.80 PF = 1152 Watts.
- The Trap: If you buy a 1200W inverter based on the real wattage, it will likely fail. Inverters and wiring must be sized for the apparent current (12A), not just the real power. Furthermore, motors have a locked-rotor surge current (LRA) that can be 5x the running current. You actually need a 2000W+ pure sine wave inverter to handle the startup surge, even though the running wattage is only 1152W.
What Wattage Actually Changes in a Real Installation
Figuring wattage dictates your thermal load and energy cost, but it is the current (Amps) that dictates wire ampacity and breaker trip curves. When you correctly figure wattage, it directly changes three critical installation parameters:
- Power Supply Sizing: Switching power supplies degrade and overheat when run at 100% capacity. Knowing the exact wattage allows you to apply the 80% continuous load rule, ensuring the supply runs cool and lasts for years.
- Heat Dissipation in Components: If you are using a linear voltage regulator (like an LM7805) to drop 12V to 5V at 1A, figuring the dissipated wattage is vital. P_dissipated = (12V - 5V) × 1A = 7W. A bare TO-220 package can only dissipate about 1.5W to ambient air before thermal shutdown. You now know you absolutely need a heatsink or must switch to a buck converter.
- Wire Gauge Selection: While wire is rated in Amps, you often start with a Wattage requirement (e.g., a 2000W baseboard heater). Figuring the wattage allows you to find the amps (2000W / 240V = 8.3A), which tells you that 14 AWG copper (rated 15A) is technically sufficient, but 12 AWG is better for minimizing voltage drop over long runs.
Where You Meet This in Practice
The most common place makers and DIYers need to figure wattage is when designing low-voltage DC lighting systems, specifically addressable LED strips like the WS2812B. If you under-calculate, the end of the strip turns orange instead of white due to voltage drop. If you over-calculate without a safety margin, your power supply catches fire.
- Find per-LED max current: A standard 5050 RGB LED draws 60mA (0.06A) at 5V when all three colors are at full brightness (white).
- Multiply by LED count: A standard strip has 60 LEDs per meter. 60 × 5 meters = 300 LEDs. (For 144 LEDs/m, it would be 720 LEDs).
- Figure wattage: 300 LEDs × 0.06A = 18A total current. 18A × 5V = 90 Watts.
- Apply the 20% safety margin: 90W / 0.80 = 112.5W.
- Select the hardware: Buy a 150W 5V 30A switching power supply (like the Mean Well LRS-150-5). Do not buy a generic 100W supply; it will run at 90% load, overheat, and trigger its internal thermal protection.
Real-World Scenario Walkthrough: The Tripped 15A Breaker
Let's look at a scenario that happens in residential wiring every winter, rooted in a failure to properly figure wattage in the context of electrical code.
The Setup: A homeowner plugs a 1500W ceramic space heater and a high-end gaming PC (with a 600W peak 80+ Gold PSU) into the same 15A, 120V bedroom branch circuit using a standard power strip.
The Numbers:
- Heater: 1500W / 120V = 12.5A.
- PC: 600W / 120V = 5.0A (assuming PF=1.0 for an active PFC power supply).
- Total calculated draw: 17.5A.
The Outcome: The 15A breaker holds for about 12 minutes, then trips with a loud snap, killing the PC mid-game and shutting off the heater.
What Went Wrong: The homeowner failed to figure wattage in the context of the NEC 80% continuous load rule. According to NEC Article 210.20(A), a continuous load (one expected to run for 3 hours or more) must not exceed 80% of the branch circuit rating. A space heater is a textbook continuous load.
15A × 0.80 = 12A maximum continuous draw. The heater alone (12.5A) exceeded the continuous limit. The thermal mass of the breaker's internal bimetallic strip took 12 minutes to heat up and bend enough to trip the mechanism, but the mathematical violation occurred at second zero. The PC's 5A draw just accelerated the thermal saturation of the breaker.
Common Confusions: Watts vs. Volt-Amps vs. Amp-Hours
When reading nameplates or shopping for backup power, people routinely confuse Watts with other electrical units. According to Fluke Corporation's electrical training resources, misunderstanding these terms leads to severely undersized backup systems.
- Watts (W) - Real Power: The actual work done, light emitted, or heat generated. This is what your utility company bills you for (in kilowatt-hours).
- Volt-Amps (VA) - Apparent Power: The geometric combination of real and reactive power. This is the total power the utility must deliver, and what your wires must carry. UPS systems and transformers are almost always rated in VA or kVA, not Watts, because their windings must handle the total current regardless of phase shift.
- Watt-hours (Wh) / Amp-hours (Ah) - Energy Capacity: Power is a rate (like speed in mph). Energy is capacity (like distance in miles). A 100W solar panel running for 5 hours produces 500Wh. Figuring wattage gives you the instantaneous rate; multiplying by time gives you the battery capacity you need to store it.
Frequently Asked Questions
Can I just use a plug-in power meter to figure wattage?
Yes, for 120V plug-in appliances, a meter like the Kill-A-Watt P4400 or a smart plug with energy monitoring (like the Emporia Smart Plug) measures true RMS watts, factoring in power factor automatically. The U.S. Department of Energy recommends this method for auditing home appliance usage. However, for hardwired 240V loads (like baseboard heaters, well pumps, or EV chargers), you cannot use a plug-in meter. You must use a clamp meter on the individual hot legs and calculate manually.
How do I figure wattage if the nameplate only lists amps and voltage?
Multiply the listed amps by the listed voltage. If it is an AC motor, compressor, or transformer, assume a power factor of 0.80 to 0.85 to estimate real watts. However, always size your breakers, fuses, and wire gauge based on the nameplate amps (VA), never the calculated real watts. The wires heat up based on total current flow, regardless of whether that current is doing real work or just building magnetic fields.
Why does my 1000W inverter shut down when running an 800W microwave?
Microwaves are notoriously inefficient. An "800W" microwave refers to the cooking power (RF output), not the electrical input power. The magnetron and high-voltage transformer are typically only 60-70% efficient. To figure the actual input wattage, you must divide the cooking power by the efficiency: 800W / 0.65 = 1230W input. Your 1000W inverter is correctly tripping its overload protection because the actual draw exceeds its rating.






