A transformer is a passive electromagnetic device that transfers AC electrical energy between two or more circuits, changing voltage and current levels while keeping the frequency constant. If you need to run a 12V AC relay from a 120V wall outlet, or step down 480V industrial power to 120V for a control panel, a transformer is the component that makes it possible. It does not generate power; it merely translates it.

In a real circuit, a transformer changes the ratio of voltage to current. Because power (Voltage × Current) must remain essentially constant from the primary side to the secondary side (minus minor heat losses), stepping the voltage down proportionally steps the available current up.

The Core Job: Stepping Voltage Up or Down

At its heart, a transformer relies on Faraday’s law of electromagnetic induction. It consists of two coils of insulated wire (the primary and secondary windings) wrapped around a shared laminated iron or ferrite core. When alternating current flows through the primary coil, it creates a constantly expanding and collapsing magnetic field in the core. This changing magnetic flux cuts across the secondary coil, inducing an alternating voltage in it.

The Gear Ratio Analogy
Think of a transformer like a mechanical gear train: a small gear driving a large gear trades rotational speed (voltage) for turning force (current). The total mechanical work remains the same, but the output characteristics are inverted. A step-down transformer is like gearing down a truck to climb a hill—lower speed, massive torque.

The exact change in voltage is dictated by the turns ratio—the number of wire wraps on the primary coil divided by the number of wraps on the secondary coil. This relationship is expressed as:

V_primary / V_secondary = N_primary / N_secondary = I_secondary / I_primary

For a deeper look at the magnetic flux mechanics and core saturation limits, Electronics Tutorials provides an excellent breakdown of the underlying physics and equivalent circuits.

The Math: A Real-World 480V to 120V Control Transformer

Let’s move past abstract formulas and look at a standard industrial control transformer, such as a 50VA unit used to step down 480V three-phase plant power to 120V for PLCs and indicator lights.

  • Primary Voltage (V_p): 480V AC
  • Secondary Voltage (V_s): 120V AC
  • VA Rating: 50 VA (Volt-Amps, which is effectively Watts for resistive loads)

First, we find the turns ratio: 480 / 120 = 4:1. This means the primary coil has four times as many turns of wire as the secondary coil.

Next, we calculate the maximum continuous current the secondary can safely deliver without overheating the windings:

I_s = VA / V_s
I_s = 50 / 120 = 0.416 Amps

Because the transformer conserves power, we can calculate exactly what the primary side will draw from the 480V mains when the secondary is fully loaded:

I_p = VA / V_p
I_p = 50 / 480 = 0.104 Amps

Notice the current ratio is exactly the inverse of the voltage ratio. The secondary delivers 4 times the current (0.416A) that the primary draws (0.104A). If you were to wire this transformer backward—feeding 120V into the 120V terminals to get 480V out—it becomes a step-up transformer, but the 50VA limit still applies. You would only be able to draw 0.104A at 480V.

Where You Meet Transformers in Practice

You interact with transformers constantly, even if they are hidden behind panels or inside plastic housings:

  • Doorbell Transformers: The small, usually beige metal box mounted to a junction box near your breaker panel. It steps 120V AC down to 16V AC or 24V AC to safely power your doorbell button and chime.
  • HVAC Control Boards: Furnaces and air handlers use Class 2 transformers to drop line voltage to 24V AC, which powers the thermostat and the contactor relays that engage the compressor.
  • Microwave Ovens: A high-voltage step-up transformer takes 120V and pushes it to roughly 2,000V AC to drive the magnetron tube, while a secondary winding on the same core provides 3.3V to heat the magnetron filament.
  • Utility Pole Pigs: The large cylindrical tanks on neighborhood power poles step down 7,200V distribution voltage to the 240/120V split-phase power that enters your home's main service panel.

Common Confusion: Transformers vs. Power Supplies & Inverters

The most frequent mistake DIYers and junior technicians make is confusing a raw transformer with a power supply or an inverter.

A transformer only works with Alternating Current (AC). If you wire a 12V DC battery to the primary of a 120V-to-12V transformer, nothing will happen on the secondary side (after a brief, harmless spark upon connection). Transformers require a changing magnetic field to induce voltage; DC creates a static magnetic field.

Rule of Thumb: If the output of your device is DC, you are not looking at a standalone transformer. You are looking at a power supply (like a laptop brick or an LED driver) which contains a high-frequency transformer inside it, alongside rectifier diodes, filter capacitors, and switching MOSFETs.

Furthermore, a transformer does not change frequency. If you feed a 50Hz European mains supply into a transformer, the output will be 50Hz. If you need to change 12V DC to 120V AC, you need an inverter, which uses solid-state oscillators to synthesize an AC waveform before passing it through a step-up transformer.

Sizing and Selection: Which Transformer Do You Actually Need?

Selecting the right transformer requires matching three criteria: primary voltage, secondary voltage, and the Volt-Amp (VA) rating. Undersizing the VA rating will cause the transformer to overheat, sag in voltage, and eventually burn out its internal thermal fuse.

Your Project Requirement What You Actually Need Recommended Part / Category
Powering a 12V DC LED strip or Arduino from a wall outlet A switching AC-to-DC power supply (NOT just a transformer) Mean Well LRS-35-12 or a standard 12V DC wall adapter
Replacing a dead HVAC thermostat/contactor power source A Class 2, 24VAC Bell Transformer (40VA) Functional Devices TR40VA001 (120V to 24VAC)
Running a 230V European appliance on US 120V mains A Step-Up Isolation Transformer (Wattage > appliance draw) Bestek MRJ1011G (100W) or Litaut 500W Step-Up
Bench prototyping 12V AC relays, solenoids, or lighting A Chassis-Mount 120V to 12V AC Power Transformer Triad Magnetics F-224X (120V primary, 12.6V secondary, 25VA)

The Default Pick for AC Bench Prototyping

If you are building an AC control circuit on your workbench and need a safe, isolated 12V AC source from a standard US 120V outlet, buy the Triad Magnetics F-224X. It is a 25VA chassis-mount transformer with a 120V primary and a 12.6V secondary. It provides full galvanic isolation—meaning the secondary 12V AC circuit is completely floating and not referenced to earth ground, which protects you from shock hazards if you accidentally touch a secondary wire while grounded. Wire the primary through a 1A slow-blow fuse and a standard IEC inlet, mount it in a grounded metal project box, and you have a permanent, bulletproof AC bench supply.

For more details on calculating exact VA requirements when dealing with reactive loads like motors and solenoids, consult the sizing guidelines provided by All About Circuits to ensure your transformer can handle the inrush current without tripping your primary breaker.