An Insulated Gate Bipolar Transistor (IGBT) is a three-terminal power semiconductor device that combines the high-impedance, voltage-driven gate of a MOSFET with the high-current, low-saturation-voltage output of a Bipolar Junction Transistor (BJT). In a real circuit, the IGBT changes the game by allowing low-power microcontroller signals to switch massive high-voltage loads—like 400V AC motors or 600V DC bus rails—with minimal gate drive power, effectively bridging the gap where MOSFETs overheat from conduction losses and BJTs require impractically high base currents.

How the IGBT Works: A Numeric Breakdown

To understand why the IGBT dominates high-voltage power electronics, we need to look at conduction losses. When a power switch is fully turned on, it still drops some voltage, which turns into heat. For a MOSFET, this is calculated using its On-Resistance (Rds(on)). For an IGBT, it is calculated using its Collector-Emitter Saturation Voltage (Vce(sat)).

Let us run a worked numeric example. Imagine you are designing an inverter to switch a 300V DC bus delivering 20A continuous current to a load at a switching frequency of 20kHz.

Scenario A: Using a 500V Silicon MOSFET (e.g., IRFP460)
At 25°C, the Rds(on) is 0.27Ω. But at a realistic 100°C junction temperature, that resistance roughly doubles to 0.54Ω.
Conduction Loss = I² × R = (20A)² × 0.54Ω = 216 Watts.
Scenario B: Using a 600V Silicon IGBT (e.g., FGH40N60SMD)
The Vce(sat) is relatively flat across temperature, sitting at about 1.8V at 20A.
Conduction Loss = I × Vce(sat) = 20A × 1.8V = 36 Watts.

The IGBT dissipates nearly six times less heat as conduction loss in this high-voltage, high-current scenario. While the MOSFET wins at low voltages (where Rds(on) can be in the milliohm range), the IGBT's fixed saturation voltage makes it vastly superior once you cross the 200V threshold and push past 15A. According to Infineon's power semiconductor guidelines, this exact crossover point is why silicon IGBTs remain the backbone of industrial motor drives.

The Great Confusion: IGBT vs. MOSFET vs. BJT

Because the IGBT is a hybrid device, builders frequently confuse it with its parent technologies, leading to blown gate drivers and melted packages on the bench.

Confusion 1: Treating it like a high-speed MOSFET

People see the Gate, Collector, and Emitter pins, notice the Gate is voltage-driven just like a MOSFET, and assume they can switch it at 200kHz. They cannot. The IGBT suffers from 'tail current' during turn-off. Because it relies on minority carriers (holes) injected into the drift region to achieve that low Vce(sat), those carriers must physically recombine before the device fully turns off. This limits standard silicon IGBTs to switching frequencies between 10kHz and 50kHz. Push it to 100kHz, and your switching losses will vaporize the silicon.

Confusion 2: Treating it like a current-driven BJT

Others see the Collector and Emitter terminals, remember their old linear BJT amplifiers, and try to drive the Gate with a massive continuous current. The IGBT gate is capacitive, not a forward-biased PN junction. You only need to supply current for the microsecond it takes to charge the gate capacitance (Qg). Once charged, the gate draws virtually zero steady-state current.

Where You Meet the IGBT in Practice

You will rarely find an IGBT in a 5V Arduino shield or a 12V LED driver. You meet this component in high-power, high-voltage environments where efficiency and thermal management are critical:

  • Variable Frequency Drives (VFDs): The 6-pack of IGBTs inside a VFD synthesizes 3-phase AC waveforms to control the speed of industrial induction motors.
  • Induction Cooktops: The high-frequency resonant inverters (typically running at 20kHz to 30kHz) use single or parallel IGBTs to generate the alternating magnetic field in the cookware.
  • Solar String Inverters: Converting 600V+ DC from rooftop solar arrays into grid-tied 120/240V AC relies heavily on IGBT power modules.
  • EV Traction Inverters: While high-end electric vehicles are shifting to Silicon Carbide (SiC), mid-range and heavy-duty EVs still rely on large IGBT modules to drive the traction motors.

The Decision Tree: Choosing Your Power Switch

