The strict definition of a relay in electronics is an electrically operated switch that uses a low-power control signal to isolate and switch a higher-power circuit. Unlike solid-state relays (SSRs) which use semiconductors like TRIACs or MOSFETs, electromechanical relays (EMRs) rely on physical moving parts. When current flows through the relay's coil, it generates a magnetic field that pulls a spring-loaded armature, physically closing or opening the metallic contacts. This provides true galvanic isolation between your sensitive control logic (like an ESP32 or PLC) and the high-voltage or high-current load.

Understanding this component goes beyond the textbook definition. On the bench, selecting, wiring, and testing a relay requires navigating specific derating curves, managing inductive kickback, and interpreting datasheet columns that often mislead beginners. Below is a table-forward guide to reading relay specs, matching them to real-world loads, and testing them when things go wrong.

Reading the Spec Sheet: Coil vs. Contact Ratings

A relay datasheet splits its specifications into two entirely separate circuits: the coil side (the electromagnet) and the contact side (the switch). The most common mistake hobbyists and junior technicians make is looking at the '10A 250VAC' printed on the relay cover and assuming the coil also operates at those parameters. The coil is typically a low-voltage DC or AC circuit (e.g., 5V, 12V, 24V), while the contacts handle the load.

Here is a spec-sheet-table comparing two industry-standard workhorses: the Omron G2R series (common in PCB and DIN-rail industrial panels) and the Finder 40 series (widely used in European HVAC and lighting control).

Table 1: Electromechanical Relay Specification Comparison
Part Number Coil Voltage (Nominal) Coil Resistance (at 23C) Nominal Contact Rating (Resistive) Max Breaking Capacity (AC1 / AC3)
Omron G2R-1-E DC12 12V DC 278 ohms 16A at 250VAC 16A (AC1) / 4A (AC3 Motor)
Omron G2R-1-E DC24 24V DC 1,100 ohms 16A at 250VAC 16A (AC1) / 4A (AC3 Motor)
Finder 40.52.8.024 24V AC/DC 650 ohms (DC) 8A per pole (16A total) 8A (AC1) / 2.5A (AC3 Motor)
Finder 40.52.9.110 110V DC 10,200 ohms 8A per pole (16A total) 8A (AC1) / 2.5A (AC3 Motor)

Note: AC1 refers to non-inductive or slightly inductive resistive loads (heaters, incandescent). AC3 refers to squirrel-cage motor loads, which suffer from massive inrush currents during startup. Notice how a relay rated for 16A resistive drops to just 4A for motor switching. This derating is non-negotiable.

Load Selection Decision Path: Which Rating Governs?

When sizing a relay, you must identify your load type first. The 'Nominal Contact Rating' printed on the plastic shell is almost always a purely resistive rating. If you switch an inductive or motor load using that baseline number, the contacts will pit, weld together, and fail catastrophically within a few thousand cycles. For a deeper dive into the physics of contact arcing, refer to the All About Circuits guide on electromechanical relays.

Use this decision-tree-table to determine which datasheet column governs your specific application and how to apply the derating factor.

Table 2: Relay Selection Decision Tree by Load Type
Load Type Governing Rating Column Derating Factor / Rule Real-World Example
Resistive (Heaters, Toasters) Nominal AC1 Rating 1:1 (Use full rated current) 1500W 120VAC space heater (12.5A) on a 16A relay.
Inductive (Contactors, Solenoids) AC15 / DC13 Rating Derate to 20-30% of nominal resistive rating. 24VDC hydraulic solenoid valve pulling 2A steady-state.
Motor (AC3 / DC3) AC3 / Locked Rotor Amps Derate to 25% of nominal. Must survive 6x inrush. 1/2 HP 120VAC sump pump (approx 9.8A full load, 60A inrush).
Tungsten (Halogen, Incandescent) Tungsten / TV Rating Derate to 15-20% of nominal due to cold-filament inrush. Bank of 500W halogen work lights (cold inrush is 10-15x steady state).

Wiring the Control and Load Sides Safely

Wiring an EMR requires treating the coil and the contacts as two completely separate circuits that share only a magnetic link.

The Coil Side (Control)

