The Core Formula for 3 Phase Power Calculation
The standard formula for calculating real (active) power in a balanced three-phase AC system is:
P = √3 × VL × IL × PF
This equation gives you the real power consumed by the load, which is the actual work being done (heat, mechanical torque, light). If you need apparent or reactive power, the multiplier changes, but the √3 constant and line measurements remain the foundation.
| Symbol | Definition | Standard Unit |
|---|---|---|
| P | Real (Active) Power | Watts (W) or Kilowatts (kW) |
| √3 | Square root of 3 (approx. 1.732) | Dimensionless constant |
| VL | Line-to-Line Voltage (also written as VLL) | Volts (V) |
| IL | Line Current (current in any one phase conductor) | Amperes (A) |
| PF | Power Factor (cos θ), ratio of real to apparent power | Dimensionless (0.0 to 1.0) |
For Apparent Power (S), measured in Volt-Amps (VA), drop the power factor: S = √3 × VL × IL. For Reactive Power (Q), measured in Volt-Amps Reactive (VAR), swap the power factor for the sine of the phase angle: Q = √3 × VL × IL × sin(θ).
Assumptions, Limits, and Unit Mistakes That Break the Math
This formula is elegant, but it will give you dangerously wrong answers if you ignore its underlying assumptions or mix up your units. Here is what you must verify before plugging numbers into your calculator.
When the Formula Applies (and When It Doesn't)
- Balanced Loads Only: The √3 formula assumes the current and impedance are identical across all three phases. If you have a heavily unbalanced load (like a commercial building with single-phase 120V lighting heavily loaded on Phase A but empty on Phase C), this formula fails. You must calculate per-phase power (VLN × I × PF) and sum them.
- Sinusoidal Waveforms: The standard PF term assumes linear loads. If you are measuring a VFD (Variable Frequency Drive) or a massive LED lighting array with cheap drivers, harmonic distortion creates a "distortion power factor." A basic clamp meter reading might not capture true power accurately; you need a true-RMS power analyzer.
The Two Unit Mistakes That Ruin Calculations
- The Line-to-Neutral Trap: The formula strictly requires Line-to-Line voltage. In a 480V wye system, the line-to-line voltage is 480V, but the line-to-neutral voltage is 277V. If you accidentally plug 277V into the √3 formula, your calculated power will be exactly √3 times too small. Always check the motor nameplate; if it says "480V Δ" or "480/277V Y", use 480 for VL.
- The kW vs. W Decimal Drop: The base formula outputs Watts. If your load is rated at 45 kW, you must enter 45,000 W into the equation when solving for current. Forgetting to shift the decimal is the most common reason DIYers and junior techs undersize breakers and wire.
What a Realistic Answer Magnitude Looks Like
Develop a gut feeling for the numbers so you can spot a calculator typo instantly. According to standard three-phase power principles, a 100A breaker at 480V (assuming a standard 0.80 PF) supports roughly 66 kW to 69 kW. If your calculation for a 100A feeder spits out 690 kW, you dropped a decimal. A 10 HP motor draws roughly 7.5 kW of real power; if your math says it draws 75 kW, check your inputs.
Worked Examples: From Shop Tools to Industrial Motors
Let's walk through two real-world scenarios, tracking every unit to ensure the math holds up.
Problem 1: Finding Real Power for a Commercial HVAC Compressor
Scenario: You are verifying the load of a rooftop chiller compressor. Your clamp meter reads 34.5 A on each phase. The disconnect nameplate specifies 480V 3-Phase, and the manufacturer datasheet lists a nominal power factor of 0.88.
Goal: Calculate the real power consumption in kW.
Step 1: Identify and list variables with units.
VL = 480 V
IL = 34.5 A
PF = 0.88
√3 ≈ 1.732
Step 2: Substitute into the formula.
P = 1.732 × 480 V × 34.5 A × 0.88
Step 3: Multiply scalars and track units.
P = 1.732 × 480 × 34.5 × 0.88 [V × A]
P = 25,336.5 [Watts]
Step 4: Convert to standard engineering units.
P = 25.34 kW
Sanity Check: A 25 kW load on a 480V system should draw roughly 30-35A. Our 34.5A measurement aligns perfectly with the math.
Problem 2: Sizing Feeder Current for a Balanced Resistive Heater Bank
Scenario: You are wiring a 36 kW industrial drying oven. The heating elements are purely resistive (meaning voltage and current are perfectly in phase). The facility supplies 208V 3-Phase power.
Goal: Calculate the line current to size the THHN conductors and breaker.
Step 1: Identify variables and convert to base units.
P = 36 kW = 36,000 W
VL = 208 V
PF = 1.0 (Purely resistive load)
√3 ≈ 1.732
Step 2: Rearrange formula to solve for IL.
IL = P / (√3 × VL × PF)
Step 3: Substitute and calculate.
IL = 36,000 W / (1.732 × 208 V × 1.0)
IL = 36,000 W / 360.256 V
IL = 99.93 A
Sizing Note: Because this is a continuous load (operating for 3+ hours), NEC-style guidance requires sizing the conductors and breaker at 125% of the calculated current. 99.93 A × 1.25 = 124.9 A. You would size this with 1 AWG copper THHN (rated 130A at 75°C) and a 150A breaker.
Rearranged Forms: Solving for Missing Variables
On the bench or in the field, you rarely have all four variables. Here is the master list of rearranged equations. Keep this saved on your phone for quick jobsite reference.
- To find Line Current (IL):
IL = P / (√3 × VL × PF)
Use when: Sizing wire, breakers, or overload relays based on a known nameplate kW rating. - To find Line-to-Line Voltage (VL):
VL = P / (√3 × IL × PF)
Use when: Troubleshooting severe voltage drop under load. If your calculated VL is much lower than your source voltage, your wire run is too long or undersized. - To find Power Factor (PF):
PF = P / (√3 × VL × IL)
Use when: Verifying capacitor bank sizing. If you measure W, V, and A, this tells you your actual operating PF, which you can compare against utility penalty thresholds (usually 0.90 or 0.95). - To find Apparent Power (S in VA):
S = √3 × VL × IL
Use when: Sizing transformers or UPS systems, which are rated in kVA, not kW.
Frequently Asked Questions
Why is there a square root of 3 in the 3 phase power formula?
The √3 (1.732) constant is a geometric result of the 120-degree phase shift between the three voltage waveforms. When you measure Line-to-Line voltage in a Wye system, you are measuring the vector difference between two phase voltages. Using trigonometry and the law of cosines, the magnitude of that difference is exactly √3 times the Line-to-Neutral voltage. The formula bakes this vector math into a single scalar multiplier so you can use simple line measurements with a standard clamp meter. For a deeper mathematical breakdown of these phase vectors, All About Circuits provides an excellent vector analysis.
Can I use the 3 phase power formula for unbalanced loads?
No. If the currents or power factors differ significantly between Phase A, B, and C, the √3 formula will yield an inaccurate average that masks the true peak loading on your most heavily loaded phase. For unbalanced systems, you must use a true three-phase power analyzer to measure each phase individually (PA + PB + PC), or calculate the single-phase power for each leg using Line-to-Neutral voltage and sum the results.
What is the difference between line-to-line and line-to-neutral voltage in this formula?
Line-to-Line (VL) is the voltage measured between any two hot phase conductors (e.g., L1 to L2). Line-to-Neutral (VLN) is the voltage measured from one hot conductor to the grounded neutral (e.g., L1 to N). The √3 formula strictly requires Line-to-Line voltage. In a standard US 208Y/120V system, VL is 208V and VLN is 120V. In a 480Y/277V system, VL is 480V and VLN is 277V. Always use the higher Line-to-Line number when using the √3 multiplier.
How do I calculate 3 phase power if I only know the horsepower rating?
Horsepower (HP) is a measure of mechanical output power, not electrical input power. To use the electrical formula, you must first convert HP to Watts (1 HP = 746 W), and then account for the motor's efficiency (η). The electrical input power is Pin = (HP × 746) / η. Once you have the electrical input power in Watts, you can plug that into the rearranged current formula (I = Pin / (√3 × V × PF)) to find the full-load amp draw for breaker sizing.






