The "I/O on off symbol" found on power supplies, motor controllers, and consumer electronics is universally recognized but frequently misunderstood. The "I" and "O" are not letters; they are the binary digits 1 (closed circuit/On) and 0 (open circuit/Off). When combined into a single glyph (⏻), it denotes "Standby," not a hard power disconnect. Below is the definitive reference for interpreting these markings on the bench and in the field.
The Complete I/O, On/Off, and Power Symbol Reference Table
This table maps the physical silkscreen, rocker switch engravings, and digital UI icons to their governing IEC and IEEE standards. Use this to verify switch states before energizing a circuit.
| Symbol / Graphic | IEC / IEEE Designation | Common Name | Practical Meaning | Typical Application |
|---|---|---|---|---|
| | (Vertical Line) | IEC 60417-5007 | On / 1 | Circuit closed. Power is applied to the load. | Rocker switches, toggle switches, binary logic high. |
| O (Circle) | IEC 60417-5008 | Off / 0 | Circuit open. Power is disconnected from the load. | Rocker switches, pushbuttons, binary logic low. |
| ⏻ (Circle + Line) | IEC 60417-5009 | Standby / Soft Power | Equipment is in a low-power state. Mains may still be connected internally. | PC power buttons, VFD keypads, modern bench supplies. |
| ⏽ (Line in broken circle) | IEC 60417-5010 | Power On (Hard) | Activates the main power supply from a completely disconnected state. | Industrial control panels, heavy machinery. |
| ⏼ (Moon / Zzz) | IEEE 1621 / IEC 5011 | Sleep / Hibernate | System state saved to RAM/Disk; minimal power to maintain state. | Microcontroller dev boards, laptops, smart home hubs. |
Rows People Get Wrong (and How to Fix Them)
Misinterpreting these symbols on the workbench can lead to blown components or severe shock hazards. Here are the most common mistakes and how to avoid them.
1. The Standby Trap (Confusing ⏻ with Hard Off)
Pressing a button marked with the IEC 5009 Standby symbol (⏻) on a Variable Frequency Drive (VFD) or a high-wattage bench power supply does not isolate the mains. The internal DC bus capacitors remain charged, often holding lethal voltages (400V+ on 240V AC inputs) for minutes after the display goes dark. According to OSHA Lockout/Tagout (LOTO) guidelines, a standby switch is never an acceptable energy isolation device. You must physically disconnect the upstream breaker or unplug the device before opening the enclosure.
2. The "I/O" Label Ambiguity
On a physical rocker switch, "I/O" means "1/0" (On/Off). However, on a microcontroller silkscreen (like an ESP32 or Arduino Nano), "I/O" means Input/Output (General Purpose I/O, or GPIO). Never apply mains voltage to a pin labeled "I/O" on a dev board; it expects 3.3V or 5V logic levels. Feeding 120V AC into an ESP32-WROOM-32 GPIO will instantly vaporize the silicon and create a fire hazard.
3. Toggle Switch Orientation
On vertical DPDT toggle switches, the "I" (On) is universally UP, and the "O" (Off) is DOWN. However, on horizontal rocker switches, the "I" is typically pressed on the TOP or LEFT, depending on regional manufacturing norms. Always verify with a multimeter if the switch is mounted sideways.
Regional Standards and Faded Markings
While the IEC 60417 standard has largely globalized power symbols, legacy equipment and regional variants still exist in the wild.
- North America (NEMA/UL): Older US industrial equipment often eschews symbols entirely, using textual "START/STOP" or "LINE/OFF" labels. Green/Red illuminated pushbuttons are also common, where Green = On (1) and Red = Off (0).
- Old UK / EU Legacy: Pre-1990s European equipment sometimes used "Mains" for On and a blank or "0" for Off. You may also encounter the old UK "Line" (L) and "Neutral" (N) markings mistakenly used by DIYers to denote switch states.
Frequently Asked Questions
Why does the I/O on off symbol use a circle and a line?
The symbols originated during World War II when engineers and scientists from different countries needed a universal, language-agnostic way to label binary logic circuits and radar equipment. They adopted the binary number system: "1" represents a closed circuit (logic high / On), and "0" represents an open circuit (logic low / Off). The vertical line is the digit 1, and the circle is the digit 0. It was later formalized by the International Electrotechnical Commission (IEC) to replace ambiguous text labels like "On/Off" or "Marche/Arrêt".
Is the circle with a line through it a power or standby symbol?
Technically, it is the Standby symbol (IEC 60417-5009). It indicates that the device is in a low-power state where the main functions are disabled, but the internal power supply is still active, monitoring for a wake-up signal (like a remote control or a network packet). True "Power" (hard on) is represented by a line breaking a circle without the line extending outside the circle (IEC 5010), though consumer electronics manufacturers frequently misuse the standby symbol to mean "Power On/Off" on single-state pushbuttons.
How do I safely test an unmarked I/O switch on a PCB?
If you are reverse-engineering a board or replacing a damaged switch with no silkscreen: first, disconnect all power and discharge any large capacitors. Identify the switch pins. For a standard SPST (Single Pole Single Throw) switch, there are two pins. Set your multimeter to continuity. Press the switch; if it beeps, that mechanical state is "1" (On). For an SPDT (Single Pole Double Throw) or DPDT switch, identify the common pin (usually the middle one) and probe the outer pins to determine which throw direction represents the "On" state for your specific circuit logic.
What is the difference between I/O power symbols and digital I/O pins?
They share an acronym but serve entirely different domains. The I/O power symbol refers to binary 1/0 (On/Off) states for mains or DC power switching. Digital I/O (Input/Output) refers to microcontroller pins (like those on an Arduino or Raspberry Pi Pico) that can be configured to read digital logic levels (Input) or output 3.3V/5V signals to drive LEDs, relays, or logic gates (Output). Confusing the two is a common beginner mistake that results in destroyed microcontrollers.






