What is a Contactor and How Does It Work?
Every time a large motor starts, a lift moves, or an industrial HVAC unit kicks on, a contactor is doing the switching. Unlike the light switches on your wall or even the MCB in your consumer unit, a contactor is designed to switch high-power loads repeatedly — thousands of times a day, at currents that would destroy an ordinary switch.
Understanding contactors is a fundamental skill for anyone studying electrical engineering, preparing for an electrician qualification, or working with industrial or commercial installations. And you can explore how they behave safely using ElectraSim — a free, browser-based electrical circuit simulator — before ever touching real high-voltage equipment.
💡 Try it in ElectraSim: Place a Contactor, wire up a coil control circuit and a power circuit, press Run and toggle the coil — watch the main contacts close and the load energise. Open ElectraSim →
What is a Contactor?
A contactor is an electrically operated switch used to connect and disconnect a power circuit. It is controlled by a separate, low-voltage coil circuit — when current flows through the coil, it creates a magnetic field that pulls the main contacts closed, completing the power circuit. When the coil is de-energised, a spring pushes the contacts open again.
Key characteristics that define a contactor:
- Electrically controlled — opened and closed by a coil, not by hand
- High current rating — typically 9A to 2,500A, far above any domestic switch
- Built for repetitive operation — rated for millions of switching cycles
- Physically large contacts — designed to handle arcing when breaking high currents
- Normally open (NO) by default — contacts are open when the coil is de-energised
This combination makes contactors the standard switching device for motors, HVAC compressors, heating elements, lighting banks, and any load too powerful or too frequently switched for a manual switch.
How a Contactor Works: Inside the Device
A contactor has two electrically separate circuits:
1. The Control Circuit (Coil Circuit)
This is the low-power circuit that operates the contactor. It typically runs at 24V DC, 110V AC, or 230V AC — far lower than the main load voltage in many industrial applications. When the control circuit is energised (e.g. a push button is pressed or a PLC output activates), current flows through the electromagnetic coil.
The coil becomes an electromagnet, pulling an iron armature down against spring pressure. This armature is mechanically linked to the main contacts.
2. The Power Circuit (Main Contacts)
The main contacts are heavy-duty conductors rated for the full load current. When the armature moves, it physically closes the main contacts, connecting the load to the supply.
When the coil is de-energised — power removed from the control circuit — the spring pushes the armature back up, opening the main contacts and disconnecting the load.
This is the fundamental operating principle: a small control signal switches a large power circuit, with complete electrical isolation between the two.
Auxiliary Contacts
Most contactors also include auxiliary contacts — smaller contacts that change state when the coil energises. These are used for:
- Latching (hold-in) circuits — the contactor holds itself on after the start button is released
- Interlocking — preventing two contactors from energising simultaneously (e.g. forward/reverse motor control)
- Indication — signalling to a control panel or PLC that the contactor has operated
Contactor vs Relay: What’s the Difference?
This is one of the most common questions in electrical engineering. Both are electromagnetically operated switches — but they’re designed for very different jobs.
| Contactor | Relay | |
|---|---|---|
| Current rating | 9A–2,500A | Typically <15A |
| Primary use | Motor loads, HVAC, high-power switching | Control circuits, signal switching, PLC I/O |
| Arc suppression | Built-in arc chutes for high-current breaking | Minimal — not designed for high-current arcs |
| Auxiliary contacts | Usually included | Sometimes included |
| Physical size | Large | Small to medium |
| Cost | Higher | Lower |
| Normally open default | Yes | Yes (typically) |
Rule of thumb: if you’re switching a motor, compressor, or any load above about 15A, use a contactor. For control signals, interlocking, and low-current switching, a relay is sufficient.
Contactor vs MCB: What’s the Difference?
Another common point of confusion — especially for those new to industrial wiring.
| Contactor | MCB | |
|---|---|---|
| Primary function | Switching (intentional on/off) | Protection (automatic fault disconnection) |
| Operated by | Control coil (electrical) | Overload/short circuit (automatic) |
| Normal operation | Switches thousands of times | Rarely trips in normal use |
| Arc suppression | Yes | Yes |
| Overload protection | No — needs separate overload relay | Yes — built in |
| Resettable | Yes — by control signal | Yes — by hand |
In a motor control circuit, you typically see both: the MCB protects against short circuits during startup surges, the contactor handles the routine switching, and a thermal overload relay (wired in series) protects against sustained motor overload.
Where Contactors Are Used
Contactors appear wherever a high-power load needs to be switched regularly or remotely:
- Electric motors — pumps, fans, conveyors, lifts, compressors
- HVAC systems — air conditioner compressors, chiller units, fan coil units
- Lighting control — switching banks of fluorescent or LED luminaires in commercial buildings
- Heating elements — immersion heaters, industrial ovens, electric boilers
- Capacitor banks — power factor correction switching
- EV charging stations — the internal switching in a wallbox charger
- Star-delta motor starters — two or three contactors working together to reduce motor startup current
In domestic settings, contactors appear less often — but they’re found in economy 7 / off-peak heating systems, large immersion heater circuits, and commercial kitchen equipment.
Contactor Ratings Explained
When selecting a contactor, four ratings matter most:
Current Rating (Ie)
The maximum continuous current the main contacts can carry. For motor loads, choose a contactor rated for the motor’s full load current (FLC), not just the running current — motors draw 5–8× FLC at startup.
Utilisation Category (AC-1 to AC-4)
This tells you what kind of load the contactor is rated for:
| Category | Load Type | Typical Application |
|---|---|---|
| AC-1 | Non-inductive / slightly inductive | Resistive heaters, lighting |
| AC-2 | Slip-ring motors | Starting, reversing |
| AC-3 | Squirrel-cage motors | Starting, switching off during running |
| AC-4 | Squirrel-cage motors | Starting, plugging, jogging |
An AC-3 rated contactor handles normal motor starting. AC-4 is for demanding duty — jogging or plugging (reversing under load). Using an AC-3 contactor for AC-4 duty will shorten its life dramatically.
Coil Voltage (Uc)
The voltage at which the control coil operates. Common values: 24V DC, 24V AC, 110V AC, 230V AC, 400V AC. The coil voltage must match your control circuit voltage — it’s independent of the main circuit voltage.
Mechanical and Electrical Endurance
The number of switching operations the contactor is rated for. Industrial contactors are typically rated for 1–10 million operations mechanically, and several hundred thousand electrically (under load, where arcing occurs).
A Simple Contactor Control Circuit
The most basic contactor application is direct-on-line (DOL) motor starting:
Control circuit:
230V supply → Fuse → STOP button (NC) → START button (NO) → Contactor coil → Neutral
Power circuit:
MCB → Contactor L-in → Contactor L-out → Motor → Neutral
How it works:
- Press START — current flows through the coil, main contacts close, motor starts
- Release START — without a hold-in contact, the coil de-energises and motor stops
- To keep the motor running after releasing START, wire an auxiliary NO contact in parallel with the START button — this is the latching (self-hold) circuit
- Press STOP — the normally-closed STOP button breaks the coil circuit, contacts open, motor stops
This START/STOP/latching pattern is the foundation of virtually all motor control logic — mastering it unlocks a huge range of industrial control circuits.
How to Simulate a Contactor Circuit in ElectraSim
ElectraSim includes a Contactor component so you can build and understand these circuits safely before working with real equipment.
Building a basic contactor-switched load:
- Open ElectraSim
- Place a Live (L) and Neutral (N) terminal
- Place an MCB — wire Live → MCB
- Place a Contactor — wire MCB output → Contactor L-in, wire Neutral → Contactor N-in
- Place a load (e.g. a Bulb or Motor) — wire Contactor L-out → Load → Contactor N-out → Neutral
- Place a Switch to represent the coil control signal — wire it to control the Contactor’s coil
- Press Run
- Toggle the Switch — the contactor closes, the load energises. Toggle again — load de-energises
What this demonstrates:
- The MCB protects the power circuit against fault conditions
- The contactor switches the load on and off under control of the switch (representing the coil)
- The load circuit and the control circuit are separate — in real life, the coil often runs at a lower voltage than the main circuit
This is the same logical structure used in every industrial motor starter, HVAC control panel, and building management system in the world.
Contactor Safety and Common Faults
Coil Burnout
If the coil voltage is incorrect — too high or too low — the coil overheats and fails. Always match coil voltage to your control circuit exactly.
Contact Welding
Under severe fault conditions (very high fault currents, or using an AC-3 contactor for AC-4 duty), the contacts can weld together — the contactor stays closed even when the coil is de-energised. This is a serious safety hazard. Always use a correctly rated contactor for the application.
Chatter
If the coil supply voltage is too low or fluctuating, the armature may vibrate (chatter) rather than pull in cleanly. This causes excessive contact wear and generates noise. A buzzing contactor is a warning sign.
Contact Wear
Main contacts erode over time from arcing during switching. Most contactors allow contact replacement as a maintenance item — check the manufacturer’s maintenance schedule.
Key Takeaways
- A contactor is an electrically operated switch for high-power loads, controlled by a separate low-voltage coil circuit
- Small control signal, large power switching — the core principle behind all contactor operation
- Contactors are rated by current, utilisation category (AC-1 to AC-4), and coil voltage — all three must be matched to the application
- They differ from relays (relays are for control/signal circuits), and from MCBs (MCBs protect, contactors switch)
- In motor control, a contactor works alongside an MCB for fault protection and a thermal overload relay for motor protection
- You can safely build and test contactor circuits in ElectraSim — free, browser-based, no installation required
Ready to build your first motor control circuit? Open ElectraSim now → and place a Contactor, wire the coil circuit and power circuit, and see how remote switching works.
See It All in Action
Build and simulate the circuits from this article for free in your browser. No installation, no sign-up.
⚡ Open ElectraSim Free