Over voltage protection is a circuit design strategy that detects when supply or transient voltage exceeds a safe threshold and actively shunts the excess energy away from sensitive components to prevent dielectric breakdown. In a real installation, it changes the failure mode of a power rail from catastrophic component destruction to sacrificial clamping, preserving your microcontroller logic or MOSFET gate oxides. Beginners frequently confuse it with overcurrent protection (like fuses), but while overcurrent devices react to excessive electron flow, over voltage devices react to excessive electrical pressure (potential difference). Think of it like a mechanical pressure relief valve on a boiler; it doesn't care how much water is flowing through the pipes (current), it only pops open when the pressure (voltage) exceeds the spring's rating.

The Physics of Clamping: TVS Diodes vs. MOVs

When a transient voltage spike hits your circuit, you need a component that transitions from a high-impedance open circuit to a low-impedance short circuit in nanoseconds or less. The two workhorses for this job are Transient Voltage Suppression (TVS) diodes and Metal Oxide Varistors (MOVs). While both clamp voltage, their internal physics dictate entirely different use cases.

TVS diodes are silicon-based avalanche diodes engineered specifically for massive, instantaneous power dissipation. They react in picoseconds, making them ideal for fast Electrostatic Discharge (ESD) and lightning-induced transients. MOVs, on the other hand, are ceramic components made of zinc oxide grains. They react slightly slower (nanoseconds) but can absorb significantly more total energy (Joules) over a longer duration, making them the standard for AC mains surge protection.

Characteristic TVS Diode (e.g., Littelfuse SMAJ Series) MOV (e.g., Bourns MOV-14D Series)
Response Time < 1 picosecond ~25 nanoseconds
Clamping Precision Very tight (sharp knee) Softer knee, voltage rises with current
Energy Capacity Low to Medium (Joules) High (Joules)
Degradation Does not degrade if kept within specs Degrades with each surge (wear-out mechanism)
Typical Application DC logic, data lines, automotive ESD AC mains input, large inductive kickback

Worked Numeric Example: Sizing a TVS Diode for a 12V DC Motor

Let's look at a concrete bench scenario. You are driving a 12V nominal DC motor using a logic-level N-channel MOSFET (like the IRLZ44N). The MOSFET has an absolute maximum Drain-to-Source voltage Vds(max) of 55V. When the motor switches off, the collapsing magnetic field in the motor windings generates an inductive kickback voltage spike that can easily exceed 100V, instantly punching through the MOSFET's silicon.

To protect the MOSFET, we place a bidirectional TVS diode in parallel with the motor. Here is how we size it using a standard Littelfuse SMAJ series datasheet:

  1. Standoff Voltage (Vrwm): This is the maximum voltage the TVS will ignore. Since our nominal is 12V and an automotive alternator can push 14.4V continuously, we select a 15V standoff part: the SMAJ15A.
  2. Breakdown Voltage (Vbr): At 1mA of test current, the SMAJ15A begins to conduct between 16.7V and 18.5V. This is safely above our 14.4V maximum operating voltage.
  3. Clamping Voltage (Vc): This is the critical number. Under a massive peak pulse current (Ipp) of 16.4A, the datasheet guarantees the TVS will clamp the voltage across the MOSFET to a maximum of 24.4V.
Bench Insight: Because 24.4V is well below the MOSFET's 55V Vds(max), the TVS successfully protects the switch. However, the peak power dissipation during that 1ms pulse is 24.4V × 16.4A = 400W. The SMAJ package is rated for exactly 400W for 1ms. If this were an automotive load dump event (which lasts 400ms, not 1ms), the SMAJ would vaporize. For long-duration automotive transients, you must step up to a high-energy package like the STMicroelectronics SLD8S series, which can handle thousands of watts for longer time constants.

Where You Meet This in Practice

