How to Calculate Transformer Efficiency: 3 Proven Formulas Engineers Must Know

Share:
Electrical Design & Calculations
How to Calculate Transformer Efficiency: 3 Proven Formulas Engineers Must Know

Transformer efficiency looks straightforward on paper, but the calculation trips up engineers the moment the load changes from full to partial, or when the client asks for all-day performance figures rather than a single nameplate number.

This guide works through all three efficiency formulas, the full-load calculation, the maximum efficiency condition, and the all-day efficiency method, using a real 100 kVA example with numbers you can check by hand.

Iron Loss vs Copper Loss Maximum Efficiency Formula All-Day Efficiency OC and SC Test Data

Transformer efficiency is not a fixed value. It changes with every shift in load because copper loss rises with the square of current while iron loss stays constant around the clock.

Understanding which loss dominates at a given load level is what separates a correctly sized transformer from an oversized one that wastes energy at light loads all day long.

Why Transformer Efficiency Needs More Than One Number

A transformer sitting on a nameplate at 98.5% efficiency sounds impressive. But that number only tells you what happens at one specific point: full load, rated voltage, and rated frequency, usually measured during a factory acceptance test.

In real plants and distribution networks, transformers rarely sit at full load. A distribution transformer supplying a residential feeder might run at 60 to 70% of rated capacity during the day and drop to 20% overnight.

transformer efficiency

An industrial plant transformer might hit full load only during peak production shifts. For most of its life it runs somewhere between 40 and 80% of rated capacity.

That is why engineers need three separate efficiency calculations. The basic formula tells you efficiency at any given load. The maximum efficiency formula tells you the load point where losses are minimized by design.

The all-day formula tells you the actual energy performance over a full 24-hour cycle, which is the number that shows up on an energy audit or a utility's operating cost calculation.

All three calculations use the same two loss figures: iron loss and copper loss. Both come from standard factory tests defined in IEC 60076: the open-circuit test and the short-circuit test.

The test certificate that comes with every transformer from the factory is where you find these numbers. The nameplate does not show them.

Power transformers used in bulk transmission typically achieve 97 to 99% efficiency at full load. Distribution transformers are designed to peak closer to 50 to 75% load since they spend most of their life below rated capacity.

Advertisement
Advertisement

Transformer Efficiency: Core Loss vs Copper Loss Explained

Every efficiency calculation starts with the two loss components. Getting these confused is the most common mistake in transformer calculations, because they behave in completely opposite ways as load changes.

Iron loss (also called core loss or no-load loss) comes from the alternating magnetic flux in the core. It has two parts: hysteresis loss from the repeated reversal of magnetic domains in the core material, and eddy current loss from circulating currents in the laminated steel.

Both parts depend only on the supply voltage and frequency, not on how much current the load draws.

Iron loss is constant from the moment you energize the transformer, whether you have zero load or full load connected.

Copper loss (also called load loss or I squared R loss) comes from the resistance of the primary and secondary windings. When current flows, heat builds up in the winding conductors at a rate proportional to the square of the current.

Double the current and copper loss goes up four times. At half load current, copper loss drops to one quarter of its full-load value.

Iron Loss (Core Loss)

Caused by hysteresis and eddy currents in the core. Constant at all load levels. Measured by the open-circuit test. Listed on the test certificate as no-load loss.

Copper Loss (Winding Loss)

Caused by I squared R heating in primary and secondary windings. Varies with the square of load current. Measured by the short-circuit test at full-load current.

Stray Losses

Eddy currents induced in structural steel parts and tank walls by leakage flux. Small but nonzero. Usually included in the short-circuit test reading for practical calculation purposes.

Dielectric Loss

Very small power loss in the insulation material under the alternating electric field. Negligible in most medium and high voltage power transformers and usually ignored in efficiency calculations.

The open-circuit test is run with the secondary winding open and rated voltage applied to the primary. The wattmeter reading gives iron loss directly. The short-circuit test applies a reduced voltage to the primary (typically 5 to 10% of rated) just enough to push rated current through the shorted secondary, and the wattmeter reading gives copper loss at full load current.

The 3 Transformer Efficiency Formulas You Need

Once you have the two loss values from the test certificate, the calculations follow a straightforward path. The three formulas below cover every scenario you will encounter: a known load condition, the design optimum, and the 24-hour energy picture.

