| Symbol Name | Visual Description | Standard Reference | Circuit Action | Typical Application |
|---|---|---|---|---|
| Power On/Off (Hard) | Circle broken by a vertical line at the top | IEC 60417-5009 | Hard physical disconnect (DPST/SPST); removes mains power | Power strips, ATX PSU rockers, mains disconnects |
| Standby (Soft) | Vertical line intersecting an unbroken circle | IEC 60417-5010 | Soft logic state; drops to low-power mode, retains RAM/registers | PC motherboards, consumer electronics, smart TVs |
| Power On | Single vertical line (|) | IEC 60417-5005 | Energized state; closes the circuit | Industrial rocker switches, heavy machinery panels |
| Power Off | Single circle (O) | IEC 60417-5006 | De-energized state; opens the circuit | Industrial rocker switches, heavy machinery panels |
| Sleep / Moon | Crescent moon shape | IEEE 1621 / ACPI Spec | System sleep (S3/S4); cuts peripheral power, retains state | Laptops, modern desktops, USB-C PD controllers |
Decoding the Standards: IEC vs. IEEE vs. Legacy
The most common myth in electronics is that the standard power button symbols are derived directly from binary code—that the vertical line represents a '1' (On) and the circle represents a '0' (Off). While this is a convenient mnemonic, the actual origin is rooted in physical switch topology. According to the IEC Graphical Symbols database, the line represents a closed switch contact (a physical bridge completing the circuit), while the circle represents an open contact (a break in the path). The combined symbol (IEC 5009) visually depicts a line pushing through a break, indicating a toggle action that physically bridges or severs the connection.
Understanding the distinction between IEC 60417-5009 (Hard Off) and IEC 60417-5010 (Standby) is critical for hardware designers. A switch bearing the 5009 symbol must be wired to a physical relay, contactor, or DPST (Double Pole Single Throw) switch that completely severs the AC mains or high-voltage DC path. Conversely, a switch bearing the 5010 symbol is almost always a momentary tactile switch wired to a microcontroller GPIO or a power management IC (PMIC). Pressing a 5010 button sends a logic-low signal to the PMIC, which then gracefully ramps down voltage rails and halts clock signals before cutting power to the SoC.
The crescent moon symbol, standardized under IEEE 1621 for environmental design in IT equipment, was introduced to address the ambiguity of 'Standby'. In modern ACPI (Advanced Configuration and Power Interface) architecture, the moon symbol specifically denotes the S3 (Suspend to RAM) or S4 (Suspend to Disk) states. Unlike the 5010 standby symbol which might just dim a display, the moon symbol guarantees that the CPU context is saved and the system will resume exactly where it left off, drawing only milliwatts of quiescent current.
The 'Rows People Get Wrong' & Faded Markings
Even experienced technicians make assumptions when reading power symbols, particularly when dealing with imported equipment, legacy hardware, or environmental wear. Below is a breakdown of the most frequent misinterpretations and the exact failure modes they cause.
| Common Misinterpretation | The Reality (Standard) | Wiring Topology | Failure Mode if Confused |
|---|---|---|---|
| Assuming the 'Circle/Line' symbol always cuts AC mains. | IEC 5010 (Standby) does not cut mains; it leaves the PSU primary side energized. | Momentary switch to PMIC logic pin. | Electrician assumes circuit is dead, touches primary capacitors, and receives a lethal shock. |
| Treating the 'Moon' symbol as a hard power off. | Moon (IEEE 1621) keeps RAM energized via the 3.3V standby rail. | Logic signal to southbridge/PCH. | Flashing BIOS or pulling components while 'sleeping' bricks the motherboard. |
| Confusing I/O rocker switch orientation. | The 'O' is Off, 'I' is On, but physical mounting can invert the actuator. | SPST or DPST snap-action rocker. | Machine starts unexpectedly when the operator presses what they assume is the 'Off' side. |
Regional Variants and Code Compliance
While the IEC symbols are globally recognized, their legal application on industrial and commercial equipment varies significantly by region. In North America, the National Fire Protection Association (NFPA) governs industrial machinery electrical standards under NFPA 79. NFPA 79 explicitly requires that the main disconnect switch for a machine be clearly marked. While the IEC 'I' and 'O' symbols are permitted for branch circuit controls, the main disconnect often requires the literal, unambiguous text 'ON' and 'OFF' to prevent translation or interpretation errors during emergency lockout/tagout (LOTO) procedures.
Furthermore, regional standards dictate the color of the physical button housing the symbol. Under IEC 60204-1 (Safety of machinery - Electrical equipment of machines), a push-button that initiates a START or ON function must be Green, White, or Grey. A STOP or OFF button must be Red. If a power button features the IEC 5009 symbol (which toggles both On and Off), the standard prefers a White, Grey, or Black housing, explicitly forbidding Red or Green to avoid conflicting with emergency stop (E-Stop) conventions.
In the European Union, CE marking requires adherence to the Low Voltage Directive (LVD), which heavily references IEC 62368-1 for audio/video and IT equipment. This standard mandates that if a power button does not completely disconnect the equipment from the AC mains (i.e., it uses the 5010 Standby symbol), an additional warning or a secondary physical disconnect (like an inline rocker on the power cord or a rear DPST switch) must be present. When designing or replacing enclosures for global export, always default to the most stringent interpretation: pair soft-logic standby buttons with a hard physical IEC 5009 disconnect switch located on the rear or side of the chassis.






