Learn how to design a snubber capacitor for MOSFET and IGBT switching circuits. Covers RC, RCD, and C-snubber topologies, step-by-step capacitance and resistance calculations, component selection tips, PCB layout rules, and a full FAQ โ written for power electronics engineers.
If you’ve ever watched a voltage spike kill a perfectly good MOSFET mid-prototype, you already understand why snubber capacitors exist. The problem is almost always the same: stray inductance in the switching loop punches a transient voltage spike across your device the moment current tries to change direction. A properly designed snubber capacitor absorbs that energy before your device does. This guide breaks down the theory, the design math, the component selection, and the PCB layout details you actually need โ written from the bench outward, not from a textbook backward.
What Is a Snubber Capacitor and Why Does It Matter?
A snubber capacitor is a passive component โ typically a film capacitor โ placed in close proximity to a power switching device (MOSFET, IGBT, SiC MOSFET, GaN FET) to suppress voltage transients and damp high-frequency ringing during switching transitions.
Every real-world power circuit contains parasitic inductance: in PCB traces, bus bars, component leads, and wiring. When a switch opens abruptly and current collapses, that parasitic inductance generates a back-EMF proportional to L ร (di/dt). In fast-switching IGBTs, di/dt values can reach several thousand A/ยตs. The resulting voltage spike can easily exceed the device’s rated blocking voltage, destroying it instantly or degrading it over thousands of switching cycles.
The snubber capacitor offers a low-impedance path that absorbs the electromagnetic energy of the overvoltage as electrostatic energy, slowing the voltage rise (dv/dt) across the switch and preventing the peak from exceeding safe limits.
Rule of thumb: If your MOSFET or IGBT is failing from overvoltage in a circuit that looks correct on paper, stray inductance and insufficient snubbing are the top two suspects.
How Does a Snubber Capacitor Work in a Switching Circuit?
When the switching device turns off, load current that was flowing through the device must suddenly find another path. The stray inductance in the commutation loop resists this change and pushes a high voltage spike across the open switch.
With a snubber capacitor in place, the current from the bus commutates into the capacitor instead. The capacitor charges up, absorbing the energy, and the rate of voltage rise (dv/dt) across the switch is reduced because the capacitor limits how fast voltage can climb. The snubber effectively buys time โ it slows the transition enough that peak voltage stays within the safe operating area (SOA) of the device.
When the switch turns on again, the snubber capacitor discharges. In a simple C-snubber, that discharge energy is dissipated in the switch itself. In an RC or RCD snubber, the resistor controls that discharge and limits the peak discharge current.
Types of Snubber Circuits for MOSFET and IGBT Applications
Not every snubber topology fits every situation. The type you need depends on power level, switching frequency, circuit topology, and how much efficiency loss you can tolerate.
C-Snubber (Capacitor Only)
The simplest option. A low-ESL film capacitor is placed directly across the switch or across the DC bus near the switching device. It suppresses dv/dt and clamps the voltage peak but dissipates charge energy in the switch during turn-on. Effective for lower power levels where capacitor discharge loss is acceptable.
When to use it: Low to medium current applications, decoupling across IGBT modules, bulk bus stabilization.
RC Snubber
An RC snubber adds a series resistor to the capacitor. The resistor damps the resonance between the snubber capacitor and the parasitic inductance, preventing oscillations. The resistor dissipates the capacitor’s stored energy during turn-on rather than dumping it all into the switch at once.
When to use it: The most common choice for MOSFETs in SMPS, flyback converters, and half-bridge stages. Good balance of performance and simplicity.
RCD Snubber (Charge-Discharge)
A diode is added in series with the capacitor. The diode allows the capacitor to charge during turn-off (absorbing the energy spike) but blocks it from discharging back through the same path. A resistor provides a controlled discharge route. This allows the switch’s turn-on transient to be much cleaner.
When to use it: Medium to high current IGBT applications, inverter half-bridge topologies, motor drives.
RCD Clamp Snubber
A variation where the capacitor charges to bus voltage and is continuously reset through the resistor. Particularly effective for clamping peak voltage to a defined level above bus voltage.
Summary Table: Snubber Topology Comparison
| Topology | Components | Energy Recovery | Power Dissipation | Best For |
| C-Snubber | Cap only | None | In switch | Low power, decoupling |
| RC Snubber | R + C | None | In resistor | SMPS, flyback converters |
| RCD Charge-Discharge | R + C + D | None | In resistor | IGBT half-bridge, inverters |
| RCD Clamp | R + C + D | None | In resistor | High dV/dt clamp applications |
| Lossless (LC or RLC) | L + C ยฑ R | Yes (feedback) | Minimal | High-efficiency converters |
Snubber Capacitor Design: Step-by-Step for MOSFET Circuits
Here’s the practical approach used for RC snubber design in MOSFET-based power converters. This is the seven-step method widely cited in application notes and it holds up well in practice.
Step 1: Observe the Ringing Frequency Without a Snubber
Using an oscilloscope, measure the natural ringing frequency (fโ) at the switch node after turn-off. This is the resonant frequency of the parasitic LC tank formed by the stray inductance and the switch’s output capacitance (Coss) plus any other capacitance at that node.
Step 2: Add a Known Capacitor and Re-Measure
Add a known film capacitor C_add (start with 100 pF) directly across the MOSFET (as close as possible). The ringing frequency will drop. Measure the new frequency fโ. Increase C_add until fโ = fโ / 2, at which point total capacitance at the node has quadrupled. This lets you back-calculate the parasitic capacitance Cโ:
Cโ = C_add / 3
Step 3: Calculate Parasitic Inductance
With Cโ known:
L = 1 / [(2ฯ ร fโ)ยฒ ร Cโ]
This parasitic inductance is the primary cause of the voltage spikes you’re fighting.
Step 4: Calculate Snubber Capacitance
For a critically damped response (damping factor ฮถ = 1):
C_snub = Cโ (minimum)
In practice, choose C_snub = 2โ4 ร Cโ for a margin of safety and more effective ringing suppression. Larger capacitance improves spike suppression but increases power dissipated in the snubber resistor.
Step 5: Calculate Snubber Resistance
R_snub = โ(L / C_snub)
This gives the characteristic impedance of the LC tank, which is the optimal damping resistance. A damping factor between 0.7 and 1.0 is the sweet spot โ you don’t need to eliminate ringing entirely, just keep it from bouncing off device voltage limits.
Step 6: Calculate Resistor Power Dissipation
P_R = C_snub ร Vยฒ_bus ร f_sw
At high switching frequencies, this can become substantial. Always verify the resistor wattage rating and derate it by at least 50% for thermal safety.
Step 7: Verify on the Bench
Simulate the design, then verify with a scope. Adjust R slightly up or down if ringing persists or if you see excessive overshoot on turn-on. Fine-tuning on real hardware is almost always required because stray inductance values are hard to model perfectly.
Snubber Capacitor Design for IGBT Modules
IGBT snubber design follows the same physics but has a few additional considerations driven by the higher power, higher current, and longer switching times typical of IGBT applications.
Key IGBT Design Parameters
| Parameter | Typical Range | Impact on Snubber |
| Collector current (Ic) | 10 A โ 3600 A | Sets peak snubber current |
| Bus voltage (Vdc) | 400 V โ 3300 V | Sets capacitor voltage rating |
| Switching frequency | 1 kHz โ 20 kHz | Affects snubber power dissipation |
| Stray inductance (Ls) | 20 nH โ 200 nH | Sets spike magnitude |
| di/dt at turn-off | 500 A/ยตs โ 5000 A/ยตs | Primary sizing driver |
IGBT Snubber Capacitance Sizing
For an IGBT turn-off snubber, the basic C-snubber capacitance is calculated from the condition that all energy stored in the stray inductance transfers to the snubber capacitor, keeping the peak voltage below the device rating:
C_snub โฅ L_stray ร Iยฒ_off / (Vยฒ_peak โ Vยฒ_bus)
Where:
- L_strayย = total loop inductance in the commutation path (nH)
- I_offย = current at turn-off (A)
- V_peakย = maximum allowable voltage (typically 80% of V_CES rating)
- V_busย = DC bus voltage
Bus Bar Inductance and Layout
The stray inductance in high-power IGBT circuits is dominated by bus bar geometry, not by the capacitor leads. A well-designed laminated bus bar can reduce loop inductance from 100โ200 nH down to 10โ30 nH. This single change reduces the required snubber capacitance and the peak voltage spike proportionally.
Oscillation and Self-Heating in IGBT Snubber Capacitors
After each switching event, a damped oscillation occurs between the snubber capacitor and the bus bar inductance. This creates RMS AC current through the capacitor at frequencies typically between 100 kHz and several MHz. The capacitor’s ESR at these frequencies determines self-heating. A capacitor that appears correctly rated for voltage and capacitance can still overheat and fail if its Iยฒ_RMS ร ESR losses are not within spec. Always check the datasheet for:
- Maximum RMS current rating
- ESR at 100 kHz or the relevant oscillation frequency
- Maximum dv/dt rating
- Self-heating temperature rise at maximum operating conditions
Snubber Capacitor Selection: What Type of Capacitor to Use
Capacitor type is not interchangeable for snubber applications. The wrong capacitor will fail even if the capacitance and voltage values are correct.
Film Capacitors (Recommended)
Polypropylene (PP) film capacitors are the industry standard for snubber applications. They offer:
- Very low ESL (especially wound-construction types)
- High dv/dt capability
- Self-healing metallization (when using metallized film)
- Wide operating temperature range
- Low dissipation factor at high frequency
Polyester (PET/MKT) film capacitors are a lower-cost alternative for lower-frequency applications, but have higher losses at elevated temperatures and frequencies compared to PP.
Ceramic Capacitors
High-voltage ceramic capacitors (X7R, C0G) can perform well as snubbers in lower-power, higher-frequency applications (e.g., SiC MOSFETs at 100+ kHz). Tests comparing film capacitors to ceramic arrays have shown that a parallel array of smaller ceramic capacitors can outperform large film types for surge suppression because of their lower combined ESL.
What NOT to Use
| Capacitor Type | Why It Fails in Snubber Applications |
| Electrolytic | Too high ESL and ESR; cannot handle high di/dt |
| Tantalum | Cannot survive repetitive transient current |
| Standard ceramic (Y5V) | Capacitance collapses at voltage; poor high-temp stability |
Snubber Capacitor Voltage Derating
Never run a snubber capacitor at its rated voltage. Standard practice is to derate to 50โ70% of rated DC voltage. For a 400 V bus, use a capacitor rated at 630 V or 1000 V DC minimum. This accounts for the voltage overshoot the capacitor itself sees during snubbing.
For more information on how PCB-integrated capacitors behave in power applications, the guide at PCB capacitors covers the key characteristics that matter for layout and component selection.
PCB Layout Best Practices for Snubber Capacitors
Even a perfectly calculated snubber will underperform if the layout is poor. Parasitic inductance added between the snubber capacitor and the switch can negate the snubber’s effect entirely.
Placement Rules
- Mount the snubber capacitor as close as physically possibleย to the switching device terminals. Every millimeter of distance adds loop inductance.
- For IGBT modules, direct-mount capacitors that attach directly to the module’s C and E terminals are the best solution โ they essentially have zero loop inductance from the capacitor to the device.
- For discrete MOSFETs on a PCB, place the snubber cap on the same side of the board as the MOSFET, across the drain-source pins, with the shortest possible trace length.
PCB Trace Geometry
| Layout Choice | Effect on Snubber Performance |
| Short, wide traces | Reduces trace inductance โ better snubbing |
| Vias in snubber path | Adds ~1 nH per via โ minimize them |
| Ground plane under snubber loop | Reduces loop area, reduces inductance |
| Kelvin connections | Improves accuracy for gate drive sensing |
Parallel Capacitors for Lower ESL
Placing two or more smaller capacitors in parallel reduces total ESL better than a single larger capacitor of equivalent value. For high-frequency SiC or GaN MOSFET applications, this approach can cut effective snubber inductance in half or better.
Snubber Capacitor Design for SiC MOSFETs
Silicon carbide MOSFETs switch significantly faster than Si IGBTs โ dv/dt values of 50โ90 kV/ยตs are common. This makes snubber design both more important and more difficult:
- Faster switching = higher dv/dt = more severe spike from even small stray inductance
- Lower switching losses = any snubber loss is a larger percentage hit on efficiency
- Higher frequency = more snubber power dissipation cycles per second
For SiC applications, the C-snubber (no resistor) is often preferred to minimize turn-on losses, but the stray inductance of the snubber path itself must be extremely low. The capacitor’s ESL must be less than the main loop inductance it is intended to divert โ otherwise the snubber does more harm than good.
Useful Resources for Snubber Design
| Resource | Type | Link |
| Infineon โ Snubber Considerations for IGBT Applications | Application Note | Infineon PDF |
| ROHM โ Snubber Circuit Design Methods (SiC MOSFET) | Application Note | ROHM PDF |
| Cornell Dubilier โ Design of Snubbers for Power Circuits (Rudy Severns) | Technical Paper | CDE PDF |
| Nexperia AN11160 โ Designing RC Snubbers | Application Note | Nexperia PDF |
| DigiKey โ RC Snubber Design for Power Switches | Article | DigiKey Article |
| EE Times โ Calculating an RC Snubber (7-step method) | Article | EE Times |
| Danfoss โ IGBT Peak Voltage Measurement and Snubber Selection | Application Note | Danfoss PDF |
| Fuji Electric โ IGBT Protection Circuit Design Chapter 5 | Technical Manual | Fuji PDF |
Common Snubber Design Mistakes to Avoid
These are errors that show up repeatedly on production boards:
1. Placing the snubber too far from the switch. The inductance added between the snubber and the device can be greater than the inductance you were trying to suppress. The snubber must be right at the device terminals.
2. Using electrolytic or standard ceramic capacitors. These fail under the repetitive transient current stress of a snubber application.
3. Under-rating the resistor wattage. Snubber resistors dissipate energy on every single switching cycle. At 50 kHz, even a small snubber capacitor can push watts through the resistor continuously.
4. Ignoring capacitor ESL. A physically large film capacitor may have more ESL than a smaller one. Check the manufacturer’s self-resonant frequency (SRF) data.
5. Skipping bench verification. Calculated values are a starting point. Parasitic inductance in the real board is almost always different from estimates. Always verify with a scope before signing off on the design.
Frequently Asked Questions About Snubber Capacitors
Q1: Can I use the same snubber design for both MOSFETs and IGBTs?
The same RC or RCD topology works for both, but the component values will differ. IGBTs are typically used at higher voltages and currents with lower switching frequencies, meaning larger capacitance values and higher voltage ratings. MOSFETs โ especially SiC types โ operate at higher frequencies, pushing snubber power dissipation up and requiring extremely low-ESL capacitors. The design procedure is the same; the numbers and component grades differ.
Q2: What capacitance value should I start with for a snubber?
A practical starting point for a simple RC snubber across a MOSFET is 2โ4ร the device’s output capacitance (Coss) at the operating voltage. This is an empirical starting value, not a final design. Always use the seven-step measurement-based method for the final design to account for actual board parasitic inductance.
Q3: Does a larger snubber capacitor always mean better protection?
No. A larger snubber capacitor does suppress the voltage spike more effectively, but it also stores more energy that must be discharged on every turn-on โ dissipating more power in the snubber resistor (or in the switch itself for a C-only snubber). There is a practical optimum beyond which efficiency drops unacceptably. As a rule, snubber dissipation should not exceed 3โ5% of the converter’s rated output power.
Q4: Why does my snubber capacitor run hot?
Self-heating in a snubber capacitor is caused by RMS current flowing through the capacitor’s internal ESR. This current flows at the frequency of the damped oscillation that occurs after each switching event โ typically 100 kHz to several MHz. Even if the capacitor’s voltage and capacitance are within spec, excessive ESR at these frequencies causes thermal runaway. Switch to a lower-ESR film capacitor type and verify the RMS current rating against the manufacturer’s datasheet.
Q5: Is a snubber capacitor always required for IGBT circuits?
Not in every case, but in practice, nearly all high-power IGBT inverter and motor drive designs require some form of bus decoupling or snubbing. Even if the IGBT survives without one under normal load, fault conditions โ where peak turn-off current can reach 6โ10ร rated current โ will generate voltage spikes far exceeding the device’s blocking voltage without protection. The snubber capacitor is a low-cost insurance policy against failure.
Final Thoughts
A snubber capacitor is one of those components that never shows up in the BOM until the board comes back from prototype with a dead MOSFET. Getting the design right the first time means understanding the stray inductance in your loop, choosing the right capacitor type (film, always โ never electrolytic), placing it as close to the device as physically possible, and verifying on the bench. The math is straightforward. The PCB layout discipline is what separates reliable designs from the ones that fail in the field after 10,000 switching cycles.
Start with the seven-step method, validate on the bench, and derate your capacitor voltage by at least 50%. That’s a snubber design that actually works.