A transistor MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor) is the workhorse of modern DC power switching. Unlike a BJT, which is current-controlled, a MOSFET is voltage-controlled. To select the right one for your workbench, you must match three core parameters: the Drain-Source voltage ($V_{DS}$) should be at least 1.5x your supply voltage, the continuous Drain current ($I_D$) must exceed your load by 20%, and the Gate-Source threshold ($V_{GS(th)}$) must be fully compatible with your microcontroller's logic levels.

This guide strips away the abstract semiconductor physics and focuses on what you actually need to wire, bias, and test these components in real-world DC circuits.

Anatomy and Pinout: Gate, Drain, and Source

Before soldering, you must understand the physical package and the internal parasitic elements. The most common through-hole package for hobbyist power switching is the TO-220. When looking at the front of the package (the side with the text/markings) with the pins pointing down, the standard pinout from left to right is:

  • Gate (G): The control terminal. It has an extremely high input impedance (essentially a capacitor) and draws almost zero steady-state current.
  • Drain (D): The terminal where current enters the device (for N-channel). It is also physically tied to the metal mounting tab on a TO-220, meaning the tab is electrically "hot" and requires an insulating pad if mounting to a grounded heatsink.
  • Source (S): The terminal where current exits the device, typically tied to circuit ground in low-side switching configurations.
The Parasitic Body Diode: Every standard MOSFET has an intrinsic body diode baked into the silicon. In an N-channel MOSFET, this diode points from Source to Drain. If you wire the MOSFET backward, current will flow through this diode continuously, bypassing your Gate control entirely and likely destroying the part from overheating.

Operating Regions and Benchmark Part Ratings

Reading a datasheet requires knowing which region of operation you are targeting. There is a massive terminology trap here for engineers transitioning from BJTs to MOSFETs.

Terminology Trap: In a BJT, "Saturation" means the switch is fully ON. In a MOSFET, the Saturation region is actually the active/amplification zone where current is constant. To use a MOSFET as a fully ON switch, you must drive it into the Linear (or Ohmic) region.
Table 1: MOSFET Operating Regions for N-Channel Devices
Region Gate-Source Voltage ($V_{GS}$) Drain-Source Voltage ($V_{DS}$) Behavior & Application
Cutoff $V_{GS} < V_{GS(th)}$ Any Switch is OFF. Only tiny leakage current flows.
Linear / Ohmic $V_{GS} > V_{GS(th)}$ $V_{DS} < (V_{GS} - V_{GS(th)})$ Switch is ON. Acts as a low-value resistor ($R_{DS(on)}$). Use this for power switching.
Saturation / Active $V_{GS} > V_{GS(th)}$ $V_{DS} \ge (V_{GS} - V_{GS(th)})$ Current is constant regardless of $V_{DS}$. Used for amplifiers and electronic loads, not switching.

When selecting a part, the $R_{DS(on)}$ (On-Resistance) in the Linear region is your most critical spec for thermal management. Here is a data-dense comparison of common bench staples:

Table 2: Benchmark Transistor MOSFET Part Ratings (at 25°C)
Part Number Type $V_{DS}$ Max $I_D$ Cont. $R_{DS(on)}$ @ $V_{GS}$=4.5V $V_{GS(th)}$ Range Package
IRLZ44N N-Ch Logic 55V 47A 22 mΩ 1.0V - 2.0V TO-220
FQP30N06L N-Ch Logic 60V 32A 35 mΩ 1.0V - 2.5V TO-220
IRF520 N-Ch Std 100V 9.2A 270 mΩ (at 10V) 2.0V - 4.0V TO-220
AO3400 N-Ch SMD 30V 5.7A 40 mΩ 0.7V - 1.4V SOT-23

Biasing for Switching and a Complete 12V Motor Circuit

To bias a MOSFET as a switch, you must drive the Gate voltage well above the $V_{GS(th)}$ threshold. A common mistake is assuming a $V_{GS(th)}$ of 2.0V means the part is fully ON at 2.0V. It is not. $V_{GS(th)}$ is merely the voltage where the device begins to conduct a tiny trickle of current (usually 250µA). To achieve the low $R_{DS(on)}$ listed in the datasheet, you typically need 4.5V to 10V on the Gate.

Below is a complete, battle-tested application circuit for driving a 12V DC motor or solenoid using a 3.3V microcontroller (like an ESP32 or Raspberry Pi Pico) and an IRLZ44N logic-level MOSFET.

