When reading or drafting a power electronics schematic, misinterpreting a single line or arrow on a MOSFET schematic symbol can result in a shorted board, a blown gate driver, or a magic-smoke failure on the bench. Below is the definitive reference for identifying, standardizing, and selecting the correct MOSFET for your circuit.
The Complete MOSFET Schematic Symbol Reference Table
| Symbol Type | Channel / Mode | Key Visual Identifier | Real-World Part Example |
|---|---|---|---|
| N-Channel Enhancement | N-Channel / Normally OFF | Arrow points IN. Broken/dashed channel line. Body diode cathode at Drain. | IRLZ44N, IRF540N |
| P-Channel Enhancement | P-Channel / Normally OFF | Arrow points OUT. Broken/dashed channel line. Body diode anode at Drain. | IRF9540, Si2301 |
| N-Channel Depletion | N-Channel / Normally ON | Arrow points IN. Solid channel line between Drain and Source. | LND150, BSP149 |
| P-Channel Depletion | P-Channel / Normally ON | Arrow points OUT. Solid channel line between Drain and Source. | Rare in commercial silicon |
| Logic-Level N-Channel | N-Channel / Low Vgs(th) | Identical to standard N-Ch Enhancement, but datasheet specifies Vgs(th) < 2.5V. | AO3400, BSS138 |
Standard Variants: IEEE/ANSI vs. IEC Conventions
Depending on your region and the CAD software you use (Altium, KiCad, Eagle), the MOSFET schematic symbol will follow one of two primary standards. Knowing which applies prevents confusion when reading imported schematics.
IEEE 315 / ANSI Y32.2 (North America & Global Hobbyist Standard)
This is the most common symbol set seen in US datasheets, university textbooks, and hobbyist forums. It uses distinct lines for the Gate, Drain, and Source, with a separate substrate/body terminal. The channel is represented by a vertical line (solid or broken) separating the gate from the drain/source. The arrow is placed on the source/substrate connection.
IEC 60617 (European & Industrial Standard)
The IEC standard encloses the semiconductor elements inside a rectangular boundary box. The Gate, Drain, and Source lines protrude from this box. Instead of a broken line for enhancement mode, IEC symbols often rely on the arrow direction and specific terminal labeling (G, D, S) inside the box to denote channel type and mode. If you are reading industrial PLC schematics or European automotive wiring diagrams, you will encounter the IEC box style.
The "Rows People Get Wrong" Trap
Even experienced engineers make specific errors when skimming MOSFET symbols. Here are the most common misinterpretations and how to avoid them.
1. The Substrate Arrow Direction
The Mistake: Confusing N-channel and P-channel based on the arrow.
The Rule: The arrow always indicates the direction of conventional current flow from the P-type material to the N-type material.
The Fix: For an N-channel MOSFET, the substrate is P-type, so the arrow points inward toward the channel. For a P-channel MOSFET, the substrate is N-type, so the arrow points outward away from the channel. Memory trick: "N is IN, P is Pointing out."
2. The Broken vs. Solid Channel Line
The Mistake: Using a solid channel line for a standard switching MOSFET.
The Rule: A broken or dashed line between the drain and source indicates an Enhancement-mode device (normally OFF, requires gate voltage to form a channel). A solid line indicates a Depletion-mode device (normally ON, requires gate voltage to pinch off the channel).
The Fix: If you are designing a standard buck converter or motor driver, your symbol must have a broken line. Using a solid line implies a depletion device, which will cause catastrophic shoot-through if the gate driver fails low.
3. The "Hidden" Body Diode
The Mistake: Omitting the body diode in small-signal logic symbols and forgetting it exists physically.
The Rule: In power MOSFET symbols, the parasitic body diode is explicitly drawn. In small-signal symbols (like the BSS138), CAD libraries often omit it for visual cleanliness.
The Fix: Always assume the body diode is physically present. If you are switching an inductive load (like a relay coil or motor) on the low side, the body diode will conduct when the MOSFET turns off. If the diode's reverse recovery time is too slow for your PWM frequency, you must add an external Schottky diode in parallel to prevent voltage spikes from destroying the silicon.
Identifying Unmarked or Faded MOSFETs on the Bench
When salvaging components or repairing a board where the silkscreen has burned off or the part markings are faded, you can safely interpret the physical MOSFET using a digital multimeter (DMM) in diode-test mode. This method relies on the physical reality of the body diode shown in the schematic symbol.
- Discharge the Gate: Briefly short all three pins together with a resistor or your fingers to ensure any trapped gate charge is bled off.
- Test the Body Diode (N-Channel Check): Place the Red (positive) probe on the Source pin and the Black (negative) probe on the Drain pin. If it's an N-channel MOSFET, you should read a forward voltage drop between 0.4V and 0.6V. Swap the probes (Red on Drain, Black on Source); it should read OL (Open Loop).
- Test the Body Diode (P-Channel Check): If the N-channel test yields OL in both directions, reverse the logic. Place Red on Drain and Black on Source. A reading of 0.4V-0.6V indicates a P-channel MOSFET.
- Verify Gate Isolation: Test the Gate pin against both the Drain and Source. It must read OL in both directions. If you read continuity or a low resistance, the gate oxide is punctured. The part is dead and must be discarded.
Decision Tree: Picking the Right Symbol and Part
Use this decision matrix to terminate your design process with a concrete part selection based on your circuit topology and drive voltage. For deeper selection criteria, refer to the Texas Instruments MOSFET portfolio or the Infineon Power MOSFET guide.
| Circuit Requirement | Topology / Logic Level | Required Symbol Type | Concrete Part Pick |
|---|---|---|---|
| Low-side switch for motors/LEDs, driven by 5V or 3.3V MCU GPIO | Low-Side / Logic-Level | N-Channel Enhancement (Logic-Level) | IRLZ44N (TO-220, high power) or AO3400 (SOT-23, low power) |
| Low-side switch, driven by 10V-12V gate driver IC | Low-Side / Standard | N-Channel Enhancement (Standard) | IRF540N (TO-220) or IRFB4115 (TO-220, high current) |
| High-side switch, simple load control without a charge pump | High-Side / Direct Drive | P-Channel Enhancement | Si2301 (SOT-23, <3A) or IRF9540 (TO-220, higher power) |
| High-frequency SMPS or synchronous buck converter | High-Frequency / Low Qg | N-Channel Enhancement (Superjunction) | IPA60R190C6 or IRFP460 (Check Qg in datasheet) |
| Normally-ON safety interlock or constant current source | Depletion Mode | N-Channel Depletion | LND150 (High voltage, low current) |
By matching the exact visual identifiers in your CAD library to the physical realities of the silicon—and verifying unmarked parts with a DMM diode test—you eliminate the most common points of failure in power electronics design. Always default to logic-level N-channel enhancement MOSFETs for low-side switching unless your thermal or topology constraints explicitly demand otherwise.






