If you are looking for a definitive guide to all schematic symbols, the first thing to understand is that there is no single global standard. The symbols on your schematic depend entirely on where the engineer was trained and which standard the CAD software defaults to. North American designs predominantly follow ANSI/IEEE 315, while European and international designs adhere to IEC 60617. Misinterpreting a symbol because you are looking at a foreign standard can lead to reversed polarities, short circuits, or catastrophic component failure.
Below is the direct translation between the two dominant standards for the most critical components, followed by the specific edge cases and legacy variants that catch even experienced technicians off guard.
The Master Schematic Symbol Reference Chart
This table covers the foundational passive and active components. Use this as your bench reference when cross-referencing imported schematics or legacy domestic manuals.
| Component | ANSI/IEEE 315 (North America) | IEC 60617 (International) | Practical Meaning & Bench Notes |
|---|---|---|---|
| Resistor | Zigzag line | Empty rectangle | Restricts current flow. IEC rectangles often include the wattage rating (e.g., '2W') inside the box. |
| Capacitor (Non-Polarized) | Two parallel straight lines | Two parallel straight lines | Stores charge. Identical in both standards. Usually ceramic or film; orientation does not matter. |
| Capacitor (Polarized) | One straight line, one curved line | Two parallel lines with a '+' sign | Electrolytic/Tantalum. Critical: In ANSI, the curved line is the negative terminal. In IEC, look for the '+' on the positive side. |
| Inductor / Coil | Series of continuous loops (humps) | Series of half-circles | Stores energy in a magnetic field. Often accompanied by a core material note (e.g., iron core indicated by a solid line beneath). |
| Diode | Triangle pointing to a line | Triangle pointing to a line | Allows current in one direction. The line represents the cathode (negative side). Forward voltage drop is typically 0.6V-0.7V for silicon. |
| NPN Transistor (BJT) | Circle enclosing a base line and angled emitter/collector | No circle; base line with angled emitter/collector | Current-controlled switch. The arrow on the emitter points outward (Not Pointing iN = NPN). |
| Earth Ground | Three horizontal lines of decreasing width | Three horizontal lines of decreasing width | Physical connection to the earth rod. Critical for safety and fault-current clearing. |
Regional Standards: ANSI vs IEC vs Old UK
While the table above covers the modern baseline, real-world troubleshooting often exposes older or regional variants. According to comprehensive references like All About Circuits, understanding the lineage of a schematic is vital for accurate interpretation.
ANSI/IEEE 315 (North America)
Dominant in the US and Canada. Characterized by pictorial representations (like the zigzag resistor, which visually mimics a wound wire-wound resistor). You will see this on almost all consumer electronics repaired in North America, as well as US-based industrial control panels.
IEC 60617 (International / Europe / Asia)
Characterized by abstract, geometric shapes (the rectangular resistor). The IEC standard was designed to be easily drawn by hand and standardized across language barriers. If you are importing machinery from Germany, Japan, or China, the schematics will use IEC symbols. The IEC standard also heavily utilizes alphanumeric designations inside the symbols (e.g., placing 'R1' and '10k' directly inside the resistor rectangle).
Old UK Standard (BS 3939)
Largely obsolete but still found in legacy British industrial plants and older marine wiring diagrams. BS 3939 used a mix of pictorial and geometric symbols. For example, an old UK schematic might represent a transformer with overlapping circles rather than the modern IEC parallel lines or ANSI intersecting loops. If you are maintaining equipment built in the UK before the late 1980s, expect to see BS 3939 variants.
The 'Rows People Get Wrong' Trap
Even when you know which standard you are looking at, certain symbols are notoriously easy to misread. Here are the specific rows and symbols that cause the most bench and jobsite errors.
1. The Grounding Triangle
There are three distinct ground symbols, and mixing them up causes ground loops or shock hazards:
- Earth Ground: Decreasing horizontal lines. Connects to the physical earth rod or green wire.
- Chassis Ground: Three lines fanning out from a single point, or a line with diagonal hash marks. Connects to the metal enclosure for shielding and equipotential bonding.
- Signal / Common Ground: A solid triangle pointing downward. This is the 0V reference for the DC logic circuit. It is not necessarily connected to earth or the chassis.
2. Polarized Capacitor Orientation
In the ANSI standard, the curved plate on a polarized capacitor symbol represents the negative (cathode) terminal. This is because early electrolytic capacitors were made by rolling foil, and the outer layer was naturally the negative case. However, many modern CAD libraries accidentally flip this, or a technician used an IEC library where the positive terminal is explicitly marked with a '+'. Rule of thumb: Never trust the curved line blindly. Always verify the '+' marking on the physical capacitor's silkscreen or the explicit '+' on the schematic.
3. Normally Open (NO) vs Normally Closed (NC) Switches
A switch symbol with a diagonal line crossing the contact gap indicates a Normally Closed (NC) switch. A simple gap without the diagonal cross is Normally Open (NO). In relay logic and PLC schematics, misreading an NC contact as an NO contact will cause safety interlocks to fail or motors to run in reverse.
Safe Interpretation When Markings Are Faded or Missing
Schematics are only half the battle. When you are reverse-engineering a legacy PCB where the silkscreen has faded, or the schematic itself is missing, you must map the physical components back to their schematic symbols using electrical measurements.
Step 1: Isolate and Discharge
Before probing, de-energize the board and safely discharge all large electrolytic capacitors using a high-wattage bleeder resistor (e.g., a 100-ohm, 10W resistor). A charged 400V DC bus capacitor can destroy your multimeter and cause severe injury.
Step 2: Differentiate Passives with a Multimeter
- Resistors vs. Inductors: Set your meter to resistance (Ohms). A resistor will read its nominal value (e.g., 10,000 ohms for a 10k resistor). An inductor or transformer winding will read a very low DC resistance (DCR), typically between 0.1 and 5 ohms, regardless of its inductance rating.
- Capacitors: Use the capacitance setting if your meter has it. If not, use the resistance setting. A good capacitor will show an initial low resistance that slowly climbs to 'OL' (Open Loop) as it charges from the meter's internal battery. A shorted capacitor will read 0 ohms; an open capacitor will read 'OL' instantly.
Step 3: Identify Semiconductors via Diode Test
Set your multimeter to 'Diode Test' mode. This applies a small current and measures the forward voltage drop.
- Silicon Diodes: Will read 0.500V to 0.700V in the forward direction and 'OL' in reverse.
- Schottky Diodes: Will read lower, typically 0.200V to 0.350V.
- BJT Transistors: Testing between the Base and Emitter, and Base and Collector, will yield two diode drops (approx 0.65V each) in the same direction. This confirms the base pin and whether it is NPN or PNP based on probe polarity.
By combining the physical layout of the PCB traces with these electrical measurements, you can accurately reconstruct the schematic symbols in your mind—or on paper—even when the original documentation is completely lost. Always default to the IEC standard when drawing your own replacement schematics for modern documentation, as it remains the globally accepted baseline for new engineering designs.






