If you are sizing a feeder, selecting a transformer, or trying to figure out why your 3-phase inverter is throwing an overload fault, you need apparent power (VA), not real power (W). The direct answer for a balanced 3-phase system using line-to-line voltage is S = √3 × VL × IL. If you are using line-to-neutral (phase) voltage, the formula is S = 3 × VP × IP.
Apparent power represents the total volt-amps the utility must supply and your wiring must carry, regardless of how much of that energy actually does useful work. Below, we break down the vector math, map out the exact unit traps that cause field failures, and walk through real-world calculations.
The Core Apparent Power Formula 3 Phase
In a 3-phase system, power is delivered across three conductors offset by 120 electrical degrees. Because of this phase shift, you cannot simply multiply the total voltage by the total current as you would in a DC circuit. The √3 constant (approximately 1.732) emerges from the vector addition of the three phases. Specifically, the line-to-line voltage is √3 times larger than the line-to-neutral voltage in a wye-connected system (e.g., 208V line-to-line vs. 120V line-to-neutral).
Here is the exact spec-sheet breakdown of every symbol in the primary formulas:
| Symbol | Definition | Standard Unit | Field Measurement Tool |
|---|---|---|---|
| S | Apparent Power (Total Volt-Amps) | VA, kVA, or MVA | Power analyzer or calculated |
| √3 | Vector constant for 3-phase line values | Dimensionless (~1.732) | N/A |
| VL | Line-to-Line Voltage | Volts (V) | Multimeter (probes on two phases) |
| IL | Line Current | Amperes (A) | Clamp meter (around one phase) |
| 3 | Scalar constant for per-phase summation | Dimensionless | N/A |
| VP | Phase (Line-to-Neutral) Voltage | Volts (V) | Multimeter (probes on phase and neutral) |
| IP | Phase Current (Current in the winding/load) | Amperes (A) | Clamp meter |
Note: In a Wye (Y) configuration, IL = IP and VL = √3 × VP. In a Delta (Δ) configuration, VL = VP and IL = √3 × IP. The primary formula S = √3 × VL × IL works universally for both, provided you measure at the supply lines.
Rearranged Forms and Unit Traps
On the jobsite, you rarely solve for S directly. Usually, you have the nameplate kVA and need to find the expected amp draw to size your breaker and wire. Here are the rearranged forms solving for each variable:
- Solve for Line Current: IL = S / (√3 × VL)
- Solve for Line Voltage: VL = S / (√3 × IL)
- Solve for Phase Current (Wye): IP = S / (3 × VP)
- Solve for Phase Voltage (Delta): VP = S / (3 × IP)
- Mixing kW and kVA: Apparent power (kVA) is the vector sum of Real Power (kW) and Reactive Power (kVAR). If a motor nameplate says 30 kW, that is real power. You must divide by the power factor (PF) to get kVA before using this formula to size conductors.
- Voltage Mismatch: Plugging a line-to-neutral voltage (e.g., 277V) into the √3 formula. The √3 formula strictly requires line-to-line voltage (e.g., 480V).
- Prefix Errors: Forgetting to convert milliamps to amps or kVA to VA before multiplying. 50 kVA must be entered as 50,000 VA.
What does a realistic answer magnitude look like?
For a standard 208V/20A 3-phase branch circuit, S = 1.732 × 208 × 20 = 7,205 VA (7.2 kVA). For a large 480V/400A industrial feeder, S = 1.732 × 480 × 400 = 332,544 VA (332.5 kVA). If your calculation for a standard panel yields 50,000 kVA, you have a decimal error.
Solved Problems: From Bench to Panelboard
Let us track the units through two common scenarios to ensure the math holds up from the workbench to the main distribution panel.
Problem 1: Sizing a Transformer for a 3-Phase Heater Bank
Given: A balanced 3-phase resistive heater bank is connected line-to-line at 240V. A clamp meter reads 45A on each phase conductor.
Find: The minimum standard kVA rating for the step-down transformer feeding this load.
- Identify the formula: S = √3 × VL × IL
- Substitute values with units: S = 1.732 × 240 V × 45 A
- Multiply: S = 18,705.6 V·A (Volt-Amps)
- Convert to kVA: 18,705.6 VA / 1000 = 18.7 kVA
- Apply real-world sizing: Transformers come in standard sizes (15, 30, 45 kVA). Since 18.7 kVA exceeds the 15 kVA rating, you must step up to the next standard size: 30 kVA.
Problem 2: Calculating Expected Current from a Nameplate
Given: A 3-phase CNC machine nameplate lists an apparent power requirement of 65 kVA at 480V line-to-line.
Find: The expected line current to properly set the adjustable trip dial on the motor circuit protector (MCP).
- Identify the rearranged formula: IL = S / (√3 × VL)
- Convert kVA to VA: 65 kVA = 65,000 VA
- Substitute values with units: IL = 65,000 VA / (1.732 × 480 V)
- Calculate the denominator: 1.732 × 480 V = 831.36 V
- Divide: IL = 65,000 VA / 831.36 V = 78.18 A
Field Note: Per NEC Article 430, you would then multiply this full-load current by 1.25 for continuous duty conductor sizing, and up to 2.5 for the instantaneous trip breaker setting to allow for inrush.
Real-World Scenario: The 480V Chiller Motor Sizing Mistake
Formulas do not exist in a vacuum. Here is how misapplying the apparent power formula 3 phase leads to melted lugs and tripped breakers in the field.
The Setup: An HVAC technician is wiring a new 40 HP (approx. 30 kW mechanical output) chiller compressor motor at 480V 3-phase. The tech needs to size the THHN copper feeder and the molded case circuit breaker.
The Numbers: The tech looks at the 30 kW figure and assumes a Power Factor (PF) of 1.0 (purely resistive). They calculate the current using the real power formula: I = 30,000 W / (1.732 × 480 V) = 36.1 A. Based on 36.1 A, they pull 8 AWG THHN (rated 55A at 75°C in a raceway) and install a 40A breaker.
The Outcome: The motor starts, but the 40A breaker trips instantly on inrush. When the tech dials the breaker up to bypass the trip, the 8 AWG wire runs hot to the touch under load, and the terminal lugs on the disconnect switch eventually show signs of thermal discoloration.
What Went Wrong: The tech confused Real Power (kW) with Apparent Power (kVA). Induction motors are highly inductive; a typical 40 HP motor has a PF around 0.85.
1. Correct Apparent Power: S = 30 kW / 0.85 PF = 35.3 kVA.
2. Correct Full Load Current: I = 35,300 VA / (1.732 × 480 V) = 42.5 A.
The actual running current (42.5 A) exceeded the 40A breaker and pushed the 8 AWG wire past its safe continuous thermal limits when factoring in ambient temperature derating. Furthermore, 3-phase motors draw 600% to 800% of their full-load apparent current during startup. The breaker needed to be sized for the inrush (often a 100A or 125A magnetic-only MCP), and the wire needed to be upgraded to 6 AWG or 4 AWG to handle the continuous apparent current safely.
When the Formula Applies (and When It Breaks)
The S = √3 × VL × IL formula is a workhorse, but it relies on strict assumptions. According to All About Circuits, standard AC power math assumes ideal sinusoidal waveforms and balanced loads.
Assumption 1: Balanced Loads
The √3 shortcut only works if the current and voltage are identical across all three phases. If you are measuring a multi-tap transformer or a panel with heavy single-phase line-to-neutral loads (like a commercial lighting panel), the phases will be unbalanced. In this case, the formula breaks. You must calculate the apparent power for each phase individually (SA = VP × IA, SB = VP × IB, etc.) and sum them arithmetically: STotal = SA + SB + SC.
Assumption 2: Sinusoidal Waveforms (No Harmonics)
Modern facilities are packed with Variable Frequency Drives (VFDs), LED drivers, and switch-mode power supplies. These non-linear loads draw current in sharp pulses rather than smooth sine waves, creating harmonic distortion. As noted in Fluke's power quality guides, harmonics inflate the RMS current without contributing to real work, creating 'distortion power'. If your facility has high Total Harmonic Distortion (THD), a standard multimeter will give you false readings. You must use a True-RMS power analyzer to capture the actual apparent power, and you may need to oversize your neutral conductors and transformers (using K-rated transformers) to handle the harmonic heat.
Mastering the apparent power formula 3 phase is not just about passing an exam; it is about understanding the physical reality of the electrons moving through your conduit. Always verify your voltage type (line vs. phase), account for power factor, and measure with a True-RMS meter when non-linear loads are in the mix.