Formula 1: Basic Transformer Efficiency at Any Load

Basic Efficiency Formula
η (%) = P_out / (P_out + P_iron + P_copper) × 100
 
Where at load fraction x (x = 1 at full load, 0.5 at half load)
P_out = x × kVA rating × Power Factor × 1000  (in Watts)
P_copper at load x = x² × P_copper_FL  (copper loss scales as x squared)
P_iron = constant at all values of x

Formula 2: Maximum Efficiency Condition

Maximum efficiency occurs when copper loss equals iron loss. At that balance point, total losses are minimized relative to output power. You can derive the load fraction at which this happens directly from the two loss values.

Load Fraction at Maximum Efficiency
x_max = sqrt ( P_iron / P_copper_FL )
 
Condition at Maximum Efficiency
P_iron = P_copper at load x_max
If P_iron < P_copper_FL, maximum efficiency is below full load

Formula 3: All-Day Efficiency for Distribution Transformers

All-Day Efficiency
η_allday (%) = Total kWh output / Total kWh input × 100
 
Total kWh output = Σ (P_out at load i × hours at load i)
Total kWh loss = Σ [(P_iron + P_copper at load i) × hours]
Total kWh input = Total kWh output + Total kWh loss
Why all-day efficiency matters: Iron loss runs 24 hours a day whether the transformer carries load or not. A transformer that is oversized for its actual load profile will spend most of the day with low copper loss but constant full iron loss, pulling its all-day efficiency well below its nameplate rating.

Worked Numbers for a 100 kVA Transformer

The following example uses a 100 kVA single-phase transformer with iron loss of 1.2 kW and full-load copper loss of 2.0 kW, loaded at 0.8 power factor. These figures are representative of an actual distribution transformer test certificate.

Given Data
Rated kVA = 100 kVA  |  Power Factor = 0.8
Iron Loss (P_iron) = 1200 W = 1.2 kW (from open-circuit test)
Copper Loss at Full Load (P_cu_FL) = 2000 W = 2.0 kW (from short-circuit test)
 
Case 1: Full Load Efficiency (x = 1.0)
P_out = 1.0 × 100,000 × 0.8 = 80,000 W = 80 kW
Total losses = 1200 + 2000 = 3200 W
η_FL = 80,000 / (80,000 + 3200) × 100 = 96.15%
 
Case 2: Half Load Efficiency (x = 0.5)
P_out = 0.5 × 100,000 × 0.8 = 40,000 W = 40 kW
P_copper at half load = (0.5)² × 2000 = 500 W
Total losses = 1200 + 500 = 1700 W
η_HL = 40,000 / (40,000 + 1700) × 100 = 95.92%
 
Case 3: Maximum Efficiency Point
x_max = sqrt (1200 / 2000) = sqrt (0.6) = 0.7746
Maximum efficiency occurs at 77.5% of full load
At x = 0.7746: P_copper = (0.7746)² × 2000 = 1200 W = P_iron ✓
η_max = 61,968 / (61,968 + 1200 + 1200) × 100 = 96.27%
Advertisement
Advertisement

All-Day Efficiency Calculation for the Same 100 kVA Transformer

Assume the 100 kVA transformer serves a load that follows this daily cycle: full load for 6 hours during peak production, half load for 10 hours during off peak periods, and no load for 8 hours overnight while the factory is shut down.

Output Energy Over 24 Hours
Full load period: 80 kW × 6 h = 480 kWh
Half load period: 40 kW × 10 h = 400 kWh
No load period: 0 kW × 8 h = 0 kWh
Total kWh output = 480 + 400 + 0 = 880 kWh
 
Loss Energy Over 24 Hours
Full load losses: (1.2 + 2.0) kW × 6 h = 19.2 kWh
Half load losses: (1.2 + 0.5) kW × 10 h = 17.0 kWh
No load losses: 1.2 kW × 8 h = 9.6 kWh (iron loss still runs)
Total loss energy = 19.2 + 17.0 + 9.6 = 45.8 kWh
 
All-Day Efficiency
Total kWh input = 880 + 45.8 = 925.8 kWh
η_allday = 880 / 925.8 × 100 = 95.05%

The all-day efficiency of 95.05% is lower than the full-load efficiency of 96.15%. The 9.6 kWh lost overnight to iron loss while delivering zero output is the key reason.

