The Master Reference Table: Basic Electrical Symbols
Basic electrical symbols are the standardized shorthand for circuit design, but reading them requires knowing which dialect you are looking at. North American schematics typically follow IEEE 315 or NEMA standards, while the rest of the world (and most modern CAD software) defaults to IEC 60617. Below is the core translation matrix you need on the bench.
| Component | US (IEEE 315 / NEMA) | International (IEC 60617) | Practical Meaning & Bench Note |
|---|---|---|---|
| Resistor | Zigzag line | Empty rectangle | Current limiter. IEC rectangle is easier to draw and scale in CAD. |
| Capacitor (Non-polarized) | Two parallel straight lines | Two parallel straight lines | Blocks DC, passes AC. Used for coupling and filtering. |
| Capacitor (Polarized) | One straight line, one curved line | Two straight lines, one marked with a '+' | Electrolytic/Tantalum. The curved line (US) or '+' (IEC) denotes the negative/anode side. |
| Inductor | Series of scalloped loops | Series of half-circles or a rectangle with diagonal lines | Chokes AC, passes DC. Stores energy in a magnetic field. |
| Diode | Triangle pointing to a line | Triangle pointing to a line (often inside a circle) | One-way current valve. The line is the cathode (matches the physical stripe on the component). |
| Transistor (NPN) | Circle with arrow pointing OUT on emitter | Arrow pointing OUT on emitter (circle optional) | Current amplifier / solid-state switch. Arrow out = NPN (Not Pointing iN). |
| Relay Coil | Circle or rectangle with 'K' or 'CR' | Rectangle with 'K' or coil symbol inside | Electromagnetic actuator. Energizing this moves the mechanical contacts. |
| NO Contact (Normally Open) | Gap with a movable line and a slash | Gap with a line angled across it | Open circuit until coil energizes. Used for start buttons and enable circuits. |
| NC Contact (Normally Closed) | Continuous line with a slash through it | Continuous line with a diagonal cross | Closed circuit until coil energizes. Used for stop buttons and safety interlocks. |
| Earth Ground | Three horizontal lines decreasing in width | Three horizontal lines decreasing in width | Physical connection to earth. Safety path for fault currents. |
| Chassis Ground | Three diagonal lines under a horizontal bar | Three diagonal lines under a horizontal bar | Connection to the metal enclosure. Not necessarily tied to earth. |
Regional Standards: NEC/NEMA vs. IEC vs. Old UK
Before you wire a panel or troubleshoot a board, you must identify the governing standard of the schematic. Mixing up regional variants is a primary cause of miswired control circuits.
- North America (IEEE 315 / NEMA): Dominates US and Canadian industrial control panels, legacy HVAC systems, and older military/aerospace documentation. NEMA symbols are highly pictorial (e.g., a motor looks like a circle with an 'M', and a limit switch looks like a physical roller lever).
- International (IEC 60617): The global standard. Used in modern PLC programming, European machinery, and virtually all modern PCB design software (KiCad, Altium). IEC favors abstract, geometric shapes over pictorial representations.
- Old UK (BS 3939): Largely superseded by IEC in the 1990s, but you will still encounter BS 3939 symbols on legacy British manufacturing equipment from the 1970s and 80s. Notably, old UK resistors were drawn as rectangles (like modern IEC), while their capacitors used a unique curved-plate notation that differs from both modern US and IEC.
If you are working on a residential US panel or a legacy American industrial machine, expect IEEE/NEMA. If you are designing a new PCB, programming a modern PLC, or working on imported European machinery, default to IEC 60617.
The 'Rows People Get Wrong' Notes
Even experienced technicians misread specific symbols, leading to reversed polarity, short circuits, or safety hazards. Pay close attention to these common pitfalls.
1. Polarized Capacitor Orientation (The Curved Line)
In the US IEEE standard, the polarized capacitor features one straight line and one curved line. The curved line represents the negative terminal. Historically, this denoted the outer foil of the electrolytic capacitor. In high-frequency or high-impedance analog circuits, connecting the outer foil (curved line) to the lower-impedance node or ground acts as an electrostatic shield, reducing noise pickup. Wiring it backwards doesn't just risk popping the dielectric; it degrades the circuit's noise floor.
2. Ground vs. Earth vs. Chassis
Treating all ground symbols as interchangeable will result in ground loops and 60Hz hum in audio systems, or failed safety inspections in industrial panels.
- Earth Ground: Must connect to a physical grounding rod or the main service panel's ground bus.
- Chassis Ground: Connects to the metal frame. It should be bonded to Earth Ground at exactly one point to prevent circulating currents.
- Signal/Common Ground: Often drawn as a single horizontal line or a downward-pointing triangle. This is the 0V reference for the circuit's logic, and it should be isolated from noisy chassis grounds until the main power supply return.
3. NO vs. NC Relay and Contactor Contacts
Confusing Normally Open (NO) and Normally Closed (NC) contacts is the most frequent error in motor control wiring. In NEMA schematics, an NO contact is drawn with a gap and a movable line that does not touch the stationary point. An NC contact is drawn with the line touching the point, often with a slash through it. If you wire a stop button (which must be NC to break the circuit when pressed) using an NO contact, the machine will fail to start, or worse, fail to stop during an emergency.
Decision Path: Identifying Faded, Missing, or Non-Standard Markings
Schematics get destroyed, panel labels fade from UV exposure, and imported machines often lack documentation. Use this decision tree to safely interpret ambiguous markings and terminate with a concrete action.
| Condition | Diagnostic Action | Concrete Resolution |
|---|---|---|
| Physical component marking is faded (e.g., diode stripe, capacitor value) | Desolder one leg. Use a Fluke 87V multimeter in diode-test or capacitance mode. | Replace with a modern equivalent. Use a 1N4007 for general rectification or a 1N4148 for signal switching. |
| Schematic symbol is smudged/unreadable between a control wire and a coil | Trace the physical wire. Verify continuity to the neutral/ground bus with power locked out. | If it routes to the safety interlock chain, it is an NC contact. Redraw the schematic segment as IEC NC. |
| Ground symbol is ambiguous (looks like a mix of Earth and Chassis) | Perform a continuity test between the symbol's terminal and the physical earth ground rod/panel bus. | If < 1 ohm, label it Earth Ground. If > 1 ohm but tied to the enclosure, label it Chassis Ground. |
| Entire schematic is missing or completely illegible | Do not guess or operate the machinery. Map the circuit physically using a tone generator and multimeter. | Draft a replacement schematic using IEC 60617 symbols in KiCad 8.0 (free, open-source) to establish a permanent, globally readable baseline. |
Safe Verification Protocol for Ambiguous Symbols
When a schematic's symbol contradicts the physical wiring, the physical wiring and component behavior dictate reality, but only after safe verification. Never assume a symbol is correct just because it is printed on the diagram.
- De-energize and Lock Out: Shut off the main breaker or disconnect. Verify dead with a known-working CAT III or CAT IV multimeter.
- Isolate the Component: Disconnect the wires from the suspected NO/NC contact or semiconductor.
- Measure State: Place your multimeter in continuity/resistance mode. For a relay contact, measure across the terminals. If you read < 1 ohm with the coil de-energized, it is a Normally Closed (NC) contact, regardless of what the faded schematic claims.
- Update the Documentation: Cross out the incorrect symbol on the physical print, draw the correct IEC 60617 symbol in red ink, and initial/date it. This prevents the next technician from making the same diagnostic error.
Standardization eliminates guesswork. For all new personal documentation, hobbyist projects, and open-source hardware designs, default strictly to IEC 60617. It is the undisputed global standard for modern electronics, natively supported by every major CAD package, and eliminates the pictorial ambiguity inherent in older NEMA diagrams.






