The standard IEEE/IEC MOSFET symbol consists of a vertical channel line, three branch lines (Drain, Source, Body/Substrate), and a separated gate line. An arrow on the Source/Body indicates N-channel (pointing in) or P-channel (pointing out). A dashed channel line means Enhancement mode (normally off); a solid line means Depletion mode (normally on). If you are reading a schematic and need to immediately map these lines to a physical component, use the reference table below.

The Complete MOSFET Symbol Reference Table

This table maps the specific visual elements of a MOSFET schematic symbol to their electrical meaning and provides common physical part examples. Assume standard silicon MOSFETs operating at room temperature (25°C) unless otherwise noted.

Symbol Feature Electrical Meaning Visual Representation Common Part Examples
Arrow Pointing IN N-Channel (Current flows Drain to Source when Vgs > Vth) Arrow on source/body terminal points toward the channel line IRLZ44N, IRF520, 2N7000, BSS138
Arrow Pointing OUT P-Channel (Current flows Source to Drain when Vgs < Vth) Arrow on source/body terminal points away from the channel line IRF9540, SI2301, AO3401, BSS84
Dashed Channel Line Enhancement Mode (Normally OFF, requires gate voltage to conduct) Broken/dashed vertical line between drain and source branches IRLZ44N, SI2301 (99% of modern power/logic MOSFETs)
Solid Channel Line Depletion Mode (Normally ON, requires gate voltage to turn OFF) Solid continuous vertical line between drain and source branches BSP149, LND150 (Rare in hobbyist, common in RF/audio)
Gate Line Separated Insulated Gate (Metal-Oxide layer, ultra-high input impedance) Horizontal gate line does not touch the vertical channel line Applies to all MOSFETs (distinguishes from JFETs)
Body Diode Drawn Intrinsic parasitic diode between Source and Drain Diode symbol bridging Drain and Source, cathode to Drain (N-ch) Power MOSFETs (TO-220/TO-247) like IRFB4110

Regional and Standard Variants (IEEE vs. IEC vs. Legacy)

While the core physics remain identical, how engineers draw MOSFETs varies based on the governing standard and the target audience. Understanding these variants prevents misinterpretation when reading international schematics or older legacy designs.

Pro-Tip: If you see a symbol where the gate line actually touches the channel line, you are not looking at a MOSFET. That is a JFET (Junction Field-Effect Transistor), which operates on completely different principles and cannot be swapped into a MOSFET footprint.
  • IEEE 315 (US Standard): Typically draws the 4-terminal MOSFET. The Body (or Bulk/Substrate) terminal is explicitly drawn as a fourth pin. In physical discrete components, this terminal is internally tied to the Source, but in Integrated Circuit (IC) design, the body might be tied to a separate ground plane to prevent latch-up.
  • IEC 60617 (European/International): Often simplifies the symbol to 3 terminals (Gate, Drain, Source) by omitting the explicit bulk connection, assuming it is internally bonded to the Source. The IEC standard also sometimes encloses the entire symbol in a circle to denote a discrete component versus an IC block.
  • The 'Hobbyist' Shorthand: In Arduino and maker schematics, the body terminal is almost always omitted. Furthermore, the intrinsic body diode is explicitly drawn on N-channel power MOSFETs to remind the builder that reverse polarity will cause the diode to conduct, bypassing the gate control entirely.

Rows People Get Wrong (And How to Avoid Costly Mistakes)

Even experienced makers misread specific nuances in MOSFET symbols, leading to blown gate drivers or shorted power rails. Here are the most common schematic misinterpretations.

1. Confusing the Body Diode Representation

In small-signal MOSFETs (like the SOT-23 packaged BSS138), schematic capture software often omits the body diode to save visual clutter. Do not assume the diode is absent. Every physical vertical power MOSFET has an intrinsic body diode. If you are switching an inductive load (like a relay or motor) without an external flyback diode, the MOSFET's internal diode will avalanche and destroy the silicon if its energy rating (Eas) is exceeded.

2. Misreading Enhancement vs. Depletion Modes

