A voltage dependent resistor (VDR), most commonly encountered as a Metal Oxide Varistor (MOV), is a non-linear passive component that acts as a voltage-dependent switch. Under normal operating conditions, a VDR exhibits megaohm-level resistance, effectively acting as an open circuit. However, when the voltage across its terminals exceeds a specific threshold (the breakdown voltage), the resistance plummets to near-zero in nanoseconds. This shunts transient surge energy away from sensitive downstream electronics and into the ground plane. Physically, the most common VDR—the zinc oxide MOV—relies on semiconductor physics at the grain boundary level. The device is composed of sintered zinc oxide (ZnO) grains separated by bismuth oxide depletion regions. At low voltages, these boundaries block current. At high voltages, quantum tunneling occurs across the boundaries, allowing massive current flow. Understanding how to specify, read, and replace these components is critical for any power supply design or mains-level repair.

Decoding VDR Specifications and Markings

When you pull a charred VDR off a PCB, you need to know exactly what it was doing before it died. Manufacturers like Bourns and Littelfuse use a standardized alphanumeric code printed directly on the epoxy coating of radial disc MOVs. Let's decode a standard part number: 14D471K.
  • 14: The physical diameter of the disc in millimeters. This directly correlates to the component's bulk mass and its energy absorption capacity (Joule rating).
  • D: Package type. 'D' stands for Disc. You may also see 'S' for Square or 'M' for Multilayer.
  • 471: The nominal breakdown voltage ($V_{1mA}$), measured at 1 milliamp of current. This is a 3-digit code where the first two digits are significant figures and the third is the multiplier. '47' followed by '1' zero = 470 Volts.
  • K: The tolerance of the breakdown voltage. 'K' denotes ±10%, while 'M' denotes ±20%.
Selecting the correct VDR requires balancing the maximum continuous RMS voltage ($V_{M(AC)}$) against the clamping voltage ($V_C$). The continuous RMS voltage must be at least 20% higher than your nominal line voltage to prevent degradation from normal mains fluctuations, while the clamping voltage must remain low enough to protect downstream semiconductors.
Part Series (Diameter) Max Continuous RMS ($V_{AC}$) Nominal Breakdown ($V_{1mA}$) Max Clamping ($V_C$ @ 50A) Peak Surge (8/20µs) Energy Rating (Joules)
10D271 (10mm) 175V 270V 455V 2,500A 13J
14D271 (14mm) 175V 270V 455V 4,500A 35J
14D471 (14mm) 300V 470V 775V 4,500A 60J
20D471 (20mm) 300V 470V 775V 6,500A 120J

VDR Type Comparison: MOV vs. MLV vs. SiC

While the radial disc MOV dominates mains AC power supplies, it is not the only voltage dependent resistor topology. Choosing the wrong type for a specific circuit node is a common design flaw that leads to signal integrity issues or catastrophic failure.
VDR Type Construction / Form Factor Tolerance Tempco / Thermal Limits Typical Use Case
Zinc Oxide MOV Sintered ZnO grains, Radial Disc ±10% (K) to ±20% (M) Degrades rapidly >85°C ambient Mains AC surge suppression, offline power supplies, power strips.
Multilayer Varistor (MLV) Ceramic multilayer, SMD (0603 to 2220) ±10% to ±30% Stable to 125°C, very low joules DC data lines, I/O ports, ESD protection on low-voltage buses.
Silicon Carbide (SiC) SiC grains in ceramic matrix, Radial/Axial ±15% to ±20% Withstands up to 200°C+ ambient High-temp industrial environments, legacy high-voltage arrestors.

Which type for which job? Use standard ZnO MOVs for anything connected to the AC wall (120V/240V). They offer the highest energy absorption (Joules) per dollar. However, MOVs possess high inherent parasitic capacitance (often 500pF to 2000pF). If you place a standard MOV across a high-speed data line like USB or Ethernet, that capacitance will filter out the high-frequency signal edges, destroying data integrity. For DC logic and data lines, use MLVs or TVS diodes, which offer picofarad-level capacitance. Reserve SiC varistors for extreme-temperature industrial applications where standard epoxy-coated MOVs would melt or degrade.

Failure Modes and Visual Diagnostics