This is precisely why engineers at distribution level select transformers with minimal no-load (iron) loss ratings rather than simply chasing the highest full-load efficiency number.

Transformer Efficiency Loss Diagram

INPUT P_in (kW) Supply Side TRANSFORMER Core + Windings Iron Loss (constant) Copper Loss (variable) Heat Losses (kW) OUTPUT P_out (kW) Load Side η = P_out / P_in × 100% Typical: 96% to 99.5% for power transformers

Power flows in from the supply side, passes through the transformer core and windings, and exits at the load side. Iron loss and copper loss escape as heat, reducing output relative to input. Efficiency is the ratio of useful output to total input.

Why Maximum Transformer Efficiency Rarely Falls at Full Load

The condition for maximum efficiency, where copper loss equals iron loss, gives a specific load fraction that depends entirely on the transformer's design. For the 100 kVA example above, maximum efficiency fell at 77.5% load, not 100%.

This is by design, not by accident. Distribution transformers built to IEC 60076 standards are intentionally designed so that iron loss is lower relative to copper loss, pushing the maximum efficiency point toward 50 to 75% of full load.

Since distribution feeders typically carry 50 to 75% of rated capacity on average, this design choice makes the transformer run near its efficiency peak for most of its operating life.

Power transmission transformers, by contrast, run close to full load much of the time. They are designed with iron loss closer to copper loss, so maximum efficiency falls nearer full load.

Load FractionP_copper (100 kVA example)P_iron (100 kVA example)Total LossEfficiency at 0.8 pf
25% (x = 0.25)125 W (0.0625 × 2000)1200 W1325 W93.75%
50% (x = 0.5)500 W (0.25 × 2000)1200 W1700 W95.92%
75% (x = 0.75)1125 W (0.5625 × 2000)1200 W2325 W96.27%
77.5% (x_max)1200 W (= P_iron)1200 W2400 W96.27% (peak)
100% (x = 1.0)2000 W1200 W3200 W96.15%

The table shows that efficiency changes relatively little across the 50 to 100% load range in this example. The steeper drop happens at light load below 25%, where iron loss dominates a small output, pulling efficiency down rapidly.

Transformer Efficiency Calculator

Transformer Efficiency Calculator
Full load, partial load, maximum efficiency point, and all-day efficiency
-
-

Step by Step: How to Calculate Transformer Efficiency

1
Get the Test Certificate
Obtain the factory test certificate for your transformer. Locate the no-load loss (iron loss) from the open-circuit test and the load loss (copper loss) from the short-circuit test at rated current.
2
Find the Operating Load Fraction
Determine the actual load the transformer serves, in kVA or kW. Divide by the rated kVA to get the load fraction x. Measure at the secondary terminals during peak demand for the most representative figure.
3
Scale Copper Loss to the Operating Point
Multiply the full-load copper loss by x squared. This scaled value is the actual copper loss at your operating load. Iron loss stays at the test certificate value unchanged.
4
Calculate Output Power
Multiply the load fraction by rated kVA and by the load power factor to get real output power in kW. For a unity power factor load, kW equals kVA times the load fraction directly.
5
Apply the Efficiency Formula
Divide output power by the sum of output power, iron loss, and scaled copper loss. Multiply by 100 to get percentage efficiency. Check this against your transformer's nameplate specification.
6
Check the Maximum Efficiency Point
Take the square root of the ratio of iron loss to full-load copper loss. If this fraction is well below your typical operating load, the transformer may be oversized for your application.

Transformer Efficiency Calculation: Where It Matters in Practice

🏭
Industrial Plant Design
Engineers calculating the full-load kVA requirement of a new plant also need the efficiency figure to size the incoming supply correctly. A 500 kVA load at 96% efficiency draws roughly 520 kVA from the grid.
🏙️
Distribution Network Planning
Utilities use all-day efficiency to compare transformer options over their full operating life, not just at nameplate conditions. A transformer with 0.5% better all-day efficiency can save thousands of kWh per year per unit across a large network.
💰
Energy Audit and Billing
💰
Facilities paying for electricity losses in their own distribution transformers can use efficiency calculations to quantify the annual cost of transformer losses and evaluate the payback on replacement with a unit that has lower losses.
☀️
Solar and Renewable Integration
Solar farm step-up transformers operate at widely varying loads depending on irradiance. Calculating efficiency across the load curve confirms the transformer performs acceptably at both morning low output and midday peak output conditions.
📋
Regulatory Compliance
DOE 2016 standards set minimum efficiency benchmarks for US distribution transformers. A 75 kVA three-phase dry-type unit must meet at least 97.89% at full load and 98.0% at 35% load. Calculating efficiency from test data confirms compliance.
🔁
Transformer Replacement Decisions
When an aging transformer runs at low efficiency due to core deterioration or design age, comparing the calculated all-day loss cost against a modern unit with lower losses justifies a capital replacement decision with measurable payback data.
Advertisement
Advertisement

