Knowing the exact names of circuit symbols is the difference between a working prototype and a shorted board. Schematics use standardized graphical shorthand governed primarily by IEEE/ANSI in North America and IEC internationally. Below is the definitive reference chart for the most common components you will encounter on the bench.

Standard Circuit Symbols Reference Chart

Component IEEE/ANSI Symbol Name IEC Symbol Name Practical Meaning & Bench Notes
Resistor Zig-zag line Empty rectangle Limits current flow; drops voltage. Standard 1/4W axial is typically 2.5mm diameter.
Capacitor (Non-polarized) Two parallel straight lines Two parallel straight lines Stores charge; blocks DC, passes AC. Used for decoupling and filtering.
Capacitor (Polarized) One straight, one curved line Rectangle with one curved edge or '+' marker Electrolytic/Tantalum. Must observe polarity; reverse bias causes catastrophic venting.
Inductor Looped semi-circles (coils) Series of half-circles or rectangle with loops Resists changes in current. Core material (ferrite vs. iron) dictates saturation current.
Diode Triangle pointing to a vertical line Triangle pointing to a vertical line Allows current in one direction. Expect a 0.5V–0.7V forward drop for standard silicon.
NPN BJT Transistor Circle with arrow pointing OUT on emitter Circle with arrow pointing OUT on emitter Current-controlled switch. Mnemonic: Arrow means 'Not Pointing iN'.
PNP BJT Transistor Circle with arrow pointing IN on emitter Circle with arrow pointing IN on emitter Current-controlled switch. Mnemonic: Arrow means 'Pointing iN'.
N-Channel MOSFET Line with arrow pointing IN, broken channel Similar, often without circle enclosure Voltage-controlled switch. High impedance gate; broken line indicates enhancement mode.
SPST Switch Break in line with angled lever Break in line with angled lever Single Pole Single Throw. Basic on/off mechanical connection.
Earth Ground Three descending horizontal lines Three descending horizontal lines Zero-voltage reference tied to physical earth via grounding electrode.
Chassis Ground Three diagonal lines fanning out Three diagonal lines fanning out Reference tied to the metal enclosure or vehicle frame, not necessarily earth.

Regional Variants: IEEE/ANSI vs. IEC vs. Old UK

The names of circuit symbols and their visual representations change depending on the governing standard of the region where the schematic was drafted. Understanding which standard applies to your documentation prevents miswiring, especially when working with imported machinery or legacy equipment.

Standard Region / Authority Key Visual Differences Current Status
IEEE 315 / ANSI Y32.2 North America (US, Canada) Resistors are zig-zags; logic gates use distinctive shapes (D-shape for AND, curved for OR). Active. Dominant in US academic and commercial schematics.
IEC 60617 Europe, International (Global) Resistors are empty rectangles; logic gates use standard rectangular blocks with internal function codes (e.g., '&' for AND). Active. The globally accepted standard for new international designs.
BS 3939 United Kingdom (Legacy) Similar to early IEC but with specific variations in relay contacts and transformer winding notations. Withdrawn (replaced by IEC 60617 in the 1990s), but still found in legacy UK industrial panels.
Warning: Never mix IEEE and IEC symbols on a single schematic. A common failure mode occurs when a technician assumes an IEC rectangular block is a resistor, but in a mixed-standard drawing, it might represent an inductor or a relay coil. Always check the title block for the governing standard before troubleshooting.

For authoritative reference on these standards, consult the IEC official symbols database or the All About Circuits reference chapter on schematic symbols.

Common Symbol Mix-Ups and How to Read Faded Schematics

Even when you know the standard names of circuit symbols, real-world schematics are often poorly drafted, updated without revision control, or physically degraded. Here is how to handle the most common pitfalls.

Rows People Get Wrong: Common Symbol Mix-Ups

  • MOSFET Body Diodes: Schematics frequently omit the intrinsic body diode in N-channel and P-channel MOSFET symbols to reduce clutter. In practice, this diode is physically present. If you are using a MOSFET for high-side switching or motor H-bridges, assume the body diode will conduct if the drain-source polarity reverses, regardless of what the symbol shows.
  • Depletion vs. Enhancement MOSFETs: The channel line between the drain and source is the giveaway. A solid line indicates a depletion-mode device (normally ON at 0V gate). A broken or dashed line indicates an enhancement-mode device (normally OFF at 0V gate). Confusing these two will result in immediate short circuits upon power-up.
  • Normally Open (NO) vs. Normally Closed (NC) Relay Contacts: In IEC symbols, NO contacts are drawn with a gap, while NC contacts are drawn with an overlapping slash. In IEEE, the terminology relies on the switch state when the coil is de-energized. Always verify the coil state assumption before wiring interlocks.

Safe Interpretation When Markings are Faded or Missing

When working on legacy equipment, thermal exposure and UV light often fade schematic ink or silkscreen PCB markings. Do not guess component values or polarities based on faded symbols.

  1. Faded Ground Symbols: If an earth ground symbol is illegible, do not assume the chassis is safely bonded. Use a calibrated multimeter (like a Fluke 87V) to measure resistance between the suspected ground point and a known grounding electrode system. A safe bond should read less than 1.0 ohm.
  2. Faded Diode/Capacitor Polarity: If the polarity marker on an electrolytic capacitor or the cathode band on a diode is faded, remove the component from the circuit. Use the multimeter's diode test mode. For a silicon diode, the red lead on the anode and black on the cathode will yield a 0.5V–0.7V reading. Reversing the leads should read 'OL' (open loop).
  3. Missing Resistor Values: If the schematic symbol is clear but the value text is gone, measure the resistance in-circuit first. If the reading is erratic or lower than expected, desolder one leg to remove parallel circuit influence, then measure again.

Frequently Asked Questions About Circuit Symbol Names

What are the names of the circuit symbols for different types of ground?

There are three primary ground symbols you must distinguish. Earth Ground (three descending horizontal lines) represents a physical connection to the earth via a grounding rod, used for safety. Chassis Ground (three diagonal lines fanning out) represents a connection to the metal enclosure or vehicle frame, used for shielding and return paths. Signal Ground (an empty triangle pointing down) is the zero-voltage reference for low-voltage DC logic circuits and is often isolated from earth ground to prevent ground loops.

How do I identify the names of circuit symbols for logic gates?

Identification depends heavily on the standard. Under the IEEE/ANSI standard, logic gates use distinctive shapes: an AND gate is D-shaped with a flat back, an OR gate has a curved back and pointed output, and a NOT gate (inverter) is a triangle with a bubble on the output. Under the IEC 60617 standard, all logic gates are drawn as uniform rectangles. You identify them by the internal text symbols: '&' for AND, '≥1' for OR, and '1' with a negation bubble for NOT. Always look for the standard designation in the schematic's title block to know which naming convention applies.

Why do the names of circuit symbols change between American and European schematics?

The divergence stems from historical development. American symbols evolved from early 20th-century telegraph and Bell Labs drafting conventions, later formalized by ANSI and IEEE. European symbols were developed independently and eventually harmonized under the International Electrotechnical Commission (IEC) to facilitate cross-border trade and engineering. While the IEC has pushed for global standardization (resulting in the rectangular resistor and logic gates), the US electrical engineering sector has largely retained IEEE 315 due to the massive volume of existing legacy documentation and institutional inertia in American universities.