A schematic is the universal language of electronics, but the dialect you read depends entirely on where you live and who drafted the document. Misinterpreting a symbol can lead to reversed polarity, blown MOSFETs, or dangerous mains wiring faults. Below is the definitive list of electrical circuit symbols, mapped across global standards, with practical bench translations for every component.
The Complete List of Electrical Circuit Symbols
The table below maps the most common components to their visual representations. Use this as your primary lookup when reverse-engineering a board or drafting a new schematic.
| Component | IEEE 315 (US Standard) | IEC 60617 (Global Standard) | Practical Bench Meaning |
|---|---|---|---|
| Resistor | Zigzag line | Empty rectangle | Limits current. Measure with DMM; expect ±1% to ±5% tolerance from stated value. |
| Capacitor (Non-Polar) | Two parallel straight lines | Two parallel straight lines | Blocks DC, passes AC. Usually ceramic/film. Can be installed in either direction. |
| Capacitor (Polar) | One straight, one curved line | One straight, one curved line (or + sign) | Electrolytic/Tantalum. The curved line is the negative terminal. Reversing causes venting or explosion. |
| Inductor | Series of looping arcs | Series of looping arcs or filled rectangles | Stores energy in a magnetic field. Measure via low resistance (continuity), not inductance unless you have an LCR meter. |
| Diode | Triangle pointing to a line | Triangle pointing to a line | Allows current in one direction. Triangle points toward the cathode (negative side, marked with a band on the physical part). |
| NPN Transistor (BJT) | Circle with arrow pointing OUT | No circle, arrow pointing OUT | Current-controlled switch. Arrow points out of the emitter. Base needs a current-limiting resistor. |
| N-Channel MOSFET | Line with arrow pointing IN | Line with arrow pointing IN | Voltage-controlled switch. Look for the dashed vs. solid channel line to determine enhancement vs. depletion mode. |
| Ground (Signal) | Single downward-pointing triangle | Single downward-pointing triangle | Zero-volt reference for logic. Keep high-frequency return currents isolated from earth ground. |
| Ground (Earth/Chassis) | Three horizontal lines (decreasing width) | Three horizontal lines or downward arrow in a circle | Safety ground. Must connect to the physical metal enclosure and the green/bare wire in mains AC. |
Regional Standards: IEEE 315 vs. IEC 60617 vs. Old UK
When reviewing schematics from international suppliers or legacy equipment, you will encounter regional variations. The two dominant standards today are IEEE 315 (widely used in North American military, aerospace, and legacy industrial controls) and IEC 60617 (the modern global standard for commercial electronics and CE-marked equipment).
The most jarring visual difference is the resistor. If you see a zigzag, you are looking at an IEEE/ANSI schematic. If you see a small rectangle, it is IEC. Similarly, logic gates in IEEE use distinct shapes (D-shape for AND, curved D for OR), whereas IEC uses rectangular blocks with internal alphanumeric codes (e.g., & for AND, ≥1 for OR).
The "Rows People Get Wrong" Notes Section
Even experienced engineers misread specific symbol variations, leading to catastrophic bench failures. Here are the most common traps and how to avoid them.
- Polarized vs. Non-Polarized Capacitors: The curved line on a polarized capacitor symbol specifically denotes the negative terminal (historically representing the outer foil of a wound electrolytic). If you see a straight line and a curved line, do not install a standard ceramic capacitor; the design requires an electrolytic or tantalum part. Reversing a tantalum capacitor frequently results in a short circuit and localized fire.
- Enhancement vs. Depletion MOSFETs: Look closely at the vertical channel line between the drain and source. A broken/dashed line means it is an enhancement-mode MOSFET (normally OFF, requires gate voltage to turn ON). A solid line means it is a depletion-mode MOSFET (normally ON, requires gate voltage to turn OFF). Swapping these will cause your circuit to power up in the wrong state, potentially shorting your power supply.
- Transformer Core Materials: Two parallel lines between the coil windings indicate a laminated iron core (used for 50/60Hz mains). A dashed line indicates a powdered iron or ferrite core (used for high-frequency switching power supplies). An empty space means an air core (RF applications). Using a 60Hz iron-core transformer in a 100kHz SMPS circuit will result in massive eddy current losses and immediate thermal failure.
- Ground Symbol Mixing: Never connect a signal ground (triangle) directly to an earth/chassis ground (three lines) at multiple points on a PCB. This creates a ground loop, introducing 50/60Hz hum into audio circuits or causing erratic resets in microcontrollers. They should only meet at a single "star ground" point.
Decision Path: Which Symbol Standard Should You Use?
If you are starting a new design, drafting documentation, or building a custom component library in KiCad or Altium, you must pick a standard and stick to it. Use this decision tree to make your final selection.
| If your project condition is... | Then select this standard... | Why? |
|---|---|---|
| US Military, Aerospace, or strict DOE contracting | IEEE 315 | MIL-STD and legacy US government contracts explicitly mandate ANSI/IEEE 315 formatting for schematic submissions. |
| Global commercial product targeting CE/UKCA marking | IEC 60617 | European conformity assessment bodies and global manufacturers expect IEC rectangular resistors and block-logic gates. |
| Open-source hardware or hobbyist community release | IEC 60617 | Modern open-source EDA tools (like KiCad) default to IEC libraries, making collaboration and pull requests frictionless. |
| Maintaining or repairing an existing legacy system | Match the Original | Mixing zigzag and rectangular resistors on the same schematic creates cognitive load and increases troubleshooting errors. |
Safe Interpretation When Markings Are Faded or Missing
When reverse-engineering a legacy PCB where the silkscreen has flaked off, or when handed a hand-drawn schematic with ambiguous, faded symbols, you cannot rely on visual identification alone. You must electrically verify the component.
Before probing, de-energize the circuit. If the device interfaces with mains voltage (>50V AC), lock out the breaker, verify the absence of voltage with a known-working CAT III/IV multimeter, and safely discharge any large filter capacitors using a high-wattage bleeder resistor. Never short a capacitor with a screwdriver.
Once the board is verified dead, use these multimeter techniques to identify ambiguous symbols:
- Suspected Inductors vs. Resistors: Set your DMM to continuity/low-resistance mode. A component that reads less than 5 ohms but is physically bulky is likely an inductor or a low-value current-sense resistor. If the schematic symbol is a rectangle (IEC), it could be either. An inductor will show near-zero DC resistance but high AC impedance.
- Suspected Diodes vs. Capacitors: Use the DMM's diode test mode. A forward-biased silicon diode will read between 0.5V and 0.7V, and OL (open loop) in reverse. A capacitor will briefly show a rising voltage as it charges from the meter's internal current source, then read OL. If a symbol looks like a triangle but reads 0.00V both ways, it is a shorted diode or a zero-ohm jumper.
- Identifying Transistor Pinouts: If a 3-pin symbol is faded and you don't know if it's an NPN or PNP BJT, use the diode test mode to find the base. The base will show a ~0.6V drop to both the collector and emitter in one polarity (NPN: red probe on base; PNP: black probe on base). The pin that shows a slightly lower voltage drop (e.g., 0.61V vs 0.63V) is typically the collector.
For deeper component analysis, such as verifying the exact capacitance of an unmarked SMD capacitor or the inductance of a choke, desolder one leg of the component and measure it with a dedicated LCR meter. Relying on in-circuit measurements for passive values is unreliable due to parallel impedance paths on the PCB. When in doubt, pull the part, measure it, and update the schematic to match reality.






