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:
- C1/NO1/NC1 and C2/NO2/NC2
- 1/2/3 and 4/5/6 (with a datasheet telling you which is which)
- A/B/C and D/E/F
When the switch is in position 1 (default/off):
- COM1 connects to NC1, COM2 connects to NC2.
When the switch is in position 2 (actuated/on):
- COM1 connects to NO1, COM2 connects to NO2.
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-.
- Connect +12V to both NC1 and NO2.
- Connect GND (0V) to both NO1 and NC2.
- Connect COM1 to M+ (motor terminal A).
- Connect COM2 to M- (motor terminal B).
Position 1 (switch open/default):
- COM1 → NC1 → +12V (motor A gets positive)
- COM2 → NC2 → GND (motor B gets negative)
- Motor runs forward.
Position 2 (switch thrown):
- COM1 → NO1 → GND (motor A gets negative)
- COM2 → NO2 → +12V (motor B gets positive)
- Motor runs reverse.
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.
- COM1 connects to line (L). NO1 connects to load line.
- 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:
- Source A lines connect to NC1 and NC2.
- Source B lines connect to NO1 and NO2.
- 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:
- Current rating: Varies widely. PCB-mount DPDT switches rated for 0.5A are common for signal switching. Panel-mount power types can handle 10A--30A.
- Voltage rating: AC and DC ratings are different. A switch rated 10A/125VAC may be rated 6A/28VDC.
- Contact material: Silver alloy contacts work for most applications. Gold-plated contacts are specified for low-level signal switching (< 100mA) to prevent oxide buildup.
- Mechanical life: Panel-mount DPDT toggles typically 10,000--50,000 cycles. Specify a sealed type for wet or dusty environments.
Common Wiring Mistakes
- Confusing NC and NO: In the center of a 3-position switch, both throws open. In a 2-position DPDT, NC is the rest position -- it is connected without any power applied to the coil/actuator.
- Not protecting inductive loads: Motors, solenoids, and relay coils generate back-EMF when switched. Always add a flyback diode or snubber network.
- Exceeding DC current rating: Some switches are rated for AC only or derate significantly at DC because AC naturally crosses zero (aiding arc extinction). Check the DC rating explicitly.
- Floating unused terminals: In a polarity-reversal circuit, NC1 and NO2 carry +V, and NO1 and NC2 carry GND. Leaving any of these unconnected breaks the circuit in one direction.
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:
- Place DPDT switch and DPDT relay symbols side by side
- Draw the H-bridge polarity-reversal circuit with colored wires for positive and negative rails
- Annotate each terminal (COM1, NO1, NC1, COM2, NO2, NC2)
- Simulate DC operation to confirm forward and reverse motor states
- Export the diagram as a reference for the bench
Create your own DPDT switch wiring diagram -- free
Testing a DPDT Switch with a Multimeter
Before wiring a DPDT into a circuit, verify it with a multimeter set to continuity (or resistance) mode, with the switch disconnected from any power source.
- Probe COM1 to NC1 and COM1 to NO1. In the switch's default position, one pair should read continuity (near 0 ohms) and the other should read open (OL). Flip the switch and the reading should invert.
- Repeat for COM2, NC2, and NO2 -- the second pole should switch in step with the first.
- Probe COM1 to COM2 in both switch positions. This should always read open. Continuity here means the two poles are shorted together internally -- a defective switch that will cause a short in any dual-circuit or polarity-reversal wiring.
- Probe NC1 to NO1 (and NC2 to NO2). These should read open in every switch position -- NC and NO on the same pole never connect to each other directly, only through COM.
- On a center-off (ON-OFF-ON) switch, confirm the center position: all four throw-to-COM pairs should read open with the switch centered.
A switch that fails any of these checks -- especially pole-to-pole continuity -- should not be installed; use a new switch rather than trying to fix an internal short.
Mounting and Build Notes
- Panel-mount toggle DPDTs typically use a threaded bushing (common sizes 1/4" / 6mm, 3/8" / 9.5mm, 12mm) with a mounting nut; tighten to hand-tight plus a quarter turn -- overtightening can crack the plastic base or distort the bushing enough to bind the toggle action.
- For solder-terminal switches, use a heat sink clip or work quickly; the internal contacts are plastic-molded and prolonged heat can deform the terminal seal, letting flux or moisture wick into the switch body.
- Keep solder joints on adjacent terminals visually separated -- the six-terminal pitch on small DPDT switches is often 4.5--5mm, tight enough that a sagging solder blob or a stray wire strand can bridge COM1 to COM2 or NC1 to NO1.
- Route each pole's wiring on opposite sides of the switch body where the physical layout allows, rather than bundling all six wires together -- this reduces the chance of chafing two conductors into contact.
- After soldering, retest pole-to-pole isolation with the continuity procedure above; heat and flux residue are among the most common causes of a short that was not present before assembly.
Common Failure Modes and Diagnosis
- Intermittent contact: A DPDT that tests fine with a meter but drops out under vibration or load usually has worn or pitted contacts from repeated arcing. Silver contacts blacken with an oxide layer over time; this oxide is not very conductive at low currents (a problem for signal-level circuits) but usually burns through under higher power loads, which is why the same switch can test fine for a power circuit and fail for a low-level signal.
- One pole fails while the other still works: Mechanically ganged does not mean electrically identical -- unequal contact wear (often because one pole carries more current than the other) can leave one pole functioning while the other has degraded. Test both poles independently rather than assuming a working pole means the switch is good.
- Switch feels loose or "notchy" but the circuit still works: Wear in the toggle's detent mechanism reduces contact pressure without immediately opening the circuit -- this is an early warning sign, not a false alarm. Replace the switch rather than waiting for a full failure.
- High resistance across a closed contact: Measure voltage drop across COM-to-throw while the circuit is under normal load, not open-circuit continuity, which won't reveal this. More than a few tenths of a volt drop across a supposedly closed contact indicates contact degradation, even if a no-load continuity check reads near zero.
Key Takeaways
- A DPDT switch has six terminals: COM1/NO1/NC1 and COM2/NO2/NC2 -- two independent SPDT poles on one actuator.
- Polarity-reversal H-bridge wiring: +V to NC1 and NO2; GND to NO1 and NC2; motor terminals to COM1 and COM2.
- ON-OFF-ON (center-off) stops the motor by opening all contacts; ON-ON-ON (center-on) applies braking by shorting motor terminals.
- A DPDT relay and a DPDT switch use the same six-terminal topology -- the actuator is the only difference.
- Check DC current rating separately from AC rating -- DC arcs do not self-extinguish at zero-crossing.
- Always protect motor and solenoid loads with flyback diodes when switching inductors.
- Use gold-plated contacts for low-level signal switching below 100mA to prevent oxide buildup.
Frequently asked questions
What happens if you wire a DPDT switch wrong?
Wiring errors on a DPDT usually show up as one of two problems: the load doesn't switch at all (a broken connection), or it switches in an unexpected pattern, such as both motor directions producing the same rotation. In a polarity-reversal circuit, crossing the +V and GND connections between poles can also short the supply through the switch, so test with a multimeter before applying power.
Can a DPDT switch be used as an SPDT switch?
Yes. A DPDT switch can be used as an SPDT by wiring only one pole (COM, NC, NO) and leaving the second pole's three terminals unconnected. This is common when a DPDT is on hand but only single-pole switching is needed -- it works fine, though it wastes the second pole's capability.
Which terminal is common on a DPDT switch?
The common terminal (COM) is the one that stays connected to the circuit regardless of switch position -- it just moves between NC and NO as the switch is thrown. On most toggle DPDT switches, COM1 and COM2 are the two center terminals in each row of three, but always confirm against the specific switch's datasheet since layouts vary.
Is a DPDT switch the same as a 6-pin switch?
A standard two-position DPDT switch has six terminals, so in that sense it is a 6-pin switch. However, not every 6-pin switch is a DPDT -- some 6-pin devices are 3-position SPDT switches or other configurations, so confirm the internal contact arrangement from the datasheet rather than assuming from pin count alone.
What size wire should I use for a DPDT switch in a 12V motor circuit?
Wire gauge depends on current draw, not the switch itself. For typical small 12V DC motors drawing under 5A, 18-16 AWG is common. For higher-current motors, size the wire to the motor's stall current and check that it stays within the switch's rated amperage -- the switch's current rating is the limiting factor, not just the wire.
Can you use a DPDT switch to control 120V AC and 12V DC in the same unit?
Not on the same switch body switching both circuits through the same two poles unless the switch is rated for both voltages and the circuits are electrically isolated from each other. Mixing AC mains and low-voltage DC on adjacent terminals of one switch risks the higher voltage bridging into the low-voltage circuit; use separate switches or a switch with verified isolation between poles.