The relay switching voltage is the maximum voltage the contacts can safely interrupt under a specific load type without sustaining an arc that damages the relay or fails to break the circuit. While a datasheet might boast a 250VAC dielectric withstand rating, the actual maximum DC switching voltage is often limited to 30VDC because DC lacks the AC zero-crossing that naturally extinguishes electrical arcs. If you size a relay based solely on its headline resistive amperage and ignore the switching voltage limits for your specific load type, you will weld the contacts shut or burn out the coil.
Decoding the Spec Sheet: Coil vs. Contact Ratings
An electromechanical relay (EMR) contains two entirely isolated circuits: the coil side (control) and the contact side (load). The coil is an electromagnet that pulls the mechanical armature; the contacts are the physical metal switches that carry your load current. Confusing the two is a classic bench mistake.
On a standard DIN-rail relay socket, the coil terminals are typically labeled A1 and A2 (or pins 2 and 7 on a PCB footprint). The contact terminals are labeled 11, 12, and 14 (where 11 is Common, 12 is Normally Closed, and 14 is Normally Open) or simply COM, NC, and NO. The voltage applied to A1/A2 has zero electrical connection to the voltage passing through 11/12/14, bounded only by the relay's dielectric isolation rating (usually 4kV to 5kV).
Here is a data-dense look at how real-world relays handle switching voltages and contact capacities across different form factors:
| Part Number | Coil Voltage | Max AC Switching Voltage | Max DC Switching Voltage | Resistive Rating (AC) | Inductive Breaking (AC) |
|---|---|---|---|---|---|
| Omron G2R-1-E DC12 | 12VDC | 440VAC | 30VDC | 16A | 10A (cos φ=0.4) |
| Finder 55.34.9.012.0040 | 12VDC | 250VAC | 24VDC | 7A | 5A (cos φ=0.4) |
| TE OJE-SS-112DM | 12VDC | 277VAC | 30VDC | 5A | 3A (cos φ=0.4) |
| Schneider RXM4AB2BD | 24VDC | 250VAC | N/A (AC only) | 6A per pole | 3A per pole |
Source: Manufacturer datasheets for Omron G2R Series and respective TE/Schneider documentation.
When wiring a DC coil (e.g., 12VDC or 24VDC to A1/A2), the coil acts as an inductor. When the driving transistor or microcontroller GPIO drops the voltage to zero, the collapsing magnetic field generates a massive reverse voltage spike (inductive kickback) that will instantly destroy your driving MOSFET or fry an ESP32 GPIO pin. You must wire a flyback diode (like a 1N4007) in reverse bias across A1 and A2 (cathode to positive, anode to negative) to clamp this spike. AC coils do not require this, as the alternating current naturally mitigates the spike, though RC snubbers are sometimes used for EMI reduction.
Load Types and the Relay Switching Voltage Decision Path
The most common question when reading a datasheet is: which rating column governs this load? The headline '10A at 250VAC' is almost always a resistive rating (like a heating element). If you are switching a motor, a transformer, or a bank of LED drivers, the resistive column is irrelevant. The governing column is the inductive breaking capacity or the specific motor horsepower (HP) rating.
Inductive loads store energy in magnetic fields. When the relay contacts open, that stored energy forces current across the widening gap, creating an arc. This arc drastically reduces the effective switching voltage and current capacity. Use the decision tree below to select the correct rating column and apply the necessary derating.
| Load Type | Inrush / Arc Characteristic | Governing Datasheet Column | Derating Rule & Selection Path |
|---|---|---|---|
| Resistive (Heaters, Incandescent) | Steady state; minimal inrush. Arc is brief. | Resistive Contact Rating (e.g., 10A) | Use 80% of max rating for continuous duty. If switching >12A, move to a contactor. |
| Inductive (Solenoids, Contactors, Relays) | High arc energy on break. Current lags voltage. | Inductive Breaking Capacity (cos φ=0.4) | Derate to 30%-50% of resistive rating. Use an RC snubber across the load or contacts. |
| Motor (Pumps, Fans, Compressors) | Locked Rotor Amps (LRA) can be 6x-8x Full Load Amps (FLA). | Motor HP Rating or TV-5 / Pilot Duty | Never use standard resistive amps. Match the relay's specific HP rating at your voltage. If no HP rating exists, do not use it for motors. |
| Lamp / Capacitive (LED Drivers, SMPS) | Massive inrush current (10x to 40x steady state) charging input caps. | Tungsten / Ballast / Capacitive Rating | Derate to 10%-20% of resistive rating. Consider a Zero-Crossing Solid State Relay (SSR) instead. |
For a deeper dive into how contact materials (like Silver Nickel vs. Silver Tin Oxide) handle these different arcs, Macromatic's technical guide on relay contact ratings provides excellent metallurgical context.
Bench Testing: Dead and Live Verification
Before wiring a relay into a live panel or a high-voltage DIY project, you must verify its mechanical and electrical integrity on the bench. Here is the exact sequence for testing an EMR.
1. Dead Testing (De-energized)
Set your multimeter to the Ohms (Ω) setting. Ensure the relay is completely removed from the circuit or socket.
- Coil Resistance: Place probes on A1 and A2. A 12VDC coil typically reads between 150Ω and 400Ω. A 24VDC coil will read higher (often 600Ω to 1200Ω). If the meter reads 'OL' (Open Loop), the internal coil wire is snapped; the relay is dead. If it reads near 0Ω, the coil is shorted.
- Contact Continuity (NC): Place probes on COM (11) and NC (12). You should read a dead short, typically less than 0.5Ω. If it reads higher, the contacts are pitted or carbon-fouled.
- Contact Isolation (NO): Place probes on COM (11) and NO (14). The meter must read 'OL'. Any reading here means the contacts are welded shut or mechanically jammed.
2. Live Testing (Energized)
Safety Callout: If testing with mains voltage (>50V AC), ensure your bench supply is GFCI protected, use insulated probes, and keep one hand behind your back. For hobbyists, stick to 12VDC/24VDC coil testing for the first verification.
- Apply Coil Voltage: Connect your DC power supply to A1 and A2. You should hear a distinct, sharp 'click' as the armature pulls in.
- Verify Contact Switching: With the coil energized, measure continuity between COM and NO. It should now read < 0.5Ω. Measure COM to NC; it should now read 'OL'.
- Voltage Drop Test (Under Load): Pass a known current (e.g., 2A from a bench load) through COM and NO. Measure the millivolt drop across the contacts. A healthy relay will drop less than 50mV. If you see a 200mV+ drop, the contacts are degraded and generating excess heat.
Repair vs. Replace: Diagnosing Contact Welding and Coil Burnout
When a relay fails, the immediate question is whether to repair or replace. For 99% of PCB-mount and standard DIN-rail electromechanical relays (like the Omron MY series or Finder 55 series), the answer is always replace. These components cost between $4 and $15; the labor to disassemble, file contacts, and re-tension springs far exceeds the part cost, and the reliability will never be restored to factory spec.
However, diagnosing why it failed is critical so you don't just burn through the replacement. Here are the primary failure modes:
- Contact Welding (NO stays closed when de-energized): This happens when the switching voltage and inrush current exceeded the relay's breaking capacity, causing an arc that melted the silver alloy contacts together. Fix: Replace the relay and upgrade to a model with a higher inductive breaking capacity, or switch to a Solid State Relay (SSR) like the Omron G3NA series, which has no mechanical contacts to weld.
- Coil Burnout (OL on dead test): Usually caused by applying an AC voltage to a DC coil, or subjecting a DC coil to severe voltage spikes without a flyback diode. Fix: Replace relay, verify power supply type, and install a flyback diode or RC snubber.
- Carbon Tracking / High Contact Resistance: Common when switching low-level logic signals (e.g., 5V at 2mA) through a relay rated for 10A mains loads. The mechanical wiping action isn't enough to break through the oxide layer on the contacts without a higher 'wetting current'. Fix: Replace with a relay featuring gold-flashed bifurcated contacts (designed for low-level signals) or use an optocoupler/MOSFET instead.
Electromechanical relays are consumable components with a finite mechanical life (typically 100,000 to 500,000 operations) and a much shorter electrical life under heavy loads (often 50,000 to 100,000 operations). If your application requires switching a 5A inductive load more than once a minute, abandon EMRs entirely and design your board around a properly heatsinked Solid State Relay or a discrete MOSFET H-bridge.






