A reverse bias diode is a standard PN-junction or specialized semiconductor operated with the cathode at a higher electrical potential than the anode. In this state, the diode blocks current flow up to its Peak Inverse Voltage (PIV), making it an essential tool for reverse polarity protection, inductive flyback suppression, and precise voltage clamping. While forward-biased diodes get all the attention for rectification, mastering the reverse-biased operating region is what separates a working prototype from a reliable, production-ready circuit.

If you need a safe default part for general blocking and flyback suppression, the 1N4007 (1000V PIV, 1A continuous) is the undisputed workhorse. For voltage clamping via controlled reverse breakdown, the 1N4733A (5.1V Zener, 1W) is the standard bench choice. Below, we break down exactly how to bias, select, and test these components in real-world applications.

Symbol, Pinout, and Operation Regions

The standard diode schematic symbol consists of a triangle pointing toward a vertical line. The triangle side represents the Anode (A), and the line side represents the Cathode (K). In physical through-hole packages (like the common DO-41), the cathode is identified by a painted band or stripe on the body. To place a diode in reverse bias, you must connect the positive supply (or higher voltage node) to the Cathode, and the negative/ground (or lower voltage node) to the Anode.

Understanding the three distinct operation regions of a PN junction is critical for circuit design. The table below outlines these regions with typical values for a standard silicon rectifier like the 1N4007.

Operation Region Bias Condition Typical Voltage (V) Typical Current (I) Practical Application
Forward Conduction Anode > Cathode +0.7V to +1.1V 10mA to 1.0A Rectification, freewheeling
Reverse Blocking Cathode > Anode -0.1V to -999V < 5.0 µA (Leakage) Polarity protection, signal blocking
Reverse Breakdown Cathode >> Anode ≤ -1000V (Avalanche) Spikes to Amps (Destructive) Unintended failure (unless Zener)

Note: Zener diodes are specifically doped to operate safely in a controlled reverse breakdown region (the Zener or Avalanche region), clamping voltage at a precise threshold without destroying the junction.

Selecting and Biasing a Reverse Bias Diode for the Job

To properly bias a diode in reverse, ensure $V_K > V_A$. The voltage difference ($V_K - V_A$) must remain strictly below the diode's Peak Inverse Voltage (PIV) or Reverse Breakdown Voltage ($V_{BR}$) to avoid unintended avalanche destruction. When selecting a part for a reverse-bias application, evaluate these four parameters:

  1. Peak Inverse Voltage (PIV): Must be at least 1.5x to 2x the maximum expected reverse voltage to account for transients and ringing.
  2. Reverse Leakage Current ($I_R$): Critical in high-impedance or battery-powered circuits. Schottky diodes have lower PIV but significantly higher $I_R$ than standard silicon.
  3. Junction Capacitance ($C_j$): In reverse bias, a diode acts like a small capacitor. High-speed switching circuits require low $C_j$ parts (like the 1N4148) to prevent signal bleed-through.
  4. Power Dissipation ($P_D$): Mostly relevant for Zener diodes operating in continuous reverse breakdown.
Safe Default Part Numbers (2026 Bench Standards):
  • 1N4007: 1000V PIV, 1A $I_F$, DO-41 package. Best for mains rectification and heavy inductive flyback. (~$0.05/ea)
  • 1N4148: 100V PIV, 300mA $I_F$, low capacitance (4pF). Best for high-speed logic protection and signal clamping. (~$0.03/ea)
  • 1N5819: 40V PIV, 1A $I_F$ (Schottky). Best for low-voltage reverse polarity protection where a 0.6V silicon drop is unacceptable. (~$0.10/ea)
  • 1N4733A: 5.1V Zener, 1W $P_D$. Best for clamping 5V logic lines and voltage reference generation. (~$0.08/ea)

Complete Application Circuit: 12V Relay Flyback and Zener Clamping

Inductive loads like relay coils store energy in their magnetic fields. When the driving transistor turns off, the collapsing field generates a massive reverse voltage spike (flyback) that can easily exceed 100V, destroying your switching transistor. A standard reverse-biased freewheeling diode clamps this to roughly 0.7V above the supply rail, but it dissipates the energy slowly, causing the relay to drop out sluggishly.

By adding a reverse-biased Zener diode in series with the freewheeling diode, we force the flyback spike to avalanche at a higher, controlled voltage. This burns off the inductive energy much faster, resulting in a crisp relay turn-off.

Circuit Specifications & Component Values:

  • Supply: 12V DC (Nominal)
  • Load (K1): 12V Relay Coil (120Ω, 100mA steady-state)
  • Switch (Q1): 2N2222 NPN BJT (Collector to coil, Emitter to GND)
  • Base Drive (R1): 1kΩ resistor from 5V MCU GPIO to Q1 Base
  • Freewheeling Diode (D1): 1N4148 (Anode to Q1 Collector, Cathode to Node X)
  • Speed-Up Zener (D2): 1N4744A 15V Zener, 1W (Anode to Node X, Cathode to 12V Supply)

