Skip to content
RFrftools.io
Power ElectronicsMarch 22, 20266 min read

Calculate Transformer Turns Ratio & Power Delivery

Learn how to calculate transformer turns ratio, secondary current, and real power delivery with worked examples. Free online calculator included.

Contents

Why Turns Ratio Matters More Than You Think

Here's something I see all the time: engineers glance at a transformer datasheet, note the turns ratio, and move on like it's just another spec to check off. That's a mistake you'll pay for later. The turns ratio isn't some passive parameter — it's the control knob for everything that matters in your design. Voltage relationships, current handling, thermal behavior, efficiency... all of it flows from this one number.

Maybe you're working on a flyback converter for a USB-C power adapter. Or specifying a 480V to 208V isolation transformer for an industrial control panel. Or even hand-winding a balun for your 20-meter dipole antenna. Regardless, the turns ratio is your primary design lever. Screw it up, and you'll watch your transformer overheat during testing, saturate the core at full load, or just fail outright in the field. I've debugged enough smoking transformers to know this isn't theoretical.

The Fundamental Relationships

The math for an ideal transformer is actually pretty elegant. Voltage scales directly with the turns ratio:

VpVs=NpNs\frac{V_p}{V_s} = \frac{N_p}{N_s}

where VpV_p and VsV_s are your primary and secondary voltages, while NpN_p and NsN_s count the turns on each winding. It's basically a gear ratio for electromagnetic energy. If you wind 100 turns on the primary and 25 on the secondary, you've got a 4:1 ratio — four volts in gives you one volt out.

Current does exactly the opposite:

IsIp=NpNs\frac{I_s}{I_p} = \frac{N_p}{N_s}

That same 4:1 step-down transformer that quarters your voltage will quadruple your current on the secondary side. At least in the idealized textbook case. Real transformers have other ideas about this, as we'll see.

This reciprocal relationship makes intuitive sense when you think about power conservation. Ignoring losses for a moment, the power going in has to equal the power coming out: VpIp=VsIsV_p \cdot I_p = V_s \cdot I_s. Drop the voltage by a factor of four, and the current must rise by four to keep that equation balanced. It's the universe's way of reminding you there's no free lunch.

Accounting for Efficiency and Real Power

Of course, no real transformer is a perfect energy conduit. You've got core losses from hysteresis and eddy currents every time the magnetic field reverses. You've got copper losses — that's just I2RI^2R heating in the windings themselves. Some energy always gets converted to heat instead of making it through to your load.

We quantify this with an efficiency factor η\eta, usually expressed as a decimal or percentage:

Pout=ηPin=ηVpIpP_{out} = \eta \cdot P_{in} = \eta \cdot V_p \cdot I_p

A typical small power transformer might hit 85-90% efficiency. Larger units with better core materials and heavier copper can push 95-98%. Either way, you need to account for this when calculating secondary current:

Is=ηVpIpVsI_s = \frac{\eta \cdot V_p \cdot I_p}{V_s}

This matters more than you might think for wire gauge selection. Let's say you're designing for 10A secondary current based on ideal calculations. If your transformer is only 92% efficient, you're actually pushing closer to 10.9A through that winding. Size your wire for the ideal case, and you'll wonder why your transformer runs hot and smells like burning enamel after an hour of operation. Most engineers skip this adjustment early in the design and regret it during thermal testing.

The distinction between apparent power and real power becomes important here too. Apparent power is what the transformer "sees" from the AC line:

S=VpIpS = V_p \cdot I_p

This is measured in volt-amperes (VA) rather than watts, because not all of that power does useful work. The real power actually delivered to your load is:

Preal=ηSP_{real} = \eta \cdot S

That efficiency factor knocks down the usable power. A 100VA transformer at 90% efficiency only delivers 90W to the load. The other 10W is heating up the core and windings.

The coupling coefficient kk gives you another way to think about this. It represents how well the magnetic flux from the primary actually links with the secondary winding. In a well-designed power transformer, kk typically sits between 0.95 and 0.99. There's a rough relationship between coupling and efficiency: kηk \approx \sqrt{\eta}. So a transformer with 96% efficiency would have a coupling coefficient around 0.98. Tightly coupled windings on a high-permeability core get you there. Loose coupling or air gaps tank both parameters.

Here's a practical example to tie this together. Say you're designing a 120V to 24V transformer for a 50W LED driver. You want 2A output current at 24V (that's 48W, close enough to 50W accounting for driver losses). Assuming 90% efficiency:

The input power needs to be: Pin=50W0.90=55.6WP_{in} = \frac{50W}{0.90} = 55.6W

Primary current will be: Ip=55.6W120V=0.463AI_p = \frac{55.6W}{120V} = 0.463A

Your turns ratio is: NpNs=120V24V=5:1\frac{N_p}{N_s} = \frac{120V}{24V} = 5:1

So if you wind 100 turns on the secondary, you need 500 on the primary. The actual secondary current, accounting for that 90% efficiency, comes out to 2.08A — slightly higher than the ideal 2A you'd calculate ignoring losses. That extra 80mA might not sound like much, but it's the difference between 22 AWG wire running cool and running warm.

This is why I always build efficiency into my initial calculations rather than treating it as an afterthought. The math isn't harder, and it saves you from respinning boards or rewinding transformers later. Calculate the real secondary current from the start, pick your wire gauge with appropriate margin, and you'll sleep better when your design goes into production.

Related Articles