The Master Electrical Engineering Symbol Reference Table
Use this spec-sheet-table to translate between the two dominant global standards. This covers the 90% of components you will encounter in power and signal designs.
| Component | ANSI/IEEE 315 (North America) | IEC 60617 (International) | Practical Meaning & Bench Notes |
|---|---|---|---|
| Resistor | Zigzag line | Empty rectangle | Current limiting. IEC rectangle is easier to draw in CAD and allows text inside for values. |
| Capacitor (Non-Polarized) | Two parallel straight lines | Two parallel straight lines | Energy storage/filtering. Identical in both. Gap represents the dielectric. |
| Capacitor (Polarized) | One straight, one curved line | Two parallel lines, one filled/boxed | Electrolytic/Tantalum. The curved line (ANSI) or filled line (IEC) is the negative terminal. |
| Inductor | Series of connected loops | Series of connected loops (or half-circles) | Magnetic storage. Often annotated with core type (air, iron, ferrite) via a straight line above. |
| Diode | Triangle pointing to a line | Triangle pointing to a line | Current flows triangle to line. Bar represents the cathode (negative side). |
| Earth Ground | Three descending horizontal lines | One horizontal line with three descending angled stakes | Safety connection to physical earth. Never use for signal return. |
| Chassis Ground | Three horizontal lines of decreasing width | Empty triangle pointing down | Connection to metal enclosure. Used for shielding and noise dissipation. |
| Battery | Alternating long/short parallel lines | Alternating long/short parallel lines | Multiple cells. Long line is positive. Short line is negative. |
Regional Standards: Which Symbol Set Applies to You?
Using the wrong regional standard on a commercial schematic will not break the circuit, but it will confuse the assembly house and delay your fab run.
- North America (ANSI/IEEE 315): Mandatory for US military, aerospace, and most legacy industrial controls. If you are submitting drawings to a US-based UL listing agency or a domestic contract manufacturer, use ANSI symbols. The zigzag resistor and distinct ground symbols are deeply ingrained in US trade education.
- Europe & Global (IEC 60617): The standard for the EU, UK, Australia, and most modern consumer electronics. IEC favors geometric simplicity (rectangles for all passive impedance). If you are designing open-source hardware or manufacturing in Shenzhen for global distribution, IEC is the default.
- Legacy UK (BS 3939): Officially withdrawn and replaced by IEC, but you will still encounter BS 3939 symbols on schematics for equipment installed in the UK before the 1990s. It heavily featured crossed circles for motors and distinct valve symbols. Treat these as historical artifacts and redraw them to IEC if updating the documentation.
The 'Rows People Get Wrong' Trap Guide
Even experienced engineers misread specific symbol variations. Here are the most common schematic traps and how to avoid them.
1. Cell vs. Battery
A single long/short line pair is a cell (e.g., one 18650 lithium cell at 3.7V nominal). Two or more pairs separated by a dashed line or drawn adjacent is a battery (e.g., a 3S pack at 11.1V). Assuming a single-cell symbol represents a multi-cell pack will lead to severe undervoltage brownouts in your microcontroller design.
2. NPN vs. PNP Transistor Arrows
The arrow on the emitter leg dictates the type. For an NPN BJT, the arrow points out (away from the base). For a PNP BJT, the arrow points in (toward the base). Use the mnemonic: NPN = Not Pointing iN. Swapping these in your schematic will reverse your biasing and instantly short your power rail through the base-emitter junction.
3. Earth Ground vs. Signal Ground
Never connect a high-frequency digital signal return to an Earth Ground symbol in your schematic. Earth ground (the three descending lines or angled stakes) implies a physical rod in the dirt or a building's grounding electrode system. Signal ground (often a simple hollow triangle or a single horizontal line) is your 0V DC reference. Mixing them on paper leads to ground loops and 60Hz/50Hz hum in audio and sensor circuits.
Decision Path: Identifying Faded, Missing, or Non-Standard Markings
When reverse-engineering a PCB where the silkscreen is burned off, faded, or uses non-standard proprietary symbols, do not guess based on visual shape. Use this decision-tree-table with your digital multimeter (DMM) to definitively identify the component.
| Visual / Physical Observation | DMM Measurement (Power OFF, Component Lifted) | Conclusion & Next Action |
|---|---|---|
| 2 leads, cylindrical, faded color bands | Reads stable resistance (e.g., 4.7kΩ), no polarity | Resistor. Replace with standard 1/4W metal film. |
| 2 leads, teardrop or disc shape | Reads 'OL' (Open Loop) on resistance, shows brief spike then 'OL' on continuity | Non-polarized Ceramic Capacitor. Safe to install in either direction. |
| 2 leads, cylindrical can, top vent | Reads 'OL', one lead has continuity to the metal can | Polarized Electrolytic Capacitor. The lead connected to the can is Negative. Install accordingly. |
| 3 leads, black plastic package (TO-220) | Metal tab has continuity to Pin 2 (middle) | N-Channel MOSFET or NPN BJT. Check datasheet for gate threshold to confirm. Tab is Drain/Collector. |
| 3 leads, metal tab has NO continuity to any pin | Diode test mode shows 0.6V drop between Pin 1 and Tab | Insulated-Tab Voltage Regulator or PNP device. Do not assume the tab is ground. |
Concrete Defaults: What to Pick When Designing Schematics
If you are starting a new schematic and need to select a symbol library in your EDA software, stop debating and use these concrete defaults based on your end goal:
- For Global Open-Source / Hobbyist Projects: Use KiCad 8 with the default IEC 60617 symbol library. The rectangular passives are cleaner on auto-routed PDF exports, and the global maker community expects IEC. When ordering PCBs from JLCPCB or PCBWay, their assembly engineers are trained primarily on IEC.
- For US Commercial / Industrial Manufacturing: Use Altium Designer or OrCAD with an ANSI/IEEE 315 compliant library. US contract manufacturers and UL inspectors expect the zigzag resistors and distinct ANSI ground symbols. Submitting IEC schematics to a legacy US fab house often results in engineering queries that delay your NPI (New Product Introduction) run by 2 to 3 weeks.
For a comprehensive visual breakdown of legacy and modern symbols, the All About Circuits reference chapter remains the most reliable quick-lookup archive for obscure components like SCRs, UJTs, and vacuum tubes.






