Skip to main content

Transformer Turns Ratio Explained: Np/Ns, Step-Up vs Step-Down, and Why Current Flips

How the transformer turns ratio works: Np/Ns = Vp/Vs, step-up vs step-down, current inverse, and a worked 220V to 12V example for power supply design.

Published By Li Lei
#transformer turns ratio #electronics #power supply design #step-up step-down

Transformer Turns Ratio Explained: Np/Ns, Step-Up vs Step-Down, and Why Current Flips

A transformer is one of those parts that looks simple on a schematic — two coils, a couple of dots — and then trips people up the moment they have to put real numbers on it. The whole behavior hinges on a single number: the turns ratio. Get that one figure right and the secondary voltage, the secondary current, and the impedance the load reflects back all fall out of it. Get it backward and a step-down design quietly becomes a step-up, with a melted winding to show for it.

This post walks through what the turns ratio actually means, how to read step-up from step-down at a glance, why the current goes up when the voltage comes down, and how to size a real low-voltage supply. There is a worked 220 V to 12 V example partway through that you can follow along with.

The one identity that runs the whole thing

An ideal transformer ties three ratios together with a single equation:

Np/Ns = Vp/Vs = Is/Ip

Np is the number of turns on the primary winding, Ns the number on the secondary. The turns ratio is just Np divided by Ns, and the beautiful part is that the voltage ratio equals it exactly. So if you wind 100 turns on the primary and 10 on the secondary, the turns ratio is 10, and whatever primary voltage you apply comes out one-tenth as large on the secondary.

Drive that 100:10 transformer at 120 V and the secondary gives you 120 ÷ 10 = 12 V. You never had to know the physical voltages while you were winding — only the ratio of turns. That is why a transformer datasheet often quotes a ratio rather than a fixed voltage: the same iron works at any input as long as the proportion holds.

If you would rather not do the division by hand for awkward ratios, the Transformer Turns Ratio Calculator takes Np, Ns, a primary voltage, and a primary current, then returns the turns ratio, the secondary voltage, the secondary current, and the impedance ratio in one shot. It also prints the formula it used, which is handy for homework write-ups.

Step-up, step-down, and the 1:1 case

Reading the direction off the windings is the fastest sanity check there is.

  • Step-down: the primary has more turns than the secondary (Np greater than Ns). The secondary voltage is lower. This is the everyday case — a 220 V to 12 V phone adapter, a doorbell transformer, the front end of almost any linear bench supply.
  • Step-up: the secondary has more turns (Ns greater than Np). The voltage climbs. Think of a 12 V to 230 V inverter or the high-voltage winding feeding an old CRT.
  • 1:1 isolation: equal turns. The voltage passes through unchanged, but the primary and secondary share no metal, so the transformer breaks a ground loop or floats a circuit for safety.

The classic mistake is reading the ratio backward. Np/Ns is primary over secondary, so a 100:10 transformer has a ratio of 10 and steps down to one-tenth the voltage. Flip Np and Ns in your head and the same part suddenly looks like a 10x step-up. Whenever I am sketching a supply I write the verdict next to the symbol — "STEP-DOWN ÷10" — so a swapped winding number jumps out before it reaches a breadboard.

Why the current goes up when the voltage comes down

Here is the part beginners trip over. A transformer does not create power; an ideal one just moves it across, so:

Vp · Ip = Vs · Is

Power in equals power out. If a 100:10 step-down cuts 120 V to 12 V — a factor of 10 lower — then the current does the opposite. Feed 1 A into the primary and 10 A comes out the secondary, a factor of 10 higher. Current is inverse to voltage. That is not a quirk; it is conservation of energy with the math rearranged.

This inverse relationship has a real consequence for wire gauge. A spot-welding or arc-welding transformer steps the wall voltage way down so the secondary can push hundreds of amps from a modest current draw on the high-voltage side. The secondary winding on those is a finger-thick bar of copper for exactly this reason. Size the secondary wire for the primary current and you will undersize it badly: a 100:10 transformer carrying 1 A in carries 10 A out, and the secondary has to survive the larger number.

Worked example: a 220 V to 12 V supply

Suppose you want 12 V from a 220 V mains rail. Start with the ratio:

  • Turns ratio = 220 ÷ 12 = about 18.33, which you would write as roughly 18.3:1.
  • Primary voltage 220 V, so secondary = 220 ÷ 18.33 = 12 V. Checks out.
  • Say the primary draws 0.5 A. By power conservation, Vp·Ip = Vs·Is, so 220 × 0.5 = 12 × Is, giving Is = 110 ÷ 12 = about 9.17 A on the secondary.
  • Power either side is 110 W, the same number front and back, which is your reminder that the secondary winding has to carry over 9 A even though the primary sips half an amp.

Any winding counts that share that 18.33 proportion behave identically — 1100:60, 220:12, 367:20, they all step 220 V down to 12 V. You pick the actual turns later based on the core size and the magnetizing current you can tolerate; the ratio is the part that fixes the voltages.

The impedance transform — the trick the audio crowd lives on

There is a fourth ratio hiding in a transformer, and it is the one output-transformer and antenna-matching designers care about most. Impedance reflects across as the square of the turns ratio:

Zp/Zs = (Np/Ns)²

So a 10:1 turns ratio gives a 100:1 impedance ratio. This is how a tube amplifier's output transformer matches an 8-ohm speaker to a several-thousand-ohm plate load — a 20:1-ish turns ratio reflects the 8 ohms up to around 3,200 ohms, which is what the valve datasheet wants to see. RF baluns lean on the same square law to match a feedline to an antenna.

Because the relationship is a square, small changes in turns make large changes in reflected impedance, and working backward by hand means juggling square roots. Enter trial Np and Ns, read the Zp:Zs figure, and adjust until the reflected load lands where you need it. If you are doing the surrounding DC bias and load-line math too, pair this with the Ohm's Law Calculator to keep the voltage, current, and resistance bookkeeping straight.

A note on the ideal model

Everything above assumes an ideal transformer: no copper loss, no core loss, perfect magnetic coupling. Real iron runs a few percent below these numbers because of winding resistance and leakage flux, and the secondary voltage droops under load — that is regulation. Treat the calculated figures as an upper bound for design and sanity checks. Once the unit is wound, measure the loaded secondary voltage and expect it a touch lower than the ideal answer before you commit to a regulator or rectifier stage downstream.

Used that way — ratio first, direction check second, current and impedance third, real-world measurement last — the turns ratio stops being mysterious and becomes the one number you reach for every time a transformer shows up on the page.


Made by Toolora · Updated 2026-06-13