Insulated gate bipolar transistors (IGBTs) are the undisputed workhorses of high-voltage, high-current power electronics. They merge the high-input impedance and fast voltage-driven switching of a MOSFET gate with the low conduction loss and massive current capacity of a bipolar junction transistor (BJT). If you are designing motor drives, induction heaters, welders, or high-power inverters operating above 200V and 20A, the IGBT is your default switch. Below those thresholds, power MOSFETs usually win; above them, the IGBT's low saturation voltage prevents your heatsinks from melting.

IGBT Pinout, Symbol, and Operation Regions

Unlike MOSFETs which use Drain and Source terminology, IGBTs borrow from BJT nomenclature for their output terminals. The three pins are the Gate (G), Collector (C), and Emitter (E). The schematic symbol reflects this hybrid nature: it looks like a MOSFET on the input side (with an insulated gate) but features a BJT-style arrow on the Emitter pin to indicate the bipolar current flow.

Understanding the operation regions is critical for calculating switching losses and thermal limits. Here is how the device behaves across its primary states:

Operation Region Gate-Emitter Voltage (Vge) Collector-Emitter Voltage (Vce) Collector Current (Ic) Practical State
Cutoff < Vth (Typ. < 5.5V) Bus Voltage (e.g., 400V) ~0A (Leakage only) Fully OFF, blocking voltage
Active (Linear) > Vth (e.g., 7V - 10V) > Vce(sat) Proportional to Vge Transitioning, high heat dissipation
Saturation ≥ 15V (Fully enhanced) Vce(sat) (Typ. 1.5V - 2.5V) Load dependent (Max rated) Fully ON, minimum conduction loss

Note: Never operate an IGBT in the Active region for sustained periods. Unlike BJTs, IGBTs do not have a safe operating area (SOA) that favors linear operation; they are designed strictly as hard switches.

How to Select and Bias an IGBT for the Job

Selecting the right IGBT requires looking past the absolute maximum ratings on the first page of the datasheet. The continuous current rating (Ic) is usually specified at a case temperature of 25°C, which is useless in a real enclosure. Always look for the Ic rating at Tc = 100°C. Furthermore, your Collector-Emitter breakdown voltage (Vces) must be at least 1.5 times your maximum DC bus voltage to survive inductive ringing.

Safe Default Part Numbers for the Bench:
  • IRG4PC50U (Infineon/IR): 600V, 27A @ 100°C, UltraFast. The classic choice for 300V DC bus motor drives and lower-power inverters.
  • IKW40N120 (Infineon): 1200V, 20A @ 100°C, TrenchStop. Includes a co-packaged anti-parallel diode. Ideal for 230V AC mains rectified systems (325V DC bus) or 400V AC systems (560V DC bus).
  • FGA25N120ANTD (onsemi): 1200V, 25A @ 100°C, built-in diode. Excellent ruggedness for induction heating where short-circuit survival is mandatory.

Biasing the Gate: To achieve the lowest Vce(sat), you must drive the gate to +15V. Driving it with only 10V (like a standard logic-level MOSFET) will leave the device partially in the active region, causing catastrophic thermal runaway. Conversely, turning the device off requires pulling the gate below the threshold voltage. Because of the Miller capacitance (Cgc), a rapidly rising Collector voltage during turn-off will couple charge back into the gate. To prevent this 'phantom turn-on', professional gate drivers apply a negative bias of -5V to -15V during the OFF state.

Complete Application Circuit: 3kW Inverter Half-Bridge Leg

