A DPDT (Double Pole, Double Throw) switch is an electromechanical component that controls two isolated circuits simultaneously, routing each common terminal to one of two independent outputs (Normally Open and Normally Closed). In a standard 8-pin configuration, two pins drive the internal actuator, while the remaining six handle the dual switched loads. While manual DPDT toggle switches exist for direct human actuation, the term in industrial and DIY electronics almost always refers to the DPDT electromechanical relay—a component where a low-power coil generates a magnetic field to physically pull the high-power contacts shut.

If you are routing two separate 120VAC circuits or reversing a DC motor, you need a DPDT topology. But slapping a "10A" relay into a motor circuit without checking the inrush columns will weld the contacts shut on the first cycle. Here is exactly how to read the datasheet, wire the pins, and pick the right part.

DPDT Switch vs. DPDT Relay: The Rating Matrix

Before wiring, you must understand the physical difference between a manual switch and an electromechanical relay, as their rating tables differ fundamentally. A manual toggle switch (like a Carling 622152) relies on a mechanical spring for snap-action. A DPDT relay (like the ubiquitous Omron MY2 series) relies on an electromagnetic coil. Both share the same 8-terminal logical footprint, but their failure modes and rating columns are distinct.

Table 1: DPDT Component Rating Comparison (Standard 8-Pin)
Parameter Manual DPDT Toggle (e.g., Carling) Electromechanical DPDT Relay (e.g., Omron MY2)
Coil / Actuator Voltage N/A (Mechanical Lever) 12VDC, 24VDC, 120VAC, 240VAC
Contact Rating (Resistive) 10A @ 125VAC 10A @ 250VAC / 30VDC
Contact Rating (Inductive) 5A @ 125VAC 3A @ 250VAC (cos φ = 0.4)
Motor Breaking Capacity 1/4 HP @ 125VAC 1/4 HP @ 120VAC / 1/2 HP @ 240VAC
Electrical Life (Operations) ~100,000 cycles ~100,000 cycles at full resistive load

Wiring the Coil vs. the Contacts (and DC Flyback Protection)

The most common mistake on the bench is confusing the coil terminals with the contact terminals. On a standard flat 8-pin DPDT relay (IEC/EN 61810-1 pinout), the pins are strictly divided:

  • Coil Side (Pins 13 and 14): This is your control circuit. Applying the rated voltage (e.g., 12VDC) across these two pins energizes the electromagnet. Polarity does not matter for the coil on a standard relay, but it matters for the protection diode.
  • Contact Side (Pins 9, 1, 5 and 12, 4, 8): These are your load circuits. Pin 9 and Pin 12 are the "Common" (C) poles. Pins 1 and 4 are Normally Closed (NC). Pins 5 and 8 are Normally Open (NO). When the coil energizes, the commons throw from NC to NO.
⚠ WARNING: DC Coil Flyback Protection

If you are driving a DC coil (12V or 24V) with a transistor, MOSFET, or microcontroller GPIO (like an ESP32), you must install a flyback diode (e.g., 1N4007) in parallel with the coil. Wire the diode cathode (striped end) to the positive coil terminal and the anode to the negative. When the coil de-energizes, the collapsing magnetic field generates a reverse voltage spike that can easily exceed 100V, instantly destroying your driving transistor. AC coils do not require this diode, as the AC zero-crossing naturally extinguishes the arc, though an RC snubber is sometimes used across the contacts.

Which Rating Column Governs Your Load?

Datasheets list multiple current ratings. The "Resistive" column (often boldly printed as 10A) is a trap for inexperienced builders. That rating assumes a purely resistive load like a heater, where inrush current equals steady-state current. If you use that 10A resistive rating to switch an inductive or motor load, the component will fail catastrophically.

Here is how to determine which column governs your specific application:

  1. Resistive Loads (Heaters, Incandescent Lamps): Governed by the Resistive column. Inrush is 1x the running current.
  2. Inductive Loads (Solenoids, Contactors, Transformers): Governed by the Inductive column (often noted with a power factor like cos φ = 0.4). The magnetic field collapse causes severe arcing across the contacts upon opening. You must derate the relay by at least 60% compared to the resistive rating.
  3. Motor Loads (Pumps, Compressors, Fans): Governed by the Motor Breaking Capacity (often listed in Horsepower or Locked Rotor Amps). A motor draws 6x to 10x its FLA (Full Load Amps) during startup. If the relay cannot handle the LRA (Locked Rotor Amps), the contacts will micro-weld together, and the motor will never shut off.

