Identifying the correct electrical power symbol is the first step in safely troubleshooting a circuit or wiring a control panel. Whether you are reading an IEEE 315 schematic or deciphering a faded silkscreen on a legacy amplifier, these symbols dictate where lethal voltage hides and where logic levels live.

Complete Electrical Power Symbol Reference Chart

Below is the master reference for the most common power source, rail, and physical switch symbols encountered in modern electronics and electrical schematics.

Symbol / Label Name Standard Practical Meaning Typical Voltage
Long/Short Parallel Lines DC Voltage Source (Battery) IEEE 315 / IEC 60617 Direct current source. The longer line is the positive terminal (+), the shorter/thicker line is negative (-). 1.5V - 48V DC
Circle with Sine Wave AC Voltage Source IEEE 315 / IEC 60617 Alternating current generator or mains supply. Indicates sinusoidal AC output. 120V / 230V AC
Three Decreasing Horizontal Lines Earth Ground IEEE 315 / IEC 60617 Physical connection to the earth via a grounding rod. Used for safety and lightning protection. 0V (Reference)
Horizontal Line with Three Diagonals Chassis Ground IEEE 315 / IEC 60617 Connection to the metal enclosure or frame of the device. May not be tied to actual earth. 0V (Reference)
VCC / VDD Positive DC Power Rail Industry Standard Main positive supply voltage for ICs. VCC (Bipolar/Collector), VDD (CMOS/Drain). 1.8V, 3.3V, 5V, 12V
VEE / VSS Negative DC Power Rail Industry Standard Main negative supply or ground reference for ICs. VEE (Emitter), VSS (Source). -5V, -12V, or 0V (GND)
Broken Circle with Vertical Line Power / Standby Button IEC 60417-5009 Physical hardware switch. Toggles device between active and low-power standby states. N/A (Logic Switch)

Regional and Standard Variants (IEEE vs. IEC)

Schematic symbols are not universally identical. The two dominant standards you will encounter are the US-based IEEE 315 (ANSI Y32.2) and the international IEC 60617. While modern CAD tools like Altium and KiCad often blend these, knowing the regional differences prevents critical misinterpretations.

  • North America (IEEE 315): Resistors are drawn as zig-zag lines, and the AC electrical power symbol is a simple circle with a sine wave inside. Ground symbols are highly differentiated (earth, chassis, signal).
  • Europe & Global (IEC 60617): Resistors are drawn as simple rectangular boxes. The AC power source is often represented by a circle with a tilde (~) or a sine wave, but generator symbols use more complex geometric overlays to denote phase count.
  • Older UK Schematics (BS 3939): If you are repairing vintage British audio or industrial gear, you may encounter BS 3939. This standard was withdrawn in favor of IEC 60617, but it used distinct graphical variations for transformers and earth grounds that look like hybrid versions of modern symbols.
⚠️ Safe Interpretation When Markings Are Faded or Missing

On older PCBs or heavily used industrial panels, the silkscreen electrical power symbol or voltage labels may be rubbed off. Never guess based on trace width alone.

  1. De-energize the board. Set your digital multimeter (DMM) to continuity/diode test mode.
  2. Establish a known ground. Probe the metal chassis, the shield of a USB port, or the ground pin of a known IEC power inlet.
  3. Trace the unknown point. If the DMM beeps (reads < 1 ohm), the missing symbol was a ground variant (Earth, Chassis, or Signal).
  4. Live testing (if safe): If it is not ground, power the board and switch your DMM to DC Voltage. Measure the unknown point against your known ground. A steady 3.3V or 5V indicates a VCC/VDD rail. Never use resistance mode on a live board.

Common Mistakes: Rows People Get Wrong

Even experienced technicians misinterpret specific power symbols, leading to blown components or shock hazards. Here are the most common pitfalls.

VCC vs. VDD: The Mixed-Signal Trap

Historically, VCC referred to the positive supply for Bipolar Junction Transistors (Voltage at Collector), typically 5V or 12V. VDD referred to the positive supply for MOSFETs (Voltage at Drain), typically 3.3V or lower. In modern mixed-signal schematics, a board might have a 5V VCC rail for motor drivers and a 3.3V VDD rail for an ESP32 microcontroller. Feeding 5V into a VDD pin will instantly destroy the silicon. Always check the specific IC datasheet, not just the schematic label.

Earth Ground vs. Chassis Ground

The three decreasing horizontal lines (Earth) and the horizontal line with diagonals (Chassis) are frequently used interchangeably in sloppy schematics, but they mean very different things in practice. Earth ground must physically connect to a grounding rod or the building's earth grid. Chassis ground is just the metal box. If a fault occurs and the chassis is not bonded to Earth, the metal enclosure can become energized at line voltage. Always verify chassis-to-earth continuity with a DMM; it should read less than 0.1 ohms.

The IEC 60417-5009 'Power' Button is Actually Standby

That universal broken-circle-with-a-line symbol on your PC, monitor, or bench power supply is officially defined by the IEC as a 'Standby' switch, not a true power disconnect. The line represents the binary '1' (on) and the circle represents '0' (off). Pressing it shuts down the low-voltage logic, but the primary side of the internal Switched-Mode Power Supply (SMPS) remains connected to live mains voltage. If you are opening a device to swap capacitors, pressing this button does not make it safe; you must unplug the device and bleed the bulk filter capacitors.

Electrical Power Symbol FAQ

What does the circle with a line through it mean on my power supply?

That is the IEC 60417-5009 symbol. It indicates a soft-switch or standby toggle. It tells the device's internal microcontroller to enter a low-power state or shut off the secondary DC outputs, but it does not physically break the AC mains connection. For total electrical isolation, you must use a physical rocker switch with an internal mechanical disconnect or unplug the unit.

How do I identify an electrical power symbol if the silkscreen is faded or missing?

Use a multimeter to trace the circuit logically. Start by finding a known ground point (like a metal shield or AC earth pin) and use continuity mode to see if the faded symbol was a ground variant. If it is not ground, power the circuit and measure DC voltage relative to ground. Traces that measure exactly 5.0V, 3.3V, or 12V are VCC/VDD power rails. Traces measuring 0V under load but showing continuity to the negative terminal of the power jack are VEE/VSS or signal grounds.

Is the AC electrical power symbol the same worldwide?

Visually, the circle with a sine wave (or tilde '~') is recognized globally for AC sources. However, the way it is applied on physical hardware varies. In North America, NEMA standards dictate specific labeling for AC disconnects and voltage warnings on panels, while the IEC 60446 standard governs the physical wire colors (Brown for Line, Blue for Neutral, Green/Yellow for Earth) that feed those AC symbols in Europe and most of the world.

What is the difference between VCC and VDD in schematic power symbols?

VCC (Voltage at Collector) originates from bipolar transistor logic and usually denotes higher voltage rails (5V, 12V) or analog power domains. VDD (Voltage at Drain) comes from CMOS/MOSFET logic and usually denotes lower voltage digital rails (3.3V, 1.8V, 1.2V). While modern designers sometimes use them interchangeably, in precision mixed-signal designs, VDD is strictly for digital logic and VCC is for analog components to prevent digital switching noise from corrupting analog measurements.