A DPDT (Double Pole, Double Throw) switch has 6 terminals and controls two separate circuits simultaneously, or reverses polarity on a single DC load. The default wiring for DC motor reversal crosses the outer throw terminals (1 to 6, and 3 to 4) while feeding power to the center poles (2 and 5). If you are wiring a DPDT switch for a 12V or 24V DC motor reversing circuit, you will route your positive supply to Pole 1, your negative supply to Pole 2, and cross the throws to the motor leads.

This guide walks through the exact schematic symbols, provides a node-by-node physical trace, and ends with a concrete part recommendation for your next build.

Decoding the DPDT Switch Wiring Diagram: Symbols and Physical Terminals

Before stripping wire, you need to translate the schematic into physical reality. On a standard electrical schematic, a DPDT switch is drawn as two separate SPDT (Single Pole Double Throw) switches linked by a dashed mechanical line. That dashed line indicates that a single physical actuator (the toggle or rocker) moves both internal contacts simultaneously.

Orientation Rule: When identifying terminals on a physical toggle switch, always look at the back of the switch (the side with the lugs facing you) with the actuator pointing UP. The left column is Pole 1, the right column is Pole 2.

Physically, the switch features six solder lugs or quick-connect spades arranged in two columns of three:

  • Center Lugs (2 and 5): These are the Poles (also called Commons). Power from your source always enters here.
  • Top Lugs (1 and 4): These are Throw A. They connect to the center poles when the actuator is in the UP position.
  • Bottom Lugs (3 and 6): These are Throw B. They connect to the center poles when the actuator is in the DOWN position.

Node-by-Node Trace: Wiring a DPDT for DC Motor Reversal

Let us trace a complete 12V DC motor reversal circuit. This setup uses the DPDT switch to swap the polarity across the motor terminals, reversing its rotational direction. We are using 16 AWG wire for a motor drawing up to 10A continuous.

Safety Callout: Ensure the DC power supply is completely de-energized and disconnected before making these connections. Verify zero voltage at the source terminals before proceeding.

  1. Source Positive to Pole 1: Run a red wire from the 12V DC power supply positive (+) terminal to Terminal 2 (Center Left).
  2. Source Negative to Pole 2: Run a black wire from the 12V DC power supply negative (-) terminal to Terminal 5 (Center Right).
  3. Cross-Jumper 1 (Top-Right to Bottom-Left): Install a jumper wire from Terminal 1 (Top Left) to Terminal 6 (Bottom Right).
  4. Cross-Jumper 2 (Bottom-Left to Top-Right): Install a jumper wire from Terminal 3 (Bottom Left) to Terminal 4 (Top Right). Note: These two jumpers will physically cross each other in an 'X' pattern on the back of the switch.
  5. Load Connection A: Run a wire from Terminal 1 (which is now jumpered to 6) to Motor Lead A.
  6. Load Connection B: Run a wire from Terminal 3 (which is now jumpered to 4) to Motor Lead B.

Polarity and Ground Path Explicit Callout

In this isolated DC circuit, the black wire (negative return) acts as the circuit ground path. It passes through the switch poles. The metal body of the toggle switch itself is not part of the ground path and should not be bonded to the chassis unless specifically required for EMI shielding in high-frequency environments. When the switch is UP, Terminal 2 connects to 1 (Positive to Motor A), and Terminal 5 connects to 4 (Negative to Motor B). When DOWN, the cross-jumpers force the polarity to swap.

Terminal and Pin Mapping Table

Use this spec-sheet table to verify your physical wiring against the schematic logic. This assumes the standard numbering convention stamped into the base of most industrial toggle switches (e.g., C&K, Carling, NKK).

Physical Terminal Schematic Designation Switch UP (Position A) Switch DOWN (Position B)
1 (Top Left) Throw A, Pole 1 Connected to Term 2 Disconnected
2 (Center Left) Pole 1 (Common) Receives DC Positive Receives DC Positive
3 (Bottom Left) Throw B, Pole 1 Disconnected Connected to Term 2
4 (Top Right) Throw A, Pole 2 Connected to Term 5 Disconnected
5 (Center Right) Pole 2 (Common) Receives DC Negative Receives DC Negative
6 (Bottom Right) Throw B, Pole 2 Disconnected Connected to Term 5

