A varistor (specifically a Metal Oxide Varistor, or MOV) is a voltage-dependent, nonlinear resistor that acts as an open circuit under normal voltage but instantly drops its resistance to near-zero to shunt dangerous voltage spikes away from sensitive components. In a real circuit, an MOV changes a potentially destructive, microsecond-long 2000V transient spike into a harmless, thermally dissipated heat burst, clamping the voltage to a safe level before it can puncture the gate oxide of downstream silicon. Think of it like a mechanical pressure relief valve on a steam boiler: under normal operating pressure, the valve remains sealed and invisible to the system, but the moment pressure exceeds a critical threshold, it blows open to vent the excess energy and prevent a catastrophic explosion.

Where You Meet Varistors in Practice

If you have ever opened a piece of mains-powered electronics, you have likely seen an MOV. They are the thick, epoxy-coated discs (usually blue, yellow, or black) with two wire leads, typically sitting right behind the input fuse and before the bridge rectifier. Here is where they are doing the heavy lifting in modern electrical and electronic systems:

  • Switch-Mode Power Supplies (SMPS): Placed across the Line and Neutral (or Line and Ground) inputs of everything from laptop chargers to ATX PC power supplies to absorb grid switching surges and nearby lightning transients.
  • Surge Protector Power Strips: The "joule rating" on a $30 power strip is almost entirely dictated by the physical size and parallel array of the MOVs inside the plastic housing.
  • HVAC Control Boards: Used to suppress the massive inductive kickback generated when compressor contactors and blower motors switch off, preventing the microcontroller from brown-out resetting.
  • Smart Home Relays and IoT Nodes: ESP32 and Arduino-based AC-switching modules use small MOVs across relay contacts to extinguish arcs and protect the low-voltage DC isolation barrier.

Worked Numeric Example: Sizing an MOV for a 120V AC Line

Selecting the wrong MOV is a fast track to either a blown component on day one or a fire hazard on day 100. You cannot simply slap a "120V" rated MOV on a 120V AC line. Here is the exact bench math for sizing an MOV for a standard North American 120V AC mains input, referencing Littelfuse application guidelines.

  1. Calculate the Peak Line Voltage: AC voltage is measured in RMS. The peak voltage is $V_{RMS} \times \sqrt{2}$. For a 120V line, $120 \times 1.414 = 169.7V$ peak.
  2. Account for Grid Tolerance: Mains voltage can legally fluctuate by +10% to +15% depending on your local utility. Let us assume a 15% high-line tolerance: $169.7V \times 1.15 = 195.1V$ maximum continuous peak voltage.
  3. Select the MCOV (Maximum Continuous Operating Voltage): The MOV's MCOV must be strictly greater than this worst-case peak voltage to prevent the MOV from conducting during normal operation and overheating. We need an MCOV $\ge 200V$ DC.
  4. Choose the Standard Part: A standard 130V RMS-rated MOV (such as the Littelfuse V130LA20CP) has an MCOV of 175V RMS / 225V DC. This safely clears our 195.1V worst-case peak requirement.
Inline Data Highlight: Part: V130LA20CP | MCOV: 175V RMS / 225V DC | Clamping Voltage (at 100A): 340V | Energy Rating: 50 Joules | Disc Size: 20mm

With this part selected, if a 2000V surge hits the line, the MOV will clamp the voltage seen by your downstream bridge rectifier and bulk capacitors to a maximum of 340V, which is well within the 400V or 450V rating of standard SMPS electrolytic capacitors.

Real-World Scenario Walkthrough: The Fried ESP32 Smart Relay

To understand what happens when you omit this component, let us look at a real-world failure from a DIY smart thermostat project built in early 2026.

The Setup: A maker designed a custom Wi-Fi thermostat using an ESP32-WROOM-32 module and a mechanical relay to switch a 24V AC HVAC contactor coil. The 24V AC was stepped down via a small transformer, rectified, and regulated down to 3.3V using an AMS1117 LDO to power the ESP32.

The Numbers: The 24V AC coil is highly inductive. When the relay contacts open to turn off the AC compressor, the collapsing magnetic field generates an inductive kickback spike. Without suppression, $V = L(di/dt)$ dictates that a fast current interruption in a high-inductance coil can easily generate a 400V to 600V transient spike across the relay contacts.

