The physical 'I' and 'O' markings and their schematic equivalents dictate how we control power in everything from a 5V microcontroller project to a 240V subpanel feed. Rather than guessing whether a circuit is truly isolated or just in standby, use this definitive reference for the on off switch symbol across physical markings and electrical schematics.

The Master On Off Switch Symbol Reference

Physical switch markings are globally standardized, but schematic representations vary depending on whether you are reading an international IEC drawing or a North American ANSI/NEMA diagram. Here is the complete breakdown.

Symbol / Marking Standard Meaning in Practice Common Application
I (Vertical Line) IEC 5007 Power ON. Closes the circuit, allowing current flow. Rocker switches, toggle switches, pushbuttons.
O (Circle) IEC 5008 Power OFF. Opens the circuit, physically breaking the connection. Rocker switches, toggle switches, pushbuttons.
(Line in Circle) IEC 5009 Standby / Soft-Off. Disconnects main load but leaves auxiliary power live. PC power supplies, modern appliances, AV receivers.
Single line with hinged contact ANSI/IEEE 315 / IEC 60617 SPST (Single Pole Single Throw). Basic on/off for one conductor. Simple lighting circuits, basic DC disconnects.
Hinged contact with two throw paths ANSI/IEEE 315 / IEC 60617 SPDT (Single Pole Double Throw). Selects between two paths (On-On or On-Off-On). 3-way switch travelers, motor direction reversal.
Two parallel hinged contacts linked ANSI/IEEE 315 / IEC 60617 DPST (Double Pole Single Throw). Breaks both Line and Neutral simultaneously. 240V appliance disconnects, marine DC panels.

Regional and Standard Variants: IEC vs. ANSI/NEMA

While the physical 'I' and 'O' markings on a switch bezel are universally governed by the IEC 60417 standard, the schematic symbols you draw in CAD or read on a wiring diagram diverge based on your region.

Bench Tip: If you are designing a PCB in KiCad or Altium, your default symbol library will likely use IEC 60617 rectangular enclosure styles. If you are drafting a commercial building wiring diagram for a US-based AHJ (Authority Having Jurisdiction), you must use ANSI/IEEE 315 symbols, which represent switches with distinct mechanical linkage lines and NEMA enclosure annotations.

Physical Markings (Universal): You will not find regional variants for the physical 'I' and 'O'. The International Electrotechnical Commission established these to bypass language barriers. 'I' represents the closed state (think of a closed binary '1'), and 'O' represents the open state (binary '0').

Schematic Symbols (Regional):

  • IEC 60617 (International/Europe): Uses minimalist lines. A switch is often just a line breaking a connection, with a diagonal slash indicating the moving contact. No mechanical housing is drawn unless it's a specific relay.
  • ANSI/IEEE 315 (North America): Uses more descriptive mechanical representations. A toggle switch will explicitly show the actuator lever, and multi-pole switches will feature a dashed 'mechanical linkage' line connecting the separate poles to show they operate simultaneously.

Rows People Get Wrong (and Costly Mistakes)

Misinterpreting a switch symbol or marking rarely causes a problem in a 5V LED circuit, but at mains voltage or high DC currents, these three mistakes lead to melted terminals or shock hazards.

1. Confusing the Standby Symbol (⏻) with True Disconnect

The IEC 5009 standby symbol (the circle with a line at the top) does not mean the device is safe to service. In modern switch-mode power supplies (SMPS), pressing a standby button opens the main high-current relay but leaves a low-power auxiliary circuit live to monitor the 'wake' signal. This auxiliary circuit still carries lethal primary-side DC bus voltages (often 300V-400V DC on the primary capacitors). Rule: Never treat ⏻ as a lockout/tagout point.

2. Misreading DPDT Center-Off Schematics

A DPDT (Double Pole Double Throw) switch is often used for motor control. In schematics, a center-off position is indicated by a gap in the throw paths. Hobbyists frequently wire the load to the center terminals and the power to the outer throws, assuming it will act as a simple on/off. This actually creates a short circuit across the power supply when toggled. Always wire power to the center (common) terminals and loads to the outer throws.

3. Assuming 'O' Means Zero Volts

On some poorly manufactured imported rocker switches, the 'O' is stamped to look exactly like the number '0'. In digital logic, '0' means ground (0V). On a physical switch bezel, 'O' strictly means 'Open Circuit'. Never use the 'O' side as a reference for grounding a microcontroller input pin.

Safe Interpretation When Markings are Faded or Missing

On older industrial equipment, marine panels, or UV-exposed outdoor enclosures, the physical 'I' and 'O' markings frequently wear off. Never guess the state of a switch based on the physical toggle position (up/down), as the internal mechanism may have been installed inverted or the actuator replaced.

Safety Warning: If testing a switch on a live mains circuit (>50V AC / >120V DC), use a CAT III or CAT IV rated non-contact voltage tester or a properly rated multimeter. Never use your fingers to probe terminals. For the continuity test below, the circuit must be completely de-energized and locked out.
  1. Isolate the Circuit: Turn off the upstream breaker and verify dead with a tested meter.
  2. Set Multimeter to Continuity/Ohms: Touch the probes together to verify the meter reads < 0.5 ohms and beeps.
  3. Probe the Terminals: Place one probe on the line (input) terminal and the other on the load (output) terminal of the same pole.
  4. Read the State:
    • If the meter reads < 0.5 ohms (or beeps), the switch is in the ON (Closed / 'I') state.
    • If the meter reads 'OL' (Over Limit) or > 10M ohms, the switch is in the OFF (Open / 'O') state.
  5. Mark the Bezel: Use a paint pen or engraver to permanently remark the correct state based on your verified toggle position.

Decision Path: Picking the Right Switch for Your Build

Stop staring at distributor catalogs. Use this decision matrix to select the exact switch type and part number for your specific application.

If your project requires... Then choose this switch type... Concrete Part Number to Buy
A waterproof, high-current 12V/24V DC disconnect for a marine or off-road panel. Sealed DPST Rocker with I/O markings and integrated LED indicator. Carling V8D1S00B (V-Series, 20A @ 12VDC, IP68 sealed)
A simple, reliable 5V/3.3V logic toggle for an Arduino or ESP32 breadboard prototype. Sub-miniature SPDT PCB-mount toggle (On-Off-On). C&K 7101SPD9V3BE (Sealed, right-angle PCB mount, gold contacts)
A true mains-voltage (120V/240V AC) safety disconnect for a DIY bench power supply. DPST Toggle with lockable safety cover to prevent accidental actuation. Arcolectric 01800.000 (16A 250VAC, accepts standard safety lockout hasp)
A soft-start/standby control for a custom PC build or AV rack. Momentary pushbutton with IEC 5009 standby symbol, wired to a logic relay. Schurter 1241.1101 (Piezoelectric momentary, NO contact, IP67)

For further reading on standardizing your schematic drawings, refer to the All About Circuits switch reference guide, which provides excellent visual breakdowns of multi-pole switch internal mechanics. When sourcing heavy-duty rockers, always check the Carling V-Series datasheet for exact derating curves, as a 20A switch at 12V DC will severely derate when switching inductive loads like motors or solenoids.