Do not default to an IGBT just because it sounds heavy-duty. Use this decision matrix to select the exact topology and part number for your next build.

Bus Voltage Switching Freq Continuous Current Technology Choice Concrete Pick (Part Number)
12V - 100V > 100kHz 20A - 100A+ Logic-Level Si MOSFET IRFB3207 (75V, 170A, 4.5mΩ)
200V - 600V 10kHz - 40kHz 15A - 60A Silicon IGBT FGH40N60SMD (600V, 40A, 1.8V sat)
600V - 900V > 50kHz 10A - 40A Silicon Carbide (SiC) MOSFET C3M0032120K (1200V, 32mΩ)
1200V+ 2kHz - 15kHz 100A - 1000A+ IGBT Power Module Infineon EconoDUAL 3 (e.g., FF300R12ME4)
The Default Pick: If you are building a standard 400V DC bus motor controller or a 240V AC induction heater running under 30kHz, buy the FGH40N60SMD or the IRG4PC50U. They are cheap (under $3 in single quantities), rugged, and widely available in the standard TO-247 through-hole package, making them easy to clamp to a heatsink and debug on the bench.

Bench Tips and Real-World Failure Modes

When you are probing an IGBT circuit on the bench, respect these physical realities to avoid turning your prototype into a paperweight.

Gate Oxide Punch-Through

The gate oxide layer in an IGBT is incredibly thin. The absolute maximum Gate-Emitter voltage (Vge) is typically ±20V. If a voltage spike on your DC bus couples through the Miller capacitance (Cgc) and pushes the gate past 20V, the oxide ruptures instantly, shorting the gate to the emitter. The fix: Always use a gate driver that clamps the gate, and physically place a 16V or 18V Zener diode directly across the Gate and Emitter pins on your PCB.

Miller Turn-On and Negative Bias

When the high-side IGBT in a half-bridge turns on, the rapid voltage spike (dv/dt) on the switch node pushes current through the low-side IGBT's Miller capacitance, momentarily raising its gate voltage and turning it on. This causes a shoot-through short circuit that destroys both devices. The fix: Do not just drive the gate to 0V to turn it off. Use a gate driver that applies a negative turn-off bias, typically -5V to -8V, to keep the device firmly in cutoff during high dv/dt events.

Short Circuit Ruggedness and DESAT

Unlike MOSFETs which fail almost instantly under a dead short, IGBTs are designed to survive a short circuit for a brief window—usually 5 to 10 microseconds. However, you cannot rely on a standard fuse to clear a short in 5µs. The fix: Your gate driver IC must feature Desaturation (DESAT) protection. The DESAT circuit monitors the Collector-Emitter voltage during the on-state; if it fails to drop below ~7V (indicating a short), the driver must hard-turn-off the IGBT in under 3µs. As noted in All About Circuits' guide on IGBT protection, proper DESAT blanking times are critical to prevent false trips from normal turn-on voltage overshoot.

Frequently Asked Questions

Can I swap a MOSFET for an IGBT in my existing circuit?
Usually, no. If your circuit is designed to switch at 100kHz, dropping in an IGBT will cause massive switching losses and thermal runaway. Furthermore, MOSFET gate drivers often output 10V-12V, whereas IGBTs typically require 15V on the gate to fully saturate and achieve their rated Vce(sat).

Do I need a heatsink for a TO-247 IGBT?
Yes, almost always. Even though an IGBT has a low saturation voltage, a 1.8V drop at 20A still generates 36W of heat. A bare TO-247 package has a junction-to-ambient thermal resistance of about 40°C/W. Without a heatsink, 36W will raise the junction temperature by 1440°C, instantly destroying the silicon. You need a heatsink rated for at least 1.5°C/W to keep the junction under 100°C at a 25°C ambient.

Why do IGBTs have an anti-parallel diode?
Most discrete IGBTs used in motor drives and inverters are co-packaged with a fast-recovery freewheeling diode. Because the IGBT structure inherently blocks reverse current (unlike a MOSFET's intrinsic body diode), this external diode is required to allow inductive flyback current to circulate when the switch turns off.