Surge Protection Circuits: TVS, GDT, RC & Inductor (IEC 61000-4-5)

See IEC 61000-4-5 surge simulations and learn layered PCB input protection with TVS, GDT, RC/inductor, and bulk caps, plus design trade-offs.
By
Kyle Hunter
-
October 7, 2025

Protecting Circuit Board Power Inputs from Surge Events

Introduction

In past posts, I have gone over TVS diodes and general input protection for power supplies. What I have not shown until now is a direct simulation of how different protection schemes behave during a surge test.

In this article, I use the Falstad circuit simulator to recreate the IEC 61000-4-5 surge waveform and then apply it to a simple circuit board input. The goal is not to create a perfectly accurate quantitative model, but rather to compare different protection strategies side by side in a qualitative way. This is meant to be a brief overview of common approaches rather than an in-depth dive into any single protection method.

The Surge Waveform

The IEC 61000-4-5 standard defines the surge waveform in two conditions:

  • Open-circuit voltage: 1.2 µs rise, 50 µs decay
  • Short-circuit current: 8 µs rise, 20 µs decay

For this article, I am simulating a 1 kV surge level, which corresponds to Class 2 in the standard. Class 2 represents environments where cables are reasonably well separated but still subject to parallel routing with power and signal lines. Higher test levels such as Class 3 (2 kV) or Class 4 (4 kV) are used for harsher electrical environments, but Class 2 is a common baseline for many circuit boards.

In Falstad, I built a simplified generator circuit with blocking diodes to prevent ringing. This gives a good baseline for comparing protection schemes.

Falstad IEC 61000-4-5 surge generator schematic with blocking diodes
Figure 1: Falstad surge generator schematic with blocking diodes used for IEC 61000-4-5 simulation.

To validate the setup, the simulation output roughly matches the expected IEC waveforms. The plot below shows the open-circuit voltage (1.2/50 µs) and the short-circuit current (8/20 µs) from the generator circuit.

Simulated surge waveform from Falstad generator showing 1.2/50 µs open-circuit voltage.
Figure 2: Simulated surge waveform from Falstad generator showing 1.2/50 µs open-circuit voltage.
Simulated surge waveform from Falstad generator showing 8/20 µs short-circuit current.
Figure 3: Simulated surge waveform from Falstad generator showing 8/20 µs short-circuit current.

Test Setup

Before looking at the different protection elements, it is important to explain the full test setup used in the simulations. The surge generator itself was built to follow the IEC 61000-4-5 standard and was described earlier. To make the results meaningful, I also needed a simple but representative load circuit to act as the “device under test.”

In the simulation, the surge generator connects to a 12 V supply rail that feeds into a basic circuit board input stage. The setup includes:

  • 12 V DC source to represent the system supply voltage
  • 10 mΩ series resistance to model trace and wiring parasitics
  • 2 µF capacitor across the input as a stand-in for bulk decoupling and general board capacitance
  • 220 Ω resistor as a load, simulating a circuit drawing a modest amount of current
  • Optional components (electrolytic capacitor, TVS diode, series resistor, or gas discharge tube) that are added one at a time to show their effect

This simplified DUT is not intended to perfectly replicate any single product, but it provides a realistic way to see how surge energy interacts with common input components.

Falstad schematic of the basic DUT circuit showing 12 V supply, decoupling capacitor, and resistive load.
Figure 4: Falstad schematic of the basic DUT circuit showing 12 V supply, decoupling capacitor, and resistive load.

By starting with this baseline circuit and then adding protection elements one at a time, it becomes much clearer how each device changes the surge response.

No Protection

The first case is with no protection at all. The surge generator connects directly to the board input and the result is exactly what you would expect.

  • The full 1 kV surge appears across the input.
  • The voltage lingers since it has no discharge path.
  • In a real circuit this energy would arc through components or traces.

While there would normally be some leakage paths such as PCB surface resistance or component leakage, the simplified model without them is fine for demonstration purposes.

