The universal base symbol for inductance is a series of four connected semicircular loops, resembling a coiled spring. However, the exact schematic representation changes drastically depending on the core material, shielding, and whether your design follows North American (IEEE 315) or International (IEC 60617) standards. If you are reading a schematic to troubleshoot a buck converter or design an EMI filter, misreading a ferrite core symbol as an air core will lead to magnetic saturation and catastrophic component failure. Below is the exact reference data, regional variations, and bench-testing protocols you need to identify and replace inductors correctly.

The Complete Inductor Symbol Reference Table

Schematic symbols for inductors are governed primarily by two standards: IEEE 315 / ANSI Y32.2 (dominant in North America and legacy military/aerospace designs) and IEC 60617 (the global standard for modern commercial electronics). While the base loop structure is similar, the indicators for core materials and shielding differ significantly.

Component Type IEEE 315 (North America) IEC 60617 (International) Practical Meaning & Application
Air Core Four loops, no underlying line. Four loops, no underlying line. No magnetic core. Used in high-frequency RF circuits where core losses would be unacceptable.
Iron / Magnetic Core Four loops with a solid straight line beneath them. Four loops with a solid straight line beneath them. Laminated iron or powdered iron. High inductance, but limited to low frequencies (50/60Hz to ~10kHz) due to eddy currents.
Ferrite Core Four loops with a dashed line beneath them. Four loops with a dashed line (or sometimes a solid line with a specific material annotation). Ceramic ferrite. The standard for switching power supplies (100kHz to 5MHz) due to high resistivity and low high-frequency losses.
Variable Inductor Loops with an arrow crossing diagonally through them. Loops with an arrow crossing diagonally and a strike-through bar. Adjustable core (usually a brass or ferrite slug). Used for tuning RF tank circuits.
Tapped Inductor Loops with an arrow pointing to a specific junction between loops. Similar to IEEE, arrow points to the tap junction. Fixed tap point. Common in autotransformers or multi-stage impedance matching networks.
Shielded Inductor Loops enclosed in a dashed box or with a grounded shield line. Loops enclosed in a solid box connected to a ground symbol. Magnetic flux is contained. Critical in dense PCB layouts to prevent EMI crosstalk with sensitive analog traces.

Rows People Get Wrong (And How to Fix Them)

Even experienced engineers misinterpret specific schematic variations, leading to incorrect BOM (Bill of Materials) selections. Here are the most common errors and how to resolve them.

Warning: Iron vs. Ferrite Core Confusion
The difference between a solid line (iron) and a dashed line (ferrite) is subtle on printed schematics. If you install an iron-core inductor in a 500kHz switching regulator that specifies a ferrite core, the massive eddy current losses in the iron will cause the component to overheat, melt the solder joints, and short the switching node. Always verify the core material in the datasheet, not just the schematic drawing.

Tapped vs. Variable

A tapped inductor has an arrow that terminates at one of the coil junctions, indicating a fixed physical wire tap. A variable inductor has an arrow that slashes across the entire coil, indicating a movable core. Ordering a variable inductor when the schematic calls for a tapped autotransformer will result in a circuit that cannot handle the required continuous current through the wiper contact.

Coupled Inductors vs. Transformers

Schematically, a coupled inductor looks identical to a two-winding transformer (two sets of loops side-by-side, often with dot notation for phase). However, in practice, a coupled inductor (used in SEPIC or Cuk converters) is designed to store energy in its core gap, whereas a transformer is designed to transfer energy instantaneously without storing it. If the symbol is in the power stage of a DC-DC converter, assume it requires a coupled inductor with a specific gapped core, not a standard off-the-shelf RF transformer.

Safe Interpretation When Markings Are Faded or Missing

On the bench, you will frequently encounter PCBs where the silkscreen "L" designation is burned off, or the SMD inductor itself lacks laser markings (a common cost-cutting measure on unshielded drum-core inductors from overseas manufacturers). Here is the safe, step-by-step protocol to verify the component is an inductor and determine its health.

  1. Visual and Physical Inspection: Shielded inductors look like molded black or grey epoxy cubes (e.g., 5x5mm or 10x10mm). Unshielded inductors show visible copper wire wrapped around a ferrite drum. If it looks like a solid ceramic block, it is a capacitor.
  2. DC Resistance (DCR) Check: Set your multimeter to the lowest ohms range. A healthy power inductor will read between 0.01Ω and 2.0Ω. If it reads infinite (OL), the internal wire is snapped. If it reads in the kilo-ohms or mega-ohms, you are probing a resistor or a dead component.
  3. LCR Meter Verification: To confirm inductance, use an LCR meter set to 100kHz (standard for power inductors) or 1kHz (for audio/choke inductors). A reading in the microhenry (µH) or nanohenry (nH) range confirms it is an inductor. All About Circuits provides an excellent primer on how inductance behaves under AC test signals.
Bench Tip: Never test an inductor's continuity while it is still soldered to the board. The parallel low-resistance paths of power planes and MOSFETs will give you a false low-ohm reading. Desolder at least one pad before measuring DCR.

Decision Tree: Picking a Replacement Part from the Schematic

When the original inductor is cracked or burned and you need to source a replacement, use this decision path based on the schematic symbol and circuit parameters to select a concrete, reliable part number.

Schematic Symbol / Circuit Clue Operating Condition Required Physical Trait Concrete Replacement Pick
Shielded Ferrite Core (Box around loops) DC-DC Buck Converter, >1MHz switching, 5A+ load Low profile, high saturation current (Isat), molded construction Coilcraft XEL4030-471 (470nH, 10.4A Isat) or Wurth 744774210
Unshielded Ferrite Core (Standard loops + dashed line) Low-cost LED driver or non-critical filtering, <500kHz Drum core, visible wire, low cost, high DCR acceptable Bourns SRP4020TA-100M (10µH, 1.8A Isat)
Iron Core (Solid line beneath loops) 50/60Hz AC line filtering or audio crossover High inductance (mH range), high current handling, large footprint Hammond 1140-101K (100µH, 10A) or custom toroidal wound
Coupled Inductor (Two loop sets with dots) SEPIC / Cuk Converter, dual output rail Matched windings, specific leakage inductance, gapped core Coilcraft MSD1278-103 (10µH dual winding)

Default Recommendation: If you are repairing a modern commercial switching power supply and the schematic is ambiguous, default to a shielded ferrite-core inductor (like the Coilcraft XEL or Wurth 744774 series). The shielding prevents EMI failures that might pass a basic functional test but fail FCC/CE radiated emissions compliance later.

Regional Standards and Your PCB Layout

When designing your own schematics, the choice between IEEE 315 and IEC 60617 depends on your target audience and industry. If you are designing for US Department of Defense contracts, legacy aerospace, or older North American industrial equipment, you must use IEEE 315 symbols. The dashed and solid lines for core materials are strictly enforced in these documentation packages.

For modern consumer electronics, IoT devices, and global commercial products, IEC 60617 is the mandatory standard. IEC symbols are increasingly favored in modern EDA tools (like Altium Designer and KiCad) because they map more cleanly to international BOM databases. Always ensure your EDA library clearly annotates the core material in the component properties, rather than relying solely on the visual symbol, to prevent manufacturing errors when the schematic is handed off to a contract manufacturer.