An electrical relay is an electrically operated switch that uses a low-power electromagnet (the coil) to mechanically open or close high-power contacts. In practical terms, it provides galvanic isolation between a sensitive control circuit—like an ESP32 GPIO pin, a PLC output, or a low-voltage thermostat—and a heavy load circuit, such as a 120VAC compressor motor or a 24VDC solenoid bank. By separating the control signal from the switched power, relays protect delicate microcontrollers from high-voltage transients and allow a 5mA logic signal to safely command a 30A load.

The Core Mechanism: Coil vs. Contact Side Wiring

To understand what an electrical relay does on the bench, you have to treat it as two entirely separate circuits sharing a single magnetic core. The coil side (the input) and the contact side (the output) are electrically isolated from one another.

Wiring the Coil Side (Control)

On a standard DIN-rail relay socket (like an 8-pin or 14-pin base), the coil terminals are typically labeled A1 and A2, or pins 7 and 8. When you apply the rated voltage across these terminals, current flows through the copper winding, generating a magnetic field that pulls the steel armature and moves the contacts.

CRITICAL DC PROTECTION: If you are driving a DC coil (e.g., 12VDC or 24VDC) using a semiconductor switch like a 2N2222 BJT, a MOSFET, or an optocoupler, you must wire a flyback diode (like a 1N4007) in reverse-bias across A1 and A2 (cathode to positive). When the coil de-energizes, the collapsing magnetic field generates a massive reverse voltage spike. Without the diode to absorb this inductive kickback, the spike will instantly punch through the semiconductor junction of your driver transistor, bricking your control board.

Wiring the Contact Side (Load)

The contact side handles the actual load current. A standard Single Pole Double Throw (SPDT) configuration features three terminals: Common (C or 11), Normally Closed (NC or 12), and Normally Open (NO or 14). When the coil is de-energized, C is mechanically bonded to NC. When energized, the armature shifts, breaking the NC connection and bonding C to NO. Always use ferrule-crimped wires on screw terminals to prevent stray strands from shorting across the air gap.

Decoding Relay Ratings: Which Column Governs Your Load?

Relay datasheets are notorious for highlighting a massive "headline" current rating that only applies to ideal, purely resistive loads. If you use that number to switch a motor, your contacts will weld shut or carbonize within weeks. To select the right component, you must look at the breaking capacity and specific load ratings.

Table 1: Electromechanical Relay Specification Comparison (24VDC Coil Models)
Part NumberCoil Voltage / ResistanceResistive Rating (AC1)Inductive / Motor RatingBreaking Capacity
Omron G2R-2-DC2424VDC / 650Ω10A @ 250VAC5A @ 250VAC (cos φ=0.4)2500VA
Finder 40.52.8.02424VDC / 600Ω8A @ 250VAC3A @ 250VAC (cos φ=0.4)2000VA
TE T92S11D22-2424VDC / 470Ω30A @ 277VAC20A Pilot Duty / 1.5 HP8310VA
Schneider RSB2A080BD24VDC / 720Ω8A @ 250VAC3A @ 250VAC (AC-15)2000VA

Which Rating Column Governs This Load?

The governing rule is simple: the lowest applicable rating for your specific load type dictates the relay's true capacity. The "Resistive Rating" column assumes a power factor of 1.0 (like a simple heating element). However, most real-world loads are inductive (motors, solenoids, transformers) or capacitive (switching power supplies). Inductive loads store energy in magnetic fields, causing severe arcing when the contacts open to break the circuit. If you are switching a 5A inductive solenoid, you must look at the "Inductive Rating" column (often denoted by a low power factor like cos φ=0.4), not the 10A resistive headline.

For a deeper dive into how contact materials handle these arcs, All About Circuits provides an excellent breakdown of relay contact metallurgy and arc suppression.

Selection Decision Path: Matching the Relay to the Load