Verifying Your Connections with a Multimeter

Never apply power to a newly wired DPDT switch without first verifying the internal routing. A misplaced cross-jumper will create a direct dead short across your power supply, instantly tripping breakers or melting 16 AWG wire. Follow this continuity testing procedure using a digital multimeter (DMM).

  1. Set the DMM: Turn the dial to the continuity setting (the diode/soundwave icon). Touch the probes together to verify the meter beeps.
  2. Verify Pole-to-Throw Routing (UP Position): Flip the switch UP. Place one probe on Terminal 2 and the other on Terminal 1. You should hear a beep. Move the probe from 1 to 3; there should be no beep (OL on the display).
  3. Verify Pole-to-Throw Routing (DOWN Position): Flip the switch DOWN. Place probes on 2 and 3 (beep). Move to 2 and 1 (no beep).
  4. Verify the Cross-Jumpers: With the switch in any position, place probes on Terminal 1 and Terminal 6. You must hear a continuous beep, confirming the jumper wire is intact. Repeat for Terminals 3 and 4.
  5. The Dead-Short Check (Critical): Place one probe on Terminal 2 (Positive In) and the other on Terminal 5 (Negative In). The meter must read OL (Open Loop) in both switch positions. If it beeps here, your cross-jumpers are touching or incorrectly landed on the center poles. Do not apply power.

Decision Tree: Choosing the Right DPDT Switch for Your Build

Not all DPDT switches are built for the same environment. A PCB-mounted signal switch will melt if used for a 10A wiper motor, and a heavy-duty marine rocker is overkill for an Arduino relay trigger. Use this decision path to select the exact component you need.

If your application is... Then you need... Concrete Part Pick
High-Current DC Motor (10A - 20A, 12V/24V automotive, winches, pumps) Solder lug or 1/4" spade, 20A+ rating, silver-cadmium oxide contacts to resist DC arcing. C&K T201MH9AQE (Toggle, 20A, Solder Lug)
Marine / High-Vibration Panel (Boats, off-road dash panels, exposed to moisture) IP68 sealed rocker, 12V LED indicator, quick-connect spades. Carling VLD2AH0B-A (V-Series Rocker, 20A)
Low-Voltage Logic / PCB (Arduino/ESP32 signal routing, < 1A, 5V/12V) PCB through-hole mount, gold-flashed contacts for low-current wetting. NKK GB215AH (PCB DPDT, 0.4VA max)
The Default Recommendation: For 90% of DIY workbench builds, robotics, and standard 12V DC motor reversing projects, buy the C&K T201MH9AQE. It costs roughly $8 to $12, features robust solder lugs that easily accept 16 AWG to 12 AWG wire, and its 20A rating at 28VDC provides a massive safety margin for standard hobby motors. It is widely available via DigiKey and Mouser.

Common Wiring Mistakes and How to Avoid Them

Even with a correct diagram, physical execution often introduces errors. Watch out for these three specific failure modes:

  • Solder Wicking into the Mechanism: When soldering the cross-jumpers to the center poles, using too much flux-core solder can cause molten tin to wick up the lug and into the switch's internal phenolic wafers. This glues the internal contacts together, causing the switch to fail in one position. Fix: Use a 40W iron, apply heat for no more than 3 seconds per lug, and use heat-sink clips if possible.
  • Assuming AC Wall Switches are DPDT: Standard residential 3-way light switches are SPDT, not DPDT. They only have 3 terminals. You cannot use two 3-way wall switches to reverse a motor without complex external relay wiring. Stick to purpose-built 6-terminal DPDT components.
  • Ignoring DC Arc Suppression: DC motors are highly inductive loads. When you flip a DPDT switch under load, the collapsing magnetic field generates a voltage spike that arcs across the internal contacts, eventually pitting and destroying them. Fix: Solder a 0.1µF ceramic capacitor and a 10-ohm resistor in series (a snubber network) directly across the motor terminals to absorb the inductive kickback.

By tracing the nodes logically, verifying continuity before applying power, and selecting a switch rated for DC inductive loads rather than just AC resistive loads, your DPDT reversing circuit will operate reliably for thousands of cycles.