What Is an SPDT Switch? The Complete Answer

An SPDT switch (Single Pole Double Throw) is an electrical switch that routes a single input terminal to one of two output terminals. It has three connection points — Common (COM), Normally Closed (NC), and Normally Open (NO) — and toggles between them. SPDT switches are the backbone of changeover logic in everything from consumer electronics to industrial control systems, making them one of the most versatile switching components in electronics.

This guide covers what an SPDT switch is, how it works internally, how to wire it, and how it compares to SPST and DPDT variants. You’ll also learn the application scenarios where SPDT excels and the common failure modes that catch engineers off guard.


TL;DR

  • An SPDT (Single Pole Double Throw) switch connects one input terminal to one of two output terminals
  • The three terminals are: COM (common/input), NC (normally closed), and NO (normally open)
  • In its default state, COM connects to NC; when toggled, COM connects to NO instead
  • SPDT is also known as a Form C contact in relay terminology
  • The break-before-make action ensures no momentary short between outputs during switching
  • Use SPDT when you need to select between two circuits, reverse polarity, or implement a failsafe path
  • Many engineers use DPDT as a substitute for SPDT by simply ignoring three of its six terminals

What Is an SPDT Switch?

An SPDT switch — short for Single Pole Double Throw — is a three-terminal switching device that connects a single input (the “pole”) to one of two possible outputs (the “throws”). Think of it as a railway switch: one track enters, and a lever directs the train onto one of two diverging tracks.

The “Single Pole” refers to the one circuit being controlled. The “Double Throw” means that circuit has two possible output paths.

This is what separates SPDT from simpler switches. An SPST (Single Pole Single Throw) can only connect or disconnect one circuit — it’s a basic on/off device. An SPDT adds a second output path, giving you a select between A or B capability. A DPDT (Double Pole Double Throw) effectively contains two SPDT switches in one body, switching two independent circuits simultaneously.

The Three Terminals: COM, NC, and NO

Every SPDT switch has three terminals, and understanding what each one does is essential for correct wiring:

Terminal Full Name Function
**COM** Common The shared input — always connected to one of the two outputs
**NC** Normally Closed Connected to COM in the default (unactuated) state
**NO** Normally Open Connected to COM when the switch is toggled or energized

In the resting position, COM is electrically connected to NC. Current flows through that path. When you toggle the switch or energize a relay coil, the internal contact moves: it breaks the COM-to-NC connection and makes a new COM-to-NO connection. The circuit redirects from one path to the other.

Why “Form C”?

In relay terminology, the same SPDT contact arrangement is called Form C. A Form C relay contact is a changeover contact — equivalent to an SPDT switch — with the same COM, NC, and NO terminals. If you see Form C in a relay datasheet, mentally substitute it with “SPDT.”

How Does an SPDT Switch Work?

The internal mechanism depends on the switch type, but the underlying logic is identical.

Mechanical Toggle Switch

In a manual toggle or rocker SPDT switch, a physical lever moves a conductive contact between the NC and NO positions. When the lever is in one position, spring tension holds the contact against the NC terminal. When you flip the lever, the contact swings across to the NO terminal. The spring mechanism provides tactile feedback and holds the switch in position until you actuate it again.

Many SPDT toggle switches include a centre-off position — giving you three states: ON-1 / OFF / ON-2. This is called an ON-OFF-ON configuration and is common in audio switching and motor reversing applications.

Electromechanical Relay

In an SPDT relay, the switching is controlled by an electromagnetic coil instead of a manual lever. When voltage is applied to the coil terminals (typically labeled 85 and 86 in automotive DIN notation), current flows through the winding and generates a magnetic field. This magnetic field pulls a ferrous armature against spring tension.

The armature movement breaks the COM-to-NC contact and makes the COM-to-NO contact simultaneously. When coil power is removed, the spring returns the armature to its resting position, reconnecting COM to NC.

The Break-Before-Make Action

This is the detail that most tutorials skip over, and it’s critical for understanding real-world behavior. In a properly designed SPDT switch or relay, the NC contact breaks before the NO contact makes. This is called break-before-make action.

The practical implication: there is a brief moment — typically 1–5 milliseconds in relays — where neither the NC nor the NO terminal is connected to COM. This prevents the two output circuits from being momentarily shorted together during the transition.

