The NMOS (N-channel Metal-Oxide-Semiconductor) symbol represents a transistor where electrons are the majority charge carriers, turning on when a positive voltage is applied to the gate relative to the source. Because global engineering teams use different drafting standards, misreading an NMOS symbol can lead to catastrophic circuit failure or backwards wiring. Below is the complete reference for reading, drawing, and troubleshooting NMOS symbols across IEEE and IEC standards.
Complete NMOS Symbol & Pinout Reference Table
Use this table to decode the specific NMOS variant you are looking at on a schematic. The presence of a dashed line, an arrow direction, or a parallel diode completely changes how the component behaves in-circuit.
| Symbol Variant | Governing Standard | Channel Line Style | Arrow Direction | Body Diode Shown? | Common Use Case / Part Example |
|---|---|---|---|---|---|
| Enhancement-Mode (4-Terminal) | IEEE 315 / ANSI Y32.2 | Dashed (Broken) | Points IN (Gate to Channel) | No | Small-signal switching, logic level translation (e.g., 2N7000) |
| Enhancement-Mode (3-Terminal) | IEC 60617 | Dashed (Broken) | Points IN (Source to Channel) | No | European/International schematics, IC internal block diagrams |
| Power Enhancement (with Diode) | IEEE 315 (Modified) | Dashed (Broken) | Points IN | Yes (Cathode at Drain) | Power supplies, motor drivers, high-current switching (e.g., IRF540N) |
| Depletion-Mode | IEEE 315 / IEC 60617 | Solid (Continuous) | Points IN | Rarely | Constant current sources, RF amplifiers, normally-on switches (e.g., BSS123 variant) |
Regional Standards: IEEE 315 vs IEC 60617
When reading schematics from international teams or older legacy equipment, you will encounter two dominant standards for drawing the NMOS symbol. Assuming one is universal is a common mistake that leads to misidentifying the Source and Drain pins.
IEEE 315 / ANSI Y32.2 (North America)
The IEEE standard typically draws the MOSFET with four distinct terminals: Gate, Drain, Source, and Body (or Substrate/Bulk). The body terminal is often shown as a separate line with an arrow pointing inward toward the channel for an NMOS device. In modern practice, especially for discrete 3-pin TO-220 or SOT-23 packages, the body terminal is omitted from the drawing because it is internally shorted to the Source pin inside the silicon die.
IEC 60617 (International / Europe)
The IEC standard simplifies the symbol by drawing a single vertical line representing the channel, with three horizontal lines intersecting it for the Gate, Drain, and Source. The arrow indicating N-channel is placed on the Source line pointing inward. This standard is heavily used in semiconductor datasheets from European manufacturers like Infineon and STMicroelectronics, as well as in internal IC block diagrams where drawing 4-terminal symbols for millions of transistors would clutter the page.
Variants and Rows People Get Wrong
Even experienced bench technicians misinterpret specific visual cues in MOSFET symbols. Here are the most common schematic errors and how to avoid them.
Confusing Enhancement vs. Depletion Mode
The most critical visual cue in an NMOS symbol is the channel line. A dashed or broken line between the Drain and Source indicates an enhancement-mode device (normally OFF, requires positive Gate voltage to turn ON). A solid, continuous line indicates a depletion-mode device (normally ON, requires negative Gate voltage to turn OFF). If you replace a dashed-line symbol component with a solid-line physical part, your circuit will short out the moment power is applied.
The Hidden Body Diode
Power MOSFETs (like the widely used Infineon IRF series) have an intrinsic parasitic body diode formed by the PN junction between the Drain and the P-type substrate. In power schematics, this diode is explicitly drawn parallel to the channel, with the cathode (bar) at the Drain and anode at the Source. However, in small-signal or IC-level schematics, this diode is often omitted to save space. If you are designing a high-side switch or an H-bridge motor driver, you must account for this diode's forward voltage drop (typically 0.7V to 1.2V) and reverse recovery time, even if the schematic symbol doesn't explicitly draw it.
Arrow Direction for N-Channel vs P-Channel
The arrow always indicates the direction of conventional current flow through the PN junction of the body/substrate. For an NMOS, the arrow points inward (from the P-type body toward the N-type channel). For a PMOS, the arrow points outward. A quick mnemonic: "NMOS is Not Pointing Out." If the arrow points out, it is a PMOS, and your gate drive logic must be inverted (pulling the gate to ground turns it on, rather than pulling it to VCC).
Identifying Pins When PCB Silkscreen is Faded
When reverse-engineering a damaged board or working with cheap imported modules where the silkscreen has rubbed off, you cannot rely on visual pinout markings. You can safely identify the Gate, Drain, and Source of an unmarked 3-pin NMOS MOSFET using a standard digital multimeter's diode test mode.
- Discharge the Gate: Before testing, short all three pins together with a piece of wire or your fingers. MOSFET gates are highly sensitive to static and can hold a charge that leaves the device partially turned on, skewing your readings.
- Find the Body Diode: Set your multimeter to diode test mode. Probe the pins in pairs. You are looking for a forward voltage drop reading between 0.4V and 0.7V. The pin where your black (common) probe is placed when you get this reading is the Source. The pin where your red (positive) probe is placed is the Drain.
- Verify the Gate: The remaining third pin is the Gate. To confirm, place your black probe on the Source and red probe on the Drain (you should see the 0.4V - 0.7V drop). Now, briefly touch the red probe to the Gate pin, then return it to the Drain. If the multimeter now reads a near-short (0.00V or OL depending on meter logic) because the MOSFET has turned on, you have confirmed it is an enhancement-mode NMOS, and your pin identification is correct.
Frequently Asked Questions
How do I reliably tell an NMOS symbol from a PMOS symbol on a schematic?
Look at the arrow on the Source or Body terminal. If the arrow points inward toward the channel line, it is an NMOS (N-channel). If the arrow points outward away from the channel, it is a PMOS (P-channel). Additionally, PMOS symbols often include a small circle (inversion bubble) on the Gate terminal to indicate that a low logic signal turns the device on, though this is a logic convention rather than a strict physical symbol rule.
Why does my NMOS schematic symbol have a dashed line in the middle?
The dashed line between the Drain and Source represents the physical channel region in the silicon before any voltage is applied. A dashed line means the channel does not naturally exist; it must be "enhanced" or created by applying a positive voltage to the Gate. This designates it as an enhancement-mode MOSFET, which is the standard type used in 99% of modern digital and power switching circuits. A solid line would indicate a depletion-mode device.
What does the circle or bubble on the gate of a MOSFET symbol mean?
A circle on the Gate terminal is a logic inversion bubble. It does not change the physical physics of the transistor; rather, it tells the schematic reader about the intended logic behavior. If you see an NMOS symbol with a bubble on the gate, the designer is indicating that the signal driving the gate is active-low (the MOSFET turns on when the driving signal goes to 0V/GND, usually via a pull-up resistor and an open-drain driver). If you see a PMOS symbol without a bubble, it implies active-high driving, which is physically incorrect for standard discrete PMOS operation and usually denotes a schematic drafting error.