On standard DIN-rail relays, the coil terminals are labeled A1 and A2 (or 85 and 86 on octal plug-in bases). For AC coils, polarity does not matter. For DC coils, standard wire-wound electromagnets are also non-polarized unless the relay has a built-in status LED or a built-in suppression diode. If it has a built-in diode, A1 must be positive and A2 must be negative; reversing it will short your control power through the internal diode and blow your control fuse.

Warning: DC Coil Flyback Protection
When you de-energize a DC relay coil, the collapsing magnetic field generates a high-voltage inductive spike (often hundreds of volts) that will destroy your driving transistor, MOSFET, or microcontroller GPIO. You must wire a flyback diode (like a 1N4007 for power relays or 1N4148 for signal relays) in reverse-parallel across A1 and A2. Connect the diode cathode (striped end) to the positive supply side of the coil, and the anode to the switching transistor side.

The Contact Side (Load)

The load terminals are typically labeled COM (Common), NO (Normally Open), and NC (Normally Closed). In IEC numbering, COM is 11 (or 21 for a second pole), NO is 14, and NC is 12.

  • Normally Open (NO): The circuit is open until the coil is energized. Use this for most standard loads (lights, pumps, heaters) so the load turns off if control power is lost.
  • Normally Closed (NC): The circuit is closed until the coil is energized. Use this for alarm circuits, emergency stop monitoring, or fail-safe valves where loss of control power must trigger the load.
Always torque screw terminals to the manufacturer's specification (typically 0.5 to 0.8 Nm for standard 16A relays). Loose contacts cause high resistance, leading to localized heating and melted relay sockets.

Testing Dead and Live, and When to Replace

Relays are mechanical wear items. The contacts physically arc every time they open under load, vaporizing microscopic amounts of metal. Eventually, they fail. Knowing how to test them efficiently saves hours of troubleshooting. For comprehensive field testing procedures, Macromatic's technical guide on testing relays is an excellent bench reference.

Dead Testing (Power Off & Isolated)

Remove the relay from its socket or disconnect all wires. Set your multimeter to the Ohms range.

  1. Test the Coil: Place probes on A1 and A2. You should read a specific resistance matching the datasheet (e.g., ~278 ohms for a 12VDC Omron G2R). If you read OL (Open Line), the coil wire is broken internally. If you read 0.0 ohms, the coil is shorted. Both mean the relay is dead.
  2. Test the Contacts (Unenergized): Place probes on COM and NC. You should read less than 0.5 ohms. Place probes on COM and NO; you should read OL.
  3. Test the Contacts (Manually Actuated): Use a small flathead screwdriver or your finger to press the relay's test button/armature down. COM to NC should now read OL. COM to NO should read less than 0.5 ohms.

Live Testing (Energized & Under Load)

Sometimes a relay tests fine dead, but fails under load due to pitted contacts that cannot pass current.

  1. Verify Coil Pull-In Voltage: With the circuit active, measure DC voltage across A1 and A2. It must be at least 80% of the nominal coil voltage (e.g., >9.6V for a 12V relay). If voltage is low, the issue is your control wiring or power supply, not the relay.
  2. Measure Contact Voltage Drop: This is the ultimate test of contact health. With the relay energized and the load running, set your multimeter to DC or AC millivolts (mV). Place one probe on the COM terminal and the other on the NO terminal. A healthy relay will show a voltage drop of less than 50mV. If you read greater than 200mV, the contacts are severely pitted or carbonized, creating a bottleneck that will eventually melt the relay.

Repair vs. Replace: The Bench Rule

Never attempt to repair a sealed electromechanical relay. In the early days of electronics, technicians would pry open relays and burnish the contacts with a file. Modern relays are sealed to keep oxygen out (preventing arc-induced oxidation) and keep carbon dust in. If you file the contacts, you remove the silver-cadmium or silver-tin-oxide plating, exposing the base copper, which will weld shut on the very next switching cycle. Furthermore, prying open a sealed relay compromises its dielectric isolation.

If a relay fails a live voltage-drop test, or if the contacts are welded shut, replace the entire unit. An industrial Omron G2R costs roughly $4 to $8; the cost of a welded contact causing a motor to run uncontrollably or a heater to catch fire is exponentially higher. Swap the unit, verify your flyback diode is intact, and torque the terminals to spec.