Use the decision tree below to determine how to derate your relay based on the physical characteristics of the load you are switching. Inrush current—the brief spike of current when a circuit is first closed—is the primary killer of relay contacts.

Table 2: Load Type Selection and Derating Matrix
Load TypeExamplesInrush MultiplierGoverning Rating ColumnSelection Action / Derating Rule
ResistiveSpace heaters, incandescent bulbs, toaster elements1.0x to 1.5xResistive (AC-1)Use headline rating. Size relay for 125% of continuous load current.
InductiveSolenoids, contactor coils, relays, transformers3x to 5xInductive (AC-15 / cos φ=0.4)Derate headline current by 50-60%. Add an RC snubber across the load.
MotorCompressors, HVAC fans, pumps, conveyor belts6x to 8x (LRA)Motor / HP Rating / Pilot DutyIgnore amp ratings; select strictly by the Locked Rotor Amps (LRA) or HP rating printed on the relay casing.
CapacitiveSwitching Mode Power Supplies (SMPS), LED drivers10x to 20xCapacitive / Tungsten RatingDerate by 70%. Use a relay with high make-capacity or add an NTC thermistor to limit inrush.

When dealing with heavy industrial loads, manufacturers like TE Connectivity design specific high-capacity relays with larger air gaps and specialized silver-tin oxide contact alloys to survive the intense heat of capacitive and motor inrush events.

Bench Testing and Diagnostics: Dead, Live, and End-of-Life

Relays are mechanical wear items. Every time the contacts open under load, a microscopic amount of metal vaporizes and transfers between the anode and cathode. Eventually, this leads to pitting, carbon buildup, or contact welding. Here is how to diagnose them accurately.

How to Test It Dead (Power Off)

Remove the relay from its socket and set your multimeter to the Ohms/Continuity setting.

  1. Test the Coil: Place probes on A1 and A2. A healthy 24VDC Omron G2R coil will read approximately 650Ω. If it reads OL (Open Line), the internal copper winding has burned out. If it reads near 0Ω, the coil is shorted.
  2. Test the Contacts (NC): Place probes on Common and NC. You should read a dead short (typically <0.1Ω). If it reads higher, the contacts are oxidized or pitted.
  3. Test the Contacts (NO): Place probes on Common and NO. It must read OL. Any continuity here means the contacts have welded together or the armature spring has failed.

How to Test It Live (Under Load)

SAWARNING - MAINS VOLTAGE: Live testing involves exposed energized terminals. De-energize the panel before wiring, ensure all covers are replaced before applying power, and use a CAT III or CAT IV rated multimeter. If you are not trained in mains safety, defer to a licensed electrician.

With the relay energized and the load running, switch your multimeter to AC or DC Volts (matching the load). Place the probes directly on the load-side and line-side terminals of the closed contacts (e.g., Common and NO). You are measuring the voltage drop across the relay's internal switch. A healthy relay will drop less than 0.1V. If you measure a voltage drop greater than 0.5V to 1.0V while under load, the internal contacts are severely carbonized, generating massive heat and restricting current flow to your load.

When to Repair vs. Replace

The golden rule of modern electromechanical relays (EMRs) under 30A is: never repair, always replace.

A common bench mistake is attempting to "clean" pitted relay contacts with sandpaper or a contact file. Relay contacts are plated with specialized alloys (like silver-cadmium oxide or silver-nickel) that are only microns thick. Filing them removes this plating, exposing the base brass or copper. The next time the relay closes, the bare metal will instantly melt and weld together, potentially causing a fire or failing to disconnect a motor during an emergency stop.

Standard PCB and DIN-rail EMRs cost between $6 and $15 in 2026. When they fail, swap the module and keep the socket. The only exception is heavy-duty industrial contactors (e.g., 50A+ Eaton or Schneider models), where the main contact blocks, arc chutes, and coils are sold as separate, field-replaceable sub-assemblies designed for periodic maintenance.