A transient voltage suppressor diode (TVS diode) is a specialized semiconductor device designed to protect sensitive electronics from high-voltage spikes induced by inductive kickback, lightning surges, and electrostatic discharge (ESD). Unlike standard Zener diodes, which are optimized for continuous voltage regulation, a TVS diode features a massive silicon junction area capable of absorbing kilowatts of peak pulse power for microseconds without thermal destruction.
If you are designing a power supply, routing automotive CAN bus lines, or protecting microcontroller GPIOs, dropping the right TVS diode across your rails is the difference between a field return and a robust product. This guide covers the exact parameters you need to read on a datasheet, how to wire them into real circuits, and how to verify them on the bench.
TVS Diode Symbol, Pinout, and Operation Regions
Before selecting a part, you must understand how the component behaves on a schematic and in practice. TVS diodes come in two primary configurations:
- Unidirectional: Behaves like a standard diode in forward bias (conducting around 0.7V) and blocks current in reverse bias until the breakdown voltage is reached. The schematic symbol is identical to a Zener diode. Pinout: Anode (ground side) and Cathode (marked with a band, facing the protected line).
- Bidirectional: Essentially two unidirectional TVS diodes in series, facing opposite directions. It clamps transients of either polarity. The schematic symbol shows two Zener diodes back-to-back. Pinout: Non-polarized (pins are interchangeable).
Operation Regions Table
A TVS diode operates in three distinct regions depending on the voltage applied across its terminals. Understanding these thresholds is mandatory for proper selection.
| Operation Region | Datasheet Parameter | Typical Current | Function & Behavior |
|---|---|---|---|
| Stand-off (Working) | $V_{RWM}$ (Reverse Stand-off Voltage) | $I_R$ ≤ 1 μA to 5 μA | The diode is effectively invisible. It draws negligible leakage current and does not load the circuit. Must be ≥ maximum normal operating voltage. |
| Breakdown (Avalanche) | $V_{BR}$ (Breakdown Voltage) | $I_{BR}$ = 1mA or 10mA | The junction begins to avalanche. The diode starts conducting heavily. This is a test point, not a continuous operating state. |
| Clamping (Surge) | $V_C$ (Clamping Voltage) | $I_{PP}$ (Peak Pulse Current) | The diode is fully conducting, shunting the surge to ground. $V_C$ is the maximum voltage the protected IC will actually see during a peak surge event. |
Selecting and Biasing a Transient Voltage Suppressor Diode
Selecting the right transient voltage suppressor diode requires balancing three constraints: the normal bus voltage, the maximum transient energy expected, and the absolute maximum voltage rating of the downstream IC. According to application guidelines from manufacturers like Littelfuse and Vishay, the selection algorithm follows a strict sequence.
- Set $V_{RWM}$: The Reverse Stand-off Voltage must be equal to or slightly greater than the maximum continuous DC or peak AC voltage of the line. For a 12V nominal automotive line that can reach 14.5V, choose a $V_{RWM}$ of at least 14V (often 15V).
- Check $V_C$ (Clamping Voltage): Look at the $V_C$ value at the expected $I_{PP}$. This clamping voltage must be lower than the absolute maximum withstand voltage of the IC you are protecting. If your microcontroller dies at 6V, your TVS $V_C$ must be 5.5V or lower.
- Calculate Peak Pulse Power ($P_{PP}$): $P_{PP} = V_C \times I_{PP}$. Ensure the diode's power rating (e.g., 400W, 600W, 1500W) exceeds the expected surge energy based on standard waveforms like IEC 61000-4-5 (8/20μs surge).
Data-Dense Selection Matrix
Below is a reference table of industry-standard TVS diodes across common voltage rails, detailing their exact thresholds. These values assume an 8/20μs or 10/1000μs waveform depending on the package standard.
| Part Number | Package / Power | $V_{RWM}$ (Stand-off) | $V_{BR}$ (Min/Max) | $V_C$ (Max Clamping) | $I_{PP}$ (Peak Current) |
|---|---|---|---|---|---|
| SMAJ5.0A | SMA / 400W | 5.0V | 6.40V / 7.07V | 9.2V | 43.5A |
| SMAJ12A | SMA / 400W | 12.0V | 13.3V / 14.7V | 19.9V | 20.1A |
| 1.5KE15A | DO-201 / 1500W | 12.8V | 14.3V / 15.8V | 20.9V | 71.8A |
| SMAJ24A | SMA / 400W | 24.0V | 26.7V / 29.5V | 38.9V | 10.3A |
| SMF05C | SOT-323 / 200W | 5.0V | 6.00V / 7.20V | 9.8V | 20.4A |
Application Circuit: Protecting a 12V DC Motor Control Line
Inductive loads like DC motors, solenoids, and relays generate massive voltage spikes when the current path is interrupted ($V = -L \frac{di}{dt}$). A standard flyback diode (like a 1N4007) clamps the spike to roughly 0.7V above the supply rail, but it does so slowly, allowing the voltage to ring and potentially damaging the switching MOSFET. A TVS diode clamps the spike faster and at a controlled, predictable voltage.
Circuit Schematic and Component Values
This circuit protects an N-channel MOSFET switching a 12V, 50Ω DC motor coil.
- Power Supply: 12V DC (nominal), up to 14.5V in automotive environments.
- Switching Element: IRLZ44N (Logic-level N-Channel MOSFET).
- Gate Drive: 100Ω series resistor (prevents high-frequency ringing), 10kΩ pull-down resistor to GND (ensures MOSFET stays off if MCU pin floats).
- Protection: 1.5KE18A Transient Voltage Suppressor Diode.
Wiring Steps and Biasing
- Connect the motor's positive terminal to the +12V supply rail.
- Connect the motor's negative terminal to the Drain pin of the IRLZ44N MOSFET.
- Connect the Source pin of the MOSFET to system Ground.
- Bias the TVS Diode: Connect the Cathode (marked band) of the 1.5KE18A to the +12V rail. Connect the Anode to the MOSFET Drain (the motor's negative terminal).
Failure Modes and Multimeter Testing
TVS diodes are sacrificial by nature when subjected to energy beyond their design limits. Understanding how they fail is critical for debugging a dead board.
How a TVS Diode Fails
- Short Circuit (Most Common): When a TVS absorbs energy slightly beyond its thermal mass limit, the silicon junction melts and fuses into a dead short. This is a "safe" failure mode because it blows the upstream fuse or trips the breaker, removing power and protecting the downstream IC.
- Open Circuit (Catastrophic): If the surge current is massively beyond the $I_{PP}$ rating (e.g., a direct lightning strike on a 400W SMA diode), the internal bond wire vaporizes or the silicon cracks. The diode fails open, leaving the circuit completely unprotected against future surges.
Step-by-Step Multimeter Testing
Testing a TVS diode requires a digital multimeter (DMM) with a diode-test function. Warning: You must remove the TVS diode from the circuit, or at least desolder the anode leg. In-circuit testing will yield false shorts due to parallel decoupling capacitors and low-impedance IC power pins.
- Set the DMM: Turn the dial to the Diode Test mode (usually indicated by a diode symbol and sound wave).
- Test Unidirectional TVS:
- Place the red probe on the Anode and black probe on the Cathode (Forward Bias). The meter should read between 0.600V and 0.750V.
- Reverse the probes (Reverse Bias). The meter should read "OL" (Open Loop) or "1".
- Verdict: If it reads 0.00V or beeps continuously in both directions, it is shorted. If it reads OL in both directions, the bond wire is blown (open).
- Test Bidirectional TVS:
- Place probes in either direction. The meter should read "OL" in both directions because you are forward-biasing one junction while reverse-biasing the other, and the DMM's 3V test voltage is far below the avalanche threshold.
- Verdict: If it reads 0.00V or shorts out in either direction, the junction has melted and the part is dead.
Safe Default Part Numbers for Common Rails
If you are prototyping and need to stock your bench with reliable transient voltage suppressor diodes, avoid guessing. According to protection frameworks published by Nexperia and standard industry practices, these are the safe, widely-available defaults for 2026 designs:
- 3.3V Logic and I2C/SPI Lines: TPD1E10B09 (Texas Instruments) or PESD5V0S1BA (Nexperia). These offer ultra-low capacitance (<1pF) so they won't distort high-speed data edges.
- 5V USB and General GPIO: SMAJ5.0A (Littelfuse/Vishay) for power lines. For data lines, use the PRTR5V0U2X which integrates rail-to-rail clamping for USB D+/D- pairs.
- 12V Automotive and Relay Coils: 1.5KE15A or SMAJ13A. The 1.5KE series (1500W) is mandatory for automotive load-dump survivability (ISO 7637-2 Pulse 5).
- 24V Industrial Control (PLC I/O): SMAJ24A or SMBJ24A. Provides a 24V stand-off with a clamping voltage around 38.9V, protecting 24V optocouplers and industrial transceivers.
By matching the $V_{RWM}$ to your bus and verifying the $V_C$ against your IC's absolute maximum ratings, you can eliminate transient overvoltage failures from your hardware debug checklist entirely.






