The standard 3 phase power formula for calculating real power (Watts) in a balanced AC system is P = √3 × VL × IL × PF. The √3 constant (approximately 1.732) exists because of the 120-degree phase shift between the three voltage waveforms, which geometrically results in a line-to-line voltage that is √3 times larger than the line-to-neutral voltage in a wye configuration. If you are sizing feeders, selecting breaker trip units, or commissioning variable frequency drives (VFDs), this equation is the bedrock of your load calculations.
The Core Equation, Symbol Definitions, and Rearranged Forms
Before punching numbers into a calculator, you must understand exactly what each symbol represents. Using the wrong voltage or current type is the most common reason this formula fails on the jobsite.
| Symbol | Term | Definition & Jobsite Context | Standard Unit |
|---|---|---|---|
| P | Real Power | The actual work-producing power consumed by the load. This is what your utility bills you for. | Watts (W) or kilowatts (kW) |
| √3 | Phase Constant | Mathematical constant derived from the 120° phase separation (≈ 1.732). Only applies to 3-phase systems. | Dimensionless |
| VL | Line-to-Line Voltage | The voltage measured between any two phase conductors (e.g., L1 to L2). Not line-to-neutral. | Volts (V) |
| IL | Line Current | The current flowing through any single phase conductor feeding the load. | Amperes (A) |
| PF | Power Factor | The cosine of the phase angle (cos θ) between voltage and current. Represents system efficiency. | Dimensionless (0.0 to 1.0) |
Assumptions & Limitations: This formula strictly applies to balanced, steady-state, sinusoidal 3-phase loads. If you are measuring a heavily unbalanced panel where L1 draws 40A, L2 draws 15A, and L3 draws 60A, this single formula will give you an inaccurate total. You must also assume linear loads; if you have massive harmonic distortion from LED drivers or unfiltered VFDs, the true power factor (which includes distortion) will differ from the displacement power factor measured by a basic meter.
Rearranged Forms
On the bench or in the field, you rarely solve for Power directly. Usually, you know the motor nameplate power and need to find the current to size your THHN wire and Square D breaker. Here are the algebraic rearrangements:
- To find Line Current: IL = P / (√3 × VL × PF)
- To find Line Voltage: VL = P / (√3 × IL × PF)
- To find Power Factor: PF = P / (√3 × VL × IL)
Solved Problems: Tracking Units from the Bench to the Panel
Abstract math leads to tripped breakers. Let's walk through two concrete scenarios, tracking every unit to ensure the dimensional analysis holds up.
Problem 1: Sizing a Breaker for a 3-Phase Heater
Scenario: You are wiring a 15 kW, 480V, 3-phase duct heater. Heating elements are purely resistive, meaning the power factor is 1.0. What is the full load line current?
- Identify knowns: P = 15,000 W (convert kW to W immediately to avoid decimal errors), VL = 480 V, PF = 1.0.
- Select formula: IL = P / (√3 × VL × PF)
- Substitute with units: IL = 15,000 W / (1.732 × 480 V × 1.0)
- Calculate denominator: 1.732 × 480 V = 831.36 V
- Divide: 15,000 W / 831.36 V = 18.04 A
Jobsite Application: NEC Article 424 requires a 125% multiplier for continuous fixed electric space heating. 18.04 A × 1.25 = 22.55 A. You will size this with 10 AWG THHN (rated 35A at 75°C) and a 25A or 30A 3-pole breaker.
Problem 2: Calculating Real Power of an Induction Motor
Scenario: A 400V, 3-phase conveyor motor draws 45A per line. Your power analyzer reads a lagging power factor of 0.88. What is the actual real power consumed?
- Identify knowns: VL = 400 V, IL = 45 A, PF = 0.88.
- Select formula: P = √3 × VL × IL × PF
- Substitute with units: P = 1.732 × 400 V × 45 A × 0.88
- Multiply sequentially: 1.732 × 400 = 692.8
- Continue: 692.8 × 45 = 31,176
- Final multiplication: 31,176 × 0.88 = 27,434.88 W (or 27.43 kW)
Note: The apparent power (kVA) would be 31.17 kVA, but the utility only bills you for the 27.43 kW of real work, though you may face power factor penalties for the 0.88 lagging PF depending on your tariff.
Real-World Scenario: The VFD Commissioning Disaster
Formulas don't exist in a vacuum. Here is a scenario where misapplying the 3 phase power formula resulted in a failed commissioning and a melted terminal lug.
The Setup: A technician was commissioning a 10 HP Allen-Bradley PowerFlex 525 VFD on a 208Y/120V 3-phase wye system. The motor nameplate listed a Full Load Amps (FLA) of 28A at 230V, but the supply was 208V. The tech needed to verify the input power draw to ensure the upstream 60A breaker was adequately sized.
The Numbers: The tech measured 120V from L1 to Ground. Assuming this was the voltage to use, they plugged 120V into the 3-phase power formula to find the expected power:
P = 1.732 × 120 V × 28 A × 0.85 (assumed PF) = 4,956 W.
Because the calculated power seemed low, the tech assumed the system was highly efficient and didn't double-check the upstream wire gauge, leaving 10 AWG wire on a 60A breaker.
The Outcome: When the conveyor was loaded, the VFD drew heavily from the 208V line. The 10 AWG wire overheated, the terminal lug annealed and melted, and the breaker eventually tripped on thermal overload, shutting down the production line for four hours.
What Went Wrong: The tech used Line-to-Neutral voltage (120V) in a formula that strictly demands Line-to-Line voltage (208V). The actual power drawn was:
P = 1.732 × 208 V × 32 A (actual current at 208V) × 0.85 = 10,388 W.
The actual current was over 32A, and the continuous load rules required wire rated for at least 40A. The 10 AWG wire (35A at 75°C) was severely undersized for the 60A breaker protecting it. The 3 phase power formula always uses Line-to-Line voltage when calculating total 3-phase power using Line current.
Unit Mistakes That Break the Math
If your calculator output looks wildly wrong, you likely fell victim to one of these three unit traps. For a deeper dive into polyphase system mathematics, refer to the All About Circuits AC textbook chapter on three-phase power systems.
- The kW vs. W Trap: Motor nameplates list power in kW or HP, but the formula outputs Watts. If you calculate IL = 10 / (1.732 × 480 × 0.85), you will get 0.014 A instead of 14.1 A. Fix: Always multiply kW by 1,000 before plugging it into the P variable.
- The Apparent vs. Real Power Confusion: Transformers and UPS systems are rated in kVA (Apparent Power), not kW (Real Power). The formula for Apparent Power drops the Power Factor: S = √3 × VL × IL. If you use the PF multiplier on a transformer sizing calculation, you will undersize the transformer by 15-20%.
- The Delta vs. Wye Voltage Assumption: On a 480V delta system, there is no neutral. The voltage to ground might read 277V (from a center-tapped winding) or 480V. Never use 'voltage to ground' as VL. Always measure phase-to-phase with your multimeter to get the true VL.
Realistic Magnitudes: Sanity-Checking Your Results
Experienced electricians and engineers develop a 'gut feel' for what a realistic answer magnitude looks like. If your calculated number deviates from these benchmarks, stop and check your math. For standard 3-phase induction motors (assuming ~0.85 PF and ~0.90 efficiency), use these rules of thumb:
- At 480V: Expect roughly 1.2 Amps per HP. (A 50 HP motor should draw ~60A. If your formula spits out 600A, you forgot to convert kW to W or misplaced a decimal).
- At 230V: Expect roughly 2.5 Amps per HP. (A 10 HP motor should draw ~25A).
- At 208V: Expect roughly 3.0 Amps per HP. (A 10 HP motor should draw ~30A).
Bench Tip: When measuring an existing circuit with a clamp meter to verify your formula calculations, measure all three phases (L1, L2, L3). If L1 reads 22A, L2 reads 24A, and L3 reads 21A, use the average (22.3A) in your formula. If one phase reads 40A and the others read 20A, you have a single-phase loading issue or a failing motor winding, and the standard 3-phase power formula will not accurately reflect the thermal stress on your conductors.
Mastering the 3 phase power formula isn't just about passing an exam; it's about ensuring the copper you pull and the breakers you land can safely handle the physics of the load. Always verify your VL with a tested meter, track your Watts versus kilowatts, and respect the √3.






