How to Reverse an Electric Motor Step by Step

Reversing an electric motor comes down to changing the direction of current flow through its windings. The exact method depends on what type of motor you’re working with, but every approach follows the same basic principle: flip the relationship between the magnetic fields inside the motor so the shaft spins the opposite way. Here’s how to do it for each common motor type.

Reversing a DC Motor

DC motors are the simplest to reverse. If you’re running a small permanent magnet motor (the kind found in toys, fans, pumps, and hobby projects), all you need to do is swap the two power wires. The positive lead goes where the negative was, and vice versa. That reverses the polarity of voltage at the motor terminals, which reverses current flow through the armature and flips the direction of rotation.

For manual control, a DPDT (double-pole, double-throw) switch gives you a clean, reliable way to reverse polarity on demand. Wire it in a crisscross pattern: run jumpers so that in one switch position, the positive supply connects to the motor’s positive terminal, and in the other position, positive routes to the motor’s negative terminal. This lets you flip direction with a single toggle.

For automated or microcontroller-driven projects, an H-bridge circuit is the standard solution. Four switches (typically MOSFETs or transistors) are arranged in an “H” shape with the motor sitting on the crossbar. Closing one diagonal pair of switches sends current through the motor in one direction. Closing the opposite diagonal pair sends current the other way. You never close both switches on the same side at once, as that creates a short circuit. Pre-built H-bridge modules and driver chips are widely available and handle this logic for you, often with built-in protection.

Reversing a Three-Phase AC Motor

Three-phase induction motors, the workhorses of industrial equipment, are almost as easy to reverse as DC motors. Swap any two of the three supply lines. That’s it. If your lines are labeled A, B, and C, switching B and C (or any other pair) reverses the rotating magnetic field inside the stator, which makes the rotor spin in the opposite direction.

In practice, this is done one of two ways. For a motor that only ever needs to run in one direction and you just want to correct its rotation at installation, physically swap two of the incoming power wires at the terminal box and secure them. For motors that need to switch directions during operation, a reversing contactor setup uses two contactors wired so that one connects the leads in the original order and the other swaps two of them. Interlocking prevents both contactors from engaging simultaneously.

Variable frequency drives (VFDs) make this even simpler. Most VFDs have digital input terminals you can assign to forward and reverse commands. A typical setup connects a forward switch to one input terminal and a reverse switch to another. You then program the drive to recognize those inputs as direction commands. The VFD also lets you set acceleration and deceleration ramps so the motor doesn’t slam into reverse at full speed, which protects both the motor and whatever it’s driving.

Reversing a Single-Phase AC Motor

Single-phase motors are trickier because they use two internal windings, a main (run) winding and a start winding, to create the rotating magnetic field that gets the motor spinning. Reversing direction requires changing the relationship between these two windings. You do this by swapping the connections on one winding while leaving the other unchanged.

On a capacitor-start motor (common in compressors, pumps, and shop tools), you reverse the starter winding by swapping its two leads. If you can access the terminal box and identify which wires feed the start winding, disconnecting them and reconnecting them in reverse order will flip the motor’s direction. Some motors are designed for easy reversal and have labeled leads for exactly this purpose. On others, the start winding wires may be buried inside the motor housing, making reversal difficult or impractical without disassembly.

You could also reverse the main winding instead of the start winding, and the effect is the same. What you cannot do is reverse both windings at once, because that puts them right back in their original relationship and the motor spins the same way.

Split-phase motors work similarly. Reversing direction means swapping which winding acts as the main winding and which acts as the phase-shifted start winding. This is done by moving the power connection from one winding terminal to the other.

Reversing a Universal Motor

Universal motors run on both AC and DC and are found in many power tools, vacuum cleaners, and kitchen appliances. Because the field windings and armature are wired in series, simply reversing the supply leads does nothing. Both the field and armature currents reverse together, and the two reversals cancel out.

To actually reverse a universal motor, you need to change the connection between the brushes and the field coils. Each brush connects to one field coil. By swapping which brush connects to which coil (so each brush now feeds the field coil on the opposite side), you change the phase relationship between the field and rotor. That reverses the direction of rotation. This typically requires opening the motor housing and physically rerouting the internal wiring.

Many consumer appliances with universal motors aren’t designed to be reversed, and the brush holders or internal wiring may not make it easy. But on motors where you can access the brush-to-field connections, the swap is straightforward.

Safety Before You Start

Always disconnect power before touching any motor wiring. This sounds obvious, but it’s especially important with capacitor-start motors. Capacitors store energy even after the motor is unplugged, and touching the terminals can deliver a painful or dangerous shock. Before working on a motor with a capacitor, discharge it by shorting the terminals through a resistor. Never short them directly with a screwdriver, as the sudden discharge can damage the capacitor or arc dangerously.

On three-phase systems, lockout the disconnect and verify all three phases are dead before swapping leads. If you’re working with a VFD, keep in mind that the drive’s DC bus capacitors also hold a charge after power is removed. Most drives have a discharge circuit that bleeds this off within a few minutes, but check the manufacturer’s documentation for the safe wait time.

When reversing any motor that drives a mechanical load, think about what happens when the shaft suddenly spins the other way. Conveyor belts, pumps, fans, and gearboxes may not be designed for reverse operation. Some pump types can be damaged by running backward, and threaded shaft couplings can unscrew themselves. Verify that your equipment can handle reverse rotation before you flip the switch.