Transformers and motors are both electromagnetic machines that rely on alternating current and magnetic induction, but while a transformer transfers electrical energy between circuits by changing voltage and current levels, a motor converts that electrical energy into mechanical rotation. If you are building an automated gate, a CNC router, or a custom HVAC control panel, you will inevitably wire both into the same enclosure. Understanding how they interact—and how to size them correctly—prevents blown fuses, sagging control voltages, and nuisance breaker trips.

The Core Principle: Shared DNA, Different Outputs

Both devices operate on Faraday’s Law of Induction. In a transformer, AC current flowing through the primary winding creates an expanding and collapsing magnetic field in the iron core. This field induces a voltage in the stationary secondary winding. The ratio of turns between the primary and secondary dictates the voltage step-up or step-down.

In an AC induction motor, the stator windings create a rotating magnetic field instead of a static alternating one. The rotor (which acts like a short-circuited secondary winding) has current induced into it by this rotating field. The resulting magnetic opposition creates torque, forcing the rotor to chase the stator's magnetic field. Because the rotor must spin slightly slower than the magnetic field to maintain induction, AC motors always exhibit 'slip'—a concept we will revisit when looking at nameplate data.

The Air Gap Difference: A transformer's iron core is continuous, maximizing magnetic coupling. A motor has a physical air gap between the stator and rotor. This air gap drastically reduces inductance, which is why an unplugged motor draws massive inrush current (Locked Rotor Amps) compared to an unloaded transformer.

What Changes in Your Circuit (and Common Confusions)

When you introduce transformers and motors into a build, they fundamentally alter the power dynamics of your circuit in two ways: they change the voltage-to-current ratio, and they introduce phase shift (reactive power).

What People Commonly Confuse

  • Transformer vs. DC Power Supply: A 24V AC transformer is not a 24V DC power supply. A transformer outputs AC. If your microcontroller or LED strip needs DC, you must add a bridge rectifier and smoothing capacitors, which will actually push the unloaded DC voltage up to roughly 34V DC (24V AC × 1.414). For clean, regulated DC, buy a switching power supply instead of an iron-core transformer.
  • Motor FLA vs. LRA: Full Load Amps (FLA) is what the motor draws while doing its rated mechanical work. Locked Rotor Amps (LRA) or inrush current is what it draws for the first 1-3 seconds of startup. Sizing your breaker strictly for the FLA will result in instant nuisance trips every time the motor starts.
  • Transformer VA vs. Watts: Transformers are rated in Volt-Amperes (VA), not Watts. Because motors and transformer secondaries can have a power factor less than 1.0, the real power (Watts) delivered to the load will be lower than the apparent power (VA) the transformer must supply.

Worked Numeric Example: Sizing a Control Circuit

Let’s size the components for a DIY dust collection system using a 1/3 HP, 120V AC single-phase induction motor (e.g., a Dayton blower) controlled by a 24V AC contactor (e.g., Schneider Electric TeSys LC1D09) triggered by a low-voltage switch.

Motor Nameplate Data: 1/3 HP | 120V | 60Hz | FLA: 5.8A | LRA: ~35A

Step 1: Sizing the Control Transformer

The 24V AC contactor coil requires power to pull in (inrush) and less power to stay closed (sealed). According to the contactor datasheet, the inrush VA is 70 VA, and the sealed VA is 7 VA.

If you pick a 50VA transformer, the 70VA inrush demand will cause the secondary voltage to sag below the 85% threshold required for the contactor to reliably pull in. The contactor will chatter, overheat, and burn out its coil. Following standard industrial control sizing charts (like those from All About Circuits AC Textbook or Hammond Manufacturing), a 70VA inrush requires a minimum 100VA control transformer.

Pick: 100VA, 240/120V Primary to 24V Secondary (e.g., Hammond 166 series or Eaton MTE).

Step 2: Sizing the Branch Circuit Wire and Breaker