Because 99% of hobbyist and commercial switching circuits use Enhancement mode (dashed line), builders develop a blind spot. If a schematic uses a solid channel line, it is a Depletion-mode MOSFET (normally ON). Swapping an Enhancement part into a Depletion circuit will result in a dead circuit; swapping a Depletion part into an Enhancement circuit will result in a permanent short that likely destroys your power supply.

3. The 'Not Pointing iN' Arrow Mnemonic Failure

The arrow direction defines the channel type. N-channel arrows point in toward the channel. P-channel arrows point out. The common mnemonic is 'Not Pointing iN' for P-channel. However, some legacy CAD libraries draw the arrow on the Drain instead of the Source. Always verify the arrow is on the Source/Body terminal; if it's on the Drain, the CAD library is non-standard and likely flawed.

Decision Tree: Identifying and Selecting Your MOSFET

Use this decision matrix to translate your circuit requirements into a concrete MOSFET pick. This assumes a standard DC switching application driven by a microcontroller or logic gate.

Circuit Condition Symbol / Type Required Concrete Part Pick (2026 Standard)
Switching a ground-referenced load (Low-Side) driven by 5V/3.3V logic N-Channel, Enhancement, Logic-Level (Vgs(th) < 2.5V) IRLZ44N (TO-220) or AO3400 (SOT-23)
Switching a ground-referenced load (Low-Side) driven by 10V+ gate driver N-Channel, Enhancement, Standard Level (Vgs(th) ~ 4V) IRFB4110 (TO-220) or IRF520 (Legacy)
Switching a VCC-referenced load (High-Side) driven directly by 3.3V MCU P-Channel, Enhancement, Logic-Level SI2301 (SOT-23) or AO3401 (SOT-23)
Switching a high-voltage VCC load (High-Side, >20V VCC) P-Channel (Power) driven by an N-Channel (Signal) pull-down IRF9540 (P-ch) driven by BSS138 (N-ch)
Safety Warning: Never drive a standard-level N-channel MOSFET (like the IRF520) directly from a 3.3V ESP32 or 5V Arduino GPIO. The gate threshold voltage (Vgs(th)) is typically 2.0V to 4.0V, meaning at 3.3V it will only partially open, entering the linear region. This causes massive Rds(on) resistance, rapid thermal runaway, and catastrophic package failure. Always use 'Logic-Level' (IRL-series) parts for direct MCU driving.

Safe Interpretation When Markings Are Faded or Missing

Physical MOSFETs, especially SOT-23 surface-mount packages and salvaged TO-220 through-hole parts, frequently suffer from faded laser etching, flux residue, or heat discoloration. Relying on visual pinout guessing will destroy your circuit. Instead, use your multimeter to read the physical manifestation of the schematic symbol: the body diode.

Follow this exact procedure to identify the pins and channel type without relying on the silkscreen:

  1. Set your DMM to Diode Test mode.
  2. Find the Body Diode: Probe all three pins in both directions. You are looking for one specific pair of pins that reads a standard silicon diode drop (typically 0.45V to 0.65V) in one direction, and 'OL' (Open Loop) in the reverse direction.
  3. Identify Source and Drain:
    • If the Red probe is on Pin A and Black is on Pin B to get the 0.5V reading, Pin A is the Source and Pin B is the Drain. This is an N-Channel MOSFET.
    • If the Black probe is on Pin A and Red is on Pin B to get the 0.5V reading, Pin A is the Source and Pin B is the Drain. This is a P-Channel MOSFET.
  4. Identify the Gate: The remaining third pin, which reads 'OL' in both directions against both the Source and Drain, is the Gate. (The gate is insulated by the metal-oxide layer, hence no diode drop).

For further verification on pinouts and specific threshold voltages, always cross-reference the physical package type (TO-220, TO-92, SOT-23, DPAK) with the manufacturer's datasheet. As noted in comprehensive component databases like Components101, physical pinouts (e.g., Gate-Drain-Source for TO-220 vs Gate-Source-Drain for SOT-23) vary wildly even when the schematic symbol remains identical. Always trust the multimeter diode test over assumed package standards when markings are compromised.

For a deeper theoretical breakdown of how the metal-oxide semiconductor layer creates the channel represented by these symbols, the All About Circuits semiconductor textbook provides excellent cross-sectional diagrams mapping the physical silicon to the IEEE schematic icons.