The ubiquitous power button is a masterclass in binary design. Long before touchscreens and smart home hubs, engineers needed a universal, language-agnostic way to indicate whether a circuit was energized. The solution was rooted in the binary states of 1 and 0, eventually codified by the International Electrotechnical Commission (IEC). Yet, despite their daily use, the exact definitions of these on off power symbols are frequently misunderstood, leading to improper equipment shutdowns or confusion when troubleshooting logic boards.
The Master Reference Table for On Off Power Symbols
The definitive global standard for these markings is IEC 60417 (Graphical symbols for use on equipment). Below is the complete reference for the primary power state indicators you will encounter on consumer electronics, industrial panels, and IT hardware.
| Symbol Visual | IEC 60417 Code | Binary Origin | Function & State | Common Applications |
|---|---|---|---|---|
| Vertical Line ( | ) | 5007 | 1 (Closed Circuit) | On: Fully energizes the primary power circuits. | Toggle switches, industrial rockers, older PC ATX cases. |
| Circle ( O ) | 5008 | 0 (Open Circuit) | Off: Completely de-energizes the equipment. | Toggle switches, industrial rockers, dual-throw switch panels. |
| Line inside broken circle ( ⏻ ) | 5009 | 1 and 0 combined | Power Toggle: Switches equipment between On and Off states. | Modern PC power buttons, monitors, consumer appliances. |
| Line intersecting broken circle ( ⏼ ) | 5010 | 1 and 0 (Partial) | Standby: Equipment is partially powered; main loads are off, but logic/control circuits remain active. | Televisions, microwaves, modern ATX PC motherboards. |
| Crescent Moon ( 🌙 ) | N/A (ACPI / ISO 7000) | N/A | Sleep: System state saved to RAM, most hardware powered down, wakes on interrupt. | Laptop keyboards, modern OS power menus. |
Rows People Get Wrong (and Why It Matters)
Even experienced makers and technicians frequently misinterpret the nuances between the IEC 5009 and 5010 symbols. Here is where the confusion lies and how it impacts your bench work.
The 'Power Toggle' vs. 'Standby' Confusion
The most common mistake is assuming the line-inside-broken-circle (IEC 5009) means 'Power On'. It does not. IEC 5009 designates the Power Control function—meaning the button toggles the device between On and Off. If you press it while the device is running, it turns it off.
Conversely, the line-intersecting-broken-circle (IEC 5010) is strictly Standby. When you press this on a modern desktop PC or television, you are not cutting main AC power; you are sending a logic signal to the power supply's 5V standby (5VSB) rail to drop the main 12V/5V/3.3V rails. The device is still drawing phantom wattage. If you are measuring quiescent current draw on a bench power supply, an IEC 5010 'Off' state will still show a 2W to 5W draw, whereas a true IEC 5008 mechanical 'Off' will read 0W.
The Crescent Moon is Not an IEC Power Symbol
The sleep/moon icon is not part of the IEC 60417 power suite. It originates from computing power management standards (like ACPI S3 sleep states). Pressing this does not cut power to the RAM; it halts the CPU and spins down fans while maintaining memory state. Confusing 'Sleep' with 'Standby' (IEC 5010) during firmware flashing or hardware debugging can result in corrupted memory states if the system attempts to wake from a RAM-saved state while you are probing the I2C bus.
Safe Interpretation When Markings Are Faded or Missing
On the jobsite or when repairing vintage gear, silk-screened PCB markings and chassis paint wear off. Never guess the function of an unmarked switch based on its physical location. Instead, use a digital multimeter (DMM) to map the switch's electrical behavior.
The Multimeter 'Beep Test' Decision Path
Set your DMM to continuity mode (the diode/soundwave icon). Place your probes on the switch terminals and manipulate the actuator.
| DMM Behavior | Switch Type Identified | Likely IEC Symbol Equivalent | Practical Application |
|---|---|---|---|
| Beeps continuously in one position, silent in the other. | SPST Latching (Maintained) | IEC 5007 / 5008 (On/Off) | Hard-cut power rockers, lamp switches. |
| Beeps only while physically holding the button down. | SPST Momentary (Normally Open) | IEC 5009 (Power Toggle logic) | PC power buttons, doorbells, reset pins. |
| Beeps at rest, goes silent when pressed. | SPST Momentary (Normally Closed) | None (Usually Stop/Emergency) | Emergency stop buttons, safety interlocks. |
| Beeps on one terminal pair, then switches to the other pair when toggled. | SPDT Latching (Maintained) | Varies (Selector Switch) | Voltage selectors, 3-way lighting circuits. |
If you are troubleshooting a logic board and find an unmarked momentary switch (beeps only when held), it is almost certainly an IEC 5009 equivalent tied to a microcontroller GPIO pin. The microcontroller's firmware handles the debouncing and the ACPI state transitions, not the physical switch itself.
Regional and Industry Standard Variants
While IEC 60417 is the undisputed global standard for consumer and IT equipment, other industries and regions enforce different marking conventions based on safety and operational requirements.
US Military and Aerospace (MIL-STD)
In aviation and military applications, printed binary symbols are often deemed insufficient for high-stress environments. Instead, physical toggle switch geometry dictates state. According to standard human-factors engineering practices, UP is ON and DOWN is OFF. Furthermore, critical power switches are often guarded (requiring a flip-cover to be lifted) and use explicit engraved text ('ENG 1 IGNITION') rather than abstract IEC symbols to prevent cognitive overload during emergencies.
Automotive (ISO 2575)
The automotive industry uses ISO 2575 for dashboard symbols. You will rarely see the IEC 5009 toggle symbol on a steering column. Instead, ignition states are mapped to specific letters or distinct icons: LOCK (steering locked, all off), ACC (accessories on, engine off), ON (engine control modules powered, dash illuminated), and START (cranking the starter motor). Modern push-button start vehicles bypass these entirely, using a single IEC 5009-style button that cycles through ACC, ON, and OFF based on brake-pedal interlocks.
European Machinery Directive (IEC 60204-1)
For industrial machinery in the EU and regions adopting IEC 60204-1, the focus shifts to emergency stopping. The standard power on/off symbols are used for main disconnects, but the Emergency Stop must be a red mushroom-head button on a yellow background. It does not use the IEC 5008 'Off' circle; it uses a distinct mechanical twist-to-release or pull-to-release mechanism that physically latches the contacts open until manually reset, ensuring the machine cannot be restarted via software logic alone.
Understanding the exact IEC code behind the on off power symbols on your equipment ensures you know whether you are truly isolating a circuit for safe bench work, or merely putting a microcontroller to sleep. When in doubt, trust your multimeter over faded silk-screen.






