A Metal-Oxide-Semiconductor Field-Effect Transistor (MOSFET) is a voltage-controlled electronic switch. Unlike a Bipolar Junction Transistor (BJT), which requires a continuous base current to stay on, a MOSFET uses an electric field generated by voltage at the Gate pin to control current flow between the Drain and Source pins. Once the internal gate capacitance is charged, it draws virtually zero steady-state current, making it the undisputed king of power switching, motor control, and high-efficiency DC-DC conversion.

What is a MOSFET? The Workbench Definition

On the workbench, you will almost exclusively deal with Enhancement-mode N-channel MOSFETs for low-side switching. Here is the physical pinout and what you need to know about each terminal:

  • Gate (G): The control terminal. It is electrically isolated from the rest of the device by a microscopic layer of silicon dioxide. Because it acts like a capacitor, it draws current only during the microsecond it takes to switch on or off.
  • Drain (D): The terminal where conventional current enters the MOSFET from your load. In a low-side switch, the load connects between your positive supply and the Drain.
  • Source (S): The terminal where current exits to ground.
The Hidden Body Diode: Every standard power MOSFET has an intrinsic parasitic body diode pointing from Source to Drain (in an N-channel device). If you wire the MOSFET backward, or if you switch an inductive load without a flyback diode, this body diode will conduct. It is usually rated for the full continuous current of the MOSFET, but it is slow to recover and will cause massive switching losses in PWM circuits.

The Three Regions of Operation (And When to Use Them)

The biggest trap for makers transitioning from BJTs to MOSFETs is the terminology. In a BJT, 'saturation' means fully ON. In a MOSFET, saturation means the constant-current amplifier region, while the triode (or ohmic) region means fully ON. All About Circuits provides an excellent deep dive into this semiconductor physics quirk.

RegionGate-Source Voltage ($V_{GS}$)Drain-Source Voltage ($V_{DS}$)BehaviorWorkbench Use
Cutoff $V_{GS} < V_{th}$ (Threshold) Any Channel is pinched off. Only nanoamps of leakage current flow. Switch OFF state.
Triode (Ohmic) $V_{GS} > V_{th}$ $V_{DS} < (V_{GS} - V_{th})$ Channel is fully enhanced. Acts like a low-value resistor ($R_{DS(on)}$). $V_{DS}$ is very small. Switch ON state. This is where you want to be for power switching.
Saturation (Active) $V_{GS} > V_{th}$ $V_{DS} > (V_{GS} - V_{th})$ Current is constant and controlled by $V_{GS}$, independent of $V_{DS}$. The device dissipates massive heat. Constant current sinks, linear regulators, audio amplifiers. (Avoid for PWM switching).

How to Select and Bias a MOSFET (Decision Tree)

Selecting a MOSFET is not about finding the part with the highest voltage rating; it is about matching the gate drive voltage to your microcontroller and minimizing $R_{DS(on)}$ (Drain-Source On-Resistance). Use this decision path to pick your topology:

If your circuit needs...Then choose...Concrete Pick
Switching a ground-referenced load (motor, LED strip) from a 3.3V or 5V GPIO pin. N-Channel Logic-Level MOSFET (Look for $V_{GS(th)}$ max of 2.0V or less, and $R_{DS(on)}$ specified at $V_{GS}$ = 4.5V). IRLZ44N or FQP30N06L
Switching a ground-referenced load from a 10V to 15V dedicated gate driver IC. N-Channel Standard MOSFET (Lower $R_{DS(on)}$ and cheaper, but requires $V_{GS}$ = 10V to fully turn on). IRF3205 or IRFZ44N
Switching the positive supply rail (high-side switching) to a load that must remain grounded. P-Channel MOSFET (Requires a secondary N-channel BJT or MOSFET to pull the P-ch gate to ground to turn it on). IRF9540N or AO3401
High-side switching for high currents (>10A) or high frequencies. N-Channel MOSFET + Bootstrap Gate Driver (P-channels have terrible $R_{DS(on)}$ at high currents. Use a dedicated high-side driver IC instead). IR2110 Driver + IRF3205
The Gate Resistor and Pulldown Rule: Never drive a MOSFET gate directly from a microcontroller pin without a series resistor, and never leave a gate floating. Always use a 10Ω to 100Ω series gate resistor to dampen high-frequency ringing and protect the GPIO from the inrush current of charging the gate capacitance. Always use a 10kΩ pulldown resistor from Gate to Source to ensure the MOSFET stays off during microcontroller boot-up.

A Complete Switching Circuit: Driving a 12V DC Motor

Here is a battle-tested, complete application circuit for driving a 12V brushed DC motor drawing up to 10A using an ESP32 or Arduino 5V GPIO. According to Electronics Tutorials, proper flyback protection is non-negotiable for inductive loads.