Motor circuits are a special exception in the NFPA 70 National Electrical Code. You do not size the breaker to protect the wire in the standard way; you size the wire for the continuous load, and the breaker for the motor's inrush.

  1. Wire Sizing (NEC 430.22): Multiply FLA by 125%.
    5.8A × 1.25 = 7.25A.
    14 AWG THHN (rated 20A at 75°C) is more than sufficient for ampacity.
  2. Breaker Sizing (NEC 430.52): For a single-phase motor on an inverse-time breaker, you can multiply the FLA by up to 250% to accommodate startup inrush.
    5.8A × 2.5 = 14.5A.
    The next standard breaker size up is 15A.

Note on NEC 240.4(D): Normally, 14 AWG wire is strictly limited to a 15A breaker. Because our calculated motor breaker is exactly 15A, using 14 AWG NM-B or THHN is perfectly compliant. If the math had yielded 18A (requiring a 20A breaker), we would be forced to step up to 12 AWG wire to satisfy the small conductor rule.

Where You Meet Transformers and Motors in Practice

You will rarely see these components in isolation. Here is where they intersect on the workbench and the jobsite:

  • HVAC Control Boards: A 40VA doorbell-style transformer steps 120V down to 24V AC to power the thermostat logic, which then switches relays to turn on the 1/2 HP blower motor and the outdoor compressor contactor.
  • CNC Router Spindles: A VFD (Variable Frequency Drive) takes single-phase 240V AC, rectifies it to DC, and then uses high-speed IGBTs to synthesize 3-phase AC to drive a 3-phase spindle motor at variable speeds.
  • DIY Solar Trackers: A toroidal transformer steps down mains voltage, feeds a bridge rectifier to create raw DC, and powers linear actuator DC motors that physically tilt the solar panels toward the sun.
Bench Tip: If your control transformer hums loudly, it is experiencing magnetostriction—the iron laminations are physically expanding and contracting at 120Hz (twice the 60Hz AC frequency). Tightening the mounting bolts or applying a light coat of clear conformal coating to the windings can dampen the acoustic noise.

Decision Path: Picking the Right Transformer or Motor

Use this decision matrix to terminate your design phase and order concrete parts for your next build.

Application Need Motor Pick Power / Transformer Pick Concrete Part Examples
High torque at low RPM (e.g., automated winch, heavy gate) AC Gearmotor (Single Phase) 120/24V Industrial Control XFMR Motor: Bodine 42R5BPP-1
XFMR: Hammond 166L24 (100VA)
Precision positioning (e.g., CNC axis, 3D printer) NEMA 23 Stepper Motor 48VDC Switching PSU (Skip the iron XFMR) Motor: StepperOnline 23HS30-4004S
PSU: Mean Well LRS-350-48
General purpose blowing/pumping (e.g., dust collector, sump) PSC (Permanent Split Capacitor) AC Motor Class 2 Doorbell XFMR (for control logic only) Motor: Dayton 1TDP7 (1/3 HP)
XFMR: Triad F-40X (40VA)
High-speed spindle / variable load (e.g., metalworking lathe) 3-Phase AC Induction Motor VFD (Acts as both power converter and motor controller) Motor: WEG W22 1HP 3-Phase
VFD: Hitachi WJ200-007SF

FAQ: Transformers and Motors on the Workbench

Can I use an AC motor as a step-down transformer?

Technically, yes. If you spin an induction motor's rotor at exactly synchronous speed (zero slip) or remove the rotor entirely, the stator windings will exhibit transformer action. However, the massive air gap and poor magnetic coupling mean the voltage regulation will be terrible, and the magnetizing current will be dangerously high. Never do this in a practical installation.

Why does my motor draw 10 amps but only do 5 amps worth of mechanical work?

This is the power factor at work. The motor draws 'reactive current' to maintain the magnetic field in the air gap. This current does no real mechanical work (Watts) but still heats up your wires and counts toward your VA load. This is why industrial facilities install capacitor banks—to supply the reactive current locally and relieve the utility transformer.

Do I need to fuse the secondary side of a control transformer?

While the primary breaker protects against massive shorts, it often cannot protect the secondary winding from overloads because of the transformer's impedance and the high primary inrush tolerance. Best practice (and often required by NEC 430.72 for control circuits) is to install a secondary fuse or supplementary protector rated at roughly 125% of the transformer's maximum continuous secondary current. For a 100VA, 24V transformer (4.16A max), use a 5A slow-blow fuse on the secondary.