A normally open switch symbol represents a discrete electrical contact that blocks current flow in its unactuated, resting state. When a mechanical force (a finger pressing a button, a machine cam hitting a limit switch, or a relay coil energizing) actuates the device, the contacts close to complete the circuit. If you are reading a schematic, designing a control panel, or troubleshooting an industrial machine, correctly identifying the NO symbol is critical to understanding how a system starts, stops, or interlocks.

The Complete Normally Open (NO) Switch Symbol Reference Table

The table below maps the most common normally open switch symbols you will encounter on electrical schematics, PLC I/O drawings, and control panel wiring diagrams. Because visual rendering varies by drafting software (AutoCAD Electrical, EPLAN), the descriptions focus on the geometric logic of the symbol.

Switch Type NEMA / ANSI Symbol Logic IEC Symbol Logic Common Practical Application
Basic NO Pushbutton Two parallel horizontal lines (contacts) separated by a gap, with a vertical dashed line and a button head above. Two parallel vertical lines with a gap, intersected by a diagonal actuator line ending in a flat pushbutton cap. Start buttons, momentary triggers, emergency reset switches.
NO Limit Switch Standard NO contact gap with a roller or wedge actuator symbol attached to the moving contact arm. Standard IEC NO gap with a roller/lever mechanical actuator symbol drawn adjacent to the contact line. Conveyor belt end-stops, garage door travel limits, CNC machine homing.
NO Relay / Contactor Contact Two parallel horizontal lines with a gap, actuated by a vertical line connected to a coil symbol elsewhere on the page. Two parallel vertical lines with a gap, actuated by a horizontal line linked to a coil reference (e.g., K1). Motor starter auxiliary contacts, PLC output interlocks, lighting contactors.
NO Pressure Switch Standard NO contact gap with a semi-circle (diaphragm) and a pressure line arrow pointing at it. Standard IEC NO gap with a semi-circle and an actuator line driven by a pressure port symbol. Well pump pressure cut-ins, HVAC low-pressure safety cutouts.
NO Flow Switch Standard NO contact gap with a paddle or flag symbol extending into a pipe cross-section. Standard IEC NO gap with a paddle actuator symbol intersecting a pipeline line. Boiler water flow verification, cooling system pump interlocks.

Regional Standards: NEMA vs. IEC vs. Old UK

Reading a schematic requires knowing which drafting standard the engineer used. A symbol that means 'normally open' in one region might look entirely different in another, and mixing them up can lead to catastrophic wiring errors.

NEMA / ANSI (North America)

Governed largely by NFPA 70 (NEC) referencing ANSI/IEEE 315 standards, NEMA symbols are highly geometric. They rely heavily on circles, squares, and distinct horizontal/vertical line breaks. A NEMA normally open switch symbol typically draws the contacts as horizontal lines, with the actuator moving vertically. This standard dominates US industrial panels, UL-listed control boxes, and older North American manufacturing equipment.

IEC (International / Europe / Modern Global)

The IEC 60617 standard (adopted by the EU, UK, Australia, and increasingly by modern global OEMs) uses a more minimalist, line-based approach. IEC draws switch contacts as vertical parallel lines. The actuator moves horizontally or diagonally across the gap. If you are working on a modern Siemens, ABB, or Schneider Electric PLC panel, you will almost exclusively see IEC symbols. IEC also heavily relies on cross-referencing (e.g., labeling a contact '13/14' to link it back to coil 'K1') rather than drawing physical mechanical linkages.

Old UK (BS 1588 / Pre-Harmonization)

If you are troubleshooting legacy equipment in older British facilities, you may encounter BS 1588 symbols. These often used stylized 'knife switch' representations or specific hatched lines to denote normally open states. While officially superseded by BS EN 60617 (the UK adoption of IEC), maintenance electricians still need to recognize these on 40-year-old schematic binders found in the basements of older plants.

Rows People Get Wrong (And How to Avoid Them)

Even experienced technicians misread specific variations of the normally open switch symbol. Here are the most common trapdoors on wiring diagrams:

Warning: Time-Delay Relay Contacts

