If you are staring at a schematic and wondering how to read a relay diagram, the most critical concept to grasp is that a relay is not a single component—it is two completely isolated circuits sharing a magnetic field. On one side, you have the low-power control circuit (the coil). On the other, you have the high-power load circuit (the contacts). Misinterpreting which side is which, or ignoring the contact rating columns for your specific load type, is the fastest way to weld a set of contacts shut or fry your driving microcontroller.
This guide breaks down the schematic symbols, wiring rules, and load-rating tables you need to specify, wire, and troubleshoot electromechanical relays like the ubiquitous Omron G2R or Finder 55.34 series.
Decoding the Schematic: Coil vs. Contact Side Wiring
When learning how to read a relay diagram, you will encounter two primary symbol standards: IEC (International Electrotechnical Commission) and NEMA (National Electrical Manufacturers Association). Regardless of the standard, the diagram will always separate the coil from the contacts.
The Coil Side (Control Circuit)
The coil is represented by a rectangle (IEC) or a circle (NEMA). In IEC diagrams, the coil terminals are almost always labeled A1 and A2. In NEMA or automotive diagrams, you might see them labeled as 85 and 86 (for standard ISO mini relays) or simply + and -.
When wiring the coil, polarity only matters if the relay has an internal suppression diode or an LED indicator. If it is a plain AC coil (e.g., 120VAC), polarity is irrelevant. However, if you are driving a DC coil (e.g., 12VDC or 24VDC) with a transistor, MOSFET, or microcontroller GPIO, you must manage inductive kickback.
When a DC relay coil is de-energized, the collapsing magnetic field generates a high-voltage reverse spike (often 10x to 50x the supply voltage). If you are switching a 24VDC coil with an ESP32 or Arduino via a logic-level MOSFET, this spike will instantly destroy your semiconductor. You must wire a flyback diode (like a 1N4007 or 1N4148) in reverse parallel across the coil terminals: diode cathode (stripe) to the positive supply, anode to the switching transistor. If the relay base has a built-in diode module, verify its polarity before applying power.
The Contact Side (Load Circuit)
The contacts are drawn as a switch. The common terminal is COM (or 11 / C). The Normally Open contact is NO (or 14), and the Normally Closed contact is NC (or 12). In automotive ISO diagrams, these map to 30 (COM), 87 (NO), and 87a (NC).
A common mistake when reading relay diagrams is assuming the contact numbering implies physical pin location. Always cross-reference the schematic with the physical pinout diagram printed on the side of the relay enclosure or the socket base.
The Rating Table: Which Column Governs Your Load?
Reading the contact ratings on a relay datasheet is where most DIYers and junior technicians get burned. A relay labeled '10A 250VAC' does not mean it can safely switch 10 Amps of any load. The governing column depends entirely on the physics of your load.
| Rating Parameter | Typical Value (e.g., Omron G2R-1-E) | What It Actually Means |
|---|---|---|
| Coil Voltage | 24 VDC / 120 VAC | The exact voltage required to pull in the armature. Operating below 80% of nominal risks contact chatter and arcing. |
| Resistive Rating | 10 A @ 250 VAC | The maximum current for purely resistive loads (heaters, incandescent bulbs). This is the 'headline' number manufacturers use for marketing. |
| Inductive Rating | 5 A @ 250 VAC (cos φ = 0.4) | The safe limit for loads with magnetic fields (solenoids, contactor coils, transformers). Inductive loads arc heavily upon contact break. |
| Motor Rating (FLA) | 1/3 HP @ 120 VAC (~3 A) | The safe limit for AC motors. Motors draw 6x to 8x locked-rotor inrush current upon contact make, which can weld marginal contacts. |
| Breaking Capacity | 30 A DC (L/R = 7ms) | The maximum fault or inrush current the contacts can interrupt without welding together or sustaining a continuous DC arc. |
Selection Decision Path by Load Type
Use this decision tree to determine which rating column governs your application and how to derate the relay.
| Load Type | Inrush / Break Hazard | Governing Rating Column | Derating Rule & Example |
|---|---|---|---|
| Resistive (Heaters, Resistors) | None. Inrush is negligible. | Resistive AC/DC Rating | Use at 100% rated current. A 10A relay can switch a 10A heating element. |
| Inductive (Solenoids, Relays) | Severe arcing on break due to collapsing magnetic field. | Inductive Rating (AC-15 / DC-13) | Derate to 30-50% of resistive rating. Use an RC snubber across the load. |
| Motor (Pumps, Fans, Compressors) | Massive inrush on make (LRA) and inductive arc on break. | Motor / HP Rating (AC-3) | Derate to 20% of resistive rating. A 10A relay is only good for ~2A motor FLA. |
| Capacitive (SMPS, LED Drivers) | High inrush on make as empty capacitors act as a short circuit. | Make Capacity / Inrush Rating | Check datasheet for 'Inrush Current' spec. Often requires a zero-cross SSR instead. |
Bench Testing: Dead and Live Verification
Before installing a relay into a live panel or a high-voltage PCB, you must verify its mechanical and electrical integrity. Here is how to test it dead and live using a standard digital multimeter (DMM) like a Fluke 117.
1. Dead Testing (De-energized)
Set your DMM to the Ohms (Ω) or Continuity setting.
- Coil Resistance: Place probes on A1 and A2. A 24VDC relay coil typically reads between 600Ω and 1200Ω. A 120VAC coil will read much higher (e.g., 4kΩ to 10kΩ). If it reads 'OL' (Open Line), the internal coil wire is broken. If it reads near 0Ω, the coil is shorted.
- NC Contact: Place probes on COM and NC. It should read less than 0.5Ω. If it reads higher, the contacts are pitted or carbon-fouled.
- NO Contact: Place probes on COM and NO. It must read 'OL'. Any continuity here means the contacts are welded shut or the armature is mechanically jammed.
2. Live Testing (Energized)
Safety Note: When testing mains-voltage coils, ensure the relay is mounted in an insulated socket and use properly rated CAT III probes.
- Pull-in Voltage: Apply the nominal coil voltage (e.g., 24VDC). You should hear a distinct, sharp 'click'. If the relay buzzes or hums loudly on AC, the shading ring (a small copper loop embedded in the AC core) may be cracked, or the armature face is contaminated with dust.
- Contact Voltage Drop: With the coil energized and a known load passing through the NO contacts, switch your DMM to DC or AC Volts. Measure directly across the COM and NO terminals. A healthy relay will show a voltage drop of less than 50mV. If you read 1V or more, the contacts have high resistance due to oxidation or pitting and the relay is failing.
Troubleshooting: When to Repair vs. Replace
Electromechanical relays are consumable components. They have a finite mechanical life (typically 10 to 20 million operations) and a much shorter electrical life (100,000 to 500,000 operations at full rated load). Because of this, the default action for a faulty relay is almost always replace.
When to Replace:
- Welded Contacts: If the NO contacts read continuity when the coil is de-energized, they have welded. This happens when switching high inrush loads without adequate derating. Replace the relay and evaluate the load.
- Coil Burnout: If the coil reads 'OL', replace it. This is usually caused by applying AC voltage to a DC coil, or severe overvoltage transients.
- Carbon Tracking: If the plastic enclosure shows dark, conductive soot paths between the contact terminals, the relay has suffered severe arcing. Replace immediately.
When to 'Repair' (Maintain):
You cannot repair the internal contacts or coil of a sealed or semi-sealed relay. However, 'repair' in a relay circuit often means fixing the socket or the protection scheme. If the relay base terminals are loose, or the socket fingers are oxidized causing a high-resistance coil connection, clean the socket with contact cleaner and retension the lugs.
Do not treat fuses and circuit breakers as interchangeable when protecting relay contact circuits. If you are protecting a 10A relay contact feeding a resistive load, a 10A fast-acting fuse (IEC gG or UL Class CC) will clear a dead short in milliseconds, preventing the relay contacts from exploding. If you use a 10A thermal-magnetic breaker (C-curve) instead, it will allow up to 50A to 100A of inrush current to pass for 100ms before tripping. While a C-curve breaker is necessary to prevent nuisance tripping on motor startup, that same 100A let-through current will instantly weld the contacts of a standard 10A electromechanical relay if a fault occurs during the inrush phase. Match the protection device's let-through curve to the relay's breaking capacity.
Frequently Asked Questions
How to read relay diagram symbols for NO and NC contacts?
In IEC schematics, the Normally Open (NO) contact is drawn as a line with a gap, where the moving blade points away from the stationary contact. The Normally Closed (NC) contact is drawn with the moving blade overlapping and touching the stationary contact. A helpful mnemonic is that the NC symbol looks like a closed switch in its resting state. In NEMA diagrams, NO and NC are indicated by the physical arrangement of the contact blocks around the 'CR' (Control Relay) coil symbol, often utilizing a 'break' line through the NC contact.
How to read a relay diagram for a 4-pin vs 5-pin automotive relay?
Automotive ISO mini relays use a standardized pinout. A 4-pin relay is a Single Pole, Single Throw (SPST) Normally Open switch. Pins 85 and 86 are the coil. Pin 30 is the Common input, and Pin 87 is the NO output. A 5-pin relay is a Single Pole, Double Throw (SPDT) switch. It shares the same 85/86 coil and 30 Common pins, but adds Pin 87a, which is the Normally Closed output. When the coil energizes, the internal wiper moves from 87a to 87. Never use a 5-pin relay as a 4-pin replacement if the socket is wired to use the 87a terminal for a secondary circuit, as energizing the relay will interrupt that secondary circuit.
How to read relay diagram pinouts on an Omron G2R or Finder base?
Industrial DIN-rail relays like the Omron G2R-1-E or Finder 55.34 separate the relay from the wiring via a socket base. The schematic on the side of the base shows the 'looking down' view. For a standard 14-pin octal base (like the Finder 94.04), pins 1, 2, and 3 are the Commons; 4, 5, 6 are the NCs; 7, 8, 9 are the NOs; and 13/14 are the coil. Always verify the base diagram, not just the relay, as the socket contains the internal copper routing that maps the physical plug pins to the screw terminals.






