A Double Pole Double Throw (DPDT) switch is an electromechanical component that simultaneously controls two separate electrical circuits, routing each of the two independent inputs to one of two possible outputs. In a real circuit, a DPDT switch changes the physical topology of two distinct conductive paths at the exact same time. This is the only purely mechanical way to instantly reverse DC polarity, swap dual power sources, or cross-route balanced signals without relying on solid-state relays or microcontrollers.

If you have ever wired a DC motor to run in both directions using a single toggle, or built a transfer switch to move two separate loads from grid power to an inverter, you have used a DPDT. But because of how the internal contacts move, misapplying this switch—especially with DC inductive loads—is one of the most common ways hobbyists melt their projects.

The Anatomy of a DPDT Switch (And What People Get Wrong)

A standard DPDT toggle or rocker switch has six terminals. Internally, it contains two completely isolated 'poles' (the common inputs). Each pole is attached to a mechanical actuator that throws the connection between two 'throws' (the outputs). When you flip the lever, both poles snap to their respective throws simultaneously.

Common Confusion: Makers frequently confuse DPDT with DPST (Double Pole Single Throw) and SPDT (Single Pole Double Throw). A DPST is just a standard On/Off switch for two circuits (like a 240V dryer disconnect). An SPDT routes one circuit to two choices. Furthermore, in residential home wiring, a standard '3-way switch' used for staircases is actually an SPDT switch, not a DPDT, despite having three screw terminals on the back.

Here is how the standard switch topologies break down by terminal count and function:

Switch TypePolesThrowsTerminalsPrimary Function
SPST112Simple On/Off for one circuit
SPDT123Route one input to two choices (A or B)
DPST214On/Off for two isolated circuits simultaneously
DPDT226Route two inputs to two choices; polarity reversal

Where You Meet This In Practice

You will encounter DPDT switches in three primary scenarios on the bench or in the field:

  • DC Motor Polarity Reversal: By wiring the outputs in a crossover pattern (an 'H-bridge' configuration), flipping the switch reverses the positive and negative leads to the motor, changing its direction.
  • Power Source Transfer: In off-grid solar or UPS setups, a heavy-duty DPDT acts as a manual transfer switch, moving two separate hot legs from the utility grid to the inverter output.
  • Audio and Signal Routing: In pro-audio gear, DPDT switches are used to route balanced stereo signals or swap between two different sets of studio monitors without crossing the left and right channels.

Worked Numeric Example: Sizing a DPDT for a 12V Linear Actuator

Let's size a switch for a 12V DC linear actuator used in a DIY motorized workbench lift. The actuator draws 5A running current but has a 15A stall current when it hits its physical limit or starts under a heavy load.

If you buy a generic hardware-store toggle switch rated for '15A at 125VAC', it will likely fail. AC ratings do not translate to DC. Instead, you select a marine-grade Carling V-series DPDT switch specifically rated for 20A at 12VDC.

The Math:
Stall Current (15A) < Switch DC Rating (20A).
Because DC arcs are harder to extinguish than AC arcs, the DC current rating is the absolute limiting factor. The 20A DC rating provides a 33% safety margin over the 15A stall current, ensuring the internal contacts will not weld together when the actuator stalls and draws maximum amperage.

Scenario Walkthrough: The Inductive Kickback Failure

To understand why DC ratings matter, let's look at a real-world bench failure involving an electric skateboard build.

The Setup: A builder used a cheap, AC-rated 15A/125VAC DPDT toggle switch to reverse the direction of a 24V DC drive motor. They wired it in the standard crossover pattern.

The Numbers: The motor drew 8A continuously while cruising. The switch was technically rated for 15A, but only for Alternating Current (AC).

The Outcome: The board worked perfectly for three days. On the fourth day, the builder flipped the switch to reverse direction while moving. The switch lever sparked loudly, melted into the plastic housing, and the motor locked permanently in the forward direction.

What Went Wrong: AC switches rely on the AC sine wave crossing zero volts 120 times a second (on a 60Hz grid) to naturally extinguish the electrical arc that forms when contacts separate. Direct Current (DC) never crosses zero. When the builder threw the switch under an 8A inductive load, the DC arc sustained across the separating contacts. This plasma arc generated immense heat, melting the internal phenolic resin and physically welding the common terminal to the Normally Open (NO) contact. The switch became a permanent short, and the polarity reversal circuit was destroyed. For more on how inductive loads affect switch contacts, review the fundamentals of switch mechanics and arc suppression.

Wiring a DPDT for DC Polarity Reversal (Step-by-Step)

Wiring a DPDT for motor reversal requires a 'crossover' jumper. Looking at the back of the switch, the terminals are typically arranged in two columns of three.

Safety First: Always de-energize the circuit and verify with a multimeter that voltage is zero before wiring. If working with battery banks, disconnect the negative terminal first to prevent accidental short circuits through your tools.
  1. Identify the Poles: Locate the two center terminals. These are your 'Common' poles. Wire your DC power source Positive (+) to the top-center terminal, and Negative (-) to the bottom-center terminal.
  2. Wire the Motor: Connect the motor's Positive lead to the top-right terminal. Connect the motor's Negative lead to the bottom-right terminal.
  3. Create the Crossover: Run a jumper wire from the top-right terminal to the bottom-left terminal. Run a second jumper wire from the bottom-right terminal to the top-left terminal. This forms the 'X' pattern.
  4. Verify the Throws: With the switch in Position 1, power flows straight across (Top-Center to Top-Right, Bottom-Center to Bottom-Right). In Position 2, power crosses over (Top-Center to Top-Left, which jumps to Bottom-Right, reversing the motor).
  5. Test Under No Load: Power the circuit and toggle the switch. The motor should spin clockwise in one position and counter-clockwise in the other.

If you are designing a high-frequency reversing circuit (like PWM speed control), mechanical switches will wear out rapidly. In those cases, look into solid-state H-bridge motor drivers, as detailed in Texas Instruments application notes on motor drive topologies.

Frequently Asked Questions

Can I use a DPDT switch to switch 120V AC and 12V DC at the same time?
No. While a DPDT has two isolated poles, standard toggle switches are not rated for mixed-voltage isolation. The internal dielectric barrier between the poles is usually insufficient to prevent arc-over or tracking between a 120V AC line and a 12V DC logic line. Use two separate switches or a solid-state relay array.

What is a 'Center-Off' DPDT switch?
A Center-Off DPDT (often labeled ON-OFF-ON) has a middle position where the common pole connects to neither throw. This is highly useful for motor control, as it allows you to stop the motor completely before reversing the polarity, reducing the mechanical stress and inductive kickback on the switch contacts.

Where can I buy DC-rated DPDT switches?
Standard hardware stores rarely carry true DC-rated switches. You will need to source them from electronics distributors like DigiKey or marine electrical suppliers. Look for explicit 'VDC' ratings on the datasheet, not just VAC.