Key Takeaways
- A snubber circuit is a passive RC, RCD, or capacitor-only network placed across a switching device to absorb parasitic inductance energy and prevent destructive voltage spikes at turn-off.
- Even 20 nH of PCB trace inductance with a di/dt of 1 A/ns produces a 20 V spike on top of the bus voltage — unprotected, spikes of 200–400 V above rail are routinely measured.
- The snubber resistor is sized to match parasitic LC characteristic impedance: R ≈ √(L_p / C_p); power dissipation P = C_snub × V_bus² × f_sw sets the minimum resistor power rating.
- Film capacitors (polypropylene or polyester) and non-inductive thick-film resistors are mandatory — electrolytics and carbon-film types fail at switching frequencies above 100 kHz.
- Designers must place snubber circuits as close as possible to the switching device.Every extra millimeter of trace adds parasitic inductance that actively degrades clamping effectiveness.
What Is a Snubber Circuit?
A snubber circuit is a compact network of passive components — typically a resistor and capacitor (RC), a resistor-capacitor-diode combination (RCD), or in some cases a single capacitor (C) — connected across a switching semiconductor device or inductive load to absorb, divert, and dissipate the energy stored in parasitic inductance at the moment a switch opens. The name derives from the English verb “to snub,” meaning to cut short or suppress, which precisely describes what these circuits do to dangerous voltage transients that would otherwise destroy semiconductors.
In power electronics, every PCB trace, wire bond, and component lead carries a small but non-negligible parasitic inductance. When a switching device such as a MOSFET, IGBT, or thyristor turns off abruptly, the current through that inductance cannot change instantaneously. The energy stored in the inductance — quantified as E = ½ × L × I² — must go somewhere. Without a controlled dissipation path, it appears as a destructive voltage spike across the switching device, often far exceeding the device’s rated breakdown voltage. Snubber circuits provide that controlled path, converting the spike energy into heat within a resistor rather than allowing it to damage the semiconductor.
Why Voltage Spikes Are Dangerous in Power Electronics
The root cause of voltage spikes in switching circuits is the interaction between parasitic inductance and rapid current change. When a MOSFET turns off in a typical buck converter, the drain current collapses from its operating value to zero in nanoseconds. The parasitic inductance in the PCB traces — often between 5 nH and 50 nH in a real layout — reacts to this change according to V = L × dI/dt. With even 20 nH of inductance and a di/dt of 1 A/ns, the resulting spike voltage is 20 V on top of the bus voltage. In fact, at higher currents and faster switching speeds, unprotected circuits routinely exhibit spikes of 200–400 V above the supply rail.
These transients create several failure modes. First, they can directly exceed the device’s absolute maximum voltage rating (V_DS for MOSFETs, V_CE for IGBTs), causing immediate avalanche breakdown or catastrophic destruction. Second, repeated transients below the breakdown threshold cause gradual gate oxide degradation and eventually premature failure. Third, voltage ringing generates broadband electromagnetic interference (EMI) that violates regulatory limits (CISPR 32, FCC Part 15) and corrupts nearby signal circuits, particularly ADC inputs and gate driver feedback lines.
Beyond device protection, snubbers improve system-level performance. By damping oscillations on the switching node, they reduce gate driver instability, allow higher switching frequencies without EMI compliance failure, and improve voltage regulation accuracy in power supplies. In motor drives, suppressing voltage spikes across IGBT switches protects motor winding insulation from repetitive impulse stress — a significant contributor to motor failure in variable-frequency drive applications.
Key Features and Advantages
| Feature | Description | Benefit |
| Voltage Spike Suppression | Absorbs energy from parasitic inductance during turn-off transients | Prevents device breakdown; extends semiconductor lifespan |
| EMI Reduction | Damps high-frequency ringing on switching nodes | Reduces conducted and radiated emissions; aids regulatory compliance |
| Simple Passive Implementation | RC and RCD topologies use only resistors, capacitors, and diodes | Low cost; no active control required; fits any switching topology |
| SOA Protection | Limits dv/dt and di/dt during switching transitions | Keeps device operating within safe operating area (SOA) |
| Layout Flexibility | Can be placed across switch, diode, or transformer winding | Adaptable to MOSFET, IGBT, thyristor, relay, and diode applications |
| Wide Topology Compatibility | Applicable in buck, boost, flyback, forward, and full-bridge converters | One design methodology scales across multiple power architectures |
Snubber Circuit Topologies: Technical Reference
| Topology | Components | Primary Use Case | Key Tradeoff |
| C Snubber | Single capacitor across switch | Bridge configurations; basic ringing reduction | No resistive damping; can cause turn-on current spike |
| RC Snubber | Resistor + capacitor in series | Relay contacts, TRIAC circuits, low-power SMPS | Resistor dissipates energy each switching cycle |
| Discharge RCD | R + C + diode (parallel with R) | MOSFET/IGBT in isolated DC-DC converters | Diode must withstand full spike voltage |
| Non-Discharge RCD | R + C + diode (alternate discharge path) | High-frequency SiC and GaN applications | Slightly more complex layout than RC |
| Active Snubber | MOSFET clamp + control IC | High-efficiency lossless energy recovery | Higher complexity and cost |
| MOV Clamp | Metal Oxide Varistor across switch | Industrial relay/contactor protection | Degrades with repeated surges; not for high-frequency use |
RC Snubber Design: Step-by-Step Method
The RC snubber is the most widely used topology for general-purpose switching circuits. Correct component selection requires identifying the parasitic inductance (L_p) and parasitic capacitance (C_p) of the switching node.
Step 1 — Estimate Parasitic Inductance
Measure or estimate the PCB loop inductance from the switching device to the bulk capacitor. Typical values range from 5 nH (tight, optimized layout) to 50 nH (leaded component, large loop area). L_p can also be back-calculated from the observed ringing frequency:
L_p = 1 / (C_p × (2π × f_ring)²)
Step 2 — Select Snubber Capacitor (C_snub)
As a practical starting point, set C_snub = 2 × (C_oss + C_mounting), where C_oss is the switch output capacitance from the datasheet. C_snub must be larger than C_p to dominate the resonance, but kept as small as possible to minimize power dissipation at the operating switching frequency.
Step 3 — Select Snubber Resistor (R_snub)
The resistor value should approximate the characteristic impedance of the parasitic LC circuit:
R_snub ≈ √(L_p / C_p)
This provides critical damping of the resonance. Power dissipation in the resistor at switching frequency f_s is:
P_R = C_snub × V_bus² × f_s
Crucially, designers must select a resistor rated to handle this continuous power. Furthermore, for frequencies above 100 kHz, layout teams should prefer non-inductive film resistors to maintain optimal performance.
Step 4 — Verify and Tune
Place the snubber as close as possible to the switching device to minimize additional loop inductance. Measure the switching waveform with an oscilloscope; adjust R_snub upward to reduce remaining ringing, and confirm thermal performance of the resistor under full-load conditions.
Application Scenarios
Switch-Mode Power Supplies (SMPS)
In flyback and forward converters, leakage inductance in the transformer creates sharp voltage spikes on the primary switch at turn-off. An RCD clamp is placed across the primary winding to absorb leakage energy. Without it, MOSFET drain voltage routinely exceeds 2× the bus voltage, requiring oversized, more expensive devices.
Motor Drives and Variable Frequency Drives (VFDs)
IGBT inverter legs in three-phase motor drives produce voltage spikes at every switching event. Snubbers across each IGBT prevent gate oscillation and protect motor winding insulation from repetitive high-dv/dt stress, which accelerates insulation breakdown in long cable runs between drive and motor.
SiC and GaN Power Conversion
Wide-bandgap devices switch 10–100× faster than silicon IGBTs, dramatically increasing dV/dt. Non-discharge RCD snubbers are used in SiC MOSFET bridge legs to limit peak overvoltage while preserving most of the switching speed advantage. Snubber PCB layout for GaN requires minimizing loop inductance to sub-nanohenry levels.
Relay and Contactor Drivers
Inductive relay coils generate large back-EMF spikes when de-energized. An RC snubber across the relay coil contacts — or a flyback diode for DC circuits — suppresses the spike that would otherwise exceed the transistor driver’s collector-emitter voltage rating.
Renewable Energy Inverters
Solar and wind inverter topologies operate continuously at high power levels with fast switching. Snubbers protect IGBTs from voltage stress and ensure compliance with grid-connected EMI standards (IEC 61000, EN 55011).
Automotive Power Electronics
EV traction inverters and DC-DC converters operate at 400 V or 800 V DC bus voltages with high peak currents. Snubbers are essential for keeping switching transients within the SiC module’s safe operating area and meeting automotive EMC standards (CISPR 25, ISO 11452).
Component Selection & Manufacturing Considerations
Capacitor Selection for Snubbers
Film capacitors (polypropylene or polyester) are the preferred choice for snubber capacitors due to their low ESR, low parasitic inductance, and ability to handle high ripple current. Electrolytic capacitors are unsuitable: their inductance is too high to respond at switching frequencies. For frequencies above 1 MHz, C0G (NP0) ceramic capacitors offer the lowest inductance but require careful voltage derating.
Key parameters: voltage rating must exceed peak switch voltage by at least 20%; capacitance tolerance of ±10% or better; rated for the required ripple current and ambient temperature.
Resistor Selection for Snubbers
Non-inductive thick-film or metal-oxide resistors are required. Standard carbon-film resistors have significant inductance at high frequencies. The power rating must account for continuous switching losses — size to at least 2× the calculated P_R. For high-voltage designs, ensure the resistor’s voltage rating exceeds peak spike amplitude.
Diode Selection for RCD Snubbers
In RCD topologies, the diode must withstand the full clamp voltage and pass the peak inductor current. Fast recovery or ultra-fast recovery diodes (t_rr < 50 ns) are required. For high-frequency applications above 200 kHz, SiC Schottky diodes eliminate reverse recovery entirely, improving clamp precision and reducing switching losses.
PCB Layout Guidelines
Crucially, designers must place snubber circuits as close as possible to the switching device. Ideally, layout teams should position both elements on the same side of the board to ensure minimum trace length.Every millimeter of additional trace adds inductance that reduces snubber effectiveness. Use low-inductance via structures and avoid routing snubber return paths through the main power loop.
Snubber Type Comparison
| Attribute | RC Snubber | Discharge RCD | Non-Discharge RCD | Active Snubber |
| Component Count | 2 (R + C) | 3 (R + C + D) | 3 (R + C + D) | 5+ (R, C, D, MOSFET, driver) |
| Energy Recovery | None (dissipated) | Partial | Better (surge only) | Full (recycled) |
| Efficiency Impact | Moderate loss at high f_sw | Lower than RC | Lowest passive loss | Near-lossless |
| Design Complexity | Simple | Moderate | Moderate | High |
| Switching Frequency | Up to ~200 kHz | Up to ~500 kHz | Up to ~1 MHz+ | 1 MHz+ |
| Typical Application | Relays, TRIACs, low-power SMPS | Flyback/forward converters | SiC / GaN bridge legs | High-efficiency resonant |
| Approximate Cost | Very low | Low | Low–medium | High |
Frequently Asked Questions
Q1: What is a snubber circuit and why is it needed in power electronics?
A snubber circuit is a small passive network — most commonly a resistor and capacitor (RC) or resistor-capacitor-diode (RCD) — placed across a switching device or inductive load to absorb and dissipate the energy stored in parasitic inductance at the moment the switch opens. Without a snubber, this energy appears as a high-voltage spike that can exceed the device’s breakdown rating, cause gate instability, or generate conducted and radiated EMI. Ultimately, parasitic inductance within the PCB layout, device packaging, or transformer leakage frequently creates transient voltages that exceed the safe operating limits of the switching semiconductor. Consequently, engineers must implement snubber circuits in these switching topologies to mitigate the voltage spikes and protect the components.
Q2: What is the difference between an RC snubber and an RCD snubber?
An RC snubber uses only a resistor and capacitor in series across the switching device. It is simple and effective for low-to-medium frequency applications such as relay contacts and TRIAC circuits, but the capacitor discharges through the resistor at every switching cycle, causing continuous power dissipation proportional to C × V² × f_sw. An RCD snubber adds a diode to separate the charging and discharging paths: the diode allows the capacitor to rapidly charge during the voltage spike but controls the discharge independently. This reduces losses and improves clamping precision, making RCD snubbers preferred for higher-power and higher-frequency applications such as flyback converter primary switches.
Q3: How do I calculate the RC snubber component values for a MOSFET switching circuit?
To begin with, engineers size the snubber resistor to approximately match the characteristic impedance of the parasitic resonance using the following equation: R_snub ≈ √(L_p / C_p), where L_p is the parasitic loop inductance and C_p is the total parasitic capacitance at the switching node (including MOSFET C_oss). Power dissipation in the resistor is P = C_snub × V_bus² × f_sw, which sets the minimum resistor power rating. These calculated values should always be verified on a real circuit with an oscilloscope and adjusted empirically to achieve the desired damping.
Q4: Can a snubber circuit be used across transformer windings in a flyback converter?
Yes, and it is standard practice. In flyback converters, transformer leakage inductance creates a sharp voltage spike on the primary MOSFET at turn-off. To resolve this, designers connect an RCD clamp across the primary winding to actively absorb this leakage energy. Specifically, the RC time constant sets the clamp voltage relative to the switching period. As a guideline, a time constant of approximately $10\times$ the switching period serves as a common starting point for the calculation This technique protects the primary MOSFET from exceeding its V_DS rating while allowing the transformer to reset properly each cycle.
Q5: What component types should be used for snubber capacitors and resistors in high-frequency designs?
To begin with, for snubber capacitors in high-frequency applications above 100 kHz, designers typically select polypropylene film capacitors because they feature low ESR, high ripple current capability, and stable capacitance over temperature. Conversely, engineers must avoid electrolytic capacitors, because their high series inductance degrades circuit performance. Moving higher in frequency, above 1 MHz, C0G ceramic capacitors offer superior high-frequency performance; however, they require careful voltage derating. Turning to resistor selection, layout teams must specify non-inductive thick-film or metal-oxide types for snubber resistors, since standard carbon-film resistors introduce parasitic inductance that weakens snubber performance at high switching frequencies. Finally, designers must select a resistor with a rating of at least twice the calculated continuous power dissipation to ensure an adequate thermal margin.
Find What You Need on LCSC
Source film capacitors, non-inductive resistors, fast-recovery diodes, MOSFETs, and SiC Schottky diodes for snubber circuits — all from verified suppliers on LCSC, with real-time stock and instant quotes.Whether you’re designing a simple RC snubber for a relay driver or a non-discharge RCD network for a 1 MHz GaN bridge, having the right passive components available at the right ratings is critical. LCSC stocks millions of components from verified manufacturers — with full datasheets, voltage and power ratings clearly listed, and availability you can act on immediately.