The inductance symbol represents a coil of wire designed to store energy in a magnetic field and oppose changes in current. In North America, it is universally drawn as a series of connected loops (humps) per ANSI/IEEE 315. In Europe and most international markets, the IEC 60617 standard dictates a simple rectangle, relying heavily on the 'L' reference designator to distinguish it from a resistor. Whether you are reading a vintage tube amp schematic or debugging a modern ESP32 power delivery network, knowing exactly which variant you are looking at prevents catastrophic wiring and debugging errors.

The Complete Inductance Symbol Reference Chart

The table below maps the most common inductor types to their respective regional schematic standards. Use this as your primary bench reference when capturing schematics or reverse-engineering a board.

Component Type ANSI/IEEE 315 (US/North America) IEC 60617 (EU/Global) Practical Application
Basic Air-Core Inductor 4 connected semi-circular loops Plain rectangle (Relies on 'L' designator) RF tuning, high-frequency filtering, snubber networks
Magnetic/Iron Core Inductor Loops with 2 parallel straight lines beneath Rectangle with 2 parallel lines beneath Power supply chokes, audio crossovers, buck converters
Variable Inductor Loops with a diagonal arrow crossing through Rectangle with a diagonal arrow Tunable RF matching networks, adjustable filters
Tapped Inductor Loops with a tap line exiting the side/top Rectangle with a tap line Autotransformers, multi-band antennas, impedance matching
Shielded Inductor Loops enclosed in a dashed or solid box Rectangle enclosed in a box High-density PCBs (e.g., under ESP32 modules) to prevent EMI
Coupled Inductors (Transformer) Two sets of loops side-by-side, parallel lines between Two rectangles side-by-side, parallel lines between Isolated power supplies, gate drive transformers

Regional Standards: ANSI/IEEE 315 vs. IEC 60617

The divergence in inductance symbols stems from fundamentally different philosophies in schematic drafting. The ANSI/IEEE 315 standard favors physical representation; the loops visually mimic the physical winding of a copper coil. This makes it immediately obvious to a technician that the component is magnetic.

Conversely, the IEC 60617 standard prioritizes geometric standardization. In the IEC system, basic passive components (resistors, inductors, capacitors) are all drawn as rectangles or variations of rectangles to simplify automated drafting and reduce visual clutter in dense, multi-layer schematics.

Warning for EDA Software Users: If you are using KiCad, Altium, or EasyEDA, check your symbol library settings. Mixing IEEE inductors with IEC resistors in the same schematic creates a jarring, hard-to-read document that will fail professional design reviews. Stick to one standard per project.

Rows People Get Wrong (And How to Fix Them)

Even experienced engineers misinterpret specific inductance symbols when context is missing or when dealing with physical hardware that doesn't match the schematic perfectly. Here are the most common points of failure.

  • The IEC Rectangle Ambiguity: Because the basic IEC inductor is a plain rectangle—identical to an IEC resistor—readers often confuse the two if the reference designator ('L' vs 'R') is omitted or obscured. The Fix: Never trust the shape alone in IEC schematics. Always verify the reference designator prefix. If the BOM lists a 10µH part for 'R4', the schematic is wrong; it must be 'L4'.
  • Missing Core Lines on Power Chokes: Schematics for switch-mode power supplies (SMPS) frequently omit the parallel lines indicating a magnetic core, drawing the main buck inductor as an air-core symbol by mistake. The Fix: Assume any inductor in the main power path of a DC-DC converter (like a TPS5430 or LM2596 circuit) has a ferrite or powdered iron core, regardless of the schematic. Air-core inductors would saturate instantly at those current levels.
  • Faded PCB Silkscreen (The 'Mystery L' Problem): Power inductors run hot. It is incredibly common for the 'L1' silkscreen on a PCB to burn off or become unreadable due to thermal cycling, especially around shielded SMD drum cores like the Wurth Elektronik WE-PD series. Safe Interpretation: Do not guess based on trace width alone. Identify the physical package (toroid, shielded SMD, or unshielded bobbin). Desolder one leg and measure it with an LCR meter set to 100kHz. If you read microhenries (µH) or millihenries (mH) with a low DC resistance (DCR), it is an inductor. If it reads open-loop (OL), it has failed internally.

Inductance Symbol FAQ

What does the inductance symbol with a diagonal arrow mean?

A diagonal arrow crossing through the loops (IEEE) or the rectangle (IEC) designates a variable inductor. The arrow indicates that the inductance value can be adjusted, typically by threading a ferrite slug in or out of the coil's core using a non-magnetic tuning tool. These are heavily used in RF transmitter matching networks and older superheterodyne receiver IF (Intermediate Frequency) stages.

How do I safely interpret an inductor when PCB markings are faded or missing?

When thermal damage or chemical cleaning has erased the 'L' designator on the PCB silkscreen, rely on physical geometry and electrical testing. Inductors typically use drum cores, toroids, or shielded metallic boxes (like the Vishay IHLP series). To verify safely without applying mains or high DC voltage, use a multimeter to check for continuity (a good power inductor will read near 0 ohms DC resistance). Then, use an LCR meter to confirm the inductance value. Never assume a dark, cylindrical component is an inductor; it could be a ferrite bead (which reads near 0 ohms but has negligible inductance at low frequencies) or a small electrolytic capacitor.

Why do some inductance symbols have two parallel lines next to or beneath them?

The two parallel straight lines indicate the presence of a magnetic core (such as laminated iron, ferrite, or powdered iron). If the lines are solid, it represents a continuous magnetic core. If the lines are dashed, it represents a powdered iron or distributed gap core. If there are no lines beneath the loops or rectangle, the symbol strictly denotes an air-core inductor, which is used exclusively in high-frequency RF applications where core losses and saturation would ruin the circuit's Q-factor.

What is the difference between an inductor symbol and a choke symbol?

Electrically and symbolically, there is no difference. Both use the exact same inductance symbol and the 'L' reference designator. The distinction is purely functional and contextual. An 'inductor' is a general term for a component that stores energy in a magnetic field (used in resonant tanks or buck converters). A 'choke' is an inductor specifically deployed to block (choke) high-frequency AC ripple while passing DC current, commonly seen in EMI filtering stages and power supply inputs. Schematic designers sometimes label them as 'RFC' (Radio Frequency Choke) in RF circuits, but the underlying symbol remains identical.