Electrical drawing symbols are standardized graphic representations of circuit components. The direct answer to "which standard do I use?" depends on your region and application: use NEMA (NEC-style) symbols for North American building wiring and industrial panels, and IEC 60617 symbols for international projects, PCB design, and modern PLC programming. If you are wiring a US residential panel, use NEMA. If you are programming a Siemens PLC or working in the EU, use IEC.

The Master Electrical Drawing Symbols Reference Table

The table below maps the most common components you will encounter on single-line diagrams, ladder logic prints, and wiring schematics. Assumptions: standard 60Hz (NEMA) or 50Hz (IEC) environments, copper conductors, and nominal control voltages of 120VAC or 24VDC.

Component NEMA (US) Symbol Description IEC 60617 (Intl) Symbol Description Practical Meaning in the Field
Circuit Breaker A square or rectangle with a single switch line and a manual trip indicator. A rectangle with an 'x' or a cross inside, sometimes with a thermal/magnetic curve line. Overcurrent protection. NEMA focuses on the physical switch mechanism; IEC emphasizes the tripping characteristic (e.g., Type C or D curve).
Contactor / Relay Coil A simple circle, often labeled with the device prefix (e.g., '1M' for Motor 1). A rectangle with diagonal lines inside, or parentheses '( )' in PLC ladder logic. The electromagnetic actuator. When energized, it pulls in the power contacts. Look for the coil voltage (e.g., 120VAC vs 24VDC) next to the symbol.
Motor (3-Phase) A circle with an 'M' in the center, often with three lines radiating from the top for phases. A circle with an 'M', or three overlapping arcs representing the rotating magnetic field. The prime mover. The symbol tells you it's a 3-phase load; you must check the nameplate for FLA (Full Load Amps) to size the overloads.
Thermal Overload Relay A squiggly line (representing a bimetallic strip) inside a box, or a box with a 'heater' loop. A rectangle with a bimetallic curve line and a trip linkage arrow. Protects the motor from sustained overcurrent. Unlike a fuse, it resets. Match the heater size or dial setting to the motor FLA.
Normally Open (NO) Contact Two parallel lines with a gap, and a diagonal slash bridging the gap when actuated. Two parallel lines with a gap, and a perpendicular line or slash indicating the open state. Passes current only when the coil is energized or the button is pressed. Used for start circuits and sealing (latching) circuits.
Normally Closed (NC) Contact Two parallel lines touching, with a diagonal slash breaking the connection when actuated. Two parallel lines touching, with a perpendicular line crossing the contact path. Passes current until actuated. Used for stop buttons, emergency stops, and overload trip interlocks.
Earth Ground Three decreasing horizontal lines stacked vertically, connected to a vertical stem. Three decreasing horizontal lines, often enclosed in a circle or drawn with sharper angles. Safety path to earth. Never confuse this with the neutral/grounded conductor symbol (which is just a line or a specific neutral bus label).

Regional Standards: NEMA vs. IEC vs. Old UK

Using the wrong regional standard on a jobsite can lead to miswired control panels and failed inspections. Here is how the standards break down geographically and functionally:

  • NEMA (National Electrical Manufacturers Association): The default for North American building wiring, commercial panels, and legacy US industrial plants. NEMA symbols are heavily tied to NFPA 70 (NEC) practices. They prioritize physical device representation (e.g., drawing the actual thermal heater element in an overload).
  • IEC 60617 (International Electrotechnical Commission): The global standard, mandatory in the EU, UK, Australia, and most of Asia. IEC symbols are more abstract and function-based. They are also the native language of modern automation; if you are programming an Allen-Bradley Studio 5000 or Siemens TIA Portal project, the software defaults to IEC 61131-3 ladder logic symbols.
  • Old UK (BS 3939): Largely superseded by BS EN 60617 (the UK adoption of IEC). However, if you are troubleshooting a manufacturing plant in the UK built before the late 1990s, you will still find BS 3939 prints taped inside the panel doors. The main visual difference is in transformer and switch representations, which look significantly more cluttered than modern IEC equivalents.

Rows People Get Wrong: Common Symbol Misinterpretations

Even experienced technicians misread specific symbols when scanning a complex schematic under poor lighting. These are the most common pitfalls:

Warning: Fuses vs. Thermal Overloads
A fuse symbol is a simple line with a rectangle in the middle. A thermal overload has the bimetallic squiggle. Swapping these in your mental model leads to dangerous replacement errors. If a motor keeps tripping, do not replace the overload relay with a higher-amp fuse to "stop the nuisance tripping." The overload is doing its job; the motor is likely binding or undersized.