Common Transformer Efficiency Calculation Mistakes to Avoid

✅ Correct Approach

  • Use iron loss and copper loss values from the actual test certificate, not estimated from datasheet power ratings
  • Scale copper loss by x squared for partial loads, not linearly by x
  • Use rated kVA multiplied by power factor to get real output power in kW
  • Calculate all-day efficiency separately from instantaneous efficiency for distribution transformers
  • Include iron loss during no-load periods when computing 24-hour energy loss
  • Check the maximum efficiency load point against actual typical operating load

❌ Common Errors

  • Assuming iron loss changes with load (it does not; it is constant)
  • Scaling copper loss linearly with load instead of by the square of load fraction
  • Ignoring power factor and treating kVA directly as kW output
  • Reporting only nameplate efficiency without checking the actual operating load fraction
  • Forgetting iron loss during no-load hours in all-day efficiency calculations
  • Confusing all-day efficiency with instantaneous efficiency and using the wrong number for billing or compliance

Watch: Transformer Losses and Efficiency Calculation

PDF
Transformer Losses and Efficiency — Electrical Easy
Covers commercial efficiency, all-day efficiency, and the maximum efficiency condition with worked examples

Transformer Efficiency Calculation Questions Engineers Ask

What is the formula for transformer efficiency?
Efficiency (%) = P_out / (P_out + P_iron + P_copper) × 100, where P_out is the real output power in kW, P_iron is the constant core loss, and P_copper is the copper loss scaled by the square of the load fraction.
Why does copper loss vary with the square of load current?
Copper loss is I squared times winding resistance. Current is proportional to load, so doubling the load doubles the current and quadruples the I squared R heat loss.
At what load does a transformer reach maximum efficiency?
Maximum efficiency occurs when copper loss equals iron loss. The load fraction at that point is the square root of (iron loss divided by full-load copper loss).
What is the difference between commercial efficiency and all-day efficiency?
Commercial (instantaneous) efficiency is measured at one operating point. All-day efficiency accounts for the full 24-hour load cycle including periods of light load and no-load, where iron loss still runs but output power is low or zero.
Where do I get the iron loss and copper loss values for a transformer?
These values come from the factory test certificate: the open-circuit test gives iron loss, and the short-circuit test at rated current gives full-load copper loss. They are not calculated from the nameplate kVA rating.
Why is all-day efficiency always lower than full-load efficiency?
Because iron loss accumulates during no-load and light load hours while delivering little or no output energy, dragging the 24-hour energy ratio below the instantaneous peak efficiency figure.
Can transformer efficiency exceed 100%?
No. A real transformer always has some iron loss and copper loss, so output is always less than input. Practical power transformers achieve 96 to 99.5% efficiency at rated load.

External References

Advertisement
Advertisement

What We Learn Today

  • Transformer efficiency = P_out / (P_out + P_iron + P_copper) × 100, where P_copper scales as load fraction squared
  • Iron loss is constant at all loads; copper loss rises with the square of load current
  • Maximum efficiency occurs when copper loss equals iron loss, often at 50 to 80% of full load for distribution transformers
  • All-day efficiency is always lower than full-load efficiency because iron loss runs during no-load periods with zero output
  • Iron loss and copper loss values come from the factory test certificate (OC test and SC test), not from nameplate ratings
  • An oversized transformer wastes energy through constant iron loss at light load, pulling all-day efficiency down
  • Power transformers typically achieve 96 to 99.5% efficiency; DOE 2016 sets minimum benchmarks for US distribution units
“A transformer that runs near its maximum efficiency point throughout its daily load cycle saves more energy over its 20-year life than a higher nameplate efficiency rating measured only at full load.”

Leave a Reply

Your email address will not be published. Required fields are marked *