Overview

The FQP30N06L is a 60V, 32A N-channel logic-level power MOSFET manufactured by onsemi (originally Fairchild Semiconductor) using proprietary planar stripe QFET technology. Housed in a through-hole TO-220 package, it is designed for low on-resistance, fast switching performance, and low gate charge.

Because of its low gate threshold voltage (VGS(th)=1.0V2.5VV_{GS(th)} = 1.0\text{V} \dots 2.5\text{V}), the FQP30N06L can be switched directly from 3.3V3.3\text{V} and 5.0V5.0\text{V} microcontroller outputs (Arduino, ESP32, Raspberry Pi Pico) without requiring a separate high-voltage gate driver IC. It is widely used in hobby robotics for DC motor PWM speed control, solenoid and relay driving, and 12V/24V LED strip dimming.

Quick reference

Transistor TypeN-Channel Logic-Level Enhancement Mode MOSFET (QFET)
PackageTO-220 (Pin 1: Gate, Pin 2: Drain/Tab, Pin 3: Source)
Drain-Source Voltage (VDSSV_{DSS})60 V60\text{ V} max
Continuous Drain Current (IDI_D)32 A32\text{ A} at TC=25CT_C = 25^\circ\text{C} (22.6 A22.6\text{ A} at 100C100^\circ\text{C})
Gate Threshold Voltage (VGS(th)V_{GS(th)})1.0 V1.0\text{ V} min to 2.5 V2.5\text{ V} max
On-Resistance (RDS(on)R_{DS(on)})35 mΩ35\text{ m}\Omega max at VGS=10VV_{GS} = 10\text{V} / 45 mΩ45\text{ m}\Omega max at VGS=5VV_{GS} = 5\text{V}
Pulsed Drain Current (IDMI_{DM})128 A128\text{ A}
Total Power Dissipation (PDP_D)79 W79\text{ W} (TC=25CT_C = 25^\circ\text{C})

Terminal identification

text
        ┌─────────┐
        │  TO-220 │
        │ 30N06L  │
        └─┬───┬───┬─┘
          1   2   3
          G   D   S
PinTerminalDescription
1Gate (G)Gate control input (Connect to MCU GPIO via current-limiting resistor)
2 / TabDrain (D)Drain terminal / Heatsink Tab (Connect to load negative return)
3Source (S)Source terminal (Connect to Common System Ground 0 V)

Specifications

ParameterSymbolMinTypMaxUnitConditions
Drain-Source Breakdown VoltageV(BR)DSSV_{(BR)DSS}60VVGS=0V,ID=250 μAV_{GS} = 0\text{V}, I_D = 250\ \mu\text{A}
Gate Threshold VoltageVGS(th)V_{GS(th)}1.02.5VVDS=VGS,ID=250 μAV_{DS} = V_{GS}, I_D = 250\ \mu\text{A}
On-Resistance (VGS=10VV_{GS} = 10\text{V})RDS(on)R_{DS(on)}2735VGS=10V,ID=16AV_{GS} = 10\text{V}, I_D = 16\text{A}
On-Resistance (VGS=5VV_{GS} = 5\text{V})RDS(on)R_{DS(on)}3545VGS=5V,ID=16AV_{GS} = 5\text{V}, I_D = 16\text{A}
Total Gate ChargeQgQ_g1520nCVDS=48V,ID=32A,VGS=5VV_{DS} = 48\text{V}, I_D = 32\text{A}, V_{GS} = 5\text{V}
Turn-On Delay Timetd(on)t_{d(on)}1540nsVDD=30V,ID=16A,RG=25 ΩV_{DD} = 30\text{V}, I_D = 16\text{A}, R_G = 25\ \Omega
Turn-Off Delay Timetd(off)t_{d(off)}4090nsVDD=30V,ID=16A,RG=25 ΩV_{DD} = 30\text{V}, I_D = 16\text{A}, R_G = 25\ \Omega

Typical circuits

Microcontroller PWM Low-Side Driver (12V/24V Load)

text
        +12V / +24V DC Supply

         [ LOAD (Motor / Solenoid / High-Power LED) ]

           ├─── [ Flyback Diode 1N4007 across Inductive Load ]

        [Pin 2: DRAIN]
         FQP30N06L
        [Pin 3: SOURCE] ─── GND (Common System Ground)

        [Pin 1: GATE] ◄───[ R_gate = 220Ω ]───◄ MCU PWM Output (3.3V / 5V)

        [ R_pulldown = 10kΩ ]

          GND

Selection & substitutes

Part NumberVDSSV_{DSS}IDI_DRDS(on)R_{DS(on)} at 5VNotes
FQP30N06L60 V60\text{ V}32 A32\text{ A}45 mΩ45\text{ m}\OmegaQFET planar technology, low gate charge
IRLZ44N55 V55\text{ V}47 A47\text{ A}22 mΩ22\text{ m}\OmegaHigher current rating, lower RDS(on)R_{DS(on)}
RFP30N06LE60 V60\text{ V}30 A30\text{ A}47 mΩ47\text{ m}\OmegaClassic MegaFET equivalent

Common mistakes

  • Driving with standard MOSFETs (IRF series): Standard IRF3205 or IRF540N MOSFETs require 10V10\text{V} gate voltage to fully saturate. Driving them from a 3.3V3.3\text{V} or 5.0V5.0\text{V} Arduino pin leaves them partially conductive, generating heavy heat under load. Always verify the "L" (Logic-Level) designation.
  • Floating Gate without a pull-down resistor: During microcontroller startup or reset, GPIO pins are in a high-impedance floating state. Without a 10 kΩ10\text{ k}\Omega pull-down resistor to Ground on the Gate, ambient electrostatic charge can turn the MOSFET partially on, causing motor twitching or unwanted power delivery.

Notes

  • Suffix Identification: The "L" in FQP30N06L denotes Logic-Level gate threshold; FQP30N06 (without L) is the standard 10V-gate version.

Assets & downloads