How the Reverse Bias Works Here:

During normal operation, Q1 is ON, pulling the Collector to ~0.2V. Node X sits at roughly 0.9V. The 15V Zener (D2) is reverse biased with approximately 11.1V across it (12V supply minus 0.9V). Because 11.1V is below the 15V breakdown threshold, the Zener blocks current, and the circuit operates normally with only microamps of leakage.

When Q1 turns OFF, the relay coil spikes negative, pushing the Collector voltage above 12V. Once the Collector reaches 15.7V (15V Zener breakdown + 0.7V forward drop of the 1N4148), the Zener enters reverse avalanche. It clamps the spike precisely at 15.7V. The power dissipated during this brief microsecond event is easily handled by the 1W rating of the 1N4744A, and the relay drops out 3x to 5x faster than it would with a plain 1N4007 diode.

Failure Modes and Multimeter Testing

Diodes in reverse bias typically fail in two ways: Thermal Runaway (exceeding $P_D$ in a Zener, causing the junction to melt and short) or Avalanche Punch-Through (exceeding the PIV of a standard diode, tearing the crystal lattice and creating a dead short). Less commonly, high surge currents can blow the internal bond wire, resulting in an open circuit.

You can diagnose a suspected reverse bias diode using a standard digital multimeter (DMM). According to Fluke's official testing guidelines, follow these numbered steps:

  1. Isolate the Component: Remove the diode from the circuit. Testing in-circuit will yield false readings due to parallel impedance paths.
  2. Set DMM to Diode Mode: Select the diode test function (usually indicated by a diode symbol).
  3. Forward Bias Test: Place the Red probe on the Anode and Black probe on the Cathode. A healthy silicon diode will read between 0.500V and 0.750V. A Schottky will read 0.200V to 0.400V.
  4. Reverse Bias Test: Swap the probes (Red on Cathode, Black on Anode). A healthy diode will display "OL" (Over Limit) or a value greater than 2.0V, indicating the junction is successfully blocking current.
  5. Interpret Failures: If both directions read "OL", the diode is open. If both directions read near 0.000V or beep continuously, the diode is shorted.
Testing Zener Breakdown: A standard DMM diode test only outputs ~2.5V, which is not enough to force a 5.1V or 15V Zener into reverse breakdown. To verify a Zener's clamping voltage, you must build a simple test jig: connect a 24V DC supply through a 1kΩ current-limiting resistor to the Zener's cathode, and measure the voltage directly across the diode with your DMM. It should read exactly its rated $V_Z$ (e.g., 5.1V ±5%).

Reverse Bias Diode FAQ

What happens to the depletion region when a diode is reverse biased?

When reverse bias is applied, the positive voltage on the cathode pulls electrons away from the PN junction, while the negative voltage on the anode pulls holes away. This widens the depletion region, increasing the junction's electrical resistance and creating a small parasitic capacitance. The wider the depletion region, the better the diode blocks current, until the electric field becomes so strong that it triggers avalanche breakdown.

Can I use a standard LED as a reverse bias protection diode?

No. While an LED is technically a diode, its reverse breakdown voltage (PIV) is exceptionally low, typically around 5V. If you place an LED in reverse bias across a 12V or 24V supply for protection, it will instantly avalanche, overheat, and permanently destroy the semiconductor junction. Always use a purpose-built rectifier (like the 1N4007) or Schottky diode for reverse polarity protection.

Why does my reverse biased diode still pass a tiny amount of current?

This is known as Reverse Leakage Current ($I_R$). No PN junction is a perfect insulator. Thermal energy in the silicon crystal constantly generates minor electron-hole pairs that get swept across the depletion region by the reverse electric field. For a 1N4007, this is typically under 5µA at room temperature. However, $I_R$ doubles for every 10°C rise in junction temperature. In high-temperature environments or high-impedance analog circuits, this leakage can introduce measurable errors, which is why semiconductor physics texts emphasize thermal management in reverse-biased blocking applications.

How do I calculate the power dissipation of a reverse biased Zener diode?

When a Zener diode is operating in its reverse breakdown region to clamp a voltage, it dissipates power as heat. The formula is simply $P = V_Z \times I_Z$, where $V_Z$ is the Zener voltage and $I_Z$ is the current flowing through it. For example, if a 5.1V Zener (1N4733A) is shunting 150mA of excess current to ground, it dissipates $5.1V \times 0.15A = 0.765W$. Since the 1N4733A is rated for 1W, this is safe, but you must ensure adequate PCB copper pour for heatsinking to prevent thermal drift.