There are five primary ground symbols used in electrical and electronic schematics. Misinterpreting a ground symbol circuit reference can lead to 60Hz hum in audio, ground loops in data acquisition, or lethal shock hazards in mains equipment. Below is the exact reference data you need to identify, wire, and verify every ground node on your bench or jobsite.
The Complete Ground Symbol Circuit Reference Table
This table covers the standard graphical symbols defined by IEEE 315 and IEC 60417. Use this as your master lookup when reading schematics or designing PCB footprints.
| Symbol / Text | Name | Practical Meaning & Application | Typical Wire Color (US/EU) |
|---|---|---|---|
| ⏚ (Earth) | Earth Ground | Safety connection to physical earth via grounding rod or utility neutral. Carries fault current to trip breakers. Never carries normal return current. | Green, Green/Yellow, or Bare |
| ⏛ (Chassis) | Chassis Ground | Connection to the metal enclosure or frame of the equipment. Used for EMI shielding and physical safety bonding. | Green/Yellow or Bare braid |
| ⏘ (Signal) | Signal Ground | The common return path for analog and digital signals. This is a local reference node, not necessarily tied to physical earth. | Black, Blue, or PCB trace |
| AGND | Analog Ground | Clean, low-noise reference for sensitive analog components (ADCs, DACs, op-amps). Kept physically separated from noisy digital return currents. | PCB trace (often isolated plane) |
| DGND | Digital Ground | Return path for high-speed logic, microcontrollers, and switching regulators. Inherently noisy due to fast di/dt switching edges. | PCB trace (often isolated plane) |
Regional Standards & Wire Color Variants
While schematic symbols are globally standardized, the physical wire colors you use to implement an Earth or Chassis ground vary strictly by region. Always verify the local code before terminating a safety ground.
| Region / Standard | Protective Earth (PE) Color | Standard Reference | Key Notes |
|---|---|---|---|
| US / Canada (NEC/CEC) | Green, Green with Yellow Stripe, or Bare Copper | NFPA 70 (NEC) Article 250 | Bare copper is universally accepted for equipment grounding conductors (EGC) in NM-B (Romex) and conduit systems. |
| EU / Global (IEC) | Green/Yellow Stripe (Strictly) | IEC 60446 / IEC 60364 | Bare copper is NOT permitted as an insulated safety ground in fixed wiring. Green/Yellow is exclusively reserved for PE; never use it for a signal return. |
| UK (Pre-2006 Legacy) | Solid Green | Old BS 7671 | Changed in 2006 to harmonize with IEC. If you open an older UK distribution board or appliance, solid green means Earth. Treat with caution and verify with a meter. |
The Rows People Get Wrong (And How to Fix Them)
When debugging a noisy circuit or wiring a new panel, these are the most common misinterpretations of ground symbols and their exact fixes.
1. Confusing Chassis Ground (⏛) with Earth Ground (⏚)
The Mistake: Assuming the metal chassis of every device is bonded to earth ground. In Class II (double-insulated) appliances like laptop power bricks or cordless drill chargers, the chassis is completely isolated from mains earth.
The Fix: Look for the Class II symbol (a square inside a square) on the rating plate. If present, the chassis is a floating shield. Do not bond it to your facility's earth ground bus, as this can defeat the double insulation and create a shock path if an internal fault occurs.
2. Tying AGND and DGND Together at Multiple Points
The Mistake: Connecting Analog Ground and Digital Ground at the power supply, the ADC chip, and the microcontroller. This creates a ground loop where digital switching noise (often 50mV to 200mV spikes) injects directly into the analog reference, destroying 12-bit or 16-bit ADC resolution.
The Fix: Use a star-ground topology. Keep AGND and DGND as separate copper pours on the PCB, and join them at exactly one point directly under the ADC or at the main power entry. Use a single 0-ohm resistor or a ferrite bead (e.g., Murata BLM18PG121SN1D, 120Ω @ 100MHz) to bridge them, blocking high-frequency digital noise from crossing into the analog domain.
3. Using Signal Ground as a Safety Return
The Mistake: Wiring a 120V AC mains load where the neutral or ground return relies on a 22 AWG signal ground wire on a PCB.
The Fix: Signal ground (⏘) is strictly for low-voltage DC reference. Mains safety earth (⏚) must be sized per NEC Table 250.122 (e.g., 14 AWG minimum for a 20A breaker) and routed through heavy-duty screw terminals or chassis lugs, never through standard 0.1" pitch PCB headers.
Decision Path: Which Ground Node to Pick
Use this decision tree to terminate your ground connections correctly. Follow the logic down to the concrete pick.
| If your application is... | Then you need... | Concrete Pick / Action |
|---|---|---|
| Mains AC safety, fault clearing, or lightning protection | Earth Ground (⏚) | Terminate a Green/Yellow wire to the main panel ground bus bar using a listed mechanical lug torqued to manufacturer spec. |
| Shielding a metal rack enclosure from RF interference | Chassis Ground (⏛) | Bond the chassis to Earth Ground at ONE single point using a 1-inch braided copper strap to prevent RF ground loops. |
| Providing a 0V reference for an ESP32 or Arduino logic circuit | Digital Ground (DGND) | Route all logic returns to the DGND pin. Keep traces short and use a solid ground plane on Layer 2 of the PCB. |
| Reading a 4-20mA sensor or thermocouple with a 16-bit ADC | Analog Ground (AGND) | Route sensor shield drain wire to AGND. Star-ground AGND to DGND using a single 0-ohm SMD jumper at the power supply entry. |
| Connecting isolated medical or industrial sensors | Isolated Ground (IG) | Use an ISO7741 digital isolator or ISO124 analog isolator. Do not connect the isolated side's ground to the primary Earth ground. |
Safe Interpretation When Markings Are Faded or Missing
On older equipment, legacy control panels, or salvaged PCBs, ground terminal markings are often rubbed off, painted over, or missing entirely. Never guess a safety ground connection. Use this verification protocol:
- De-energize the equipment. Lock out and tag out (LOTO) the main breaker. Verify dead with a known-working CAT III or CAT IV multimeter.
- Set your meter to Continuity/Resistance (Ω). Zero the leads (they should read < 0.2 Ω when touched together).
- Test for Earth Bond. Place one probe on the bare metal chassis or suspected ground terminal, and the other on the known Earth pin of the facility's wall receptacle or the panel's ground bus.
- Interpret the reading:
- < 0.5 Ω: This is a valid, bonded Earth or Chassis ground. Safe to use for safety termination.
- 1 Ω to 10 Ω: Poor bond. Likely a corroded chassis screw or a daisy-chained signal ground. Do not use for mains safety; clean the contact or run a dedicated wire.
- OL (Overload) or > 100 Ω: Floating node. This is a Signal Ground, Isolated Ground, or a Class II isolated chassis. It must NOT be used as a safety earth.






