An electrical symbol list translates abstract schematic lines into physical components on a board or in a panel. The exact symbol you read depends entirely on whether your schematic follows North American (ANSI/IEEE 315) or International (IEC 60617) standards. Misreading a zig-zag resistor as an IEC relay coil can send you down a multi-hour troubleshooting rabbit hole. Below is the definitive reference for identifying components across global standards.

The Master Electrical Symbol List (ANSI/IEEE vs. IEC)

The following table covers the most common components you will encounter on the bench. North American schematics typically follow IEEE 315 (often referenced alongside ANSI Y32.2), while international and modern European designs use the IEC 60617 database.

Component ANSI/IEEE 315 (US Standard) IEC 60617 (International) Practical Bench Meaning
Resistor Zig-zag line Empty rectangle Limits current. Measure with DMM in ohms (power off).
Capacitor (Polarized) One straight plate, one curved plate, '+' marked Two parallel plates, one marked with a filled black block or '+' Stores charge. Observe polarity or risk catastrophic venting (especially electrolytics).
Inductor / Coil Four connected humps/loops Rectangle with four humps on top, or just loops Resists AC, passes DC. Check for shorted windings with continuity test.
Diode Triangle pointing to a vertical line Identical to ANSI Allows current in one direction. Test with DMM diode mode (0.5V-0.7V for Si).
NPN Transistor (BJT) Circle enclosing base, collector, and emitter (arrow out) No circle; base line, collector, emitter (arrow out) Current-controlled switch. Arrow points 'Not Pointing iN' for NPN.
N-Channel MOSFET Circle optional; broken channel line, arrow pointing in No circle; solid channel line with distinct gate gap Voltage-controlled switch. Highly sensitive to ESD; gate oxide ruptures easily.
SPST Switch Hinged lever breaking a horizontal line Diagonal line with a distinct gap and hinge dot Simple on/off. Verify mechanical action and contact resistance.
Earth Ground Vertical line ending in three decreasing horizontal lines Vertical line ending in three downward diagonals (rake shape) Safety path to physical earth. Must have near-zero impedance to ground rod.
Chassis Ground Diagonal line with three horizontal lines underneath Similar to ANSI, but often a single line with three diagonals pointing left Connects to the metal enclosure. Keeps the case at 0V relative to the user.

Regional Variants and the 'Rows People Get Wrong'

While standardized symbol guides exist, regional legacy standards and subtle visual differences cause frequent misinterpretations on the workbench. Here is where technicians and hobbyists consistently make mistakes.

1. The IEC Resistor vs. The Relay Coil

In the US, a resistor is a zig-zag and a relay coil is a circle or a rectangle. In IEC standards, a resistor is an empty rectangle. If you are reading a European schematic and see a rectangle with a diagonal line across it or a small 'K' next to it, that is a relay coil, not a resistor. Applying 24V to what you assumed was a 10kΩ pull-down resistor will instantly short your power supply and trip the bench breaker.

2. Ground Symbol Confusion (Earth vs. Chassis vs. Signal)

Mixing up ground symbols is the leading cause of ground loops and noise in mixed-signal PCB design.

  • Earth Ground: The actual dirt. Used for mains safety.
  • Chassis Ground: The metal box. Used for shielding and user safety.
  • Signal/Logic Ground: The 0V reference for your microcontroller. Often represented by a solid horizontal triangle or a single horizontal line.
If a schematic ties signal ground directly to earth ground using the wrong symbol interpretation, you will introduce 50/60Hz mains hum into your audio or sensor circuits.

3. Normally Open (NO) vs. Normally Closed (NC) Switches

In ANSI, an NO switch is a hinged lever resting above the contact point. An NC switch rests on the contact point. In IEC, the visual gap is the key: an NO switch has a clear physical gap between the diagonal line and the contact dot. An NC switch has the diagonal line resting directly on the contact dot, often with a small crossbar indicating the closed state. Miswiring an NC safety interlock as an NO start button is a severe hazard in motor control circuits.

Safe Interpretation When Markings Are Faded or Missing

Schematics are ideal; reality is a sun-faded 1980s blueprint or a PCB where the silkscreen burned off next to a hot TO-220 voltage regulator. When the electrical symbol list on your diagram doesn't match the physical board, follow this decision tree:

WARNING: Never guess a component's value or type in a mains-voltage circuit (120V/240V AC). If the symbol or silkscreen is unreadable on a high-voltage control board, de-energize the panel, lock out the breaker, and consult the OEM. Guessing a bleeder resistor value in a 400V DC bus capacitor bank can be lethal.

Step 1: Trace the Copper (Continuity Mode)
Set your multimeter to continuity. If a faded 5-pin component has two pins shorted to ground and one pin connected directly to the gate of a MOSFET, it is likely an optocoupler or a gate driver IC, regardless of what the faded rectangle on the silkscreen implies.

Step 2: Contextual Deduction
Look at the surrounding topology. A component placed in parallel with a relay coil or a motor, in series with a diode, is almost certainly a flyback snubber network. Even if the resistor symbol is rubbed off, you know it must be a high-wattage carbon composition or metal oxide resistor designed to absorb inductive kickback.

Step 3: The 'Black Box' Measurement
For unmarked passive components, desolder one leg to isolate it from the circuit's parallel paths. Measure resistance, capacitance, or inductance. Compare the measured value to standard E12/E24 series values to determine its intended nominal value, accounting for a standard 5% or 10% tolerance drift due to age and heat.

Electrical Symbol List FAQ

What is the electrical symbol for a relay coil vs. a motor?

In ANSI/IEEE standards, a relay coil is typically drawn as a circle or a rectangle with the designation 'CR' (Control Relay) or 'K'. A motor is always drawn as a circle with a capital 'M' in the center. In IEC standards, a relay coil is a rectangle (often with 'K' or 'KA'), while a motor is a circle with an 'M', but the mechanical output shaft is explicitly drawn as a line extending from the circle. If you see a circle with an 'M' and a shaft line, you are looking at a motor, not a relay.

How do I read an electrical symbol list for old UK wiring?

Pre-2004 UK wiring used different physical color codes (red for live, black for neutral) compared to the modern harmonized EU colors (brown/blue). However, schematic symbols in older UK gear largely followed BS 3939, which was heavily aligned with early IEC standards. You will see rectangular resistors and IEC-style ground symbols. The main trap is assuming the physical wire colors match the schematic labels; always verify physical wires with a non-contact voltage tester and a multimeter before trusting a 1990s British schematic's color annotations.

Is there a difference between the chassis ground and earth ground symbol?

Yes, and confusing them causes safety and noise issues. The earth ground symbol (three decreasing horizontal lines under a vertical post) represents a physical connection to the earth via a ground rod or water pipe; it is a safety path for fault currents. The chassis ground symbol (a diagonal post with three horizontal lines underneath) represents a connection to the metal enclosure of the device. In bench equipment, these are often tied together at a single star point, but in isolated medical or industrial equipment, they must remain strictly separate to prevent leakage currents.