A switching relay works by passing current through an electromagnetic coil to generate a magnetic field, which pulls a spring-loaded metal armature. This armature physically opens or closes one or more sets of electrical contacts, allowing a low-power control circuit to switch a high-power load circuit while keeping them galvanically isolated. For example, a 5V Arduino GPIO pin sourcing just 20mA can energize a 5V relay coil, pulling a 10A-rated contact to safely switch a 120V AC mains lamp without the high voltage ever touching the microcontroller.

While solid-state relays (SSRs) have dropped in price as of 2026, electromechanical relays (EMRs) remain the undisputed choice for applications requiring ultra-low contact resistance, high surge survival, and multi-pole switching. But treating every relay like a simple 'on/off' switch is how you melt contact arms. Here is the bench-level breakdown of how they operate, how to read their derating curves, and how to test them.

Coil Side vs. Contact Side: Wiring and Protection

An electromechanical relay is essentially two separate components sharing a single magnetic core: the coil (input) and the contacts (output). Understanding the isolation between these two sides is critical for safe wiring.

The Coil Side (A1 and A2)

The coil is a spool of fine copper wire wrapped around an iron core. When you apply the rated voltage (e.g., 12VDC or 24VAC) across terminals A1 and A2, current flows and creates the magnetic flux needed to pull the armature.

  • DC Coils: Rely purely on the wire's resistance to limit current. They are highly sensitive to voltage drops; if your 12V supply sags to 9V under load, the coil may chatter or fail to pull in.
  • AC Coils: Rely on the inductive reactance of the coil to limit AC current. If you apply DC voltage to an AC coil, it will draw massive current and burn out in seconds because it lacks the reactance to limit the flow. AC coils also feature a copper 'shading ring' on the core face to prevent the armature from dropping out and humming at every zero-crossing of the AC sine wave.
WARNING: DC Coil Flyback Protection is Mandatory
When you de-energize a DC coil, the collapsing magnetic field induces a massive reverse voltage spike ($V = -L \frac{di}{dt}$). This spike can easily exceed 100V, instantly destroying the driving transistor (like a 2N2222) or frying an ESP32 GPIO pin. You must solder a flyback diode (e.g., 1N4007) across A1 and A2, with the diode's cathode (stripe) pointing toward the positive supply.

The Contact Side (COM, NO, NC)

The contacts are the physical switch. Current flows from the Common (COM) terminal to either the Normally Open (NO) or Normally Closed (NC) terminal depending on the armature's resting state. Unlike a thermal-magnetic circuit breaker that relies on an inverse-time curve to clear overloads, a relay has no inherent overcurrent protection. If you exceed the contact's breaking capacity, the contacts will weld together, and you must rely on an upstream fuse or breaker to clear the fault.

Decoding the Spec Sheet: Which Rating Column Governs Your Load?

The most common mistake makers and junior techs make is reading '10A 250VAC' printed on the plastic relay shell and assuming it can switch any 10A load. That headline number is almost always the resistive rating. If you use that same relay to switch a 10A motor, the inductive kickback will pit the contacts and weld them shut within a few dozen cycles.

To select the right relay, you must look at the manufacturer's derating table. Below is a real-world spec sheet breakdown for a standard industrial workhorse: the Omron G2R-1-E 10A relay, rated per IEC 61810-1.

Table 1: Omron G2R-1-E Contact Derating by Load Type
Load Type Power Factor (cos φ) Max Steady-State Current Max Breaking Capacity Typical Application
Resistive (AC-1) 1.0 10 A 2,500 VA Heaters, incandescent lamps (with soft-start), resistors
Inductive (AC-15) 0.4 5 A 1,250 VA Solenoids, contactor coils, transformers
Motor Load N/A (Variable) 3 A (LRA: 30 A) 750 VA Compressors, blower motors, pumps
Tungsten Lamp N/A 1.5 A 375 VA Standard halogen/incandescent lighting

Selection Decision Path

Use this decision tree to determine which column governs your specific application. When in doubt, always derate to the next most severe category.

If Your Load Is... Governing Rating Column Critical Edge Case to Check
A silicone heater pad or power resistor Resistive (10A) Check ambient temperature derating; coils lose pull-force above 40°C.
An AC solenoid valve or another contactor coil Inductive (5A) Inductive loads generate massive arcing on contact break. Ensure adequate air gap.
A fridge compressor or HVAC fan motor Motor (3A) Check the LRA (Locked Rotor Amps). The relay must survive the 1/2-second startup surge without welding.
A 12V DC automotive accessory (off-road lights) DC Resistive (Check DC curve) DC arcs do not self-extinguish at zero-crossings. A 10A AC relay might only be rated for 2A at 24VDC.

Bench Testing: Dead and Live Diagnostics

Relays are mechanical wear items. The contacts degrade from arcing, and the coil wire can degrade from heat. Here is how to test an electromechanical relay on the bench to determine if it is still serviceable.

Dead Testing (Multimeter Required)

Remove the relay from the circuit completely. Set your multimeter to the Ohms (Ω) range.

  1. Coil Resistance: Measure across A1 and A2. A typical 12VDC coil will read between 200Ω and 400Ω. A 24VDC coil will read roughly 1,100Ω. If your meter reads 'OL' (infinite), the coil wire is broken internally. If it reads 0.1Ω, the coil is shorted. Both mean the relay is dead.
  2. Contact Continuity (Resting): Measure COM to NC. It should read less than 0.5Ω. Measure COM to NO. It should read 'OL'. If the NO contact shows continuity while de-energized, the contacts have welded together from a past overcurrent event.
  3. Contact Continuity (Actuated): Use a bench power supply to apply the rated coil voltage. You should hear a sharp 'click'. While energized, measure COM to NO (should be < 0.5Ω) and COM to NC (should be 'OL').

Live Testing (Under Load)

Sometimes a relay passes dead tests but fails in the field due to voltage drops or contact resistance under heavy current.

  • Coil Voltage Drop: With the relay energized and the load running, measure the DC voltage directly at the A1 and A2 pins. If your 12V supply reads 12.1V at the breaker but only 9.5V at the relay coil, your wire gauge is too thin or your driving transistor is dropping too much voltage. The relay will overheat and eventually drop out.
  • Contact Voltage Drop: With the relay switching its rated load (e.g., 10A), measure the millivolt (mV) drop directly across the COM and NO terminals. A healthy silver-alloy contact will drop less than 20mV. If you read > 50mV, the contacts are pitted, carbonized, or oxidized. This resistance will generate heat ($I^2R$) and melt the relay housing over time.

When to Repair vs. Replace

The golden rule of bench and jobsite maintenance: never repair a standard PCB or plug-in electromechanical relay under $20. The labor cost of diagnosing the failure, the risk of a weak spring causing contact chatter, and the fire hazard of a poorly seated armature far outweigh the cost of a new Finder 55.34 or Omron LY2. Bin it and replace it.

The only exception is heavy-duty industrial contactors (e.g., Eaton or Siemens 100A+ units costing $200 to $800). These are designed with modular architectures where you can swap out just the $30 coil assembly or unbolt and replace the silver-tungsten contact blocks without discarding the entire magnetic frame. For everything else, treat the relay as a consumable component and keep a stocked bin of spares.