An SPDT (Single Pole, Double Throw) switch routes one common input to one of two separate outputs. In residential wiring, it is the core mechanism of a 3-way switch; in electronics and industrial panels, it acts as a changeover or selector. Because schematic standards vary wildly by region and industry, misreading an SPDT symbol can lead to short circuits, non-functional logic, or burnt contacts. Below is the definitive reference for identifying, interpreting, and selecting SPDT components.
The Complete SPDT Switch Symbol & Pinout Reference
The table below maps the visual symbol to its terminal designations and primary applications across the three major global standards. Use this as your bench-side cheat sheet when tracing schematics or reading datasheets.
| Standard | Symbol Visual Description | Terminal Designations | Primary Application |
|---|---|---|---|
| NEMA / US NEC | A single hinged line (the pole) pivoting between two fixed contact points (the throws), often drawn at a 45-degree angle. | COM (Common), L1 / L2 (or Travelers 1 & 2 in residential) | Residential 3-way lighting, US industrial control panels (NEMA ICS 1). |
| IEC 60617 | A rigid mechanical linkage representation with a distinct node dot at the pivot point, and an angled actuator line showing the throw direction. | C (Common), NO (Normally Open), NC (Normally Closed) | Global industrial automation, PLC ladder logic, European consumer units. |
| BS 3939 (Legacy UK) | Similar to IEC but uses a distinct cross-hatched or solid block pivot point, often drawn horizontally rather than vertically. | C (Common), 1 / 2 (Throws) | Legacy UK industrial panels, older marine wiring diagrams (pre-1990s). |
Rows People Get Wrong
- Confusing SPDT with DPDT: A DPDT (Double Pole, Double Throw) symbol looks like two SPDT switches mechanically linked by a dashed line. If you wire a DPDT component as an SPDT by ignoring the second pole, you waste a pin and risk floating inputs if the unused pole isn't tied off.
- Misidentifying the 'Wiper': In the NEMA symbol, the moving line is the 'pole' (wiper). Beginners often assume the two fixed dots are the inputs. In 90% of applications, the single moving line is the input (Common), and the two fixed dots are the outputs (Throws).
- Assuming 'NO/NC' means momentary: In IEC schematics, an SPDT switch is labeled with NO and NC throws. This does not mean it's a momentary pushbutton; it simply describes the resting state of the throws when the actuator is unpowered or in its default position.
Regional Standards: Which One Applies to You?
Your geographic location and industry dictate which symbol set you will encounter. According to the All About Circuits schematic reference, mixing these standards in a single drawing is a leading cause of wiring errors in custom control panels.
North America (NEMA & NEC): If you are wiring a home hallway or reading a US-manufactured HVAC control board, you will use NEMA-style symbols. In residential wiring, the SPDT switch is universally called a '3-way switch.' The common terminal is usually marked with a darker brass or black screw, while the two traveler terminals are lighter brass. The NEMA symbol rarely uses NO/NC terminology for manual switches, preferring L1/L2 or Traveler designations.
Europe & Global Industrial (IEC 60617): IEC symbols dominate PLC programming, European consumer electronics, and global industrial automation. The IEC standard strictly enforces the use of 'C' (Common), 'NO' (Normally Open), and 'NC' (Normally Closed). When reading an IEC schematic, pay close attention to the actuator line: if it points toward the NO contact, the switch is drawn in its 'off' or 'unactuated' state.
Legacy UK (BS 3939): While the UK officially adopted IEC 60617 decades ago, BS 3939 symbols still appear in older building management systems, legacy marine schematics, and refurbished industrial machinery. The primary visual tell is the horizontal orientation and the solid block pivot. If you are retrofitting a panel built before 1995 in the UK, expect to see this variant.
Safe Interpretation When Markings Are Faded or Missing
Physical SPDT switches—especially older toggle switches and heavily used residential 3-way switches—often lose their terminal markings. Guessing the common terminal by its physical position is a reliable way to create a dead short or a switched-neutral hazard.
Follow this exact continuity-tracing procedure to identify the Common (C) terminal on an unmarked SPDT switch:
- Set your multimeter to the continuity setting (the diode/sound wave icon).
- Identify the three terminals on the switch. Label them mentally as A, B, and C.
- Place one probe on terminal A and the other on terminal B. Toggle the switch. If continuity toggles on and off, A and B are the Throws. Terminal C is the Common.
- If continuity is always present or never present between A and B regardless of switch position, move one probe to terminal C. Repeat until you find the pair that changes state when toggled.
- The terminal that remains in the circuit in both switch positions is your Common. Mark it immediately with a silver paint pen or electrical tape.
Decision Path: Selecting the Right SPDT Component
Do not default to a generic 'SPDT toggle' for every project. The physical mechanism, arc suppression, and current ratings vary drastically by application. Use this decision matrix to select the exact part number for your build.
| Application Scenario | Required Rating & Features | Concrete Part Pick |
|---|---|---|
| Residential 3-Way Lighting (US/Canada 120V AC) | 15A / 120V AC. Must fit standard US single-gang wall box. Requires grounding screw and push-in or side-wire terminals. | Leviton 5603-W (Decora style, 15A, white) or Eaton 323W (Traditional toggle). |
| Electronics / PCB Logic Selection (Arduino/ESP32 inputs, < 5V DC) | Low current (< 0.4VA), PCB through-hole mount, gold-plated contacts to prevent oxidation at low voltages. | C&K 7101J1V3BE2 (Miniature rocker, right-angle PCB mount, sealed against flux). |
| Automotive / 12V DC Motor Reversal (Winches, power windows) | 30A+ continuous DC. Must handle high inductive inrush without contact welding. Requires heavy-duty spade terminals. | Bosch 0 332 014 150 (Heavy-duty 12V automotive relay, SPDT changeover, 30A). |
| Industrial 3-Phase Motor Control (480V AC) | Motor-rated (HP rated), not just resistive-rated. Must withstand high let-through current and arc flashes. | Eaton XTCE009B10A (IEC contactor with SPDT auxiliary contact block, 9A at 480V). |
Common Wiring Mistakes and AC vs. DC Edge Cases
Even when you correctly identify the SPDT symbol and select the right part, wiring errors and rating misunderstandings cause premature failure. According to Electronics Tutorials, the most common point of failure in switchgear is contact pitting due to arcing.
Mistake 1: Wiring Travelers to the Common in 3-Way Circuits.
If you wire the two traveler wires to the common terminal and the line/load wires to the travelers on a Leviton 5603-W, the circuit will appear to work in one physical switch location but will fail to toggle from the other. The common terminal must always connect to the incoming hot (line) at the first switch, and the outgoing hot (load) at the second switch.
Mistake 2: Ignoring Inductive Break Ratings.
When using an SPDT switch to reverse a DC motor, the 'make' current (closing the circuit) and 'break' current (opening the circuit) are not equal. Breaking an inductive load generates a massive voltage spike (back-EMF). If your SPDT switch lacks internal arc suppression or an external flyback diode across the motor terminals, the contacts will weld together after a few dozen cycles, causing the motor to run uncontrollably. Always pair inductive SPDT switching with a snubber circuit or flyback diode.
Mistake 3: Floating Inputs in Logic Circuits.
When using a PCB-mount SPDT switch to toggle an ESP32 or Arduino GPIO pin between HIGH and LOW, ensure the switch actually connects to both VCC and GND in its two positions. If you wire the common to the GPIO and only wire one throw to VCC (leaving the other throw disconnected), the GPIO will float when the switch is toggled to the open position, causing erratic brownouts and phantom interrupts. Always wire both throws, or use an SPST switch with an internal/external pull-down resistor.