1. The NO vs. NC Slash Direction:
In NEMA drawings, a Normally Open (NO) pushbutton is drawn with a gap, and the actuator slash points away from the contacts. A Normally Closed (NC) pushbutton is drawn with the contacts touching, and the slash points through them to indicate it will break the circuit. People frequently misread the NC symbol as a "double-throw" switch. Always trace the line of flow: if the line is unbroken in the resting state, it is NC.

2. Control Power vs. Line Power:
Schematics often separate the power circuit (thick lines, L1/L2/L3) from the control circuit (thin lines, 120VAC or 24VDC). A common mistake is assuming a contactor coil symbol on the right side of the page is wired directly to the 480V motor leads. Always check the rung numbers and transformer symbols to verify the control voltage. Applying 480V to a 120V coil will result in an immediate, violent failure.

3. The "Delay on Make" vs. "Delay on Break" Timer:
Timing relays use an arrow to indicate delay. An arrow pointing toward the contact line means "Delay on Make" (timer starts when coil energizes, then contact closes). An arrow pointing away means "Delay on Break" (contact opens only after the timer expires post-de-energization). Misreading this will completely break sequential motor starting circuits.

Decision Path: Which Symbol Standard Should You Use?

Use this decision tree to lock in the correct standard for your next project or troubleshooting session.

Condition / Application Required Standard Concrete Pick / Action
Designing US residential, commercial, or standard industrial building wiring. NEMA / NEC-style Use NEMA single-line diagram stencils. Reference NFPA 70 for ampacity and grounding rules.
Designing control panels for export to the EU, UK, or Australia. IEC 60617 Use IEC symbols. Ensure wire colors match IEC 60446 (Brown/Black/Grey for phases, Blue for neutral, Green/Yellow for ground).
Programming PLCs (Allen-Bradley, Siemens, Omron) or designing HMI screens. IEC 61131-3 Use IEC ladder logic symbols (parentheses for coils, standard NO/NC bit contacts). This is the global automation default.
Troubleshooting an existing legacy panel in North America. NEMA (usually) Expect NEMA, but verify. Look at the physical components: square D/NEMA starters use NEMA prints; Siemens/Festo DIN-rail components often use IEC prints even in the US.
Starting a brand new digital schematic project from scratch today. IEC 60617 Default to IEC 60617. It is the ISO-recognized global standard, natively supported by all modern CAD software (AutoCAD Electrical, EPLAN, SolidWorks Electrical), and bridges the gap between electrical and automation engineering.

Safe Interpretation When Markings Are Faded or Missing

On older jobsites, the schematic taped to the inside of the panel door is often faded, torn, or missing entirely. You cannot safely troubleshoot a live panel by guessing the symbols. Follow this strict verification protocol:

Pro-Tip: The Continuity Test is Your Schematic
When the drawing is missing, your multimeter becomes the schematic. De-energize the panel, apply Lockout/Tagout (LOTO), and use the continuity setting. A reading of < 1 ohm across a contact means it is closed (NC or energized NO). An "OL" (Over Limit) reading means it is open. Map the physical wiring point-to-point to draw your own as-built sketch before re-energizing.

Step 1: De-energize and Verify Dead.
Shut off the main disconnect. Use a properly rated CAT III or CAT IV multimeter to test phase-to-phase and phase-to-ground. Confirm 0V. Never assume a circuit is dead just because a motor stopped running; a blown control fuse could leave the main power contacts hot while the coil is dead.

Step 2: Trace Physical Wire Colors (With Extreme Caution).
While wire colors can provide clues, they are not a substitute for a schematic. In a US NEC environment, you might see Black/Red/Blue for 480V phases, and Red/Black for 120V control. However, in legacy panels, previous technicians may have used whatever wire was left in the spool. Never trust wire color alone to determine voltage or function.

Step 3: Identify Components by Manufacturer Markings.
If the schematic symbol is unreadable, read the physical device. A contactor will have a manufacturer part number (e.g., Eaton XTCE018 or Schneider LC1D18). Look up the manufacturer's datasheet via NEMA or IEC resources to find the exact coil voltage, contact configuration (e.g., 3-pole with 1 NO / 1 NC auxiliary), and terminal pinout. This physical datasheet overrides any faded drawing on the door.