For a deep dive into contact arc suppression and load types, the Omron Relay Application Guide provides exact derating curves for tungsten, mercury, and motor loads.

Selection Decision Path: Picking the Right DPDT Component

Use this decision tree to match your load to the correct rating column and select a concrete part number. Do not guess; follow the inrush factor.

Table 2: DPDT Load Selection Decision Tree
Load Type Inrush Factor Governing Rating Column Concrete Part Recommendation
Resistive (Space Heater) 1x running current Resistive (10A) Omron MY2IN AC120 (Standard 10A)
Inductive (AC Solenoid Valve) 4x to 6x running current Inductive (3A to 5A) Schneider RXM2AB2BD (DC coil, 5A ind.)
Motor (1/3 HP Sump Pump) 6x to 10x FLA (LRA) Motor / HP Rating / LRA Omron G7J-3A1-B (Heavy Duty 25A)
DC Motor Reversing (12V 20A) High inductive kickback DC Breaking Capacity Carling 622152 (Manual DPDT Toggle)
💡 TIP: The DC Voltage Derating Reality

Notice the DC voltage rating on most standard AC relays is only 30VDC at 10A. Why? DC arcs do not have a zero-crossing to self-extinguish. If you try to switch 120VDC at 10A with a standard MY2 relay, a sustained plasma arc will melt the plastic housing. For high-voltage DC loads (like solar battery banks), you must use a relay specifically rated for DC breaking, or step up to a solid-state contactor.

Testing Dead and Live: Troubleshooting the DPDT

When a circuit fails, you need to isolate whether the DPDT component is dead or if the control signal never arrived. Always follow standard electromechanical troubleshooting protocols and verify local NEC-style safety practices before touching mains panels.

1. Testing Dead (Power Off & Locked Out)

Set your multimeter to Continuity or Ohms (Ω).

  • The Coil: Place probes on pins 13 and 14. You should read a specific DC resistance (e.g., ~160Ω for a 12VDC coil, or ~4kΩ for a 120VAC coil). If it reads OL (Open Line), the internal coil wire is snapped. If it reads 0.0Ω, the coil is shorted. Both require replacement.
  • The Contacts: Place probes on Common (9) and NC (1). It should read < 0.5Ω. Place probes on Common (9) and NO (5). It should read OL. If the NO reads continuity while de-energized, the contacts are welded shut from a previous overcurrent event.

2. Testing Live (Energized Circuit)

Safety Caveat: Only perform live testing on low-voltage DC control circuits or with properly rated CAT III/IV meters and PPE on mains.

  • Coil Voltage: Set meter to AC or DC Volts. Measure across 13 and 14 while the circuit calls for action. If you read the nominal voltage (e.g., 11.8V on a 12V system) but the relay doesn't click, the mechanical armature is jammed or the coil is internally failed despite showing resistance.
  • Contact Voltage Drop: With the load running, measure the voltage across the closed contacts (e.g., Pin 9 to Pin 5). A healthy contact drops less than 50mV. If you read 2V or more, the contacts are pitted and carbonized, creating a fire hazard.

When to Repair vs. Replace

For standard 8-pin plug-in relays (Omron MY, Schneider RXM) and manual toggles, always replace. They are sealed units; attempting to file down pitted contacts with sandpaper removes the silver-alloy plating, guaranteeing rapid failure on the next cycle. Repair (swapping contact blocks or coils) is only economically and safely viable on heavy-duty, open-frame industrial contactors (like an Allen-Bradley 100-C series) where individual poles and coils are modular and priced over $100.

Final Verdict: The Default 10A DPDT Pick

If you are building a control panel, automating a home system with an ESP32, or replacing a fried component on a PCB and need a reliable, general-purpose DPDT topology without overthinking the supply chain, buy the Omron MY2IN-D2 DC12 (for 12VDC control) or the MY2IN AC120 (for 120VAC control).

These 8-pin relays feature a built-in LED indicator (crucial for debugging control logic on the bench), a mechanical flag to show armature position, and a standard 10A resistive / 3A inductive rating that covers 90% of hobbyist and light-commercial automation tasks. Pair it with a matching Omron PYF14A-E socket with screw terminals, torque the terminal screws to 0.5 N·m, and never forget the 1N4007 flyback diode on the DC coil. This specific combination provides the best balance of contact longevity, physical debuggability, and global availability.