The two dominant standards for standard electrical symbols are NEMA (used primarily in North American industrial and mains wiring) and IEC 60617 (the global standard for electronics, PLCs, and international mains). If you are wiring a US residential or industrial panel, use NEMA. If you are designing a PCB, programming a PLC, or working on global automation equipment, use IEC. Below is the direct reference data you need to read, draw, and troubleshoot schematics without guessing.
The Master Reference Table: Standard Electrical Symbols
This table maps the most common components to their specific visual representations across the two major standards. Keep this bookmarked for bench and jobsite reference.
| Component | NEMA Symbol (US / ANSI) | IEC 60617 Symbol (Global) | Practical Meaning & Application |
|---|---|---|---|
| Resistor | Zigzag line | Empty rectangle | Current limiting, voltage division, pull-up/pull-down. |
| Capacitor (Non-Polarized) | Two parallel lines (one curved for electrolytic) | Two parallel lines (one curved or filled for polarized) | Energy storage, filtering, decoupling. Watch polarity on filled/curved side. |
| Inductor / Coil | Series of loops (humps) | Series of loops (humps) | Chokes, transformers, relay coils. Stores energy in a magnetic field. |
| Normally Open (NO) Contact | Gap with a diagonal slash (switch blade) resting below | Gap with a diagonal slash resting below | Circuit is open until actuated. Used for start buttons and sensor triggers. |
| Normally Closed (NC) Contact | Diagonal slash crossing through the line, resting on the top contact | Diagonal slash crossing through the line, resting on the top contact | Circuit is closed until actuated. Used for E-stops and safety interlocks. |
| Relay / Contactor Coil | Circle with two terminals | Rectangle with two terminals (often with ID like 'K1') | The electromagnetic actuator. Do not confuse with the contacts it controls. |
| Earth Ground | Three horizontal lines of decreasing length | Three horizontal lines of decreasing length | Safety ground connection to earth rod. Mandatory for mains enclosures. |
Regional Variants: NEMA (US) vs. IEC (Global) vs. Old UK
Reading a schematic requires knowing which standard the original engineer was following. Mixing them up leads to miswired control circuits and tripped breakers.
- NEMA (ANSI/NEMA ICS 19 & IEEE 315): The default for North American industrial control panels, motor control centers (MCCs), and residential wiring diagrams. NEMA symbols tend to be more pictorial (e.g., the zigzag resistor, the circle for a relay coil). Electrical Engineering Portal provides an excellent deep dive into how these evolved for US heavy industry.
- IEC 60617: The international standard used in Europe, Asia, and increasingly in global PLC programming (like Siemens TIA Portal or Rockwell Studio 5000 IEC modes). IEC favors abstract, geometric shapes (e.g., the rectangular resistor, the rectangular coil). It relies heavily on alphanumeric cross-referencing (e.g., coil 'K1' controls contacts 'K1' across the page) rather than drawing mechanical linkage lines.
- Old UK (BS 3939): Superseded in 1997 when the UK harmonized with IEC, but you will still encounter BS 3939 symbols in legacy British industrial plants and older marine vessels. The main giveaway is the use of the NEMA-style zigzag resistor alongside IEC-style switch contacts. If you see a mix, assume the panel was built or retrofitted between 1980 and 2000.
The 'Rows People Get Wrong' Troubleshooting Notes
Even experienced techs misread specific symbols when fatigued or rushing. Here are the most common schematic errors and how to avoid them.
1. Normally Open (NO) vs. Normally Closed (NC) Switches
The Mistake: Wiring an E-stop as a NO contact because the diagonal slash looked like a 'closed' path to the untrained eye.
The Fix: Look at the physical gap. If the slash (the switch blade) is resting below the gap, it is NO (open circuit). If the slash is resting on top of the gap and crosses through the line, it is NC (closed circuit). E-stops must always be wired NC so a broken wire triggers a safe shutdown.
2. Relay Coil vs. Relay Contact
The Mistake: Drawing a circle (NEMA coil) or rectangle (IEC coil) in the load path where a switch contact belongs.
The Fix: The coil is the input (the electromagnet that draws current, e.g., 24VDC or 120VAC). The contact is the output (the dry switch that passes the load current). In IEC schematics, find the coil labeled 'K1', then search the schematic for the parallel-line contact symbols also labeled 'K1'.
3. Ground Symbol Variations
The Mistake: Tying high-voltage mains earth, DC chassis ground, and sensitive analog signal ground to the exact same bus bar because the schematic just showed 'a ground symbol'.
The Fix: Distinguish the symbols. Earth ground has three decreasing lines. Chassis ground has three lines of equal length (or a hatched triangle). Signal ground is an empty inverted triangle or a single line. Keep analog signal grounds isolated from noisy VFD/motor chassis grounds to prevent 60Hz hum and ADC noise.
Decision Path: Which Symbol Standard Should You Use?
Stop guessing which library to load in your CAD software. Use this decision tree to select the correct standard for your project.
| If your project is... | Then use this standard... | Concrete Tool / Library Pick |
|---|---|---|
| US residential wiring, NEC compliance, or US industrial MCC panels | NEMA (ANSI/NEMA ICS 19) | AutoCAD Electrical (NEMA JIC library) or Visio NEMA stencil |
| Global automation, PLC programming (Siemens, Beckhoff), or EU machinery | IEC 60617 | EPLAN Electric P8 (IEC library) or Siemens TIA Portal IEC symbols |
| Custom PCB design, Arduino/ESP32 shields, or hobbyist electronics | IEEE 315 (Aligns with IEC) | KiCad default library or Altium Designer standard IEEE symbols |
| Troubleshooting an existing legacy panel in North America | Match the panel's original era (likely NEMA) | Print the All About Circuits NEMA reference and keep it on your clipboard |
Safe Interpretation When Markings Are Faded or Missing
In the real world, schematics taped to the inside of a control panel door get sun-bleached, oil-stained, or physically torn. When the standard electrical symbols are unreadable, you must revert to physical verification. Never guess a faded symbol's intent.
- De-energize and LOTO: Shut off the main disconnect. Apply your Lockout/Tagout. Verify dead with a tested CAT III/IV meter (like a Fluke 117 or 87V) across all phases and to ground.
- Switch to Continuity Mode: Set your DMM to continuity/diode test mode. You need the audible beep to keep your eyes on the wires, not the screen.
- Map the Terminal Blocks (TB): Ignore the faded paper. Trace the physical wires. If a wire goes from TB1-04 to a relay coil, and another goes from TB1-05 to the same coil, you have identified the coil's power inputs. Write this down on a fresh notepad.
- Actuate Manually: For contactors and relays, use a non-conductive tool to manually press the armature. Use your DMM probes on the load-side contacts to verify which are NO (open until pressed) and which are NC (closed until pressed).
- Redraw the Local Circuit: Sketch the specific sub-circuit you are working on using standard IEC symbols. The physical copper and terminal block stamps are your ultimate source of truth; the faded ink is merely a historical suggestion.
By anchoring your workflow to these exact standards and verification steps, you eliminate the ambiguity that leads to short circuits, blown fuses, and unsafe machinery. Default to IEC for modern electronics and global PLCs, default to NEMA for US heavy iron, and always trust your multimeter over a faded drawing.






