If you are switching more than 300V and more than 10A at frequencies below 50 kHz, the insulated gate bipolar transistor (IGBT) is your default workhorse. An IGBT is a hybrid semiconductor: it pairs the high-impedance, easy-to-drive gate of a MOSFET with the low-saturation-voltage, high-current output stage of a Bipolar Junction Transistor (BJT). This gives you the best of both worlds for high-power applications like motor drives, induction heaters, and solar inverters.

However, treating an IGBT exactly like a power MOSFET is the fastest way to blow up your prototype. IGBTs have different gate charge requirements, suffer from tail-current turn-off delays, and are highly susceptible to Miller-induced shoot-through if not biased with a negative turn-off voltage. This guide cuts through the semiconductor physics and gives you the exact decision frameworks, circuit values, and bench-test procedures you need to put an IGBT into production.

The IGBT Decision Matrix: When to Use Which Switch

Before dropping an IGBT into your schematic, verify it is actually the right tool. The power electronics industry has shifted significantly with the dropping prices of Silicon Carbide (SiC) and Superjunction MOSFETs. Use the decision tree below to lock in your topology.

Bus Voltage (V_DC) Current (I_C) Switching Freq (f_sw) Verdict & Concrete Pick
< 200V Any > 50 kHz Si MOSFET. Pick: IRFB4110 (100V, 120A, R_DS(on) 4.5mΩ)
200V - 800V < 30A > 50 kHz SiC MOSFET. Pick: C3M0065090D (900V, 35A, SiC)
300V - 1200V > 20A < 30 kHz IGBT. Pick: IRG4PC50U (600V, 55A, TO-247)
> 1200V > 50A < 10 kHz IGBT Module. Pick: Infineon EconoPACK 1200V series
Bench Rule of Thumb: If your switching losses are dominating your thermal budget (high frequency), use SiC. If your conduction losses are dominating (high current, low frequency), use an IGBT. The crossover point in 2026 is typically around 30 kHz for a 600V / 40A application.

IGBT Symbol, Pinout, and Operating Regions

The schematic symbol for an N-channel IGBT looks identical to an N-channel MOSFET, except the drain is relabeled as the Collector (C), the source is the Emitter (E), and there is an inward-pointing arrow on the emitter leg indicating conventional current flow into the device.

Standard TO-247 Pinout (Facing you, pins down):

  • Pin 1 (Left): Gate (G)
  • Pin 2 (Center): Collector (C) — also tied to the metal tab
  • Pin 3 (Right): Emitter (E)

Unlike a MOSFET, an IGBT does not have a symmetrical channel. It is optimized to block voltage in the forward direction (Collector positive relative to Emitter). Here is how it behaves across its operating regions:

Operating Region Gate-Emitter Voltage (V_GE) Collector-Emitter Voltage (V_CE) Behavior & Application
Cutoff < 5V (Typically 0V to -8V) Full Bus Voltage Device is OFF. Leakage current (I_CES) is in the microamp range.
Active (Linear) 5V to 7V (Threshold zone) Variable Acts as a variable resistor. Avoid in switching apps due to massive heat dissipation.
Saturation +15V (Hard ON) V_CE(sat) ≈ 1.5V to 2.5V Device is fully ON. Conduction loss is V_CE(sat) × I_C.

How to Bias and Drive the Gate Properly

You cannot drive an IGBT directly from a 3.3V or 5V microcontroller GPIO. The gate threshold voltage (V_GE(th)) is typically 5V to 6V, but to drive the device into deep saturation and minimize V_CE(sat), you must apply +15V to the gate.

More critically, turning the IGBT off requires a negative bias. When the IGBT switches off a high-voltage inductive load, the rapid change in collector voltage (dV/dt) couples through the Miller capacitance (C_GC) and injects current into the gate. If your gate drive impedance is too high or referenced only to 0V, this Miller current will spike the gate voltage above the threshold, turning the IGBT back on while the high-side switch is also on. This is called shoot-through, and it will instantly vaporize the silicon.

Safety & Reliability Warning: Always use a dedicated gate driver IC that provides a negative turn-off bias (typically -5V to -8V). If your power budget restricts you to a single-ended 15V supply, you must use a very low gate pulldown resistor (e.g., 4.7Ω) and a tight PCB layout to minimize gate loop inductance.

Complete 400V Low-Side IGBT Switching Circuit

Below is a complete, bench-tested component list and wiring guide for a low-side IGBT switch driving a 400V DC inductive load (like a solenoid or motor winding) at 20 kHz. This circuit uses an isolated optical gate driver to protect your microcontroller from high-voltage ground bounce.