Below is a proven component list for a single half-bridge leg operating on a 400V DC bus (derived from rectified 230VAC mains). This topology is the building block for full-bridge induction heaters and three-phase motor drives.

  • Switches (Q1, Q2): IKW40N120 (1200V, 40A peak). The co-packaged diode handles the freewheeling current for inductive loads.
  • Gate Driver IC: UCC21520 (Isolated dual-channel driver, 4A peak source/sink). Isolation is mandatory here to protect your low-voltage microcontroller from the high-side switching node.
  • Gate Resistors (Rg_on): 22Ω, 1/2W. This limits the di/dt during turn-on, reducing EMI and preventing the freewheeling diode of the opposite switch from snapping off too violently.
  • Turn-off Diode (D_off): 1N4148 placed in parallel with Rg_on, cathode facing the driver. This allows the gate to discharge through a lower resistance path (just the driver's internal pull-down) for faster, safer turn-off.
  • Gate-Emitter Bleeder (Rge): 10kΩ, 1/4W. Soldered directly across the G and E pins of the IGBT. This prevents static buildup or floating gate voltages from accidentally turning on the device while the system is powered but the driver is unpowered.
  • DC Bus Snubber (C_snub): 2.2µF, 1000V DC polypropylene film capacitor. This must be mounted physically within 2 inches of the Collector and Emitter pins to minimize parasitic trace inductance, which causes Vce overshoot spikes.
  • Bootstrap Diode (D_boot): UF4007 (1000V, ultrafast recovery) for the high-side driver supply.

For deeper insights into gate driver layout and parasitic inductance management, refer to the Texas Instruments Gate Driver design guidelines and All About Circuits' breakdown on IGBT power electronics.

Failure Modes and How to Test with a Multimeter

IGBTs typically fail in three ways: Thermal runaway (insufficient heatsinking leads to a Collector-Emitter short), Gate oxide puncture (a static spike or Vce overshoot exceeds the ±20V absolute maximum gate rating), and Parasitic latch-up (internal thyristor structure triggers due to excessive di/dt, locking the device ON until power is removed).

Before throwing a suspect IGBT in the trash, verify its health with a standard digital multimeter (DMM) using these numbered steps:

  1. Isolate the Device: Remove the IGBT from the circuit. In-circuit testing is useless because parallel snubber caps and gate resistors will skew your readings.
  2. Discharge the Gate: Use a piece of wire or a resistor to short the Gate pin to the Emitter pin. This ensures any trapped charge in the gate capacitance is bled off.
  3. Test Collector-to-Emitter (Blocking): Set your DMM to Diode Test mode. Place the red probe on the Collector and the black probe on the Emitter. The meter should read 'OL' (Open Loop). If it reads near 0.000V, the silicon is shorted dead.
  4. Test Emitter-to-Collector (Freewheeling Diode): Swap the probes (Red on Emitter, Black on Collector). You should read a forward voltage drop between 0.4V and 0.6V. This is the internal anti-parallel diode. If it reads 'OL', the internal diode is blown open. If it reads 0.000V, the device is shorted.
  5. Test Gate Integrity: Measure resistance (Ohms mode) between Gate and Emitter, and then Gate and Collector. Both must read 'OL' (infinite resistance). If you read any low resistance or hear a continuity beep, the gate oxide is punctured. The device is destroyed, even if the Collector-Emitter path currently tests fine.
Safety Note: When handling high-power IGBTs, always touch a grounded metal surface before picking up the component. A 50V static shock from your finger is enough to puncture the gate oxide and kill a $15 component instantly.

Frequently Asked Questions

Can I use an insulated gate bipolar transistor instead of a power MOSFET?

You can, but you should only do so when your application exceeds roughly 200V and 20A. Below those thresholds, power MOSFETs are superior because they lack the 'tail current' inherent to IGBTs, allowing for much higher switching frequencies (100kHz+) with lower switching losses. Above 200V, a MOSFET's Rds(on) increases dramatically with voltage rating, leading to massive conduction losses. The IGBT's Vce(sat) remains relatively flat regardless of voltage rating, making it vastly more efficient for high-voltage, lower-frequency (10kHz - 30kHz) applications like mains-tied inverters and motor drives.

Why do insulated gate bipolar transistors need a negative gate voltage to turn off?

The requirement for a negative turn-off bias (typically -5V to -15V) is dictated by the Miller effect. Every IGBT has a parasitic capacitance between the Gate and Collector (Cgc). When the IGBT turns off, the Collector voltage spikes rapidly from near 0V up to the full DC bus voltage (e.g., 400V) in nanoseconds. This massive dV/dt pushes a displacement current through Cgc directly into the Gate pin. If your gate driver only pulls the gate down to 0V, this injected current can bounce the gate voltage back up past the threshold voltage (Vth), causing the IGBT to briefly turn back on while the opposite switch in the half-bridge is also on. This results in a 'shoot-through' short circuit that destroys both switches. A negative bias provides a voltage buffer to absorb this Miller charge safely.

What is the difference between PT and NPT insulated gate bipolar transistors?

Punch-Through (PT) and Non-Punch-Through (NPT) refer to the internal silicon wafer structure. PT IGBTs feature an N+ buffer layer that allows the wafer to be thinner, resulting in a lower Vce(sat) and faster switching, but they have a negative temperature coefficient, making them difficult to parallel without one device hogging all the current. NPT IGBTs lack this buffer, making the wafer thicker; they have a slightly higher Vce(sat) but boast a positive temperature coefficient, meaning they naturally current-share when placed in parallel. Today, most modern high-performance IGBTs use a 'Trench and Field-Stop' architecture, which effectively blends the low conduction losses of PT with the ruggedness and parallelability of NPT. For 95% of DIY and bench applications, modern Field-Stop/Trench parts (like the Infineon TrenchStop series) are the correct choice.