Reading a wiring diagram without a reliable electrical symbol switch reference is like trying to read a map in a foreign language. Whether you are troubleshooting a motor control center, wiring a residential 3-way circuit, or designing an Arduino relay board, the schematic symbols dictate how the physical hardware behaves. Below is the definitive reference for switch symbols, mapped across the major global standards, followed by practical field guidance for when the prints don't match the panel.
Complete Electrical Symbol Switch Reference Table
The table below maps the most common switch types to their NEMA (North American) and IEC (International) schematic representations. Use this as your bench-side cheat sheet.
| Switch Type | NEMA Symbol Description | IEC 60617 Symbol Description | Common Application |
|---|---|---|---|
| SPST (Single Pole, Single Throw) | Single line with a hinged lever breaking one contact. | Single line with a straight lever and a single cross-bar contact. | Basic light switch, main power disconnect. |
| SPDT (Single Pole, Double Throw) | Hinged lever pivoting between two distinct contacts. | Straight lever pivoting between two cross-bar contacts. | Selector switches, motor reversal, Arduino input toggling. |
| DPST (Double Pole, Single Throw) | Two parallel SPST symbols linked by a dashed mechanical line. | Two parallel IEC SPST symbols linked by a dashed line. | 240V appliance disconnects (breaking both L1 and L2). |
| DPDT (Double Pole, Double Throw) | Two parallel SPDT symbols linked by a dashed mechanical line. | Two parallel IEC SPDT symbols linked by a dashed line. | Reversing DC motor polarity, transfer switches. |
| 3-Way (US Residential) | Drawn identically to an SPDT, but often labeled '3W' on blueprints. | Rarely used in IEC; IEC uses standard SPDT (changeover) symbols. | Stairway lighting controlled from two locations. |
| 4-Way (US Residential) | Two SPDT switches mechanically linked, crossing the traveler paths. | Represented as a double-pole double-throw (DPDT) with crossed outputs. | Stairway lighting controlled from three or more locations. |
| Pushbutton NO (Normally Open) | Hinged lever resting just below a top contact, with a push-arrow. | Straight lever below a contact, with a push-arrow and return spring. | Motor START buttons, doorbells, reset switches. |
| Pushbutton NC (Normally Closed) | Hinged lever resting against a top contact, with a push-arrow. | Straight lever touching a contact, with a push-arrow and return spring. | Motor STOP buttons, emergency stops (E-Stop). |
| Limit Switch | SPST or SPDT symbol with a small roller or wedge actuator attached. | SPST or SPDT symbol with a distinct mechanical actuator line (roller/lever). | Elevator floor positioning, garage door travel limits. |
Regional Standard Variants: NEMA vs. IEC vs. Old UK
The way an electrical symbol switch is drawn depends entirely on the regional standard governing the schematic. Misinterpreting the standard can lead to catastrophic wiring errors, especially in industrial control panels.
NEMA (North America)
Governed largely by the National Electrical Code (NFPA 70) and NEMA ICS standards, North American schematics often depict switches in a way that mimics their physical construction. A NEMA limit switch symbol, for instance, often looks like a physical microswitch. NEMA ladder logic diagrams read left-to-right, with the switch symbol placed on the horizontal rung between the L1 and L2 vertical power rails.
IEC 60617 (International / Europe)
The International Electrotechnical Commission (IEC) uses highly abstracted, functional symbols. An IEC symbol switch doesn't care what the physical hardware looks like; it only cares about the electrical state. For example, an IEC pushbutton will explicitly show a return spring symbol if it is momentary, whereas NEMA might rely on context or a text label. IEC diagrams are standard across the EU, Australia, and most of Asia.
Old UK (BS 3939)
If you are retrofitting a facility in the UK built before the late 1990s, you may encounter BS 3939 symbols. This standard was largely superseded by IEC harmonization, but old panels still feature its distinct, slightly blockier switch representations. The primary trap here is the old UK color codes (red/yellow/blue for phases) paired with obsolete switch symbols that lack the clear 'normally open/closed' indicators found in modern IEC 60617 prints.
Rows People Get Wrong on Switch Schematics
Even experienced electricians and engineers misread specific rows in the symbol table. Here are the most common pitfalls and how to avoid them.
The 3-Way vs. SPDT Confusion
In residential wiring, a 3-way switch is physically and electrically an SPDT (Single Pole, Double Throw) switch. However, on an architectural blueprint, the electrical symbol switch for a 3-way is often drawn as a standard SPST with a small '3' or 'W' next to it, or with two traveler lines extending from the switch node. In an industrial motor control schematic, that exact same hardware is drawn as a standard SPDT. Rule of thumb: If you are in a house, look for the traveler lines. If you are in a factory, look for the common (C) and two throws (L1/L2).
Momentary vs. Maintained Pushbuttons
A frequent error in PLC and Arduino wiring is confusing a momentary pushbutton with a maintained (latching) switch. On an IEC schematic, a momentary switch will feature a small angled line representing the return spring, and the actuator arrow will not have a mechanical latch symbol. If you wire a maintained E-Stop in place of a momentary one because you misread the symbol, the machine will restart the moment the operator releases the button, defeating the safety interlock.
Safe Interpretation for Faded or Unmarked Switches
In the field, you will frequently encounter industrial control panels or older residential junction boxes where the physical switch markings (C, L1, L2, NO, NC) are faded, painted over, or entirely missing. You cannot rely on the electrical symbol switch schematic if the as-built wiring doesn't match the prints.
Step 1: De-energize and Verify. Turn off the breaker or pull the disconnect. Use a CAT III or CAT IV rated multimeter to verify zero voltage at the switch terminals. Lockout/Tagout (LOTO) the panel if you are in an industrial environment.
Step 2: Map with Continuity. Set your multimeter to continuity mode (the diode/sound icon). For an SPDT or 3-way switch, place one probe on the suspected Common (C) terminal. Toggle the switch to Position A. Probe the remaining terminals until the meter beeps. That is Throw 1. Toggle to Position B; the meter should now beep on the other terminal (Throw 2). If the meter beeps on both remaining terminals regardless of toggle position, you have found a DPST or a shorted switch, not an SPDT.
Step 3: Identify NO vs NC on Pushbuttons. With the button unpressed, test all terminal pairs. The pair that shows continuity is the Normally Closed (NC) circuit. The pair that shows open (OL) is the Normally Open (NO) circuit. Press and hold the button; the states will reverse. Label the terminals with a Sharpie or printed tape before re-energizing.
Electrical Symbol Switch FAQ
What does the symbol switch for a 3-way circuit look like on a residential blueprint?
On most US residential blueprints, a 3-way switch is represented by a standard single-pole switch symbol (a line breaking a contact) with the letters '3W' or '3' printed adjacent to it. Alternatively, it may be drawn with three lines radiating from a central node: one for the line/load, and two parallel lines representing the traveler wires connecting to the companion 3-way switch. Always refer to the blueprint's legend, as architectural firms use proprietary symbol libraries that occasionally deviate from strict NEMA standards.
How do I read a symbol switch with a dashed line across multiple poles?
A dashed line connecting two or more switch poles indicates a mechanical linkage. This means the switches are 'ganged' together and operate simultaneously from a single physical actuator. For example, a DPST (Double Pole, Single Throw) disconnect switch will show two separate SPST symbols linked by a dashed line. When you throw the physical handle, both internal contacts open at the exact same time. If the line is solid rather than dashed, it usually indicates an electrical connection rather than a mechanical linkage.
Why do IEC and NEMA symbol switch diagrams look so different for the same hardware?
The difference stems from their foundational design philosophies. NEMA symbols were historically designed to resemble the physical construction of the heavy-duty American industrial hardware they represented, making them intuitive for maintenance technicians replacing physical parts. IEC 60617 symbols, developed later, prioritize functional logic over physical appearance. An IEC diagram strips away the physical housing and focuses purely on the electrical state (open/closed) and actuation method (manual, thermal, magnetic). When reading an IEC diagram, ignore what the physical part looks like and focus entirely on the logical flow of the circuit.
What symbol represents a switch that is activated by temperature or pressure?
Both NEMA and IEC use modifier symbols placed next to the standard switch lever. For a temperature-activated switch (like a thermostat), NEMA uses a small circle with a 'T' or a wavy line representing heat. IEC uses a circle with the Greek letter theta (θ) or the letter 't'. For pressure switches, NEMA uses a semi-circle or a line ending in a closed triangle pointing at the switch lever, while IEC uses a similar line but often annotates it with 'P' or 'p'. The underlying switch symbol (SPST or SPDT) remains the same; only the actuator modifier changes.