Bill of Materials (BOM)

  • Q1: IRLZ44N (N-Channel Logic-Level MOSFET, TO-220 package)
  • R1 (Gate Series): 100Ω 1/4W Resistor
  • R2 (Gate Pulldown): 10kΩ 1/4W Resistor
  • D1 (Flyback): 1N5819 Schottky Diode (or 1N4007 if PWM frequency is below 1kHz)
  • M1: 12V DC Motor

Wiring Steps

  1. Connect the motor's positive terminal to your 12V power supply positive rail.
  2. Connect the motor's negative terminal to the Drain (pin 2) of the IRLZ44N.
  3. Connect the Source (pin 3) of the IRLZ44N to the system Ground (shared between the 12V supply and the microcontroller).
  4. Place the 1N5819 diode in parallel with the motor: the cathode (stripe) goes to the 12V positive rail, and the anode goes to the Drain pin. This clamps the inductive voltage spike when the MOSFET turns off.
  5. Connect the 10kΩ pulldown resistor (R2) between the Gate (pin 1) and Ground.
  6. Connect the 100Ω gate resistor (R1) between your microcontroller's PWM GPIO pin and the Gate (pin 1).

Thermal Check: The IRLZ44N has an $R_{DS(on)}$ of roughly 22mΩ at $V_{GS}$ = 5V. At 10A, power dissipation is $P = I^2 \times R = 100 \times 0.022 = 2.2W$. A bare TO-220 package dissipates about 1W to 2W in free air before reaching critical junction temperatures. For continuous 10A operation, clip a small $15 \text{ mm}^2$ heatsink onto the tab, or drop the continuous load to 6A.

How MOSFETs Fail and How to Test Them with a Multimeter

MOSFETs rarely die of old age; they die from abuse. The three most common failure modes are:

  1. Gate Punch-Through: Exceeding the maximum $V_{GS}$ (usually ±20V). Even a static shock from your finger can blow the microscopic silicon dioxide gate insulator, resulting in a dead short between Gate and Source.
  2. Avalanche Breakdown: Exceeding the $V_{DS}$ rating (e.g., hitting a 60V MOSFET with a 70V inductive spike). The device breaks down and usually shorts Drain to Source.
  3. Thermal Runaway: Operating in the linear region too long, or switching high currents without a heatsink, causing the silicon to melt and internally short all three pins.

Testing a Suspect N-Channel MOSFET with a DMM

Set your digital multimeter to Diode Test mode. Remove the MOSFET from the circuit before testing.

  1. Discharge the Gate: Touch the meter's black probe to the Source and the red probe to the Gate. This shorts any residual gate charge.
  2. Check the Body Diode: Place the red probe on the Source and the black probe on the Drain. You should read a forward voltage drop of roughly 0.4V to 0.7V. Reverse the probes (red on Drain, black on Source); the meter should read 'OL' (Open Loop). If it reads 0.00V or beeps continuously in both directions, the MOSFET is shorted and dead.
  3. Charge the Gate: Keep the black probe on the Source. Move the red probe to the Gate. The meter's internal battery (usually 3V to 9V) will charge the gate capacitance, turning the MOSFET on.
  4. Verify Channel Conduction: Move the red probe back to the Drain (keeping black on Source). The meter should now read a very low voltage drop (often 0.00V to 0.05V) or beep, indicating the channel is fully enhanced. Touch your finger across Gate and Source to discharge it; the reading should instantly snap back to 'OL'. If it does, your MOSFET is healthy.

The 'Safe Default' MOSFET Part Numbers for Your Bin

Stop wasting time calculating marginal specs for one-off hobby builds. Stock these four safe defaults to cover 95% of your workbench needs. Prices reflect typical 2026 distributor rates for single units.

Part NumberType & Package$V_{DS}$ Max$I_D$ Cont.$R_{DS(on)}$ @ $V_{GS}$Best ForPrice (1pc)
IRLZ44N N-Ch, TO-220 55V 47A 22mΩ @ 5V The ultimate 5V/3.3V logic-level workhorse for motors and solenoids. $1.20
IRF3205 N-Ch, TO-220 55V 110A 8mΩ @ 10V High-current battery feeds, inverters, and 12V/24V solar systems (Needs 10V gate drive). $1.50
AO3400 N-Ch, SOT-23 30V 5.8A 35mΩ @ 4.5V Compact SMD switching on custom PCBs, driving small relays or LED indicators. $0.15
FQP30N06L N-Ch, TO-220 60V 32A 45mΩ @ 5V Higher voltage logic-level switching (e.g., 48V e-bike battery accessories). $1.80

When you need a switch, buy the IRLZ44N for through-hole logic-level projects and the IRF3205 for heavy 12V/24V power distribution. Keep your gate resistors at 100Ω, your pulldowns at 10kΩ, and never forget the flyback diode. Your microcontroller will thank you, and your MOSFETs will stay cool.