The symbol for a MOSFET on a schematic dictates its channel type (N or P), operating mode (enhancement or depletion), and substrate connection. Getting this wrong means ordering a part that turns on when it should be off, or wiring a body diode backward and shorting your power rail. In North America, IEEE Std 315 (ANSI Y32.2) dominates schematic capture, while Europe and most global silicon manufacturers use IEC 60617 for their datasheets.
Below is the direct reference for identifying and selecting the correct MOSFET symbol and its physical counterpart.
The Complete MOSFET Symbol Reference Table
This table covers the four primary discrete MOSFET configurations you will encounter in modern power and signal switching circuits.
| MOSFET Type | Operating Mode | Channel Line | Arrow Direction | Body Diode Orientation | Common Physical Part |
|---|---|---|---|---|---|
| N-Channel | Enhancement | Dashed (Broken) | Points IN (Gate to Channel) | Cathode to Drain, Anode to Source | IRLZ44N, 2N7000, BSS138 |
| P-Channel | Enhancement | Dashed (Broken) | Points OUT (Channel to Gate) | Anode to Drain, Cathode to Source | IRF9540, Si2301, AO3401 |
| N-Channel | Depletion | Solid (Continuous) | Points IN (Gate to Channel) | Cathode to Drain, Anode to Source | LND150, BFR84 |
| P-Channel | Depletion | Solid (Continuous) | Points OUT (Channel to Gate) | Anode to Drain, Cathode to Source | Rare (mostly JFETs used instead) |
Standard Variants: IEEE 315 vs IEC 60617
When reading schematics or datasheets, you will notice structural differences in how the insulated gate and bulk terminals are drawn. These are not errors; they are regional and standard-based variants.
The Circle vs. No Circle (Bulk Terminal)
- IEEE 315 (US Standard): Typically draws a circle around the entire MOSFET symbol to represent the semiconductor substrate or bulk. If the device is a 4-terminal MOSFET (where the bulk is brought out to a separate pin), the bulk line extends from the circle. If it is a standard 3-pin discrete part, the bulk line is internally tied to the Source pin inside the circle.
- IEC 60617 (Global/Datasheet Standard): Often omits the enclosing circle for discrete 3-pin components to reduce schematic clutter, showing only the gate, drain, and source lines. The substrate connection is assumed to be internally bonded to the source unless a fourth pin is explicitly drawn.
The Enclosed Box Variant
Some older European schematics and specific IEC interpretations enclose the entire transistor symbol in a rectangular box. This denotes the physical package boundary. In modern EDA tools like Altium or KiCad, this box is almost universally disabled by default to save space, but you will still see it on legacy industrial control schematics and older textbook diagrams.
Rows People Get Wrong (and How to Fix Them)
Misinterpreting a MOSFET symbol usually results in a destroyed component or a non-functional board. Here are the most common schematic-to-PCB translation errors.
1. The Body Diode Direction
Every standard power MOSFET has an intrinsic parasitic body diode formed by the P-N junction between the drain and source regions.
The Mistake: Beginners frequently draw the N-channel body diode pointing from Source to Drain (acting as a forward path).
The Reality: In an N-channel MOSFET, the diode's cathode (the bar) connects to the Drain, and the anode connects to the Source. Current can only flow backward through it (Source to Drain) when the MOSFET is off. If you place this symbol backward in a high-side switch or H-bridge, the diode will conduct immediately, bypassing your switching logic and likely shorting your supply.
2. Dashed vs. Solid Channel Lines
The Mistake: Using a solid channel line for a standard logic-level switch.
The Reality: A dashed (broken) line between the drain and source indicates an Enhancement mode MOSFET—it is normally OFF and requires gate voltage to turn on. A solid, continuous line indicates a Depletion mode MOSFET—it is normally ON and requires gate voltage to turn it off. Mixing these up in a crowbar protection circuit or a default-safe power rail will cause catastrophic failure on power-up.
3. The Arrow on the Wrong Leg
The arrow indicating the channel type always belongs on the Source leg. If you see an arrow on the Drain leg, the schematic was drawn incorrectly, or it is a specialized symmetric MOSFET (where source and drain are physically interchangeable, common in some RF or analog switch ICs, but rare in discrete power parts).
Decision Path: Picking the Right Symbol and Physical Part
Use this decision tree to terminate your design phase with a concrete symbol selection and a verified physical part number.
| Application Requirement | Symbol Selection | Concrete Part Pick (2026 Standard) |
|---|---|---|
| Low-side switch for 3.3V/5V microcontroller logic driving a 12V load. | N-Channel Enhancement (Dashed line, Arrow IN) | BSS138 (SOT-23, up to 50V) or IRLZ44N (TO-220, logic-level gate for higher currents) |
| High-side switch for a 12V or 24V automotive/LED load. | P-Channel Enhancement (Dashed line, Arrow OUT) | Si2301 (SOT-23, low Rds-on) or IRF9540 (TO-220, robust for higher wattage) |
| Default-ON current limiter or solid-state relay that must fail-safe to ON. | N-Channel Depletion (Solid line, Arrow IN) | LND150 (High voltage, low current) or BFR84 (RF/Signal applications) |
| Bi-directional battery disconnect or ideal diode OR-ing. | Back-to-Back N-Channel Enhancement (Two symbols, sources tied together) | CSD17571Q5A or discrete C2M0080120D (SiC for high voltage) |
Safe Interpretation When Silkscreen Markings Are Faded
In repair scenarios or when salvaging components, the laser-etched part numbers on TO-220 or SOT-23 packages are often rubbed off, burned, or obscured by thermal paste. You cannot rely on visual pinout guessing. Instead, use the MOSFET's intrinsic body diode to safely identify the channel type and pinout using a standard digital multimeter (DMM).
The Diode-Test Identification Procedure
- Set your DMM to Diode Test mode. Ensure the MOSFET is completely removed from the circuit to avoid parallel path readings.
- Identify the Gate: Test all three pins against each other. The Gate pin will read "OL" (Open Loop) or infinite resistance in both directions against the other two pins. The remaining two pins are Drain and Source.
- Determine Channel Type and Pinout:
- If it is an N-Channel MOSFET: Place the Red probe on Pin A and the Black probe on Pin B. If you read a forward voltage drop (typically 0.4V to 0.6V), Pin A is the Source and Pin B is the Drain. Reversing the probes should read "OL".
- If it is a P-Channel MOSFET: Place the Black probe on Pin A and the Red probe on Pin B. If you read 0.4V to 0.6V, Pin A is the Source and Pin B is the Drain. Reversing the probes should read "OL".
- Verify Enhancement Mode: While keeping the probes in the forward-bias (conducting) position, momentarily touch the Gate pin to the Drain pin with your finger or a jumper wire to charge the gate capacitance. The multimeter reading should drop closer to 0.0V (low Rds-on). Shorting Gate to Source should discharge it and return the diode reading to ~0.5V.
By defaulting to this multimeter verification method, you eliminate the risk of installing a P-channel part in an N-channel footprint—a mistake that instantly results in a dead short across your power supply the moment the board is energized. Always verify the physical silicon against the schematic symbol before soldering.