Figure 5: With no protection, the DUT sees the entire 1 kV surge directly across the input.

Bulk Capacitance

Adding a large electrolytic capacitor makes a major difference. In this case I used a 560 µF capacitor with a small series resistance to represent ESR.

  • Peak voltage drops to about 356 V.
  • The decay is faster since the capacitor absorbs energy.
  • The capacitor dissipates several kilowatts of peak power, which may damage it if used alone.

For background on capacitor (ceramics specifically) behavior under a DC voltage, see my article on DC Bias Effect in Ceramic Capacitors.

Surge simulation with bulk capacitor reducing peak voltage to ~356 V
Figure 6: Bulk capacitance lowers the surge peak and provides a discharge path.

Series Element: Resistor or Inductor

A simple series resistor (or inductor) can slow the rise of the surge. In the simulation, the rise time stretches from about 1 µs to 15 µs.

  • Lower rise time means less surge energy.
  • The resistor must be chosen carefully so it does not limit normal operation.
  • An inductor can provide the same benefit without dissipating steady-state power, but the saturation current is critical. The inductor must be sized so it does not saturate during the surge.

For a deeper look at how series resistors improve signal integrity and EMC, see my earlier article on rise time and series resistors.

Series resistor extending surge rise time from 1 µs to 15 µs in simulation
Figure 7: A series resistor slows the surge rise time, reducing its energy.

Need an IEC 61000-4-5 review?
We provide surge and EFT pre-compliance testing plus redesign support.
Contact us to learn more about our EMC & Pre-Compliance Testing services

TVS Diode

TVS diodes are specifically designed to clamp surge events. In the simulation, a 15 V part limits the surge to about 37 V at the input.

  • Voltage downstream is now in a survivable range.
  • The diode dissipates almost 7 kW of peak power for tens of microseconds. Datasheets specify ratings under these short surge pulses, and parts must be selected accordingly.
  • In practice, multiple devices or additional elements are typically needed.
TVS diode clamping surge voltage to ~37 V at input during IEC test simulation
Figure 8: A TVS diode clamps the input voltage but must dissipate high peak power.

Gas Discharge Tube

Gas discharge tubes (GDTs), sometimes called lightning protection tubes, are ceramic devices filled with inert gas. When a surge exceeds their breakdown voltage, the gas ionizes and creates a low resistance path, safely discharging the current away from sensitive circuits. They can handle very high surge currents and have extremely high insulation resistance during normal operation.

Key points about GDTs:

  • Very high surge current capability and low leakage in normal conditions.
  • A big gotcha is the follow current problem. Once triggered, the tube may stay latched on if the supply voltage is higher than its arc voltage.
  • To prevent this, GDTs are usually paired with a TVS diode, MOV, or series element so they release after the surge.
  • Selection must account for both the DC spark-over voltage (above the circuit’s normal maximum voltage) and the impulse breakdown voltage at fast surge rise times.
  • Due to their relatively high on resistance and capacitance, they typically respond too slowly to be a standalone protection device.
Gas discharge tube paired with TVS diode correctly resetting after surge
Figure 9: With a TVS diode in series, the GDT resets correctly after the surge.

GDT vs TVS vs MOV

Gas Discharge Tubes (GDTs) are best for high-energy, slower surges like lightning. They can handle kiloamps, but their response time is in the hundreds of nanoseconds, and they may stay latched without a series element.

Transient Voltage Suppressors (TVS diodes) react in picoseconds and are ideal for protecting sensitive ICs, but they have limited surge current and must be sized carefully. The quoted “7 kW” in the simulation is a peak pulse for tens of microseconds; datasheets specify peak pulse power ratings under these same test pulses.

Metal Oxide Varistors (MOVs) fill the gap. They absorb repeated surge events and are common at mains inputs. Unlike GDTs, they don’t latch, but unlike TVSs, they degrade over repeated hits. In practice, MOVs are often used at the AC input, followed by GDT + TVS near the load for multi-stage protection. For a deeper dive, see Designing ESD Protection Circuits.

