When you pull up a double throw double pole switch diagram, you are looking at a component capable of controlling two entirely separate circuits simultaneously, switching each between two distinct paths. In practical electrical and electronics work, "DPDT switch" refers to either a manual toggle/rocker switch (6 terminals) or an electromechanical DPDT relay (8 pins). Because relays introduce coil actuation, flyback protection, and complex contact derating, this guide focuses heavily on the electromechanical relay side of the DPDT diagram, while noting where manual switches diverge.
The direct answer for wiring a standard 8-pin DPDT relay: Pins 7 and 8 (or A1/A2) are your coil control circuit. Pins 1 and 4 are your Common (C) inputs. Pins 2 and 5 are Normally Closed (NC), and Pins 3 and 6 are Normally Open (NO). Energizing the coil flips the internal armature, breaking the C-to-NC path and making the C-to-NO path.
Decoding the Double Throw Double Pole Switch Diagram
Before wiring, you must match the component to the application. A manual DPDT switch relies on physical actuation and has no coil, meaning its entire footprint is dedicated to current-carrying contacts. An electromechanical DPDT relay uses a low-power coil to move high-power contacts, providing galvanic isolation between your control logic (like an ESP32 or PLC) and your load.
Below is a spec-sheet comparison of common DPDT components you will encounter on the bench or in a control panel in 2026. Notice how the breaking capacity plummets when moving from resistive to inductive loads.
| Component / Model | Type | Coil Voltage | Max Contact Rating (Resistive) | Breaking Capacity (Inductive) | Mechanical Life |
|---|---|---|---|---|---|
| Omron G2R-2-SN | Electromechanical Relay | 12V DC (275Ω coil) | 5A @ 250V AC | 2A @ 250V AC (cos φ=0.4) | 10,000,000 ops |
| Phoenix Contact RIF-2 | Electromechanical Relay | 24V DC (1100Ω coil) | 12A @ 250V AC | 3A @ 250V AC (AC-15) | 20,000,000 ops |
| Carling V-Series | Manual Toggle Switch | N/A (Manual) | 15A @ 12V DC | 10A @ 12V DC (Inductive) | 100,000 ops |
| Eaton E45 Rocker | Manual Rocker Switch | N/A (Manual) | 20A @ 125V AC | 10A @ 125V AC (Motor/HP) | 50,000 ops |
Load Types and the Rating Column That Actually Matters
The most common mistake hobbyists and junior techs make is sizing a DPDT relay based solely on the bold "10A" printed on the plastic housing. That number almost always assumes a purely resistive load (like a heater). If you switch a motor or a solenoid with a relay rated for 10A resistive, the inrush current will weld the contacts shut on the first cycle.
So, which rating column governs your specific load? Use this decision path to select the correct derating factor and contact material (e.g., AgSnO2 for high inrush, AgNi for standard resistive).
| Load Type | Examples | Governing Rating Column | Derating Factor / Rule |
|---|---|---|---|
| Resistive (AC-1 / DC-1) | Heaters, incandescent lamps, resistors | Standard AC/DC Resistive Rating | Use 100% of rated capacity. Inrush is negligible. |
| Inductive (AC-15 / DC-13) | Solenoids, contactor coils, transformers | Inductive Rating (cos φ ≤ 0.4) | Derate to 30% - 50% of resistive rating. High break-voltage arcing. |
| Motor (AC-3) | Compressors, pumps, fans, conveyors | FLA (Full Load) & LRA (Locked Rotor) / HP Rating | LRA can be 600% of FLA. Relay must have a specific HP or Motor rating. |
| Capacitive | Switching power supplies, LED drivers | Inrush Current Rating | Derate heavily. Capacitive inrush can exceed 100A for milliseconds. |
For a deeper dive into how contact materials handle these different arcs, the All About Circuits guide on relay contact ratings provides excellent metallurgical context on why AgSnO2 outperforms AgCdO in modern DC switching.
Coil Wiring, Flyback Protection, and Contact Side Setup
A DPDT relay diagram splits cleanly into two isolated halves: the coil (control) side and the contact (load) side. Treating them as a single circuit is a recipe for destroyed microcontrollers and failed PLCs.
The Coil Side and DC Flyback Protection
The coil is an inductor. When you apply voltage (e.g., 12V DC to pins A1 and A2), current builds a magnetic field. When you remove the voltage, the magnetic field collapses, inducing a massive reverse voltage spike ($V = L \frac{di}{dt}$). This inductive kickback can easily reach 100V to 300V, instantly frying the NPN transistor or MOSFET driving the coil.
If you are wiring a DC coil, you must wire a flyback diode in reverse parallel across the coil pins. Connect the cathode (stripe) of a 1N4007 diode to the positive coil pin, and the anode to the negative/ground pin. For high-speed switching applications (like PWM control), use a fast-recovery diode like the 1N4148 or a Schottky diode to prevent the relay from staying closed too long during the decay phase.
Keep your coil wiring separate from your load wiring. For a standard 12V DC relay drawing ~45mA, 22 AWG or 20 AWG wire is perfectly adequate for the coil pins. Do not run high-current load wires in the same conduit or duct as your low-voltage coil control wires to avoid EMI coupling.
The Contact Side Setup
On the contact side, wire your power source to the Common (C) terminals. Wire your load to either the Normally Open (NO) or Normally Closed (NC) terminals depending on your fail-safe requirements.
- Fail-Safe (NC): Use NC for emergency stop circuits or heating elements that must turn on if control power is lost.
- Fail-Secure (NO): Use NO for motors, pumps, and lighting that must remain off if the control circuit dies.
Size your contact wires according to the actual load and NEC Article 310 ampacity tables, not the relay's maximum rating. If your load is 8A, use 14 AWG copper wire (rated for 15A) to ensure the wire never becomes the bottleneck or a fire hazard if the relay contacts degrade.
Testing, Troubleshooting, and the Repair-vs-Replace Verdict
When a DPDT circuit fails, you need a systematic approach to determine if the switch/relay is the culprit, or if the fault lies upstream in the control logic or downstream in the load.
How to Test Dead (De-energized)
Always lock out and tag out (LOTO) mains voltage before dead testing. Set your multimeter to continuity or resistance (Ω) mode.
- Test the Coil: Place probes across A1 and A2. A 12V DC Omron G2R-2 should read approximately 275Ω. A 24V DC coil should read around 1100Ω. If it reads OL (open), the coil wire is broken internally. If it reads near 0Ω, the coil is shorted.
- Test the Contacts (Unenergized): Place one probe on Common, the other on NC. It should read < 1Ω. Move the second probe to NO; it should read OL (infinite resistance).
- Test the Contacts (Manual Override): Most panel-mount DPDT relays have a physical test button. Press it while measuring Common to NO. It should drop to < 1Ω. If it reads 5Ω or higher, the contacts are heavily pitted or carbon-fouled.
How to Test Live (Energized)
Set your multimeter to AC or DC voltage, matching your system. Exercise extreme caution around exposed terminals.
- Verify Coil Voltage: Measure across A1 and A2 while the control signal is active. It must be within 85% to 110% of the nominal coil voltage. A 12V relay will chatter or fail to pull in if the voltage drops below 10.2V.
- Measure Contact Voltage Drop: With the relay energized and the load running, measure the voltage directly across the Common and NO terminals. A healthy contact will show a voltage drop of less than 50mV. If you read >200mV, the contacts are degrading and generating excess heat ($P = I^2R$).
When to Repair vs. Replace
In 2026, the economics of electromechanical components heavily favor replacement over repair for anything under 40A. A high-quality DPDT relay like a Phoenix Contact RIF-2 costs around $8 to $12. The labor to disassemble, clean, and file contacts exceeds the part cost instantly, and filed contacts lose their factory-applied arc-suppression geometry.
Replace immediately if:
- Contacts are welded shut (the relay fails to drop out when de-energized).
- The plastic housing shows heat discoloration or melting around the contact pins.
- The coil reads open or shorted.
A note on overcurrent protection: If you find welded contacts, do not just swap the relay and power up. The downstream load likely shorted. Furthermore, do not treat fuses and breakers as interchangeable when replacing the protection device. If you are protecting a motor load, a standard thermal-magnetic breaker (Curve C) might nuisance-trip on motor inrush. You must use a magnetic-only breaker (Curve D or K) or a time-delay fuse sized to the motor's LRA to clear actual faults without interrupting normal startup. Understanding the time-current curve of your protective device is just as critical as the DPDT switch diagram itself.






