How to Calculate Power Consumption (Watts)

Learn how to calculate electrical power consumption in watts using voltage, current, and resistance. Covers DC circuits, AC apparent vs. real power, and energy cost calculations.

The Power Formula Triangle

Electrical power is calculated using three related formulas derived from Ohm's Law. The primary formula is P = V × I, where P is power in watts, V is voltage in volts, and I is current in amperes. Substituting Ohm's Law (V = IR) gives two additional forms: P = I²R (useful when you know current and resistance) and P = V²/R (useful when you know voltage and resistance). Together these three form the "power triangle" that covers most DC circuit analysis.

Applying the Formulas in Practice

A 12 V device drawing 2.5 A consumes P = 12 × 2.5 = 30 W. A 100 Ω resistor with 5 V across it dissipates P = 25/100 = 0.25 W — exactly the rating of a standard 1/4 W resistor, so you should choose a higher-rated component. When the current is not directly measurable, place an ammeter in series or calculate from a known resistance using V = IR first, then apply the power formula.

AC Power: Real, Reactive, and Apparent

In AC circuits with reactive loads (inductors and capacitors), power splits into three components. Real power (P, in watts) does actual work. Reactive power (Q, in volt-amperes reactive, VAR) oscillates between source and load without doing work. Apparent power (S, in volt-amperes, VA) is the product of RMS voltage and RMS current: S = Vrms × Irms. The relationship between them is S² = P² + Q². The power factor (PF = P/S = cos θ) measures how effectively current is converted to useful work, ranging from 0 to 1.

Measuring Power Factor and Its Importance

A power factor of 1.0 means all current drawn from the supply is doing useful work. Motors, fluorescent lights, and switching power supplies often have power factors of 0.7–0.9. If a device draws 10 A at 120 V with PF = 0.8, its real power is P = 120 × 10 × 0.8 = 960 W, but the apparent power is 1,200 VA. Utilities bill commercial customers for poor power factor because it wastes transmission capacity, which is why power factor correction capacitors are used in industrial settings.

Calculating Energy Consumption and Cost

Power in watts describes the rate of energy use; energy in kilowatt-hours (kWh) is what utilities bill. Energy = Power × Time, so a 1,500 W space heater running for 4 hours uses 1.5 kW × 4 h = 6 kWh. At a rate of $0.13/kWh, that costs $0.78. Multiply by days per month to estimate monthly cost: 6 kWh/day × 30 days × $0.13 = $23.40/month. This calculation is essential for sizing solar systems, backup batteries, and evaluating appliance efficiency.

Thermal Power Dissipation in Components

Every resistive component turns some electrical power into heat: transistors, voltage regulators, motor drivers, and resistors all dissipate power as P = Vdrop × I. A linear voltage regulator dropping 7 V at 500 mA dissipates P = 7 × 0.5 = 3.5 W. Without a heatsink, a TO-220 package can only safely dissipate about 1–2 W in free air, so a heatsink is mandatory. Thermal resistance (°C/W) from datasheet lets you calculate junction temperature: Tj = Ta + P × Rθja.

Power Budgeting for Embedded Systems

When designing battery-powered devices, a power budget predicts runtime: Runtime (hours) = Battery capacity (mAh) / Average current draw (mA). A microcontroller drawing 10 mA active and 0.01 mA in sleep, with a 50% duty cycle, has an average current of about 5 mA. A 2,000 mAh battery would last approximately 400 hours. Minimizing peak current also matters — a 300 mA WiFi radio spike on a 500 mAh LiPo causes voltage sag that can reset the system if the battery internal resistance is high.

Try These Calculators

Put what you learned into practice with these free calculators.