TVS Diode Selection Guide: 5 Steps from Working Voltage to Clamping Voltage
Transient voltage suppression (TVS) diodes are the unsung heroes of modern circuit protection. Whether you're safeguarding a USB data line from ESD strikes or protecting a power input from lightning-induced surges, choosing the right TVS diode can mean the difference between a robust design and a field-failure nightmare. This guide walks you through a proven 5-step selection methodology that engineers at TI, Semtech, Littelfuse, and Toshiba rely on — distilling datasheet jargon into actionable design decisions.
Why TVS Diode Selection Matters
Every electronic circuit operates in a hostile electromagnetic environment. Electrostatic discharge (ESD), electrical fast transients (EFT), and lightning surges can inject voltage spikes exceeding kilovolts into your circuit in nanoseconds. Without adequate protection, these transient events destroy silicon — and your product's reputation.
A TVS diode acts as a voltage-clamping device: it remains in a high-impedance state during normal operation and avalanches into conduction when a transient exceeds its breakdown voltage, diverting the surge energy away from sensitive downstream components [1]. Unlike MOVs (metal oxide varistors) or gas discharge tubes, TVS diodes offer sub-nanosecond response times and no degradation over repeated strikes — making them ideal for protecting high-value electronics.
But here's the catch: selecting the wrong TVS diode can be almost as bad as having no protection at all. Undervoltage selection causes false triggering and signal integrity issues; overvoltage selection leaves your downstream components exposed. The 5-step framework below ensures you nail every critical parameter.
Step 1: Determine the Working Voltage (V_RWM)
The reverse working maximum voltage (V_RWM, sometimes written as V_RWM or V_WM) is the maximum voltage the TVS diode can withstand in its off-state without conducting significant current. At V_RWM, the diode leakage current stays below the datasheet-specified maximum — typically 1–10 µA for standard TVS devices.
The golden rule: V_RWM must be greater than or equal to the maximum continuous operating voltage of the circuit node you're protecting.
$$V_{RWM} \geq V_{operating(max)}$$
For a 5V USB power line that may see tolerance up to 5.25V, you'd select a TVS diode with V_RWM ≥ 5.5V or 6.0V. For a 24V automotive bus that can swing to 28V during load dumps, you'd need V_RWM ≥ 28V (or higher, depending on the system's worst-case voltage).
Common pitfalls:
- Ignoring voltage tolerance: A "5V" rail on a poorly regulated supply might hit 5.5V. If your TVS has V_RWM = 5.0V, it begins conducting prematurely, causing signal distortion and power loss.
- Overlooking temperature effects: Leakage current doubles roughly every 10°C. A diode that's fine at 25°C may leak excessively at 85°C, draining battery-powered devices.
- Confusing V_RWM with breakdown voltage (V_BR): V_BR is the voltage at which the diode enters avalanche (typically tested at 1 mA test current). V_RWM is always lower — usually 80–90% of V_BR. Never use V_BR as your operating voltage ceiling [2].
Step 2: Determine the Clamping Voltage (V_C)
The clamping voltage (V_C) is the maximum voltage the TVS diode lets through to your protected circuit during a surge event. This is the single most important parameter for downstream component safety.
The golden rule: V_C must be less than the damage voltage of the protected component, with adequate margin.
$$V_C < V_{withstand} \times 0.8$$
For example, if you're protecting a microcontroller whose absolute maximum pin voltage is 3.6V, and the TVS diode clamps at 12V during a peak pulse — your MCU is dead. The clamping voltage must stay below the protected device's maximum rating, ideally with 20% margin.
Key nuances:
- V_C is specified at a particular peak pulse current (I_PP). At lower surge currents, the actual clamping voltage will be lower. Always check the dynamic V_C vs. I_PP curve in the datasheet.
- Low-clamping TVS diodes (sometimes called "low-clamp" series) trade slightly higher capacitance for tighter clamping — useful for protecting sensitive low-voltage ICs [3].
- Bidirectional vs. unidirectional: For AC signals or lines that swing both positive and negative, use a bidirectional TVS. For DC rails, unidirectional is preferred — it clamps negative transients to roughly -0.7V (forward diode drop).
Step 3: Determine the Peak Pulse Power (P_PP)
The TVS diode must absorb the entire surge energy without failing. Peak pulse power (P_PP) is the maximum power the diode can dissipate for a given pulse waveform, typically specified using the IEC 61000-4-5 8/20 µs or 10/1000 µs standard [4].
The golden rule: The TVS diode's P_PP rating must exceed the expected surge power at your clamping voltage.
$$P_{PP} \geq V_C \times I_{PP(surge)}$$
Where I_PP(surge) is the peak current your circuit expects to see from the surge event.
IEC 61000-4-5 surge test levels provide standardized test conditions:
| IEC 61000-4-5 Level | Voltage (kV) | Current (A) | Typical Application |
|---|---|---|---|
| Level 1 | 0.5 | 100 | Short signal lines, internal connections |
| Level 2 | 1.0 | 200 | Indoor signal lines, consumer electronics |
| Level 3 | 2.0 | 400 | Outdoor signal lines, industrial |
| Level 4 | 4.0 | 800 | Power lines, harsh industrial |
| Level X (custom) | User-defined | User-defined | Automotive, telecom, special apps |
For a USB 2.0 port requiring IEC 61000-4-5 Level 2 (1 kV, 200A, 8/20 µs), the surge power at a typical V_C of 15V would be:
$$P_{PP} = 15V \times 200A = 3000W$$
So you'd need a TVS diode rated for at least 3000W peak pulse power. In practice, engineers add 30–50% margin, targeting 4000–5000W.
Power considerations:
- Pulse duration matters: a 10/1000 µs waveform delivers significantly more total energy than an 8/20 µs waveform at the same peak current. Always verify the TVS is rated for your actual pulse duration.
- Repetitive strikes: TVS diodes don't degrade like MOVs, but repeated surges near the maximum rating can cause thermal buildup. For high-repetition environments, derate by 50%.
Step 4: Consider Junction Capacitance (C_J)
Junction capacitance is the parasitic capacitance the TVS diode adds to your circuit node. For DC power lines, this rarely matters. But for high-speed data lines, it can destroy signal integrity.
The golden rule: Match C_J to your signal speed. Higher speeds demand lower capacitance.
| Signal Type | Max Frequency | Recommended C_J | Typical TVS Series |
|---|---|---|---|
| DC power lines | — | No limit (100+ pF OK) | SMAJ, SMBJ, SMCJ |
| USB 2.0 (480 Mbps) | 240 MHz | < 5 pF | Littelfuse SP1005, Semtech RClamp |
| HDMI 2.0 (6 Gbps) | 3 GHz | < 1 pF | TI TPD1E05U06, Semtech RClamp0524 |
| Ethernet (1 Gbps) | 500 MHz | < 3 pF | Toshiba DF2Sxx, Semtech LC03 |
| USB 3.2 (10 Gbps) | 5 GHz | < 0.5 pF | TI TPD4E05U06, Littelfuse SP4010 |
| RF antennas (5 GHz) | 5 GHz | < 0.3 pF | specialized low-C TVS |
Practical tips:
- Low-capacitance TVS diodes (< 1 pF) often sacrifice some power handling capability. You may need a two-stage protection approach: a low-capacitance TVS for ESD on the data line, plus a higher-power TVS or MOV on the power line [5].
- Differential signals: For high-speed differential pairs (USB, HDMI, Ethernet), use multi-channel low-capacitance TVS arrays. These provide matched capacitance across channels, maintaining differential signal balance.
- The capacitance value in the datasheet is measured at a specific reverse voltage (usually 0V or V_RWM). Actual circuit capacitance may vary slightly with bias voltage.
Step 5: Select the Right Package
Package selection ties everything together — it determines power dissipation capability, board space, and assembly cost.
The golden rule: The package must handle the worst-case power dissipation during transient events and provide adequate thermal path to the PCB.
| Package | Typical P_PP (8/20 µs) | Footprint | Best For |
|---|---|---|---|
| DFN-2 (0603) | 200–500W | Ultra-compact | Smartphones, wearables |
| SOD-323 | 200–500W | Compact | Space-constrained PCBs |
| SOD-123 | 400–600W | Small | Consumer electronics |
| SMA (DO-214AC) | 400W | Standard | General-purpose, USB ports |
| SMB (DO-214AA) | 600W | Medium | Industrial, higher surge |
| SMC (DO-214AB) | 1500W | Large | Power lines, harsh environment |
| SMD (DO-214AD) | 3000W | Large | Telecom, automotive power |
Package design considerations:
- Thermal resistance (R_θJA): Smaller packages have higher thermal resistance. A DFN-2 might have R_θJA of 200°C/W while an SMC is closer to 75°C/W. For continuous (non-transient) dissipation, this matters enormously.
- PCB copper area: The "effective" power rating of a TVS diode depends heavily on the PCB copper pour acting as a heatsink. Datasheet P_PP ratings assume specific copper pad sizes. Always check the test condition notes.
- Routing: Keep TVS diode leads as short as possible. Long traces add parasitic inductance that increases the effective clamping voltage. Place the TVS as close to the connector/input as physically possible [2].
TVS Diode Selection Comparison: Popular Parts from Major Manufacturers
| Manufacturer | Part Number | V_RWM (V) | V_C (V) | P_PP (W) | C_J (pF) | Package | Best Application |
|---|---|---|---|---|---|---|---|
| Littelfuse | SMAJ5.0A | 5.0 | 9.2 | 400 | 50 | SMA | 5V DC rail, general purpose |
| Semtech | RClamp0524P | 5.0 | 12.5 | 350 | 0.5 | DFN-10 | USB 3.0, high-speed ESD |
| TI | TPD1E05U06 | 5.0 | 11 | 500 | 0.42 | DFN-2 | HDMI, USB 3.2 ESD |
| Toshiba | DF2S6.8FS | 5.8 | 12.5 | 200 | 2.5 | SOD-323 | Mobile, compact ESD |
| Littelfuse | SMBJ24CA | 24.0 | 38.9 | 600 | 350 | SMB | 24V industrial power |
| Semtech | LC03-3.3 | 3.3 | 6.8 | 1800 | 6 | SOT-23 | Ethernet PHY protection |
| TI | SM712 | 12.0 | 26.0 | 600 | 100 | SOT-23 | RS-485 transceiver |
Manufacturer strengths:
- Texas Instruments (TI): Excellent for ultra-low capacitance ESD protection on high-speed interfaces (USB 3.2, HDMI 2.1, PCIe Gen 4). Strong technical documentation and application notes [3].
- Semtech: Pioneer in low-capacitance TVS arrays. Their RClamp and ESD protection product lines are widely used in consumer electronics and computing.
- Littelfuse: Broadest portfolio of power-class TVS diodes (400W–5000W). The go-to for industrial, telecom, and automotive surge protection [1].
- Toshiba: Strong in miniaturized packages for mobile and IoT. Their DF2S series offers excellent capacitance-to-power ratios for space-constrained designs.
TVS Diode Selection Checklist
Before finalizing your TVS diode choice, verify:
- ☐ V_RWM ≥ maximum continuous operating voltage (with margin for tolerance)
- ☐ V_C < protected component absolute maximum rating (with 20% margin)
- ☐ P_PP ≥ expected surge power at V_C (with 30–50% margin)
- ☐ C_J compatible with signal speed requirements
- ☐ Package provides adequate power dissipation and thermal path
- ☐ TVS placed as close to the connector/input as possible on PCB
- ☐ Unidirectional vs. bidirectional matches signal polarity
- ☐ Pulse waveform duration matches datasheet rating condition
- ☐ Temperature range covers your operating environment
- ☐ Repetitive surge capability adequate for expected lifetime
FAQ
What is the difference between a TVS diode and a Zener diode?
Both are avalanche diodes, but they're optimized for different purposes. A Zener diode is designed for continuous voltage regulation — it dissipates power continuously to maintain a stable reference voltage. A TVS diode is optimized for transient suppression — it handles very high peak power (hundreds to thousands of watts) for very short durations (microseconds). Using a Zener for surge protection would likely result in device failure, as Zeners typically can't handle the peak pulse currents. TVS diodes also have faster response times (< 1 ns) compared to Zeners (~10 ns).
Can I use multiple TVS diodes in parallel for higher power handling?
While theoretically possible, it's generally not recommended. Due to manufacturing variations, one diode will almost always avalanche first, carrying the majority of the surge current. This defeats the purpose of parallel operation and can destroy the first diode. Instead, select a single TVS diode with a higher P_PP rating, or use a multi-stage protection approach (e.g., a gas discharge tube for the primary strike, followed by a TVS diode for fine clamping). Series resistors between stages help distribute the energy.
How do I choose between unidirectional and bidirectional TVS diodes?
Use a unidirectional TVS when the protected signal is DC or always positive (e.g., power rails, single-ended logic). It clamps positive transients to V_C and negative transients to approximately -0.7V (forward diode drop). Use a bidirectional TVS when the signal swings both positive and negative (e.g., AC signals, RS-485 differential pairs, audio lines). It clamps both polarities to the specified V_C. Most bidirectional TVS parts have a "CA" suffix (e.g., SMAJ5.0CA vs. SMAJ5.0A).
What is the IEC 61000-4-5 surge standard and which level do I need?
IEC 61000-4-5 is the international standard for surge immunity testing, simulating lightning-induced and switching transient surges. It defines test levels from Level 1 (0.5 kV) to Level 4 (4.0 kV), with a standard 8/20 µs current waveform (8 µs rise, 20 µs to half-value). For consumer electronics with indoor connections, Level 2 (1 kV) is typically sufficient. For outdoor or industrial applications, Level 3–4 (2–4 kV) is recommended. Automotive and telecom applications may require custom Level X testing up to 10 kV or more.
Why does my TVS diode's clamping voltage in-circuit differ from the datasheet value?
The datasheet V_C is specified at a particular peak pulse current (I_PP) using a specific waveform (usually 8/20 µs). In your actual circuit, the surge current and waveform shape differ based on source impedance, trace inductance, and parasitic elements. Additionally, the voltage you measure includes the dynamic series resistance effect: V_actual = V_BR + I × R_dynamic. At currents lower than the rated I_PP, V_C will be lower. At higher currents or longer pulses, V_C may exceed the datasheet value. Always design with margin.
Are TVS diodes suitable for protecting against continuous overvoltage conditions?
No. TVS diodes are designed for transient (microsecond-duration) events. If subjected to continuous overvoltage, the TVS diode will enter thermal runaway and fail — potentially as a short circuit (which protects your downstream circuit) or as an open circuit (which doesn't). For continuous overvoltage protection, use overvoltage detection circuits with load switches, crowbar circuits with SCRs, or resettable fuses combined with voltage monitoring ICs. TVS diodes complement — but don't replace — these mechanisms.
References
[1] Littelfuse, "TVS Diode Application Notes and Technical Resources," Littelfuse Technical Library. Available:
[2] Texas Instruments, "ESD Protection Design Guide (SLLA364)," TI Application Report, 2023. Available:
[3] Semtech Corporation, "Circuit Protection Products – TVS Diode Selection Guide," Semtech Product Catalog. Available:
[4] IEC 61000-4-5:2014, "Electromagnetic compatibility (EMC) – Part 4-5: Testing and measurement techniques – Surge immunity test," International Electrotechnical Commission.
[5] Toshiba Electronic Devices & Storage, "ESD Protection Diodes Selection Guide," Toshiba Semiconductor Technical Reference. Available: