A double pole double throw (DPDT) relay is the workhorse of electromechanical switching. With eight pins—two for the coil and six for the contacts—it allows you to switch two completely isolated circuits simultaneously, routing current from a common terminal to either a normally open (NO) or normally closed (NC) path. But grabbing a random 10A relay off the bench and wiring it to a 1/2 HP motor or a highly capacitive LED driver is a fast track to welded contacts and melted sockets. This guide cuts through the datasheet jargon to give you exact wiring rules, derating math, and concrete part numbers for your next build.

The DPDT Relay Anatomy: Coil vs. Contact Wiring

A DPDT relay is effectively two separate SPDT (Form C) switches actuated by a single electromagnetic coil. Understanding the physical and electrical isolation between the coil side and the contact side is critical for safe wiring.

The Coil Side (Control Circuit)

The coil terminals (typically labeled A1 and A2, or pins 2 and 7 on standard plug-in bases) create the magnetic field. When you apply the rated voltage, the coil draws a fixed current based on its DC resistance (Ohm's Law: I = V/R). For a standard 24VDC relay with a 650Ω coil, the steady-state draw is roughly 37mA.

CRITICAL DC WIRING RULE: If you are driving a DC coil with a transistor, MOSFET, or microcontroller GPIO, you must wire a flyback diode (like a 1N4007) in reverse bias across A1 and A2 (cathode to positive, anode to negative). When the coil de-energizes, the collapsing magnetic field generates a high-voltage inductive kickback (often exceeding 100V) that will instantly punch through the depletion region of your driver transistor. AC coils do not require a flyback diode, but often benefit from an RC snubber or MOV across the coil to dampen AC transients.

The Contact Side (Load Circuit)

The contact pins consist of two Commons (COM), two Normally Open (NO), and two Normally Closed (NC) terminals. The two poles are electrically isolated from each other and from the coil. This isolation (typically rated at 2,500VAC dielectric strength) allows you to use a low-voltage DC control signal to safely switch high-voltage AC mains, or switch two different voltage domains simultaneously (e.g., reversing a DC motor direction).

Decoding the Datasheet: Which Rating Column Governs Your Load?

The most common mistake makers and junior technicians make is reading the bold "10A" on the relay casing and assuming it can switch any 10A load. That headline number almost always applies strictly to purely resistive loads. To find the true switching capacity, you must look at the manufacturer's rating table.

Typical 10A DPDT Relay Contact Ratings (e.g., Omron G2R Series)
Load Type Power Factor / Inrush 120VAC Rating 240VAC Rating 24VDC Rating
Resistive (Heaters, Incandescent) cos φ = 1.0 10A 10A 10A
Inductive (Solenoids, Contactors) cos φ = 0.4 7.5A 5A 3A
Motor (Compressors, Fans) LRA / FLA Surges 1/3 HP (approx 6A FLA) 1/4 HP N/A (Use contactor)
Tungsten (Halogen, High-bay LED) 10x to 15x Inrush 3A 2A N/A

Which rating column governs this load? The governing column is always the one that matches the physical characteristics of your specific load, prioritizing the lowest ampacity if the load exhibits multiple traits. If you are switching a motor, the Motor column governs, because the Locked Rotor Amperage (LRA) inrush can be 6 to 8 times the Full Load Amperage (FLA). If you are switching a heavy inductive solenoid, the Inductive column governs. DC breaking capacity is always drastically lower than AC because AC voltage naturally crosses zero 120 times a second (at 60Hz), which helps extinguish the electrical arc when contacts open. DC arcs sustain until physically stretched and cooled, which is why a 10A AC relay might only be rated for 3A at 24VDC.

For a deeper look at arc suppression and contact materials, refer to the relay circuit fundamentals on All About Circuits or the DPDT relay teardown at Components101.

Load-Based Selection Decision Tree

Stop guessing which relay to buy. Use this decision path to select the exact part number for your application based on the load profile and control voltage.

IF Your Load Is... AND Your Control Signal Is... THEN Buy This Exact Part (2026 Pricing) Why This Part Wins
Logic, LEDs, or small solenoids (< 2A, 24VDC) 5VDC logic (Arduino/ESP32) Songle SRD-05VDC-SL-C (~$2.00) Cheap, 5V coil runs directly off ESP32 5V rail (with driver transistor), adequate for low-power DC.
General AC appliances, heaters, or valves (up to 10A, 120/240VAC) 24VDC (PLC or industrial PSU) Omron G2R-2-SNI DC24 (~$7.50) Gold-flashed bifurcated contacts prevent low-current oxidation; built-in LED and flyback diode.
Heavy inductive AC loads or small motors (up to 1/3 HP) 24VAC or 120VAC Finder 55.34.9.024.0040 (~$11.00) 16A rated contacts with high inrush tolerance; AgNi (Silver Nickel) handles inductive arcing better than standard AgSnO2.
High-inrush Tungsten or large LED driver banks (> 5A inrush) 24VDC Schneider Electric RXM4AB1BD (~$14.00) Specifically rated for high inrush currents; robust mechanical latch prevents contact bounce weld.
Pro-Tip on Sockets: Never wire a panel-mount relay directly to flying leads if you can avoid it. Buy the matching DIN-rail socket (e.g., Omron PYF14A-E for the G2R series). It costs an extra $4.00, but when the relay inevitably reaches its 100,000-cycle mechanical life limit, you can swap the cartridge in 10 seconds without touching a screwdriver.

Bench Testing: Dead and Live Verification

Before wiring a DPDT relay into a live panel, verify its health on the bench. You need a standard digital multimeter (DMM) and a bench power supply matching the coil voltage.

1. Dead Testing (De-energized)

  • Coil Resistance: Set DMM to Ohms (Ω). Probe A1 and A2. A 24VDC Omron G2R-2 should read approximately 650Ω. If it reads OL (Open Line), the internal coil wire is snapped. If it reads 0.0Ω, the coil is shorted. Both mean the relay is trash.
  • Contact Continuity: Set DMM to continuity or low-ohms. Probe COM and NC. You should read less than 0.1Ω. Probe COM and NO. The meter should read OL (infinite resistance).

2. Live Testing (Energized)

  • Actuation: Apply the rated DC voltage to A1 (+) and A2 (-). You should hear a crisp mechanical click. The built-in LED (if equipped) should illuminate.
  • Switched Continuity: While holding the coil energized, probe COM and NO. It should now read less than 0.1Ω. COM and NC should read OL.
  • Voltage Drop Test (Under Load): This is the ultimate test. Wire a known load (e.g., a 5A heater) through the COM and NO contacts. With the relay energized and current flowing, measure the DC voltage directly across the COM and NO terminals. A healthy contact will show a voltage drop of less than 50mV. If you read >200mV, the contacts are pitted, oxidized, or carbon-fouled, and the relay is generating dangerous heat (P = I²R).

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 operations at full rated load). Knowing when to intervene and when to scrap the unit is a critical maintenance skill.

