When designing a control panel, replacing a motherboard switch, or troubleshooting a PLC enclosure, misinterpreting a power symbol can mean the difference between a safe logic shutdown and a fried circuit board. The universal power button symbols you see on everything from PC cases to industrial motor starters are governed by strict international standards—primarily IEC 60417 and IEEE 1621. Below is the definitive reference table for identifying and applying these symbols correctly.
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.
Safe Interpretation for Faded or Missing Markings: If you are troubleshooting an industrial panel and the I/O markings on a rocker switch are worn away, never rely on the physical position of the actuator to determine state. Vibration and mechanical wear can cause the actuator to rest in a center-neutral or ambiguous position. Instead, isolate the circuit, remove the switch from the panel bezel, and use a digital multimeter in continuity mode. Probe the COM (Common) and NO (Normally Open) terminals. If you read less than 1 ohm, the circuit is closed (On). If you read 'OL' (Over Limit), the circuit is open (Off). For 3-phase motor starters, you must verify all three poles independently, as a single welded contactor can leave a phase energized even when the switch reads 'Off'.

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.