Motor Starter vs Contactor: What's the Difference?
Motor starter vs contactor explained — why a starter is a contactor plus overload protection, the types of starters, and when each is the right choice.
Motor Starter vs Contactor: What's the Difference?
Quick answer: A contactor is a heavy-duty, electrically-operated switch. A motor starter is a contactor plus an overload relay — and sometimes plus short-circuit protection. Every motor starter contains a contactor; not every contactor is a motor starter.
That one-sentence answer settles most arguments, but the detail underneath it matters enormously when you are specifying equipment, wiring a panel, or writing the PLC program that controls it.
At a Glance: Contactor vs Motor Starter
| Feature | Contactor | Motor Starter |
|---|---|---|
| Main contacts | Yes | Yes (via contactor) |
| Auxiliary contacts | Usually yes | Yes |
| Overload relay | No | Yes |
| Short-circuit protection | No | On combination starters only |
| Typical use | Lighting, heating, motors where protection is external | Motor loads requiring full protection |
| PLC output controls | Coil | Coil (of the internal contactor) |
| Panel footprint | Smaller | Larger |
| Reset after fault | N/A | Manual or automatic reset on overload |
What a Contactor Is
A contactor is a magnetically-operated switching device designed for high-frequency make/break duty on high-current loads. When the coil is energised — typically by 24 V DC or 120/240 V AC from a control circuit — an electromagnet pulls in an armature that snaps the main contacts closed. De-energise the coil and a spring returns the contacts to open.
The distinguishing characteristics of a contactor compared to an ordinary relay are:
- Current rating: Contactors are rated for tens to hundreds of amperes, not milliamperes.
- AC motor duty: Main contacts are rated for the high inrush current of AC motor loads (utilisation category AC-3 or AC-4), which exceeds their steady-state rating.
- Auxiliary contacts: Small signal-level contacts that change state with the coil — used for control circuit interlocking and PLC feedback.
- Mechanical endurance: Designed for millions of operating cycles.
- No built-in overload protection: This is the critical point. A contactor will happily close onto a stalled motor and hold it there until the motor windings burn out.
What a Contactor Does Not Do
A contactor cannot tell the difference between a motor running normally at 20 A and a motor stalled at 120 A. It will not open on its own in response to overcurrent unless a separate protection device commands it to. That separation of duties is intentional — the contactor is optimised for switching speed and mechanical life, while protection is handled by a dedicated device upstream or downstream.
What a Motor Starter Is
A motor starter is a contactor combined with an overload relay — a protection device that monitors the motor's running current and opens the control circuit when the motor draws more than its set threshold for long enough.
The overload relay does not interrupt the load current directly. Instead, when its thermal model determines the motor is overloaded, it opens a normally-closed auxiliary contact in the contactor's coil circuit, which drops out the contactor and disconnects the motor from the supply.
That combination — contactor for switching, overload relay for protection — is what engineers mean when they say "motor starter." The two devices are often sold pre-assembled and mechanically interlocked so the overload relay snaps directly onto the contactor.
The Key Difference: Overload Protection
The overload relay is the functional difference between a contactor and a motor starter.
Without it, a motor that stalls, loses a phase, or runs in a sustained overload condition will eventually fail. The overload relay provides the thermal protection the contactor cannot. For a detailed look at how the overload relay works internally — bimetallic vs electronic, trip classes, and how to set the FLA dial — see overload relay explained.
Combination Starters: Adding Short-Circuit Protection
A basic motor starter (contactor + overload relay) protects against running overloads but not against short-circuit faults. Short-circuit protection is the job of fuses or a motor circuit protector (MCP) / manual motor starter upstream.
A combination starter packages all three in one enclosure:
- Short-circuit protective device (fuses or MCP)
- Contactor
- Overload relay
Combination starters simplify wiring, reduce panel space, and are required by many electrical codes when the protective device and starter are not within sight of each other.
Types of Motor Starters
1. Direct-On-Line (DOL) Starter
The simplest and most common motor starter. A single contactor closes the motor directly across full line voltage. Starting current is full inrush — typically five to eight times full-load current — which limits DOL use to smaller motors or applications where the supply can absorb the inrush.
Use when: Motor is small (typically under 7.5–11 kW depending on supply), load inertia is low, and frequent starting is acceptable.
2. Reversing Starter
Two contactors wired so that activating one applies phases in the normal rotation sequence (forward) and activating the other swaps two phases (reverse). A mechanical interlock — and always a software interlock in the PLC — prevents both contactors from energising simultaneously, which would create a three-phase short circuit.
For the ladder logic implementation, including the critical interlock rungs, see motor start/stop ladder logic tutorial.
3. Star-Delta Starter
Uses three contactors and a timer to start the motor in star configuration (which applies approximately 58% of line voltage to each winding) then transitions to delta for running. This limits starting current to roughly one-third of the DOL inrush.
The transition produces a current transient of its own as the motor briefly disconnects, which is the main limitation of the star-delta method. For full wiring detail, sequencing logic, and a PLC ladder implementation that replaces the mechanical timer relay, see star-delta starter explained.
Use when: Motor is medium-to-large, the load is light at startup, and a smooth torque curve through the transition is acceptable.
4. Soft Starter
A solid-state device using thyristors (SCRs) to control the voltage ramp during starting. It sits between the supply and the motor and gradually increases the applied voltage from a set initial value to full line voltage over a programmable ramp time. The result is controlled torque build-up and limited inrush.
Unlike the star-delta method, there is no current transient during the ramp. Most soft starters include a bypass contactor that closes once the motor reaches full speed, removing the SCRs from the running current path and eliminating heat dissipation.
For a complete explanation of how the SCR phase-angle control works, when a soft starter is the right choice, and how a PLC interfaces with one, see what is a soft starter.
5. Variable Frequency Drive (VFD)
A VFD converts the supply to DC, then reconstructs AC at a programmable frequency and voltage. This gives complete control over motor speed from zero to above rated speed and provides the softest possible start — but at significantly higher cost and complexity than any of the above.
A VFD is not a starter in the traditional sense; it is a drive. But it functions as one, and in many modern applications it replaces the starter entirely.
When a Bare Contactor Is the Right Choice
A contactor without an overload relay is appropriate when:
- The load is not a motor. Lighting circuits, resistive heating elements, and transformer loads do not need an overload relay sized for motor inrush.
- Overload protection already exists elsewhere. If a VFD, soft starter, or electronic protection relay upstream provides motor protection, adding a downstream overload relay in the contactor is redundant.
- The contactor is part of a larger interlocking scheme. Bypass contactors in soft-starter circuits, main and star contactors in a star-delta scheme, and tie contactors in bus transfer systems are all examples of contactors operating as switching elements only, with protection handled by a separate device.
- The load is controlled and self-limiting. Some loads — small solenoids, clutches, brakes — do not pose a progressive thermal risk that an overload relay would address.
When in doubt for a motor load: use a starter.
When You Must Use a Starter
Use a motor starter — contactor plus overload relay, minimum — whenever you are switching an AC induction motor that:
- Runs continuously or for extended periods under varying load
- Could stall, jam, or lose a phase in normal operation
- Is required by local electrical code or machinery directive to have running overload protection (which is virtually everywhere)
For motors above a threshold size (varies by code and supply characteristics), a combination starter or separate short-circuit protection is also required.
The Controls Engineer's View: What the PLC Actually Switches
Understanding the hardware architecture matters when you write the PLC program.
The PLC output drives the contactor coil. In a basic DOL starter, one PLC output bit energises the coil. The coil pulls in the main contacts, and the motor starts. When the PLC output drops, the coil de-energises and the motor stops. This is the "two-wire control" model.
The overload relay reports its state back to the PLC. An overload relay's normally-closed auxiliary contact is typically wired into the coil circuit in hardware — so a trip physically drops out the contactor regardless of the PLC output state. Many modern installations also wire the overload auxiliary to a PLC input so the program can detect and alarm on an overload trip, log the event, and prevent an automatic restart that could mask a mechanical problem.
Combination starters work the same way from the PLC's perspective. The PLC still switches the contactor coil. The short-circuit protection device upstream operates mechanically and is invisible to the PLC unless its auxiliary contact is also wired to an input.
Reversing and star-delta starters add interlock considerations. In a reversing starter, the PLC must enforce a time delay between de-energising the forward contactor and energising the reverse contactor — beyond the hardware mechanical interlock — to allow residual motor voltage to decay. In a star-delta starter, the PLC (or a timer relay) controls the star-to-delta transition timing.
For a practical example of how all of these elements come together in a real ladder rung — coil output, overload interlock input, seal-in contact, E-stop — see the motor start/stop ladder logic tutorial.
Frequently Asked Questions
What is the difference between a motor starter and a contactor?
A motor starter is a contactor with an overload relay added. The contactor provides the main switching function — opening and closing the motor's supply circuit under control of a coil. The overload relay monitors running current and opens the coil circuit when the motor sustains an overcurrent condition. A contactor alone has no overcurrent protection; a starter provides both switching and running overload protection.
Is a contactor a starter?
Not on its own. A contactor becomes a motor starter when an overload relay is added. Some engineers use the terms interchangeably in casual conversation, but in the context of panel specification and electrical codes they are distinct: a starter implies the presence of overload protection.
Can you use a contactor without an overload relay?
Yes, but not for unprotected motor loads. Contactors are correctly used without overload relays on resistive heating loads, lighting circuits, and bypass or interlocking duties where protection is provided elsewhere in the system. Running an AC induction motor through a bare contactor without any form of overload protection violates most electrical codes and will eventually damage the motor.
What are the types of motor starters?
The main types are: DOL (direct-on-line) for simple full-voltage starting; reversing starters for two-direction operation; star-delta starters for reduced-voltage starting on larger motors; soft starters for smooth solid-state voltage ramping; and VFDs (variable frequency drives) for full speed control. Each trades cost and complexity against the degree of inrush reduction and operational flexibility it provides.
Summary
The distinction between a motor starter and a contactor comes down to one component: the overload relay. A contactor is the switching element; a motor starter adds the protection that keeps the motor alive under adverse load conditions. In PLC-based motor control, the contactor coil is what your output bit switches — the overload relay provides the hardware-level protection that sits alongside and independent of your program logic. Choose a bare contactor when the load is not a motor or when protection exists elsewhere; choose a starter for every standard motor application.
For a deeper look at the protection side of the equation, see overload relay explained. For the wiring side of three-phase motor connections, see three-phase motor wiring.


