The correct circuit ground symbol depends entirely on whether you are routing fault current to physical earth, shielding a metal enclosure, or establishing a 0V reference for logic. The three primary symbols are Earth Ground (⏚) for safety, Chassis Ground (⏛) for shielding, and Signal Ground (⏓) for DC reference. Using the wrong symbol on a schematic leads to ground loops, ADC jitter, or lethal fault conditions.
The Complete Circuit Ground Symbol Reference Table
Use this table to identify the correct schematic symbol, its governing standard, and the physical wire color required by regional electrical codes. This table applies to both PCB design and mains wiring.
| Symbol Name | Schematic Symbol | Governing Standard | Practical Function | Wire Color (US NEC / EU IEC) |
|---|---|---|---|---|
| Earth Ground | ⏚ (Three decreasing horizontal lines) | IEC 60417-5019 | Low-impedance safety path to physical earth. Carries fault current to trip breakers. | Green or Bare / Green-Yellow |
| Chassis Ground | ⏛ (Three splayed downward lines) | IEC 60417-5020 | Connects to metal enclosure for EMI shielding and physical safety bonding. | Green or Bare / Green-Yellow |
| Signal (Analog) Ground | ⏓ (Solid downward triangle) | IEEE 315 | Clean 0V reference for sensitive analog signals (ADCs, audio, sensors). | Black / Blue (DC circuits) |
| Digital Ground | ⏓ with bar or hollow triangle | IEEE 315 | 0V reference for noisy digital logic (MCUs, switching regulators). | Black / Blue (DC circuits) |
Rows People Get Wrong (And Costly Mistakes)
Misinterpreting these symbols on a schematic or miswiring them on a board causes failures that are notoriously difficult to debug. Here are the most common errors.
1. Tying Digital and Analog Grounds at Multiple Points
The Mistake: Connecting the noisy digital ground (⏓ with bar) to the clean analog ground (⏓) at multiple locations on a PCB.
The Result: High-frequency switching noise from microcontrollers or DC-DC converters travels through the analog ground plane, causing 50/60Hz hum in audio circuits or erratic readings in 16-bit ADCs.
The Fix: Use a single-point 'star ground' or a split ground plane tied together at exactly one point near the power supply entry.
2. Using Signal Ground for Mains Safety
The Mistake: Routing a mains-powered appliance's fault path through a 0V DC logic trace instead of a dedicated Earth Ground (⏚) conductor.
The Result: A short circuit will vaporize the thin PCB trace before the mains breaker trips, leaving the chassis energized at 120V/230V.
The Fix: Earth ground must always be a dedicated, heavy-gauge conductor (minimum 14 AWG for 15A circuits) routed directly to the chassis.
3. Assuming Chassis Ground is Always at 0V
The Mistake: Assuming a metal enclosure marked with ⏛ is inherently safe to touch.
The Result: In floating systems (like isolated medical equipment or ungrounded solar arrays), the chassis can capacitively couple to high voltages, floating to dangerous potentials.
The Fix: Always bond Chassis Ground to Earth Ground (⏚) via a low-impedance path unless the device is specifically designed as Class II (double-insulated) equipment.
Regional Wire Color Standards (NEC vs. IEC vs. Old UK)
While schematic symbols are globally standardized by IEC and IEEE, the physical wire colors used to implement Earth Ground vary significantly by region. Always verify the standard used in the enclosure before trusting wire colors.
| Region / Standard | Earth Ground Color | Neutral Color | Notes & Exceptions |
|---|---|---|---|
| US / Canada (NEC 250.119) | Green, Green w/ Yellow Stripe, or Bare | White or Gray | Bare copper is universally accepted for equipment grounding conductors (EGC) in NM-B cable. |
| EU / International (IEC 60446) | Green with Yellow Stripe (Strict) | Blue | Solid green is not permitted for earth. Green-yellow is exclusively reserved for protective earth. |
| Old UK (Pre-2004) | Green/Yellow (Post-1976) or Solid Green | Black | Pre-1976 UK wiring used solid green for earth and black for neutral. Highly dangerous if mixed with modern IEC colors. |
For a complete breakdown of conductor identification, refer to the IEC 60446 standard documentation. When working on legacy panels, treat all unverified wires as energized until tested.
Decision Tree: Which Ground Symbol to Use on Your Schematic
Use this decision path to select the exact symbol and net name for your next schematic or wiring diagram.
| Condition / Application | Decision Path | Concrete Pick |
|---|---|---|
| Mains-powered device with a metal enclosure. | Safety requires fault current routing to physical earth. | Earth Ground (⏚) bonded to Chassis (⏛). |
| Battery-powered device, plastic enclosure, mixed analog/digital. | No physical earth available; need to isolate noisy logic from clean sensors. | Signal Ground (⏓) for analog, separate Digital Ground tied at one point. |
| RF transceiver or high-frequency switching power supply. | Need to contain EMI and provide a low-inductance return path. | Chassis Ground (⏛) tied to Earth (⏚) at exactly one point. |
| Automotive or marine 12V/24V DC system. | The vehicle hull or engine block acts as the return path. | Chassis Ground (⏛) (Do not use Earth ⏚ symbol). |
GND (Signal), DGND (Digital), and CHASSIS. Do not just use the default 'GND' symbol for everything, or your PCB layout software will silently merge the nets and ruin your split-plane strategy.
Safe Interpretation When Markings Are Faded or Missing
When troubleshooting legacy equipment or reverse-engineering a PCB where the silkscreen ground symbols have worn off, you must empirically determine the ground type. Follow this exact measurement sequence using a true-RMS multimeter (like a Fluke 87V).
- De-energize and Discharge: Unplug the device and discharge large filter capacitors through a high-wattage bleeder resistor.
- Continuity Test (Earth/Chassis Check): Set your meter to continuity (Ω). Place one probe on the mystery ground point and the other on a known physical earth (like a copper water pipe or the grounding pin of a nearby outlet).
- Reading < 1 Ω: This is an Earth Ground or bonded Chassis Ground.
- Reading OL (Open Loop): This is an isolated Signal/Digital Ground.
- AC Voltage Test (Live Check): Power the device on. Set the meter to AC Volts. Measure between the mystery ground and known earth.
- Reading 0V AC: Confirms Earth/Chassis ground.
- Reading > 1V AC (e.g., 40V-60V): This is a floating chassis or a capacitive voltage divider. It is not safely bonded to earth.
- DC Voltage & Ripple Test (Signal Check): Set the meter to DC Volts. Measure between the mystery ground and the positive supply rail.
- Reading exactly 0V DC with no AC ripple: Clean Analog Signal Ground.
- Reading 0V DC but with measurable mV AC ripple: Noisy Digital Ground.
For deeper reading on schematic conventions and graphical symbols, the All About Circuits reference section on grounding symbols provides excellent visual comparisons of IEEE and IEC variants.
Default Recommendation: If you are designing a standard mixed-signal PCB and are unsure which symbol to default to, use the Signal Ground (⏓) symbol for your primary 0V logic net, and reserve the Earth Ground (⏚) symbol strictly for the AC mains inlet and metal chassis bonding points. Never merge them on the schematic without an explicit 0-ohm resistor or ferrite bead bridging the two nets.