When to Repair

You can only "repair" the ancillary components, not the relay internals.

  • Loose Terminations: If the voltage drop test shows high resistance, check the socket screw terminals first. Re-crimp the wire with a fresh ferrule and torque to the manufacturer's spec (usually 0.5 to 0.8 Nm).
  • Blown Flyback Diode: If your driver transistor keeps frying but the relay clicks fine, the external flyback diode may have shorted. Desolder and replace it with a fresh 1N4007 or UF4007.
  • Socket Corrosion: In humid environments, the socket pins can oxidize. Unplug the relay, clean the socket contacts with electrical contact cleaner (e.g., DeoxIT), and reseat.

When to Replace (Do Not Attempt Internal Repair)

  • Welded Contacts: If the relay clicks but the COM and NO terminals show continuity even when de-energized, the contacts have arc-welded together. Do not try to pry them apart. The structural integrity of the contact arm is compromised.
  • Pitted or Carbon-Fouled Contacts: A common myth is that you can open a relay and file the contacts smooth with sandpaper. Never do this. Modern relay contacts are plated with specific alloys like Silver-Tin Oxide (AgSnO2) or Silver-Cadmium Oxide. Filing destroys this microscopic layer, exposing the base metal, which will oxidize rapidly and fail catastrophically on the next switching cycle.
  • Coil Burnout: If the coil reads OL on your multimeter, the ultra-fine copper wire inside the bobbin has melted. It is unrepairable.

The Default Recommendation: Because modern industrial DPDT relay cartridges cost between $6 and $15, the labor and safety risk of attempting internal contact repair is never justified. If the dead or live electrical tests fail, throw the cartridge in the e-waste bin, snap a fresh OEM replacement into the socket, and verify the new unit with a voltage drop test before closing the panel.