Do not confuse a standard NO symbol with a Normally Open, Timed Closed (NOTC) symbol. The NOTC symbol includes a small arrow on the actuator line indicating a delay. If you wire a standard NO contact where a NOTC is specified, your motor starter might engage instantly instead of waiting for the 5-second soft-start delay, potentially tripping your main breaker or damaging the VFD.

  • Maintained vs. Momentary: A standard NO pushbutton symbol implies a momentary action (it springs back to open when released). If the schematic requires a maintained NO switch (like a toggle switch that stays on), the symbol will usually feature a small latch or detent mark on the actuator arm. Wiring a momentary switch in place of a maintained one will result in a machine that only runs while the operator holds the button.
  • The 'Form A' Confusion: In relay datasheets, you will see 'Form A', 'Form B', and 'Form C'. Form A is the industry shorthand for Normally Open. Form B is Normally Closed. Form C is a SPDT (Single Pole, Double Throw) changeover contact. If a parts list calls for a 'Form A relay', you must ensure the internal contact block is NO, even if the physical relay base accepts both.
  • 3-Way Residential Switches: A standard residential 3-way toggle switch does not use a normally open symbol. It is a maintained SPDT switch. It has no 'normal' state; it simply routes current between two traveler wires based on its physical toggle position.

Safe Interpretation When Markings Are Faded or Missing

On the jobsite, you rarely have the luxury of a pristine schematic. Terminal blocks on 20-year-old Allen-Bradley relay banks are often covered in oil dust, and the stamped 'NO' or 'NC' lettering is completely worn away. Here is the exact procedure to safely identify a normally open contact without guessing.

  1. De-energize and Verify: Turn off the control circuit breaker. Use a non-contact voltage tester, followed by a multimeter set to AC voltage, to verify the circuit is dead. Never test continuity on a live circuit; you will blow the internal fuse of your multimeter or worse.
  2. Set the Multimeter: Switch your multimeter to the Continuity setting (the soundwave icon) or the lowest Ohms range (e.g., 200Ω).
  3. Test the Resting State: Place one probe on the common terminal and the other on the suspected NO terminal. With the switch unactuated (button not pressed, relay coil not energized), the meter should read 'OL' (Open Loop) or infinite resistance. This confirms the contact is currently open.
  4. Test the Actuated State: Manually press the pushbutton, push the limit switch roller, or use a small flathead screwdriver to manually depress the relay armature. The meter should immediately drop to less than 1.0 ohm and emit a continuous beep.
  5. Verify Spring Return: Release the actuator. The meter must instantly return to 'OL'. If it stays at 0 ohms, the contacts are welded shut from a past arc fault, and the switch must be replaced regardless of its original design.

Frequently Asked Questions

What is the difference between a normally open switch symbol and a normally closed symbol?

The fundamental difference lies in the resting state. A normally open (NO) symbol shows a physical gap between the contact lines, meaning no current flows until the switch is actuated. A normally closed (NC) symbol shows the contact lines overlapping or touching, often with a small diagonal slash through the intersection, meaning current flows freely until the switch is actuated (which breaks the circuit). In safety circuits (like E-Stops), NC symbols are preferred because a broken wire will safely halt the machine, whereas a broken wire on an NO circuit would go unnoticed until you try to press the start button.

How do I wire a normally open pushbutton to an ESP32 or Arduino GPIO pin?

When wiring a physical NO pushbutton to a microcontroller, you must use a pull-up or pull-down resistor to prevent the GPIO pin from 'floating' (reading random electrical noise when the switch is open). For an ESP32 or Arduino, the easiest method is to use the internal pull-up resistor. Wire one leg of the NO pushbutton to the GPIO pin (e.g., GPIO 4 on an ESP32) and the other leg to GND. In your code, set the pin mode to INPUT_PULLUP. When the button is unpressed (NO state), the pin reads HIGH (3.3V). When pressed, it connects to GND and reads LOW. Note: Avoid using GPIO 0 on the ESP32 for this, as it is a strapping pin that must remain HIGH during boot to prevent the chip from entering flash mode.

Does a standard residential light switch use a normally open symbol on wiring diagrams?

No. A standard single-pole residential light switch (like a Leviton 15A toggle or a Lutron dimmer) is a maintained switch, not a momentary one. While it technically breaks the circuit when turned off, electrical drafting standards reserve the 'normally open' symbol specifically for momentary devices (pushbuttons, limit switches, relays) that have a defined spring-return resting state. On an architectural electrical plan, a standard wall switch is simply denoted by an 'S' or a specific switch drop symbol on the floor plan, rather than a schematic NO contact symbol.