Over voltage protection isn't just a theoretical concept; it is mandated by international standards across multiple industries. Here is where you will actively design for it:

  • Automotive Load Dump (ISO 7637-2): When a car battery cable is disconnected while the alternator is charging, the alternator can dump up to 40V onto the 12V bus for 400 milliseconds. Every ECU on the vehicle requires high-joule TVS diodes at the power input to survive this.
  • AC Mains Surges (IEC 61000-4-5): Lightning strikes on nearby power lines induce massive common-mode and differential-mode surges on the 120V/230V AC grid. Power supplies use MOVs paired with gas discharge tubes (GDTs) to shunt these multi-kilovolt transients to earth ground before they reach the switching transformer.
  • High-Speed Data Lines (Ethernet/USB): Standard TVS diodes have high parasitic capacitance (often >100pF), which will filter out and destroy high-speed differential signals. For USB 3.0 or Gigabit Ethernet, you must use specialized low-capacitance TVS arrays (typically < 0.5pF) to clamp ESD strikes without rounding off the data signal edges.

Common Confusions: Over Voltage vs. Overcurrent Protection

The most dangerous mistake a hobbyist can make is assuming a fuse provides over voltage protection. It does not. A fuse is an overcurrent device; it operates on I²t (current squared times time). If a 240V AC line accidentally crosses your 12V DC input, the voltage is 20 times higher than designed. This will instantly destroy your 12V voltage regulator and microcontroller. The resulting short circuit might eventually blow the fuse, but the damage is already done. The fuse protected the wiring from catching fire; it did not protect the silicon from the over voltage event. True over voltage protection requires active clamping components (TVS/MOVs) paired with a series impedance or a crowbar circuit to limit the follow-on current.

Frequently Asked Questions

Does over voltage protection drain battery life in standby?

In a properly designed circuit, the drain is negligible. TVS diodes are specified with a Reverse Leakage Current (Ir) measured at the Standoff Voltage (Vrwm). For a 15V SMAJ15A diode, the maximum leakage at 15V is typically 1 µA (microamp). Even in a battery-powered IoT device sleeping for months, a 1 µA parasitic drain will not meaningfully impact a standard 2000mAh lithium cell. However, if you select a TVS with a Vrwm that is too close to your actual operating voltage, the diode will sit in partial breakdown, leaking milliamps and killing your battery life.

Can I use a standard Zener diode instead of a TVS diode for over voltage protection?

No. While a Zener diode and a TVS diode both rely on the avalanche/breakdown effect, their thermal mass and junction design are completely different. A standard 1W Zener diode (like the 1N4742A) is designed to dissipate 1 watt continuously. If hit by a 2kV ESD strike, the instantaneous power will exceed hundreds of watts, and the Zener's tiny silicon die will instantly vaporize, leaving an open circuit. TVS diodes are built with massive silicon junctions designed to absorb 400W to 30,000W for fractions of a millisecond. Use Zeners for voltage regulation; use TVS for transient protection.

Why did my MOV catch fire during a surge event?

MOVs suffer from a wear-out mechanism. Every time an MOV clamps a surge, the zinc oxide grains inside degrade slightly, causing the leakage current at normal operating voltage to increase. Over years of service, this leakage current generates heat. If the MOV gets hot enough, it enters thermal runaway, eventually catching fire or exploding. This is why modern UL-listed power supplies never use bare MOVs across AC mains. They use Thermally Protected MOVs (TMOVs), which have an integrated thermal fuse physically bonded to the MOV body. When the MOV overheats, the spring-loaded thermal fuse opens, safely disconnecting the degraded MOV from the line.

How do I test if my over voltage protection circuit is working?

You cannot test a TVS diode or MOV with a standard digital multimeter (DMM). A DMM's diode test mode only outputs 3V to 9V, which is far below the 16V+ breakdown threshold of most protection components; the meter will simply read 'OL' (open loop), making a perfectly good TVS look dead. To verify clamping behavior on the bench, you need a curve tracer, or you can build a simple test jig using a variable bench power supply, a 1kΩ current-limiting resistor in series with the TVS, and a scope probe across the TVS. Slowly ramp up the supply voltage and watch the scope; you will clearly see the voltage 'knee' where the TVS begins to clamp and shunt current through the resistor.