Overview

The IRLZ44N is an N-channel logic-level power MOSFET manufactured by Infineon (formerly International Rectifier) in a TO-220AB package. Rated for 55V55\text{V} drain-source voltage (VDSSV_{DSS}) and 47A47\text{A} continuous drain current (IDI_D), it is engineered specifically for driving high-power DC loads directly from low-voltage digital microcontrollers.

Unlike standard power MOSFETs (such as the IRF540N or IRF520) that require 10V10\text{V} on the gate to fully turn on, the IRLZ44N features a low gate threshold voltage (VGS(th)=1.0V2.0VV_{GS(th)} = 1.0\text{V} \dots 2.0\text{V}). It achieves an ultra-low RDS(on)R_{DS(on)} resistance of just 22 mΩ22\ \text{m}\Omega at VGS=5.0VV_{GS} = 5.0\text{V} and 25 mΩ25\ \text{m}\Omega at VGS=4.0VV_{GS} = 4.0\text{V}, making it the premier choice for 3.3V and 5V MCU PWM motor control, high-current LED strip dimming, and solenoid switching.

Quick reference

Transistor typeN-Channel Power MOSFET (Logic-Level Gate)
PackageTO-220AB (Pin 1: Gate, Pin 2: Drain/Tab, Pin 3: Source)
Drain-Source Voltage (VDSSV_{DSS})55 V55\text{ V} max
Continuous Drain Current (IDI_D)47 A47\text{ A} (at TC=25CT_C = 25^\circ\text{C}, VGS=10VV_{GS} = 10\text{V})
Gate Threshold Voltage (VGS(th)V_{GS(th)})1.0 V1.0\text{ V} min / 2.0 V2.0\text{ V} max
RDS(on)R_{DS(on)} at VGS=5.0VV_{GS} = 5.0\text{V}22 mΩ22\ \text{m}\Omega (0.022 Ω0.022\ \Omega)
RDS(on)R_{DS(on)} at VGS=4.0VV_{GS} = 4.0\text{V}25 mΩ25\ \text{m}\Omega (0.025 Ω0.025\ \Omega)
RDS(on)R_{DS(on)} at VGS=10VV_{GS} = 10\text{V}17.5 mΩ17.5\ \text{m}\Omega (0.0175 Ω0.0175\ \Omega)
Max Power Dissipation (PDP_D)110 W110\text{ W} (with heatsink)

Pinout (TO-220AB Package)

text
        ┌─────────┐
        │  TO-220 │
        │  IRLZ44 │
        └─┬───┬───┬─┘
          1   2   3
          G   D   S
PinNameDescription
1Gate (G)Control input (connected to MCU GPIO via 220 Ω220\ \Omega series resistor)
2 / TabDrain (D)High-power load switching output (connected to load negative terminal)
3Source (S)Ground reference (connected to common system ground)

Specifications

ParameterSymbolMinTypMaxUnitConditions
Drain-Source Breakdown VoltsV(BR)DSSV_{(BR)DSS}55VVGS=0V,ID=250 μAV_{GS} = 0\text{V}, I_D = 250\ \mu\text{A}
Gate-Source Threshold VoltsVGS(th)V_{GS(th)}1.02.0VVDS=VGS,ID=250 μAV_{DS} = V_{GS}, I_D = 250\ \mu\text{A}
Static Drain-Source On-ResistRDS(on)R_{DS(on)}1822VGS=5.0V,ID=25AV_{GS} = 5.0\text{V}, I_D = 25\text{A}
Static Drain-Source On-ResistRDS(on)R_{DS(on)}2125VGS=4.0V,ID=21AV_{GS} = 4.0\text{V}, I_D = 21\text{A}
Gate-Source Leakage CurrentIGSSI_{GSS}±100\pm 100nAVGS=±16VV_{GS} = \pm 16\text{V}
Total Gate ChargeQgQ_g3248nCVDS=44V,VGS=5.0VV_{DS} = 44\text{V}, V_{GS} = 5.0\text{V}
Diode Forward VoltageVSDV_{SD}0.81.3VInternal body diode, IS=25AI_S = 25\text{A}

Driving Circuit Topology

To switch high-power loads cleanly from an Arduino (5V) or ESP32 / Raspberry Pi (3.3V):

text
       +V_LOAD (12V - 24V DC)

        [LOAD] (Motor / LED Strip / Solenoid)

          ├──────────────┐
          │              │
        [Drain]      [Flyback Diode 1N4007] (For Inductive Loads Only)
     IRLZ44N MOSFET      │
        [Source] ────────┼─────── GND (Common System Ground)
          │              │
        [Gate]           │
          │              │
       [220Ω]            │
          │              │
     MCU GPIO Pin ───────┴─────── [10kΩ Pull-Down to GND]
  • 220 Ω220\ \Omega Gate Resistor: Limits initial high-frequency capacitive gate charging current spikes into the MCU pin.
  • 10 kΩ10\ \text{k}\Omega Gate Pull-Down Resistor: Keeps the gate firmly at 0V during MCU bootup/reset, preventing accidental un-commanded load activation.
  • 1N4007 Flyback Diode: Required across inductive loads (DC motors, relays, solenoids) to dissipate back-EMF voltage spikes.

Power Dissipation Math

Pdissipated=ID2×RDS(on)P_{dissipated} = I_{D}^2 \times R_{DS(on)}

  • For a 5A LED Strip Load (VGS=5.0VV_{GS} = 5.0\text{V}):

Pdissipated=(5A)2×0.022 Ω=0.55 Watts(No heatsink required)P_{dissipated} = (5\text{A})^2 \times 0.022\ \Omega = 0.55\text{ Watts} \quad (\text{No heatsink required})

  • For a 15A Motor Load (VGS=5.0VV_{GS} = 5.0\text{V}):

Pdissipated=(15A)2×0.022 Ω=4.95 Watts(TO-220 aluminum heatsink required)P_{dissipated} = (15\text{A})^2 \times 0.022\ \Omega = 4.95\text{ Watts} \quad (\text{TO-220 aluminum heatsink required})

Common mistakes

  • Using standard IRF540N / IRF520 instead of IRLZ44N: Standard "IRF" series MOSFETs specify RDS(on)R_{DS(on)} at VGS=10VV_{GS} = 10\text{V}. When driven with 3.3V3.3\text{V} or 5.0V5.0\text{V} from an MCU, standard MOSFETs remain in their linear region, overheating rapidly under high currents.
  • Forgetting common ground: The MCU ground and the load power supply negative terminal must be connected together at the MOSFET Source pin.

Notes

  • IRLZ44N vs IRFZ44N: "L" indicates Logic-Level (VGS(th)=1.02.0VV_{GS(th)} = 1.0\text{--}2.0\text{V}); "F" indicates Standard-Gate (VGS(th)=2.04.0VV_{GS(th)} = 2.0\text{--}4.0\text{V}, requires 10V gate drive).

Assets & downloads