ΩOhmReady

Three-Phase Power Calculations: kVA, kW, Power Factor, and Transformer Sizing

Three-phase power calculations show up at every level of commercial and industrial electrical work: sizing a service transformer, checking whether a panel can handle additional load, reading a utility bill, and selecting a generator. The confusion is usually about kVA vs. kW—and when each number matters.

This guide covers the three-phase power formulas that come up in NEC calculations, the relationship between kVA, kW, kVAR, and power factor, and a worked example for transformer sizing on a commercial load.

Why Three-Phase Uses a √3 Factor

In a balanced three-phase system, three conductors each carry current at 120 degrees apart. The total power is not simply three times the single-phase value—it’s multiplied by the square root of 3 (1.732), because the phase voltages add as vectors, not scalars.

The practical consequence: a three-phase circuit at 480V and 100A delivers 83.1 kVA, not 48 kVA (single-phase equivalent at the same voltage and current).

The Three-Phase kVA Formula

Key Formula — Three-Phase Apparent Power $$kVA = \frac{V_L \times I_L \times \sqrt{3}}{1{,}000} = \frac{V_L \times I_L \times 1.732}{1{,}000}$$

VL = line-to-line voltage (V). IL = line current (A). 1.732 = √3. Divide by 1,000 to convert VA to kVA.

To solve for line current from a known kVA rating (used when sizing transformer secondary conductors or generator output connections):

$$I_L = \frac{kVA \times 1{,}000}{V_L \times 1.732}$$

kVA, kW, and kVAR: The Power Triangle

kVA is apparent power—the total power the circuit must supply, including both the useful work done (kW) and the reactive power that inductors and capacitors absorb and release each cycle (kVAR). The relationship:

Power Triangle Relationships $$kW = kVA \times PF$$ $$kVAR = \sqrt{kVA^2 - kW^2}$$ $$PF = \frac{kW}{kVA}$$

PF = power factor (unitless, 0 to 1.0). kW = real (active) power. kVAR = reactive power. kVA = apparent power.

Transformers, generators, and conductors are all sized in kVA, not kW—because they must supply the full apparent power, regardless of how much of it is reactive. A 100 kVA transformer running at 0.70 power factor is only delivering 70 kW of useful work, but its conductors and windings carry current proportional to all 100 kVA.

Power factor in commercial buildings typically ranges from 0.80 to 0.95. Large inductive loads (motors, transformers, fluorescent ballasts) pull PF down; power factor correction capacitors push it back up toward 1.0. The utility charges for reactive power on larger commercial accounts through demand charges—low PF means higher utility bills for the same kW of useful work.

Common Three-Phase Voltage Systems

SystemLine-to-Line VoltagekVA at 100ATypical Use
208V / 3φ208V36.0 kVACommercial service (120/208V wye)
240V / 3φ240V41.6 kVALight industrial, older commercial
480V / 3φ480V83.1 kVAIndustrial, large commercial
277/480V480V83.1 kVACommercial (277V fluorescent + 480V motor loads)

Worked Example: Sizing a Three-Phase Transformer

A commercial office space has the following connected three-phase loads at 480V:

  • HVAC air-handling units: 60A total (three-phase)
  • Lighting panelboard (480V feeder): 40A total
  • Miscellaneous motor loads: 50A total
  • Total line current: 150A at 480V, three-phase
Transformer kVA Calculation

Step 1 — Calculate apparent power:

$$kVA = \frac{480 \times 150 \times 1.732}{1{,}000} = \frac{124{,}704}{1{,}000} = 124.7\text{ kVA}$$

Step 2 — Determine real power at typical commercial PF:
Assuming PF = 0.85 (typical commercial mix of motors and lighting):

$$kW = 124.7 \times 0.85 = 106.0\text{ kW}$$

Step 3 — Calculate reactive power:

$$kVAR = \sqrt{124.7^2 - 106.0^2} = \sqrt{15{,}550 - 11{,}236} = \sqrt{4{,}314} = 65.7\text{ kVAR}$$

Step 4 — Select transformer kVA rating:
Standard three-phase transformer sizes: 75, 112.5, 150, 225, 300, 500 kVA…
The load is 124.7 kVA. At a 20% spare capacity margin:

$$\frac{124.7}{0.80} = 155.9\text{ kVA} \rightarrow \text{select } \mathbf{150\text{ kVA transformer}}$$

Wait—155.9 kVA exceeds the 150 kVA size. The next standard size up is 225 kVA, which provides 30%+ headroom for future loads. Alternatively, select 150 kVA if the load is well-established and unlikely to grow (83% of rating = acceptable but leaves no expansion capacity).

Practical Rule: Size at 80% Loading Transformers are thermally rated—continuous overloading degrades insulation and shortens life. The widely accepted design practice is to size the transformer so connected load does not exceed 80% of its kVA rating under normal conditions, leaving 20% for growth and demand peaks. For a 150 kVA transformer, that’s 120 kVA of continuous load.

Solving for Secondary Current (Conductor Sizing)

Once the transformer is selected, the secondary conductors must be sized to carry the full transformer output at maximum load. For a 150 kVA, 480V secondary:

$$I_L = \frac{150{,}000}{480 \times 1.732} = \frac{150{,}000}{831.4} = 180.4\text{A}$$

From NEC Table 310.16, 75°C copper: 3/0 AWG = 200A ampacity. This is the minimum secondary conductor size for a 150 kVA, 480V transformer under continuous load conditions.

For the primary conductors at 13.8 kV (typical utility service), the same formula applies with the primary voltage substituted. High-voltage conductors are sized and installed by the utility—but the electrician needs the primary current to verify the service disconnecting means rating required by NEC 450.3.

Three-Phase kVA in Load Calculations

When performing a panel load calculation for a three-phase commercial panel, loads are commonly listed in VA or kVA on the panel schedule. To convert between three-phase kVA and amperes—which is what the breakers and conductors are rated in:

$$I = \frac{kVA \times 1{,}000}{V \times 1.732}$$

This is the same formula as above, rearranged. A 45 kVA three-phase load at 208V draws:

$$I = \frac{45{,}000}{208 \times 1.732} = \frac{45{,}000}{360.3} = 124.9\text{A}$$

Which rounds to 125A—a common service size for a 208V, three-phase panelboard in a commercial tenant space.

These conversions are the foundation of electrical load calculations for new circuits and the full service sizing calculations covered in the subpanel sizing guide. The electrical load calculator handles the kVA-to-ampere conversions and demand factor applications when building out a complete panel schedule.

Three-Phase Power Standards IEEE Standard 141 (the “Red Book”—Electric Power Distribution for Industrial Plants) and IEEE Standard 241 (the “Gray Book”—Electric Power Systems in Commercial Buildings) provide detailed guidance on power factor, transformer sizing, and demand factor methodology. Both are published by the IEEE Standards Association. The NEC sets minimum requirements; IEEE standards cover engineering best practices beyond the code minimum.