In cheap or worn relays, contact bounce and pitting can degrade this break-before-make behavior over time. The contacts may briefly make contact with both NC and NO simultaneously during switching, creating a momentary short. This is one of the most common causes of unexpected behavior in SPDT relay circuits, especially in inductive loads like motors.

SPDT Switch Wiring: A Practical Guide

Correct SPDT wiring starts with identifying the three terminals and understanding which output you need in each state.

Step 1 — Identify the Terminals

On most SPDT switches, the COM terminal is the centre pin. The two outer pins are NC (one side) and NO (the other). On relays, the terminals are typically labeled COM, NC, and NO — but always verify with a multimeter in continuity mode if the markings are unclear.

Step 2 — Wire the Input to COM

Connect your signal source or power input to the COM terminal. This is the one point that stays fixed.

Step 3 — Connect Your Two Output Circuits

Run a wire from NC to your “default” circuit (the one you want powered in the resting state). Run a wire from NO to your “alternate” circuit (the one you want powered when the switch is actuated).

Step 4 — Test the Switching

With the switch in its default position, verify continuity between COM and NC. Toggle the switch and verify continuity between COM and NO. If your multimeter shows continuity to both simultaneously at any point, the switch has a contact problem.

A Common Mistake to Avoid

One of the most frequent wiring errors with SPDT relays is mixing up the NC and NO terminals — or not accounting for the fact that “normally” refers to the de-energized state. In a relay, “normally closed” means the circuit is closed when the coil has no power. Once you energize the coil, the NC path opens and the NO path closes.

This catches many engineers when debugging a circuit: the load connected to NC fires the moment power is applied to the relay coil, and they expect the opposite behavior. The fix is to understand that NC = default path, not “fail-safe path.”

SPST vs SPDT vs DPDT: What’s the Difference?

Understanding the difference between these three switch types helps you choose the right one for your application.

Feature SPST SPDT DPDT
Poles 1 1 2
Throws 1 2 2
Terminals 2 3 6
Function On/Off Changeover (A or B) Two changeovers simultaneously
Best for Simple switching Selecting between two circuits Motor reversing, dual power rails

SPST is your basic on/off switch — two terminals, one circuit, two states (open or closed). Use it when you only need to connect or disconnect a single circuit.

SPDT adds a second output path. Use it when you need to select between two circuits, reverse polarity, or create a failsafe switching path. An SPDT switch can function as an SPST by simply leaving one of the output terminals disconnected.

DPDT is effectively two SPDT switches mechanically linked and controlled by one lever or coil. Use it when you need to switch two independent circuits simultaneously in the same direction — most commonly for motor reversing or toggling dual-rail power supplies.

Can You Substitute DPDT for SPDT?

Yes. If your diagram calls for an SPDT but you only have a DPDT switch or relay on hand, you can use just three of the six terminals and ignore the rest. Connect COM, NC, and NO from one pole of the DPDT, and leave the other three terminals disconnected.

The reverse is not true: you cannot use an SPDT to perform DPDT functions because SPDT controls only one circuit, not two.

Common SPDT Switch Applications

SPDT switches and relays appear across every sector of electronics. Here are the most frequent applications:

1. Changeover Between Two Power Sources

SPDT switches and relays are ideal for switching a load between a primary power source and a backup. In battery backup systems, an SPDT relay connects the load to the main supply in normal operation and automatically switches to battery when the main supply fails.

2. Motor Direction Reversal

In small DC motors, an SPDT switch or DPDT relay reverses the polarity of the applied voltage to reverse direction. DPDT is more common here (for simultaneous polarity reversal of both motor leads), but SPDT works for simple single-lead switching scenarios.

3. Signal Routing

In audio and communications equipment, SPDT switches route a signal between two paths — for example, switching between two antennas or between two input sources on a mixer.

4. Failsafe and Alarm Circuits

SPDT relays are widely used in alarm and security systems. In its normal state, the relay keeps the alarm circuit closed (NC path). When a sensor triggers, the relay energizes, switches to the NO path, and activates the alarm.

5. Automotive Accessories

Automotive 5-pin SPDT relays are everywhere in vehicle wiring — controlling headlights, horns, fuel pumps, and auxiliary circuits. The DIN 72552 standard labels the terminals as 30 (COM), 87a (NC), 87 (NO), with 85 and 86 for the coil. These relays allow a low-current switch signal to control high-current accessories.

Why SPDT Selection Matters for PCB Design