Bill of Materials (BOM)

  • Q1 (IGBT): IRG4PC50U (600V, 55A, TO-247) — Includes co-packaged anti-parallel diode
  • U1 (Gate Driver): HCPL-3120 (2.5A peak output optocoupler)
  • R_G (Gate Resistor): 10Ω, 1W carbon film (Limits di/dt, controls EMI)
  • R_GE (Gate-Emitter Pulldown): 10kΩ, 0.25W (Bleeds static charge)
  • D_FW (Freewheeling Diode): RHRP1560 (15A, 600V, ultrafast recovery) — Required if load is highly inductive and Q1 lacks a co-packaged diode
  • C_Bypass: 1µF (0805 MLCC) + 10µF (Electrolytic) placed within 5mm of U1 VCC/GND pins.

Wiring and Netlist Guide

  1. MCU to Driver: Connect MCU GPIO (3.3V or 5V) to U1 Pin 2 (Anode) via a 220Ω current-limiting resistor. Connect U1 Pin 3 (Cathode) to MCU GND.
  2. Isolated Power: Connect an isolated +15V DC/DC supply to U1 Pin 5 (VCC). Connect the isolated supply ground to U1 Pin 8 (V_EE) and directly to the IGBT Emitter pin.
  3. Driver to Gate: Connect U1 Pin 6 (Output) to one leg of R_G (10Ω). Connect the other leg of R_G to the IGBT Gate (Pin 1).
  4. Bleeder Resistor: Solder R_GE (10kΩ) directly between the IGBT Gate and Emitter pins to prevent floating-gate turn-on during handling.
  5. Power Stage: Connect your 400V DC+ to the Load. Connect the Load return to the IGBT Collector (Pin 2). Connect the IGBT Emitter (Pin 3) to your high-voltage DC- bus.

Failure Modes and How to Test an IGBT with a Multimeter

IGBTs rarely fail gracefully. They typically fail due to thermal runaway (insufficient heatsinking causing V_CE(sat) to increase, which causes more heat), overvoltage avalanche (exceeding the 600V/1200V rating during inductive kickback), or latch-up (parasitic thyristor activation due to excessive di/dt).

You can verify the health of a salvaged or new TO-247 IGBT on your workbench using a standard digital multimeter (DMM) in Diode Test mode. Note: This procedure assumes an IGBT with a co-packaged anti-parallel diode, which is standard for motor-drive parts.

Step-by-Step Bench Test

  1. Discharge the Gate: Touch a piece of wire across the Gate and Emitter pins to ensure V_GE is 0V.
  2. Test the Co-Packaged Diode: Place your DMM Red probe on the Emitter and Black probe on the Collector. You should read a forward voltage drop between 0.4V and 0.6V. Reverse the probes (Red on C, Black on E); the meter should read OL (Over Limit). If it reads a dead short in either direction, the device is blown.
  3. Test the Blocking State: With Red on Collector and Black on Emitter, ensure the meter reads OL. This confirms the main IGBT channel is off.
  4. Inject Gate Charge: Use a 9V battery or a bench supply. Connect +9V to the Gate and 0V to the Emitter. (Do not exceed 15V or you will puncture the gate oxide).
  5. Test the ON State: Keep the 9V applied. Place Red probe on Collector and Black probe on Emitter. The DMM should now read a low voltage drop (typically 0.2V to 0.5V depending on the DMM's test current), indicating the channel has turned on.
  6. Verify Turn-Off: Remove the 9V battery and short the Gate to Emitter again. The meter should immediately return to OL. If it stays conducting, the gate oxide is damaged and the part is trash.

Safe Default IGBT Part Numbers for the Workbench

When prototyping or repairing equipment, stick to widely available, well-documented parts from major semiconductor houses. Avoid unbranded "OEM" IGBTs on Amazon or AliExpress; counterfeiters frequently sell 200V MOSFETs relabeled as 1200V IGBTs, which will explode under real bus voltages. Always source from authorized distributors like Mouser, DigiKey, or Farnell.

Part Number Manufacturer Ratings (V / I) Package Best Use Case Approx. Price (2026)
IRG4PC50U Infineon (IR) 600V / 55A TO-247 General purpose 400V motor drives, induction heaters. $6.50
IKW40N120H3 Infineon 1200V / 40A TO-247 Solar inverters, UPS systems, high-voltage bus switching. $8.20
FGA25N120ANTD onsemi 1200V / 25A TO-3P Welding machines, heavy-duty SMPS. $5.80
STGW40V120DF STMicroelectronics 1200V / 40A TO-247 High-speed switching, resonant topologies (Trench Field Stop). $7.10

For reliable high-power design, the Infineon IGBT portfolio remains the industry benchmark for trench-stop technology, offering excellent thermal margins. When designing your gate drive stage, consult Texas Instruments' gate driver resources to match the peak source/sink current capabilities of your driver IC to the total gate charge (Q_g) of your chosen IGBT. Finally, for a deeper dive into the parasitic elements that cause high-frequency ringing, All About Circuits' IGBT fundamentals guide provides excellent oscilloscope captures of Miller plateaus in action.

By locking in a +15V/-8V gate drive, using a 10Ω gate resistor to tame the di/dt, and verifying your parts on the bench before applying high voltage, your IGBT power stages will run cool, quiet, and reliably for years.