The universal on and off symbol relies on binary logic: a vertical line (|) represents "On" (binary 1, closed circuit), and a circle (O) represents "Off" (binary 0, open circuit). These are formally standardized globally under IEC 60417. However, modern electronics introduce critical variants like standby and soft-power symbols that behave very differently at the circuit level. Below is the definitive reference for identifying, wiring, and troubleshooting these markings on everything from microcontroller breakout boards to 480V industrial motor starters.
The Master Reference: Power and Control Symbols
Before wiring a panel or debugging a PCB, verify the exact IEC registration number. Manufacturers frequently conflate the "standby" and "hard power" symbols, leading to phantom loads or unsafe maintenance conditions.
| Symbol | IEC 60417 Reg. | Official Name | Meaning in Practice | Common Application |
|---|---|---|---|---|
| | (Vertical Line) | 5007 | On / Power | Closes the circuit; energizes the load. In DC logic, pulls the enable pin high. | AC mains rockers, DC bench supplies, industrial E-stops (reset state). |
| O (Circle) | 5008 | Off / No Power | Opens the circuit; physically breaks the connection. Zero current flow. | AC mains rockers, battery disconnects, appliance switches. |
| ⏻ (Line in broken circle) | 5009 | Standby / Soft Power | Primary power is cut, but secondary logic remains active. Draws phantom wattage. | TVs, smart home hubs, ATX PC power supplies (5VSB rail). |
| ⏼ (Line in full circle) | 5010 | Hard Power / Mains | Controls the main AC/DC feed. Toggling off removes all power, including logic. | PC case power buttons, server chassis master switches. |
| ⏾ (Crescent Moon) | ISO 7000-2032 | Sleep / Suspend | CPU halted, RAM retained. Lowest power state that preserves active session. | Laptop keyboards, embedded system sleep modes. |
Standard Variants: IEC vs. IEEE vs. Legacy Markings
While the binary 1 and 0 dominate modern consumer and industrial gear, regional and historical standards dictate different approaches, especially in heavy machinery and legacy US infrastructure.
IEC 60417 (Global / EU / UK / AU)
The International Electrotechnical Commission (IEC) standard is the undisputed global baseline. If you are designing a product for international sale or wiring a modern panel, IEC 60417-5007 (|) and 5008 (O) are mandatory. The IEC database at graphicalsymbols.info provides the exact vector geometry required for compliance.
IEEE 315 / ANSI Y32.2 (US Legacy & Industrial)
Older US industrial panels often bypassed the 1/0 symbology entirely, relying instead on schematic-derived contact symbols (a simple angled line representing a knife switch) or explicit text ("START" / "STOP"). Under NFPA 79 (Electrical Standard for Industrial Machinery), US panels frequently use color-coded pushbuttons rather than engraved symbols: Red for Stop/Off and Green for Start/On.
The Old UK / Commonwealth Color Trap
Historically, some UK and Commonwealth machinery used the opposite color logic for indicator lights: Red meant "On" (energized/danger) and Green meant "Off" (safe/de-energized). While modern IEC 60204-1 has largely harmonized this to Red=Off/Stop and Green=On/Start, maintenance workers troubleshooting 1980s imported lathes or CNC mills must never trust the bezel color without verifying the voltage state.
Rows People Get Wrong (and How to Fix Faded Markings)
The most dangerous mistake in electrical maintenance is misinterpreting a switch state based on a worn symbol or a misunderstood standard.
The "Standby" Trap (IEC 5009 vs 5010)
People universally mistake the broken circle with a line (⏻) for a standard "On" button. In practice, pressing this on an ATX power supply or a smart inverter only wakes the logic board; it does not guarantee the high-voltage DC bus is de-energized. Rule of thumb: If the symbol is a broken circle (5009), the device is never truly off until unplugged or disconnected at the breaker. Only the full circle (5010) or the standalone circle (5008) guarantees a hard break.
Active-Low Logic Inversion
On microcontroller boards (like the ESP32 or Arduino), a physical switch engraved with the IEC "On" (|) symbol might be wired to an internal pull-up resistor. Pressing "On" physically connects the pin to Ground (0V), pulling the logic state LOW. The symbol indicates the user intent (system active), but the multimeter will read 0V (binary 0) at the GPIO pin. Always trace the schematic rather than trusting the plastic rocker engraving when debugging embedded firmware.
Safe Interpretation When Markings are Faded
UV exposure, chemical cleaners, and mechanical abrasion routinely wipe the 1 and 0 off plastic rockers and metal toggle bats. Never guess the state of a faded mains switch.
If a 120V/240V AC switch lacks legible on and off symbols, do not rely on the toggle position (up/down or left/right), as internal mechanisms may have been swapped or mounted inverted. Follow NFPA 70E lockout/tagout procedures, de-energize the panel if possible, and use a CAT III or CAT IV multimeter in continuity mode across the load-side terminals. A reading of < 1.0 Ω confirms the "On" (closed) state; an "OL" (Open Loop) reading confirms "Off". If live testing is mandatory, measure voltage line-to-neutral; 0V indicates the switch is open (Off), assuming a verified good neutral.
Frequently Asked Questions
Why is the on and off symbol based on 1 and 0?
The symbols originated during World War II with the development of radar and early computing systems. Engineers needed a universal, language-agnostic way to label binary logic states on vacuum tube equipment. The binary number system uses 1 to represent a closed circuit (current flowing, true, on) and 0 to represent an open circuit (no current, false, off). In 1973, the IEC formalized these binary digits into the abstract line and circle graphics we use today to eliminate confusion with the letters "I" and "O" or the numbers "1" and "0" in different fonts.
What does the combined on and off symbol (circle with line) mean?
The combined symbol (⏻ or ⏼) represents a power or standby state, not a simple mechanical connection. Unlike a pure "|" or "O" which denotes a physical switch breaking a wire, the combined symbol usually indicates a soft-switching circuit. Pressing it sends a signal to a microcontroller or a solid-state relay to manage the power state. In desktop PCs, this button triggers the motherboard's ACPI (Advanced Configuration and Power Interface) logic to initiate a graceful shutdown sequence rather than instantly cutting the AC feed.
How do I wire a switch when the on and off symbols are missing?
If you are replacing an unmarked DPST (Double Pole, Single Throw) or SPST rocker switch in a DC solar or automotive application, orientation matters for safety. Use a digital multimeter set to continuity (the diode/beep setting). Toggle the switch to one side and probe the terminals. The side that yields a beep (near 0 Ω) is the "On" (closed) state. Mark this side with a silver paint pen or electrical tape before inserting it into the panel. For AC mains wiring, always ensure the switch breaks the Hot (Line) conductor, never the Neutral, so the load is fully de-energized in the "Off" position.
Are there different on and off symbols for AC vs DC circuits?
The physical IEC 60417 engravings (| and O) remain identical for both AC and DC applications. However, the internal schematic symbols differ. In wiring diagrams, an AC switch is often drawn with a simple gap, while a DC switch—especially in high-voltage solar or EV applications—includes a specialized arc-chute symbol or a magnetic blowout coil indicator to denote its ability to extinguish the sustained DC arc that occurs when breaking a continuous direct current load.