Combined Approach

The most effective method is layered protection. By combining several elements, each device handles only part of the surge energy.

The example below uses:

  1. Gas discharge tube to absorb the largest part of the surge
  2. Series resistor (or inductor) to slow the rise
  3. Electrolytic capacitor to provide a discharge path and help absorb energy
  4. TVS diode to clamp the residual voltage

The result is a robust protection network:

  • Input voltage clamped to around 24 V
  • TVS diode peak power reduced to less than 3 kW
  • GDT current limited to about 50 A, well within typical ratings
Layered surge protection network with GDT, resistor, capacitor, and TVS diode
Figure 10: Layered protection with GDT, resistor, capacitor, and TVS diode.

Comparison Table

Method Peak Clamping Voltage Pros Cons / Risks
None ~1 kV (full surge) Simple, zero cost Complete failure risk
Bulk Capacitor ~356 V Absorbs energy, inexpensive Can overheat or fail under surge
Series R / L Slows rise to ~15 µs Reduces surge energy, low cost Adds losses or saturation issues
TVS Diode ~37 V Fast response, protects ICs ~7 kW peak, must be surge-rated
Gas Discharge Tube (GDT) ~90 V arc start Handles very high currents Slower response, risk of latching
MOV ~30–100 V clamp Good for mains, repetitive surges Degrades with repeated hits
Layered Approach ~24 V Distributes stress, robust More components, higher BOM cost

Need surge protection designed into your board? Contact us for a design review.

Next Steps

This article focused on the basics of surge suppression using simple passive components. In a real design you might also add:

  • π filters to reduce ringing and noise, especially effective for conducted emissions.
  • MOVs for AC mains input protection or anticipated surges beyond what a TVS can handle.
  • eFuses with back-to-back MOSFETs for disconnect during extreme events.

For background on eFuses and how they combine multiple protection types, see PCB Power Input Protection.

You can also find more about board-level design strategies in our posts on panelization in KiCad and assembly line upgrades, since proper production planning goes hand-in-hand with robust input protection.

Conclusion

Surge events are among the most destructive tests a circuit board can face. By layering multiple protection devices, you can ensure that your board survives and continues to function.

At MicroType Engineering we design and test industrial controllers, aerospace systems, and high-reliability electronics that must meet IEC surge and EMC standards. If you need help protecting your product, reach out to us.

FAQ

Q: What is IEC 61000-4-5?
A surge immunity standard defining waveforms and test levels for electronic equipment.

Q: Can a TVS diode alone protect against surges?
It clamps voltage but may fail if forced to dissipate too much energy. Layering with other elements is safer.

Q: Should I use MOVs on low-voltage DC inputs?
Generally no. MOVs are more suited for AC mains. TVS diodes and capacitors are preferred for DC.

Q: What’s the difference between surge and ESD protection?
Surges are long, high-energy events (µs to ms). ESD is a fast, lower-energy discharge (ns). Circuits must be designed for both.

Recent Blogs

PCB Power Input Protection: Reverse Polarity, Overvoltage & Overcurrent Explained
12
sep
Kyle Hunter
Uncatogrized
Comments
0
Learn how to design reverse polarity, overvoltage, and overcurrent protection for PCB power inputs to improve reliability and prevent damage.
DC Bias Effect in Ceramic Capacitors
13
Sep
Kyle Hunter
Uncatogrized
Comments
0
Understand how the DC bias effect in ceramic capacitors affects your electronic circuit designs and learn strategies to manage it effectively.

MicroType Engineering strives to help businesses turn an idea into a physical product. Whether you are already established and seeking to branch out into a new product or working on an exciting new startup project, MTE can guide you along the way.

MTE provides rapid prototyping, enabling you to quickly have a physical product in your hands to showcase and test. MTE offers a personalized approach, helping navigate the often confusing, and expensive path to manufacturing and selling a product. Contact us to learn more.