The Outcome: During bench testing, the system worked perfectly. But after three days of intermittent compressor cycling on the wall, the ESP32 began randomly resetting. A week later, the AMS1117 LDO failed short-circuit, sending raw unregulated voltage into the 3.3V rail and instantly bricking the ESP32 module.

What Went Wrong: The maker relied on the transformer to provide galvanic isolation, forgetting about parasitic inter-winding capacitance. The 500V inductive kickback from the 24V AC coil coupled through the transformer's parasitic capacitance directly into the secondary DC side. Because there was no MOV across the relay contacts or the AC coil to absorb the $di/dt$ energy, the spike punched through the LDO's internal junctions. The fix required adding a 30V RMS rated MOV (like a Littelfuse V30ZA3P) directly across the AC coil terminals, clamping the kickback to a safe ~65V before it could couple to the DC side.

Varistor vs. TVS Diode vs. Fuse: Clearing Up the Confusion

A common mistake on the workbench is confusing MOVs with TVS (Transient Voltage Suppression) diodes, or assuming an MOV acts like a fuse. According to the semiconductor protection tutorials on Electronics Tutorials, while all three protect circuits, their physics and failure modes are entirely different.

Criteria Metal Oxide Varistor (MOV) TVS Diode Standard Fuse
Response Time ~25 nanoseconds ~1 nanosecond (Picoseconds for avalanche) Milliseconds to Seconds
Energy Handling High (10 to 10,000+ Joules) Low (Watts / milli-Joules) N/A (Interrupts current, not voltage)
Leakage Current Moderate (~10 to 50 µA) Very Low (~1 to 10 nA) Zero
Primary Use Case Mains AC surge protection, lightning Low-voltage DC data lines (I2C, SPI, USB) Overcurrent / short-circuit protection
Failure Mode Short-circuit (Thermal runaway) Short-circuit Open-circuit (Blows)
Safety Warning: The MOV Fire Hazard
Unlike a fuse that safely opens to break a circuit, an MOV fails as a short circuit. If an MOV absorbs a surge that exceeds its energy rating, or if it is subjected to a sustained overvoltage (like a 277V line accidentally connected to a 120V input), it will enter thermal runaway. The zinc oxide grains melt, the epoxy package can crack, and the part can literally catch fire. This is why UL and IEC standards require MOVs on AC mains to be paired with a Thermal Cutoff (TCO) fuse physically crimped against the MOV body, or placed behind a standard overcurrent fuse that will blow when the MOV shorts out.

FAQ: Varistor Degradation and Bench Testing

How do I test an MOV with a standard multimeter?

Set your multimeter to the highest resistance range (MΩ). Place the probes across the MOV's two leads. A healthy MOV will read as an open circuit (infinite resistance or "OL" on the display). If it reads near zero ohms or a low resistance value, the MOV has absorbed a fatal surge and has failed short-circuit. It must be desoldered and replaced. Note: A multimeter cannot test the clamping voltage; that requires a specialized curve tracer or high-voltage bench supply.

Do MOVs wear out over time?

Yes. This is a critical concept often missed by hobbyists. Every time an MOV clamps a transient spike, the intense localized heat slightly degrades the zinc oxide grain boundaries inside the disc. A massive 500J lightning strike might destroy a 20J MOV in one hit, but thousands of tiny 0.1J grid-switching spikes will slowly degrade it over years. As it degrades, its leakage current increases, causing it to run hotter, which accelerates further degradation until it eventually fails short.

Can I replace a 130V MOV with a 275V MOV if I don't have the exact part?

No. While a 275V MOV will physically fit and won't blow up under normal 120V AC operation, its clamping voltage will be far too high. A 130V MOV clamps at ~340V. A 275V MOV clamps at ~710V. If a surge hits, the 275V MOV will allow 700V to pass through to your downstream components before it activates, likely destroying the very silicon you are trying to protect. Always replace an MOV with the exact same voltage rating, or one step lower if the physical energy rating (Joules) is equal or higher.

Where can I read the official standards for surge environments?

For professional product design, engineers reference the IEEE C62.41 standard, which categorizes surge environments (Category A, B, and C) and defines the exact combination waveforms (like the 8/20 µs current wave and 1.2/50 µs voltage wave) used to test MOVs in laboratory settings.