Unlike resistors that simply drift out of tolerance, VDRs fail violently. Every time a MOV clamps a surge, a microscopic amount of the ZnO grain boundary structure degrades. Over years of absorbing minor grid switching transients, the leakage current slowly increases until the component fails entirely.
WARNING: Thermal Runaway Hazard. Never place a standard VDR directly across mains AC without an upstream overcurrent protective device (fuse or breaker). If a sustained overvoltage event occurs (e.g., a lost neutral causing 240V on a 120V line), the MOV will conduct continuously, heat up, and enter thermal runaway, potentially catching fire before the fuse blows.

Mode 1: Short-Circuit Failure (The "Good" Failure)

When hit by a massive, fast transient (like a nearby lightning strike), the MOV's internal structure punctures and creates a dead short. This is the intended failure mode. The short draws massive current, instantly blowing the upstream fuse or tripping the breaker, disconnecting the circuit. Visual symptoms: The MOV body may look perfectly intact, or it might have a single hairline crack through the blue epoxy. It will measure near 0 ohms on a multimeter.

Mode 2: Thermal Runaway / Fire (The "Bad" Failure)

If subjected to a sustained overvoltage rather than a microsecond transient, the MOV absorbs energy faster than it can dissipate it as heat. The internal temperature exceeds the epoxy's flash point. Visual symptoms: The epoxy coating is melted, bubbled, or entirely charred black. The PCB underneath is scorched. In extreme cases, the top half of the disc literally explodes off, leaving a crater of zinc oxide dust. To prevent this, modern designs use Thermally Protected MOVs (like the Littelfuse iTMOV series), which integrate a mechanical thermal fuse directly against the MOV body to open the circuit if it exceeds 130°C.

The Substitution Matrix: How to Swap VDRs Safely

When repairing a blown power supply, you rarely have the exact OEM VDR in your bench stock. Substituting a voltage dependent resistor is safe, provided you follow the strict hierarchy of VDR parameters. According to design guidelines from manufacturers like Bourns, you must evaluate the replacement against these three rules:
  1. Maximum Continuous RMS Voltage ($V_{M(AC)}$): The replacement MUST be equal to or greater than the original. Never substitute a 130V-rated MOV into a 120VAC circuit; normal grid swells will push it into conduction, leading to immediate thermal failure. Stepping up to a 150V or 175V rating is safe.
  2. Energy Rating (Joules) and Peak Current: The replacement can be any value higher than the original. Upgrading from a 14mm disc (35J) to a 20mm disc (120J) provides better longevity and surge survival, assuming it physically fits on the PCB.
  3. Clamping Voltage ($V_C$): This is the trap. If you substitute a higher-voltage MOV (e.g., replacing a 14D271 with a 14D471) into a 120V circuit, the clamping voltage rises from 455V to 775V. While the MOV will survive, 775V will easily punch through the gate oxides of downstream MOSFETs or bridge rectifiers that were only rated to withstand 600V. Keep the nominal breakdown voltage as close to the original as possible.

Practical Example: Your bench power supply blew a 14D271K. You don't have one. You do have a 20D271K and a 14D431K. Choose the 20D271K. It shares the exact same breakdown and clamping voltages, protecting your downstream silicon, but offers nearly double the joule rating. The 14D431K would clamp too high, risking downstream component death.

Real-World Circuit Placement and Derating

A VDR is only as effective as its placement on the schematic. The golden rule of mains protection is: Line $ ightarrow$ Fuse $ ightarrow$ VDR $ ightarrow$ Load. The VDR must be placed after the fuse. If placed before the fuse, a short-circuit VDR failure will pull dead current directly from the mains, bypassing the fuse and creating a fire hazard. Furthermore, the VDR should be placed before any EMI/RFI common-mode chokes to prevent high-voltage transients from arcing across the tightly wound choke coils. Finally, bench designers often forget thermal derating. A VDR's energy absorption capability is rated at 25°C ambient. If your VDR is mounted inside a sealed, unventilated LED driver enclosure where ambient temperatures routinely hit 90°C, the component's energy handling capacity derates by up to 80%. In high-ambient applications, you must massively oversize the physical diameter of the VDR or ensure active airflow across the component to prevent premature degradation.