The Two Sides of the Relay: Coil vs. Contact Wiring
To wire a relay correctly, you must treat it as two completely separate circuits that share only a magnetic link. Mixing up the coil pins and the contact pins is the most common reason hobbyists fry their microcontrollers or fail to switch their loads.The Coil Side (Control Circuit)
The coil is an inductor. When you apply the nominal voltage (e.g., 12VDC or 24VAC) across the coil pins (often labeled A1 and A2 on industrial relays, or simply the two outer pins on a 5-pin PCB relay), current flows and builds a magnetic field. AC coils feature a copper shading ring on the core to prevent the armature from buzzing at 120Hz as the AC sine wave crosses zero. DC coils do not have this ring.
The Contact Side (Load Circuit)
The contacts handle the actual load current. A standard SPDT (Single Pole Double Throw) relay has three contact pins:
- COM (Common): The moving armature. Your load's hot/positive wire usually connects here.
- NO (Normally Open): Connects to COM only when the coil is energized.
- NC (Normally Closed): Connects to COM when the coil is de-energized. Used for fail-safe circuits.
Decoding Relay Ratings: Which Column Governs Your Load?
Reading a relay datasheet is where most sizing errors happen. A relay rated for "10A at 250VAC" is almost never rated for 10A across all load types. You must look at the specific rating column that governs your exact load type. According to Omron's relay application guidelines, inductive and motor loads generate severe arcing that drastically reduces the relay's breaking capacity.| Parameter | Resistive Load (cos φ=1.0) | Inductive Load (cos φ=0.4) | Motor Load (AC) |
|---|---|---|---|
| Nominal Contact Rating | 10A @ 250VAC | 3A @ 250VAC | 1/3 HP @ 120VAC |
| Breaking Capacity (Max) | 2,500 VA | 750 VA | Locked Rotor Amps (LRA) dependent |
| Electrical Life (Operations) | 100,000 ops | 50,000 ops | 20,000 ops |
Selection Decision Path by Load Type
Use this decision tree to determine which column governs your application and how to protect the circuit:
- Resistive (Heaters, Incandescent Bulbs): Use the standard resistive column. Inrush current is minimal (though cold tungsten filaments can spike 10x for a few milliseconds). Standard thermal-magnetic breakers sized to wire ampacity are fine here.
- Inductive (Solenoids, Transformers, AC Coils): Use the inductive column. The load will generate a massive voltage spike when the relay opens. You must add an RC snubber or MOV across the load. Never treat fuses and circuit breakers as interchangeable when protecting these contacts. A standard breaker relies on a time-current curve that may allow high fault currents to persist for cycles—long enough to weld relay contacts. Use a fast-acting fuse or a breaker with a specific magnetic trip curve (like a D-curve in IEC standards) sized strictly to the relay's breaking capacity.
- Motor Loads (Compressors, Pumps, Fans): Use the motor column. Motors draw 5x to 8x their Full Load Amps (FLA) when starting. You must size the relay based on the motor's Locked Rotor Amps (LRA), not its running current. If the datasheet doesn't list an HP or LRA rating, do not use a standard signal relay; upgrade to a purpose-built IEC motor contactor (like a Schneider TeSys).
Bench Testing: Dead and Live Diagnostics
When a circuit fails, you need to know if the relay is the culprit. Here is the exact diagnostic sequence using a standard digital multimeter (DMM).Dead Testing (Power Removed)
- Coil Continuity: Set your DMM to resistance (Ω). Measure across the coil pins (A1/A2). A healthy 12VDC coil typically reads between 150Ω and 300Ω. A 24VAC coil might read 400Ω to 800Ω. If you read OL (open loop), the internal wire is broken. If you read near 0Ω, the coil is shorted.
- Contact Verification: Set the DMM to continuity or low-resistance. Measure between COM and NC. It should read < 1Ω. Measure between COM and NO. It should read OL. If the NO contact shows continuity while de-energized, the contacts have welded shut from a previous overload.
Live Testing (Energized)
- Auditory & Tactile: Apply nominal coil voltage. You should hear a sharp, definitive click. A dull buzz indicates a failing AC shading ring or insufficient coil voltage.
- Voltage Drop Test: With the relay energized and the load running, set your DMM to DC or AC millivolts. Place the probes directly on the COM and NO terminals. A healthy relay will show a voltage drop of less than 50mV. If you read 200mV or higher, the contacts are pitted or carbon-fouled, generating excess heat.
When to Repair vs. Replace
If you are maintaining a $400 industrial motor contactor, replacing the contact pads or the arc chute is standard, cost-effective practice. However, for PCB relays (like the Omron G5V) or plug-in ice-cube relays (like the Finder 40.52), it is strictly replace-only. Attempting to file down pitted contacts on a small relay destroys the precise spring tension and contact wipe engineered into the armature, guaranteeing premature thermal failure. A replacement ice-cube relay costs roughly $8 to $14; do not risk a fire to save it.
Frequently Asked Questions
How does an electromagnetic relay work compared to a solid-state relay (SSR)?
An electromagnetic relay uses physical moving metal contacts, providing a near-zero voltage drop when closed and total galvanic isolation. A solid-state relay (SSR) uses an internal LED and a phototriac or MOSFET to switch the load without moving parts. While SSRs offer silent, bounce-free switching and millions of operations, they suffer from a 1V to 1.5V forward voltage drop across the internal semiconductor, which generates significant heat requiring a heatsink. As of 2026, SSRs are preferred for high-frequency PWM heating control, while electromechanical relays remain superior for low-heat, cost-sensitive, or high-inrush motor applications.
Why does my relay coil get hot when continuously energized?
Continuous duty coils are designed to dissipate the heat generated by their internal resistance (I²R losses). However, if you apply a voltage even 10% above the nominal rating, the coil current increases, and heat generation scales exponentially. Furthermore, if the relay is mounted in an enclosed panel with poor ventilation, or clustered tightly next to other energized relays, the ambient temperature rises. Most standard relays are rated for a maximum ambient temperature of 40°C to 55°C. If the enclosure exceeds this, the coil's insulation degrades, eventually leading to an internal short.
How does an electromagnetic relay work in a latching circuit?
A standard relay drops out the moment coil power is removed. In a latching (or seal-in) circuit, the relay uses a secondary set of contacts to bypass the momentary start switch. When you press the start button, the coil energizes and closes the main load contacts, but it also closes a parallel NO contact wired directly across the start button. When you release the button, the coil stays energized through this secondary contact path. A normally closed stop button is wired in series with the coil to break the circuit and drop out the relay. This is the foundational logic of industrial motor starters.
For deeper technical specifications on contact materials and arc suppression, refer to the All About Circuits relay technical guide or consult your specific manufacturer's application notes.