If you’re designing a PCB that incorporates SPDT switches or relays, the component selection has real consequences for your board’s reliability and manufacturability.

Pad Layout and Footprint

Most SPDT through-hole switches use a 3-pin or 5-pin layout with 0.1-inch (2.54mm) spacing — compatible with standard breadboards and perfboards. For surface-mount SPDT switches, pay close attention to the land pattern recommended in the manufacturer’s datasheet. Incorrect pad sizing is one of the most common reasons SPDT switches fail to solder correctly during assembly.

For relay-based SPDT, consider the through-hole vs. surface-mount trade-off. Through-hole relays are easier to hand-solder and replace but consume more board real estate. SMD relays save space but require reflow assembly.

Current and Voltage Ratings

Verify the switching current rating against your load. Most small SPDT micro switches are rated for 1–5A at 250VAC or 30VDC. Higher-current applications — like motor control or power switching — require a relay with appropriate ratings, not a small toggle switch. A switch rated for 1A cannot safely control a 10A motor circuit, even if the voltage is within spec. Derate switch current ratings by at least 50% for inductive loads.

Contact Life and Cycling

Mechanical switches and relays have a finite contact life, specified in number of operations. Budget SPDT relays may be rated for 10,000–50,000 operations, while industrial-grade relays can exceed 1,000,000 operations with gold-plated contacts. For high-cycling applications like test equipment or automation, specify relays with gold-plated contacts and higher cycle ratings.

How to Test an SPDT Switch or Relay

Testing an SPDT switch takes under a minute with a multimeter.

  1. Set your multimeter to continuity mode (or resistance mode, 200Ω range).
  2. With the switch in its default position, place one probe on COM and the other on NC. You should hear a continuity beep or see near-zero resistance.
  3. Toggle or energize the switch. Place one probe on COM and the other on NO. You should hear a continuity beep or see near-zero resistance.
  4. With the switch toggled, verify that COM and NC no longer show continuity. If they do, the switch has failed.
  5. Check that COM never shows continuity to both NC and NO simultaneously. If it does, the contact mechanism is worn or damaged.

Frequently Asked Questions

What does SPDT stand for?

SPDT stands for Single Pole Double Throw. It describes a switch that controls one circuit (single pole) and can route it to one of two output paths (double throw).

What is the difference between SPDT and SPST?

An SPST (Single Pole Single Throw) switch has two terminals and functions as a simple on/off switch — it either connects or disconnects one circuit. An SPDT (Single Pole Double Throw) switch has three terminals and routes one circuit to one of two outputs, functioning as a changeover or selector switch.

Can an SPDT switch be used as an SPST switch?

Yes. Wire your input to COM and your load to either NC or NO. Leave the unused terminal disconnected. The switch will function as a basic on/off switch, using only one of its two possible output paths.

What does Normally Closed (NC) mean on an SPDT switch?

NC means the COM terminal is normally connected to the NC terminal when the switch is in its default (unpowered) state. When the switch is toggled, COM disconnects from NC and connects to NO.

What is the difference between a 4-pin and 5-pin SPDT relay?

A 4-pin relay provides SPST switching — when energized, COM connects to NO. A 5-pin relay provides full SPDT switching — it adds a Normally Closed (NC) terminal (pin 87a) that is connected to COM when the relay is de-energized.

Final Thoughts

The SPDT switch is one of those components that earns its place through sheer versatility. One input, two outputs, three terminals — and it solves problems from battery backup routing to motor direction control to alarm circuit design. Once you understand the COM, NC, and NO logic, you can read almost any switch or relay circuit.

What I’ve learned after years of working with these components: always test continuity before wiring, always verify your NC vs NO assumptions before powering up, and always check the current rating against your load — especially for inductive loads like motors. The failure mode that catches most engineers isn’t a wiring mistake; it’s using a switch rated for 1A on a 5A inductive load and watching the contacts pit within a week.

Need help designing a PCB that incorporates SPDT switching? Our engineering team reviews circuit designs for component selection and manufacturability — free for production orders.

Get a Free DFM Review → https://www.wellcircuits.com/contact-2/

Please enable JavaScript in your browser to complete this form.

Quick Quote

Info
Click or drag a file to this area to upload.
send me gerber or pcb file,format:7z,rar,zip,pdf

Contact

WellCircuits
More than PCB

Upload your GerberFile(7z,rar,zip)