The formula for true power (also called active or real power) in a single-phase AC circuit is P = Vrms × Irms × cos(θ). In DC circuits or purely resistive AC circuits, the voltage and current waveforms are perfectly in phase, meaning the phase angle (θ) is zero. Since cos(0) = 1, the formula for true power simplifies to P = V × I. True power represents the actual work performed by the circuit—heat generated, mechanical shaft work, or light emitted—and is the only power component that your utility company bills you for.
The Core Formula for True Power and Symbol Definitions
To use the formula correctly on the bench or jobsite, you must understand exactly what each symbol represents and the strict units required. Plugging peak voltage into an RMS current equation is a classic mistake that leads to undersized wire and tripped breakers.
| Symbol | Definition | Standard Unit | Measurement Tool |
|---|---|---|---|
| P | True Power (Active Power) | Watts (W) | Wattmeter / Power Analyzer |
| Vrms | Root Mean Square Voltage | Volts (V) | Multimeter (True-RMS preferred) |
| Irms | Root Mean Square Current | Amperes (A) | Clamp Meter / Shunt |
| cos(θ) | Power Factor (PF) | Unitless (0.0 to 1.0) | Power Quality Analyzer |
| θ | Phase Angle between V and I | Degrees (°) or Radians | Oscilloscope (Lissajous / XY) |
Rearranged Forms
When troubleshooting, you rarely solve for P directly. More often, you are trying to find the current draw to size a breaker, or calculating the power factor to determine if you need to install capacitor banks. Here are the algebraic rearrangements of the formula for true power:
- Solving for Current: Irms = P / (Vrms × cos(θ))
- Solving for Voltage: Vrms = P / (Irms × cos(θ))
- Solving for Power Factor: cos(θ) = P / (Vrms × Irms)
- Solving for Phase Angle: θ = arccos(P / (Vrms × Irms))
When the Formula Applies (and When It Breaks)
The standard formula for true power assumes a linear, steady-state sinusoidal AC waveform. It works perfectly for resistive heaters, incandescent lighting, and standard across-the-line induction motors. However, modern electronics frequently break these assumptions.
What breaks the formula: If you are measuring a non-linear load like a Variable Frequency Drive (VFD), an LED driver, or a switched-mode power supply (SMPS), the current waveform is heavily distorted with harmonics. In these cases, the simple cos(θ) displacement power factor is insufficient. You must use True Power Factor, which accounts for Total Harmonic Distortion (THD). Furthermore, using this formula to size conductors or breakers is a code violation; the National Electrical Code (NEC) requires sizing based on apparent power (VA) and continuous current, not just the true power (W), because the wires must carry the reactive current regardless of whether it performs real work.
Realistic Answer Magnitudes: True power is measured in Watts (W) or Kilowatts (kW). A standard 15A/120V US residential branch circuit can theoretically deliver a maximum true power of 1,800W (assuming a purely resistive load where PF=1). For a 10HP industrial motor on a 480V three-phase system, you should expect a true power magnitude in the range of 7.5 kW to 8.5 kW depending on efficiency and loading. If your calculation yields a number in the tens of thousands for a small bench tool, you have likely forgotten to divide peak voltage by √2.
Worked Examples with Strict Unit Tracking
Abstract formulas are useless if you drop a decimal or mix up your units. Below are two solved problems demonstrating strict unit tracking from measurement to final answer.
Problem 1: Single-Phase AC Inductive Load
Scenario: You are measuring a 240V single-phase air compressor motor. Your Fluke 117 True-RMS multimeter reads 238V. Your Fluke 323 clamp meter reads 14.2A. The motor nameplate indicates a running Power Factor of 0.82.
- Identify the variables: Vrms = 238 [V], Irms = 14.2 [A], cos(θ) = 0.82 [unitless].
- Apply the formula: P = Vrms × Irms × cos(θ)
- Substitute values with units: P = 238 [V] × 14.2 [A] × 0.82 [unitless]
- Calculate Apparent Power first (intermediate step): S = 238 [V] × 14.2 [A] = 3,379.6 [VA]
- Apply Power Factor: P = 3,379.6 [VA] × 0.82 = 2,771.272 [W]
- Final Answer: Round to realistic significant figures. The true power is 2,771 W (or 2.77 kW).
Problem 2: DC Resistive Heating Element
Scenario: You are testing a 48V DC immersion heater for an off-grid battery bank. The element's cold resistance is measured at 12 Ω using a benchtop multimeter. (Note: Resistance will rise as it heats, but we use the cold value for initial surge calculations).
- Identify the variables: V = 48 [V], R = 12 [Ω]. Since this is DC, cos(θ) = 1.
- Derive Current (Ohm's Law): I = V / R → I = 48 [V] / 12 [Ω] = 4 [A].
- Apply the simplified true power formula: P = V × I
- Substitute values with units: P = 48 [V] × 4 [A]
- Calculate: 48 × 4 = 192. The unit [V] × [A] yields [W].
- Final Answer: The true power dissipated as heat is 192 W.
Real-World Scenario: The Inverter Sizing Disaster
Formulas do not exist in a vacuum. Misunderstanding the difference between the formula for true power and the formula for apparent power is a rite of passage for off-grid solar builders. Here is a real-world bench and jobsite failure.
Setup: A DIYer is building a 24V off-grid solar system to run a 120V AC shallow well jet pump. They need to size the pure sine wave inverter. The builder grabs a multimeter and a clamp meter, measures the pump running on a generator, and records 120V and 9.5A.
Numbers: The builder plugs these numbers into the simplified power equation: 120V × 9.5A = 1,140W. Believing the pump requires 1,140W of continuous power, they purchase a high-quality 1,500W 24V inverter, assuming a 30% safety margin is sufficient.
Outcome: When the system is commissioned, the pump starts, runs for about three seconds, and the inverter immediately throws a high-current overload fault and shuts down. The battery cables are warm to the touch.
What went wrong: The builder used the formula for true power (assuming PF=1) to calculate Watts, but inverter components (transformers, MOSFETs, and wiring) must be sized for Apparent Power (VA) and the actual RMS current. The well pump is a highly inductive load with a running Power Factor of roughly 0.65. The True Power doing the mechanical work of pumping water was actually only 741W (120 × 9.5 × 0.65). However, the inverter still had to supply the full 1,140 VA of apparent power, plus handle the massive reactive current bouncing back and forth. Furthermore, the builder completely ignored the motor's Locked Rotor Amperage (LRA). A 1/2 HP well pump typically has an LRA of 40A to 50A. The 1,500W inverter's peak surge capability was exceeded instantly upon startup. Lesson: Use the true power formula to calculate energy consumption (Ah from batteries), but use apparent power and NEC Article 430 motor starting tables to size the inverter and conductors.
Common Unit Mistakes That Ruin Your Calculations
When your calculations yield wildly incorrect results, the physics isn't broken—your units are. Watch out for these three specific traps when applying the formula for true power.
1. Peak vs. RMS Voltage Confusion
Oscilloscopes naturally display peak-to-peak or peak voltages. A standard US 120V AC outlet actually has a peak voltage of roughly 170V (120 × √2). If you measure 170V on a scope and multiply it by a 10A RMS clamp meter reading, you will calculate 1,700W instead of the actual 1,200W. The formula strictly requires RMS values for both voltage and current to yield correct Watts.
2. Degrees vs. Radians in the Cosine Function
If you measure a phase shift of 30° between voltage and current on an oscilloscope, the power factor is cos(30°) = 0.866. However, if your calculator or embedded system script (like an Arduino or ESP32 math library) is set to Radians, entering cos(30) will evaluate to 0.154. This will cause you to underestimate the true power by a factor of five, leading to catastrophic undersizing of thermal management systems.
3. Conflating Watts (W) with Volt-Amps (VA)
True power (W) tells you how much heat a resistor will dissipate or how much mechanical work a motor will do. Apparent power (VA) tells you how much current the wires must carry. A common mistake is using the true power value to size a UPS or a breaker. A 1,000W UPS might only support 1,250VA. If you plug in a 1,000W (true power) load that has a terrible power factor of 0.6, it will draw 1,666VA, instantly overloading the UPS despite the 'Wattage' seemingly matching.
For a deeper dive into the relationship between real, reactive, and apparent power, the All About Circuits textbook chapter on AC Power provides excellent phasor diagrams. Additionally, Electronics Tutorials offers a robust breakdown of the power triangle, which is essential for visualizing why the cosine of the phase angle acts as the scaling factor between the power your utility generates and the work your load actually performs.






