To check a relay, first isolate it from all power sources. Set your multimeter to resistance (Ω) and measure across the coil pins (typically A1 and A2); a healthy 12V DC coil usually reads between 150Ω and 400Ω. Next, switch to continuity mode and check the contact pins: Common (COM) to Normally Closed (NC) should beep, while COM to Normally Open (NO) should read open (OL). If the coil reads OL (open loop) or the contacts show continuity when they shouldn't, the relay is dead. For live testing, measure the voltage drop across the closed contacts under load; a reading above 50mV indicates pitted or carbonized contacts requiring replacement.
Decoding the Datasheet: Which Rating Column Governs Your Load?
A common bench mistake is sizing a relay based solely on its headline resistive current rating (e.g., "10A at 250VAC"). When switching real-world loads, the column that actually governs your application is the breaking capacity (or make/break rating) specific to your load type. A relay rated for 10A resistive might only be rated for 3A inductive or 1/4 HP for a motor load due to massive inrush currents and inductive kickback.
| Parameter | Typical Datasheet Label | What It Actually Means for Your Circuit |
|---|---|---|
| Coil Voltage | Nominal / Must Operate / Must Release | "Must Operate" is usually 75% of nominal (e.g., a 12V coil pulls in at 9V). "Must Release" is typically 10% (drops out at 1.2V). |
| Contact Rating (Resistive) | 10A 250VAC / 10A 30VDC | Safe for heating elements or incandescent bulbs. DC ratings are always drastically lower than AC because DC lacks a natural zero-crossing to extinguish arcs. |
| Breaking Capacity (Inductive/Motor) | 3A 250VAC (cos φ = 0.4) / LRA | The governing limit for solenoids, contactor coils, and compressors. Accounts for the 6x-10x inrush current and the energy stored in the magnetic field. |
| Dielectric Strength | Coil-to-Contact 5kV | Critical for medical or isolated control circuits; prevents mains transients from jumping back into your low-voltage microcontroller logic. |
For deeper insights into reading these specifications, DigiKey's technical guide on relay specifications provides an excellent breakdown of how UL and VDE testing conditions affect these numbers.
Coil vs. Contact Wiring and DC Flyback Protection
A relay is an electromechanical isolation barrier. You must treat the coil side and the contact side as two entirely separate circuits that share no electrical common.
- Coil Side (Control): This is your low-power logic or switch circuit. It connects to A1 (positive/switched) and A2 (negative/common). The coil draws a small holding current (typically 20mA to 50mA) to generate the magnetic field that pulls the armature.
- Contact Side (Load): This is your high-power circuit. It connects to COM (Line/Source), NO (Load), and NC (Load). When the coil energizes, COM disconnects from NC and bridges to NO.
When you de-energize a DC relay coil, the collapsing magnetic field generates a high-voltage reverse spike (often exceeding 100V). If your coil is driven by a BJT (like a 2N2222), a MOSFET, or a driver IC (like a ULN2003), this spike will instantly punch through the semiconductor junction and destroy it. Always wire a flyback diode (e.g., 1N4007 or 1N4148) in reverse bias across the A1 and A2 coil pins. The cathode (stripe) points toward the positive supply. For high-speed PWM switching, use a series resistor-diode network or a Zener clamp to speed up the drop-out time.
How to Test a Relay: Dead Bench Tests vs. Live Circuit Checks
Testing requires a two-stage approach: verifying the mechanical and electrical integrity on the bench, then confirming performance under real-world thermal and electrical stress.
Stage 1: Dead Bench Testing (Multimeter in Ω and Continuity)
- Isolate and Discharge: Remove the relay from the circuit. If it's a solid-state relay (SSR), discharge any parallel snubber capacitors first.
- Coil Resistance Check: Place probes on A1 and A2. A 5V DC coil should read roughly 50Ω to 100Ω; a 12V DC coil reads 150Ω to 400Ω; a 24V AC coil reads 400Ω to 1000Ω. Result: If OL, the coil wire is broken internally. If near 0Ω, the coil is shorted. Both mean the relay is trash.
- Contact Continuity Check: Probe COM and NC. It should beep (read < 1Ω). Probe COM and NO. It should read OL. Result: If NO shows continuity, the contacts are welded shut from a previous overcurrent event.
- Bench Actuation: Apply the nominal coil voltage from a bench power supply. You should hear a sharp, distinct "click." Re-check continuity; COM-to-NO should now beep, and COM-to-NC should be OL.
Stage 2: Live Circuit Testing (Multimeter in AC/DC Voltage)
Live testing identifies failing contacts that pass a dead continuity test but fail under load due to carbon buildup.
- Verify Coil Drive Voltage: With the circuit commanded "ON," measure across A1 and A2. You must read within 5% of the nominal coil voltage. If you read 9V on a 12V coil, the issue is your control wiring voltage drop, not the relay.
- Measure Contact Voltage Drop: Set your meter to millivolts (mV). Place one probe on the COM terminal and the other on the NO terminal while the load is actively drawing current. A healthy relay will show a drop of 10mV to 50mV. If you read > 200mV, the contacts are pitted or oxidized, generating excess heat and requiring immediate replacement.
Repair vs. Replace: When to Solder and When to Scrap
A relay is not a fuse or a breaker; it lacks the thermal-magnetic trip curve to safely interrupt dead short circuits, and it is not designed to be a sacrificial, resettable component. The decision to repair or replace is heavily skewed toward replacement.
Veteran technicians sometimes suggest opening a relay and filing down pitted or carbonized contacts with fine sandpaper. Never do this. Relay contacts are plated with specific alloys (like silver-tin oxide) designed to resist welding and extinguish arcs. Filing removes this plating, alters the precise mechanical contact pressure, and leaves copper or base silver exposed, which will weld shut on the very next switching cycle, creating a severe fire hazard.
When to Repair: You can repair the socket or the PCB pads. If the socket terminals are loose, crimp them tighter. If the PCB pads are lifted, run jumper wires. You can also clean external corrosion off the relay pins with isopropyl alcohol and a fiberglass scratch pen.
When to Replace: If the coil is open, if the contacts are welded, if the voltage drop under load exceeds 200mV, or if the relay casing is melted/discolored. Always replace with an exact match or an upgraded breaking-capacity equivalent.
Load-Type Selection Decision Tree
When replacing a relay, use this decision path to select the correct part number based on your specific load characteristics. Do not default to a generic "10A relay" for everything.
| Load Type | Characteristics & Hazards | Selection Rule | Concrete Pick (Part Number) |
|---|---|---|---|
| Resistive | Heaters, incandescent bulbs, power resistors. Steady state current, minimal inrush. | Match nominal current. Standard AC/DC ratings apply. | Omron G2R-1-E (10A / 250VAC standard PCB relay) |
| Inductive | Solenoids, contactor coils, transformers. High inductive kickback on break, moderate inrush. | Derate resistive rating by 70%. Ensure high dielectric strength and use RC snubbers on the load side. | Panasonic ALQ312 (12VDC coil, reinforced isolation for inductive kickback) |
| Motor | Compressors, fans, pumps. Massive Locked Rotor Amps (LRA) inrush (6x-10x FLA). | Must explicitly state "Motor Rated" or "HP Rated" on the datasheet. Standard 10A relays will weld shut on startup. | Omron G7L-2A-TUB (25A / 250VAC, specifically UL recognized for 1HP motor loads) |
| Capacitive | Switching power supplies, LED drivers, capacitor banks. Extreme inrush current (up to 100x steady state) as caps charge. | Use relays with tungsten pre-charge contacts or zero-crossing Solid State Relays (SSRs). | Crydom D2425 (25A Zero-Cross SSR, eliminates mechanical contact bounce and inrush welding) |
For comprehensive contact protection strategies when dealing with highly inductive or capacitive loads, refer to the contact protection guide on All About Circuits, which details how to design RC snubber networks and varistor clamps to extend relay life by a factor of ten.






