DPDT Switch Wiring Diagram: Double Pole Double Throw Explained

A DPDT switch is really two SPDT switches mechanically ganged on a single actuator. One toggle moves two independent sets of contacts simultaneously. That coupling is what makes it useful -- you can switch two separate circuits at once, or use both poles on a single circuit to achieve polarity reversal.

This guide covers the terminal layout, common wiring configurations (polarity reversal, on-off-on center, latching), and how a DPDT compares to related switch types.

Terminal Layout

A DPDT switch has six terminals arranged in two rows of three:

Pole 1:   [COM1]  [NO1]  [NC1]
Pole 2:   [COM2]  [NO2]  [NC2]

In physical toggle switches, the terminals are usually on the back or underside. The labeling varies by manufacturer -- you may see:

When the switch is in position 1 (default/off):

When the switch is in position 2 (actuated/on):

DPDT vs Other Switch Types

Type Poles Throws Terminals Common Use
SPST 1 1 2 Simple on/off
SPDT 1 2 3 Select between two paths
DPST 2 1 4 Switch two circuits simultaneously (like a 2-pole breaker)
DPDT 2 2 6 Polarity reversal, dual-circuit switching

The DPDT is the most versatile mechanical switch. A DPDT can do everything a DPST can do, plus polarity switching.

Configuration 1: Polarity Reversal (H-Bridge with DPDT)

This is the most common reason to reach for a DPDT. You want to reverse a DC motor direction with a single switch throw. The wiring creates an H-bridge.

Wiring

Assume a 12V supply and a motor with terminals M+ and M-.

  1. Connect +12V to both NC1 and NO2.
  2. Connect GND (0V) to both NO1 and NC2.
  3. Connect COM1 to M+ (motor terminal A).
  4. Connect COM2 to M- (motor terminal B).

Position 1 (switch open/default):

Position 2 (switch thrown):

One switch, two throwing positions, full motor reversal. No microcontroller required.

Important: Never throw the switch while the motor is running at speed on an inductive load without adding flyback protection. A 1N4001 diode across the motor terminals (cathode to positive rail, anode to negative rail) absorbs the back-EMF spike when polarity reverses.

Configuration 2: On-Off-On Center (3-Position DPDT)

Some DPDT switches have a center-off position, making them ON-OFF-ON. In the center position, all contacts are open -- no connection between COM and either throw.

This is useful for motor control with three states: forward, stop, reverse. Wiring is identical to the polarity-reversal circuit above, but the center position lets the motor coast to a stop (neither terminal powered).

For applications where you want braking (actively stopping the motor), a center-on (ON-ON-ON) DPDT is more appropriate -- in the center, both motor terminals connect to the same rail, shorting the motor and creating regenerative braking.

Check the switch datasheet carefully. "ON-OFF-ON" and "ON-ON-ON" are both available but differ in center-position behavior.

Configuration 3: Dual-Circuit Switching

A DPDT used as a DPST -- just ignore one set of throw terminals and use only the COM and NO (or NC) terminals on each pole.

Example: Switch 120V AC line and neutral simultaneously.

  1. COM1 connects to line (L). NO1 connects to load line.
  2. COM2 connects to neutral (N). NO2 connects to load neutral.

When thrown, both line and neutral are switched together. This is how double-pole switches work in main electrical panels for 240V circuits and some European 230V appliances.

Do not break neutral on a single-pole switch feeding a live circuit -- the appliance remains energized through the line. A DPDT (or DPST) switches both conductors together, fully isolating the load.

Configuration 4: DPDT as a Transfer Switch

A DPDT can select between two input sources for a single load:

  1. Source A lines connect to NC1 and NC2.
  2. Source B lines connect to NO1 and NO2.
  3. Load terminals connect to COM1 and COM2.

Flip the switch to select Source A or Source B. Used in small-scale transfer switching (backup battery vs mains), audio source selection, and bench test setups.

DPDT Relay vs DPDT Switch

The six-terminal layout is identical whether the device is a manual DPDT switch or a DPDT relay. The difference is the actuator -- a toggle lever vs an electromagnetic coil.

A DPDT relay uses exactly the same polarity-reversal wiring for motor control as a manual DPDT switch, but the control signal triggers the coil (usually 5V, 12V, or 24V) rather than a human hand. The physical contact arrangement is the same six terminals.

You can draw both configurations in CircuitDiagramMaker -- the relay and switch symbols are separate, but the wiring topology is identical, which makes it easy to prototype a manual version and then swap to relay control without rethinking the circuit.

Ratings and Selecting a DPDT Switch

Key ratings to check on the datasheet:

Common Wiring Mistakes

Create Your Own DPDT Wiring Diagram

DPDT circuits are easy to get confused on paper but straightforward once drawn out clearly. With CircuitDiagramMaker you can:

Create your own DPDT switch wiring diagram -- free

Key Takeaways