Reading a schematic is the bridge between a theoretical circuit and a working physical board. The exact symbol used depends on your region and the CAD software's default library. Below is the definitive reference for the most common schematics symbols, mapped to both ANSI/IEEE (US) and IEC (International) standards.
Core Schematics Symbols Reference Chart
| Component | ANSI/IEEE (US) Symbol | IEC 60617 (Intl) Symbol | Real-World Practice Note |
|---|---|---|---|
| Resistor | Zigzag line | Empty rectangle | IEC rectangles are now the default in most modern CAD tools (KiCad, Altium). The zigzag is still prevalent on legacy US military and industrial prints. |
| Capacitor (Non-Polarized) | Two parallel straight lines | Two parallel straight lines | Used for ceramics and film caps. In practice, physical orientation does not matter, but keep the PCB footprint symmetrical to avoid tombstoning during reflow. |
| Capacitor (Polarized) | One straight line, one curved line | One straight line, one curved line (often with a '+' sign) | The curved line represents the outer aluminum can of an electrolytic capacitor, which is always the negative terminal. Match the curve to the physical negative stripe. |
| Inductor | Series of loops/coils | Series of loops/coils (or half-circles) | Look for a line running parallel to the coils: solid line = iron core, dashed line = ferrite core, no line = air core. This dictates the saturation current limit. |
| Diode | Triangle pointing to a vertical line | Triangle pointing to a vertical line | The vertical line is the cathode. On the physical component, the cathode is marked by a painted band or stripe. Current flows from anode to cathode (triangle to line). |
| NPN Transistor (BJT) | Circle with an arrow pointing OUT from the emitter | Circle with an arrow pointing OUT from the emitter | Mnemonic: NPN = Not Pointing iN. The arrow always points in the direction of conventional current flow (positive to negative) across the base-emitter junction. |
| Ground (Signal) | Three horizontal lines of decreasing width | Three horizontal lines of decreasing width | Used for the 0V return path of low-voltage logic. Never tie this directly to earth ground without a defined reference point, or you will create ground loops. |
| Cell vs. Battery | Cell: One long, one short parallel line. Battery: Multiple sets of long/short lines. |
Same as ANSI, but battery may just be a single cell symbol with a note 'V_BAT'. | A single 18650 is a cell (one long/short line). A 3S LiPo pack is a battery (multiple lines). Mislabeling these in CAD can cause BMS wiring errors. |
| SPST Switch | A hinged line breaking a connection gap | A hinged line breaking a connection gap | Drawn in its 'normal' (unactuated) state. If it's a pushbutton, it's drawn open (Normally Open) unless specified as NC. |
Regional Standard Variants and Faded Markings
When reading schematics symbols, the standard applied depends on the origin of the documentation. In the US, ANSI/IEEE Std 315 and NEMA standards dominate industrial and legacy electrical prints. In Europe and most international contexts, IEC 60617 is the legal and practical standard. The UK historically used BS 3939, which closely mirrored IEC but included unique variations for telecom and audio; you will still see these on vintage British audio amplifier schematics.
If you are using modern EDA software like KiCad, Altium, or EasyEDA, the default libraries almost universally favor IEC-style rectangles for resistors and logic gates, regardless of your physical location. Always check the title block in the bottom right corner of a PDF schematic to see which standard the drafter claimed to follow.
The 'Rows People Get Wrong' Field Guide
Even experienced makers trip over specific symbol variations. Here are the most common misinterpretations on the bench:
- Ground vs. Earth vs. Chassis: Signal ground (three decreasing horizontal lines) is your logic 0V reference. Earth ground (a horizontal line with three angled stakes pointing down) is the physical connection to the soil via a ground rod. Chassis ground (a horizontal line with three diagonal slashes) is the metal enclosure. Mixing these up on a schematic leads to severe EMI noise and potential shock hazards if a live wire touches the chassis.
- Normally Open (NO) vs. Normally Closed (NC) Contacts: In relay and contactor schematics, a NO contact is drawn with a gap. A NC contact is drawn with a line and a diagonal slash through it. In PLC wiring and E-stop circuits, confusing these means your safety interlocks might fail to trigger when the machine faults.
- Polarized Capacitor Curve Direction: Many beginners draw the curved plate on the positive side because it looks like a 'plus' sign or a bowl holding charge. The curve actually represents the physical outer aluminum can of an electrolytic capacitor, which is always the negative terminal. Always match the CAD symbol's curve to the negative stripe on the physical part.
- Depletion vs. Enhancement MOSFETs: An enhancement-mode MOSFET (the standard for 99% of hobbyist switching) has a broken channel line between the drain and source. A depletion-mode MOSFET has a solid, unbroken channel line. If you misread a depletion symbol as an enhancement type, your circuit will be 'always on' when the gate is at 0V.
Frequently Asked Questions
What do schematics symbols for relays and contactors mean in practice?
A relay coil is drawn as a rectangle (IEC) or a circle (ANSI) with the label 'K' or 'CR'. The contacts controlled by that coil are drawn elsewhere on the schematic, linked only by the same reference designator (e.g., K1). In practice, this means you must trace the coil's control voltage to understand when the contacts switch. For contactors (used for high-current motor loads), the symbol is similar but usually includes an arc-chute mark or is labeled 'KM' to denote it handles power-level currents rather than signal-level currents.
How do I read schematics symbols for MOSFETs vs BJTs?
BJTs (Bipolar Junction Transistors) are current-controlled and always show a base, collector, and emitter with an arrow on the emitter leg. MOSFETs are voltage-controlled and show a gate, drain, and source. The gate on a MOSFET symbol is drawn as a line separated by a gap from the channel, representing the insulated gate oxide layer. If the symbol includes a diode pointing from source to drain, it indicates the intrinsic body diode present in all standard power MOSFETs—a critical detail when designing H-bridges or motor drivers to prevent shoot-through.
Are schematics symbols universal across KiCad, Altium, and EasyEDA?
No. While the underlying standards (IEC/ANSI) are fixed, the default symbol libraries in CAD packages vary. KiCad's default library heavily favors IEC symbols. Altium allows users to configure ANSI or IEC preferences during installation, and many US-based corporate Altium vaults enforce ANSI zigzag resistors. EasyEDA, being closely tied to LCSC and Asian manufacturing, defaults to IEC. Always verify the symbol library standard your team is using before generating a final PDF for the fabrication house to avoid misinterpretation by the assembly technicians.
How should I safely interpret components when physical markings are faded or missing?
Never apply power to a board with unverified, faded components. First, locate the reference designator (e.g., U3, Q1, R12) on the PCB silkscreen and cross-reference it with the bill of materials (BOM) or service manual. If documentation is missing, use a multimeter in continuity mode to trace the pins to known nets (GND, VCC) to deduce the pinout. For semiconductors, use the multimeter's diode-test mode to map the internal PN junctions and identify the exact pinout. If a safety-critical component like a mains-rated X2 capacitor, a varistor, or a fuse is faded and its rating is illegible, replace it with a conservatively rated, certified equivalent from a reputable supplier like Electronics Tutorials recommends for standard replacements—never guess on mains isolation or overcurrent protection thresholds.






