The Core Answer: Transistor Drain Gate Source vs. BJT Terminals
When you search for transistor drain gate source, you are specifically looking for the terminals of a Field Effect Transistor (FET), most commonly the MOSFET (Metal-Oxide-Semiconductor FET). If your component has a Collector, Base, and Emitter, you are holding a Bipolar Junction Transistor (BJT), which operates on an entirely different current-driven principle.
A MOSFET is a voltage-controlled device. Here is the exact functional breakdown of the three terminals:
- Gate (G): The control terminal. Applying a voltage between the Gate and Source creates an electric field that forms a conductive channel. It draws virtually zero steady-state current (only transient current to charge the internal gate capacitance).
- Drain (D): The terminal where majority carriers enter the channel. In a standard N-channel low-side switch, the load connects here.
- Source (S): The terminal where majority carriers exit the channel. This is your reference point for the Gate voltage (VGS) and typically connects to ground in N-channel circuits.
MOSFET Operation Regions: Voltages and Currents
Unlike BJTs, which are often treated simply as 'on' or 'off' switches in hobbyist circuits, MOSFETs have distinct operating regions dictated by the Gate-to-Source voltage (VGS) and Drain-to-Source voltage (VDS). Assuming a standard N-channel enhancement MOSFET with a threshold voltage (Vth) of 2.5V:
| Operation Region | Condition (N-Channel) | Typical Voltages | Current Behavior & Use Case |
|---|---|---|---|
| Cutoff | VGS < Vth | VGS = 0V, VDS = 12V | ID ≈ 0A. The switch is OFF. Used for open-circuit states. |
| Linear (Ohmic) | VGS > Vth AND VDS < (VGS - Vth) | VGS = 5V, VDS = 0.2V | Acts as a voltage-controlled resistor. ID increases linearly with VDS. This is the target region for power switching to minimize heat (I²R losses). |
| Saturation (Active) | VGS > Vth AND VDS > (VGS - Vth) | VGS = 3V, VDS = 5V | ID is relatively constant regardless of VDS. Acts as a constant current source. Used in analog amplifiers, but causes massive heat in power switching. |
For a deeper theoretical breakdown of the semiconductor physics governing these regions, refer to the All About Circuits Semiconductor Textbook.
How to Select and Bias a MOSFET for Your Circuit
Selecting the right MOSFET requires matching the device physics to your microcontroller's logic levels and your load's power requirements. Use this decision tree to terminate your selection process with a concrete part number.
| If your circuit requires... | Then you must select... | Concrete Part Pick |
|---|---|---|
| Switching a load to Ground (Low-Side) | N-Channel MOSFET (Lower RDS(on), cheaper, faster) | IRLZ44N or AO3400A |
| Switching the positive supply (High-Side) | P-Channel MOSFET (or N-Channel with a charge pump/bootstrap) | IRF9540N or AO3401A |
| Driving directly from 3.3V/5V MCU GPIO | Logic-Level Gate Threshold (VGS(th) < 2.5V) | IRLZ44N (Avoid standard IRF520!) |
| Driving from 10V-15V dedicated gate driver | Standard Threshold MOSFET (VGS(th) 2V - 4V, rated for 10V+ VGS) | IRF520 or IRF3205 |
| Load current > 5A continuous | TO-220 or D2PAK package with a heatsink | IRLZ44N (TO-220) |
| Load current < 3A, space-constrained PCB | SOT-23 surface mount package | AO3400A (SOT-23) |
Complete Application Circuit: 12V DC Motor PWM Driver
Here is a complete, bench-tested schematic for driving a 12V, 2A DC cooling fan or motor using an ESP32 (3.3V logic) and an IRLZ44N N-channel MOSFET. This circuit includes all necessary protection components often omitted in basic tutorials.
Component Bill of Materials (BOM)
- Q1: IRLZ44N N-Channel Logic-Level MOSFET (TO-220)
- R1 (Gate Series): 100Ω 1/4W Resistor
- R2 (Gate Pull-down): 10kΩ 1/4W Resistor
- D1 (Flyback): 1N5819 Schottky Diode (or 1N4007 for slower/cheaper builds)
- Load: 12V DC Motor / Fan
Wiring Procedure
- Gate Drive: Connect the ESP32 PWM GPIO pin to the Gate of Q1 through the 100Ω series resistor (R1). This resistor limits the inrush current required to charge the MOSFET's internal Miller capacitance, protecting the ESP32's GPIO trace from ringing and overcurrent.
- Gate Reference: Connect the 10kΩ pull-down resistor (R2) between the Gate and Source (Ground). This ensures the MOSFET remains firmly OFF during MCU boot-up when GPIO pins are high-impedance (floating).
- Load Connection: Connect the positive terminal of the 12V motor to your 12V power supply. Connect the negative terminal of the motor to the Drain of Q1.
- Ground Reference: Connect the Source of Q1 to the system Ground. Crucial: The MCU ground and the 12V power supply ground must be bonded together.
- Inductive Protection: Place the 1N5819 flyback diode (D1) in reverse bias across the motor terminals (Cathode/Stripe to 12V+, Anode to Drain). When the MOSFET turns off, the motor's collapsing magnetic field generates a high-voltage spike; the diode provides a safe recirculation path, preventing avalanche breakdown of the MOSFET.
Failure Modes and Multimeter Testing Procedures
MOSFETs rarely fail gracefully. According to SparkFun's Transistor Guide and manufacturer failure analysis, they typically fail in three ways:
- Gate Oxide Punch-Through: Exceeding the maximum VGS (usually ±20V). Even a brief static discharge or a voltage spike on the gate will pierce the microscopic silicon dioxide layer, permanently shorting the Gate to the Source.
- Thermal Runaway: Unlike BJTs, a MOSFET's RDS(on) increases with temperature. If the heatsink is undersized, the part gets hotter, resistance increases, which generates more heat (I²R), leading to a catastrophic thermal melt.
- Avalanche Breakdown: Exceeding the VDSS rating (e.g., 55V for the IRLZ44N) due to inductive kickback from a motor or relay without a flyback diode.
How to Test a MOSFET with a Digital Multimeter
You can verify an N-channel MOSFET's health using the Diode Test mode on your multimeter. This tests the intrinsic body diode that exists internally between the Source and Drain.
- Discharge the Gate: Touch the black (common) probe to the Source, and briefly touch the red probe to the Gate. This bleeds off any trapped charge in the gate capacitance, ensuring the MOSFET is in the Cutoff region.
- Test the Body Diode (Forward): Place the Red probe on the Drain and the Black probe on the Source. You should read a standard diode drop, typically 0.4V to 0.6V. (If it reads 0.00V or short circuit, the MOSFET is dead).
- Test the Body Diode (Reverse): Swap the probes (Red on Source, Black on Drain). The meter should read OL (Over Limit) or infinite resistance.
- Test Channel Turn-On (Advanced): While keeping the Black probe on the Source, touch the Red probe to the Gate to charge it. Then move the Red probe back to the Drain. The meter should now read a very low voltage drop (near 0.05V to 0.2V), indicating the internal channel has turned on and is bypassing the body diode. Short the Gate to Source again to turn it off and verify it returns to the 0.5V diode drop.
The "Safe Default" MOSFET Part Numbers for Makers
Stop guessing at the parts store. When designing a new circuit or repairing a bench project, default to these three heavily vetted, widely available MOSFETs. Prices reflect typical 2026 single-unit hobbyist retail.
| Part Number | Type & Package | VDSS / ID Ratings | RDS(on) @ VGS=5V | Best Use Case | Approx. Cost |
|---|---|---|---|---|---|
| IRLZ44N | N-Channel, TO-220 | 55V / 47A | 22 mΩ | The ultimate default for Arduino/ESP32 low-side switching of motors, heaters, and LED strips up to 10A continuous (with basic heatsink). | $1.20 - $1.80 |
| AO3400A | N-Channel, SOT-23 | 30V / 5.7A | 28 mΩ | Compact PCB designs, battery-powered wearables, and low-current 3.3V logic level shifting. | $0.10 - $0.25 |
| IRF9540N | P-Channel, TO-220 | -100V / -23A | 117 mΩ | High-side power switching (e.g., reverse polarity protection, switching the positive rail to a load). Note: Requires VGS of -10V for full enhancement. | $1.50 - $2.20 |
For further reading on interpreting the transient thermal impedance graphs found in these datasheets, consult the Vishay Power MOSFET Selection Guide. By sticking to logic-level N-channel defaults like the IRLZ44N for low-side switching, and ensuring your Gate is properly biased with pull-down and series resistors, you will eliminate 95% of the thermal and MCU-reset issues that plague beginner power electronics builds.