Component List and Values

  • Q1: IRLZ44N (Logic-level N-channel MOSFET)
  • R1 (Gate Resistor): 100Ω (Limits inrush current into the gate capacitance, preventing GPIO damage and dampening high-frequency ringing).
  • R2 (Pull-down Resistor): 10kΩ (Bleeds gate charge to ground, ensuring the motor doesn't spin out of control during microcontroller boot-up when GPIOs are floating).
  • D1 (Flyback Diode): 1N5819 Schottky (Placed in reverse bias across the motor terminals. Cathode to 12V, Anode to Drain. Never omit this on inductive loads.)
  • C1 (Snubber): 100nF ceramic capacitor across the motor terminals to suppress EMI.

Wiring Steps

  1. Connect the ESP32 GPIO pin through the 100Ω resistor (R1) to the Gate of the IRLZ44N.
  2. Connect the 10kΩ resistor (R2) between the Gate and Source (Ground).
  3. Wire the Source pin directly to the system Ground.
  4. Connect the motor's negative terminal to the Drain pin.
  5. Connect the motor's positive terminal to the 12V supply.
  6. Place the 1N5819 diode across the motor: the silver stripe (cathode) points to 12V, the other end (anode) connects to the Drain.

For a deeper dive into gate drive mechanics and the Miller plateau effect, the All About Circuits semiconductor textbook provides excellent foundational theory.

Failure Modes and Multimeter Testing Steps

MOSFETs rarely fail gracefully. When they die, they typically fail in one of three ways:

  • Gate Oxide Puncture: Exceeding the maximum $V_{GS}$ (usually ±20V) or a static shock punctures the microscopic gate insulator. The Gate shorts to the Source, and the device becomes permanently uncontrollable.
  • Avalanche Breakdown: An inductive voltage spike exceeds the $V_{DS}$ rating, causing the silicon to break down. This usually results in a dead short between Drain and Source.
  • Thermal Runaway: Operating in the Linear region with high current, or failing to account for $R_{DS(on)}$ temperature coefficients, melts the silicon die.

How to Test an N-Channel MOSFET with a DMM

You can verify the health of an N-channel MOSFET using the Diode Test mode on a standard digital multimeter. This tests both the body diode and the gate's ability to hold a charge.

  1. Discharge the Gate: Touch all three pins (G, D, S) together with your finger or a screwdriver to bleed off any residual static charge.
  2. Test Body Diode (Forward): Place the Red probe on the Source and the Black probe on the Drain. You should read a diode drop between 0.4V and 0.6V.
  3. Test Body Diode (Reverse): Swap the probes (Red on Drain, Black on Source). The meter should read OL (Over Limit / Open).
  4. Charge the Gate: Leave the Black probe on the Source. Use the Red probe to briefly touch the Gate pin. This uses the DMM's internal 3V battery to charge the gate capacitance and turn the channel ON.
  5. Verify Channel Conduction: Move the Red probe back to the Source (Black remains on Drain). The meter should now read near 0.0V (or beep on continuity), indicating the MOSFET channel has successfully turned on and is bypassing the body diode.
  6. Discharge and Re-verify: Touch the Gate to the Source to discharge it. Read the Source-to-Drain again; it should revert to the 0.4V - 0.6V body diode reading.
P-Channel Testing: For P-channel MOSFETs, reverse the probe polarities in the steps above. Black charges the gate, and the body diode conducts from Drain to Source.

Safe Default Part Numbers for Your Workbench

If you are stocking your lab, do not buy random assortments from unverified sellers. Stick to these proven, widely available defaults that cover 95% of hobbyist and prototyping needs. Prices reflect typical 2026 market rates from authorized distributors like Digi-Key or Mouser.

  • The 12V/5V Logic Heavyweight (IRLZ44N or IRLB8721): At roughly $1.20 each, these TO-220 N-channel parts turn on fully at 3.3V and handle massive current. Keep a dozen on hand for motors, LED strips, and solenoids.
  • The High-Voltage Standard (IRF540N): Rated for 100V and 33A. It requires 10V on the gate to fully turn on, so use it with 12V+ gate drivers or 5V MCUs with a gate driver IC. Excellent for 24V, 36V, or 48V battery systems. (~$0.90 each).
  • The P-Channel High-Side Switch (IRF9540N): The standard P-channel TO-220 companion for high-side switching. Requires a negative gate drive relative to the source. (~$1.10 each).
  • The SMD Prototyping Duo (AO3400 and AO3401): These SOT-23 surface-mount parts (N-ch and P-ch respectively) are the absolute best for compact custom PCBs. They handle up to 4A and cost pennies in bulk. For detailed thermal derating on SMD packages, consult the Vishay MOSFET application notes on PCB copper pour requirements.

By understanding the distinction between linear and saturation regions, respecting the parasitic body diode, and always using a gate pull-down resistor, you will eliminate the most common MOSFET failures and build DC switching circuits that survive long past the prototyping phase.