A reversed biased diode blocks current flow. When the voltage at the cathode is higher than the voltage at the anode, the semiconductor’s internal depletion region widens, choking off electron flow. In this state, the diode allows only a microscopic leakage current (usually microamps) until the applied voltage exceeds its Peak Inverse Voltage (PIV), triggering avalanche breakdown. Understanding how a diode behaves in this blocking state is critical for designing power supplies, snubber networks, and signal routing circuits.
The Anatomy and Symbol of a Reverse-Biased Diode
Before wiring anything, you need to read the schematic and the physical part correctly. The standard schematic symbol for a diode is a triangle pointing toward a vertical line.
- Anode: The flat side of the triangle. In a reverse-biased state, this is connected to the lower potential (or ground).
- Cathode: The vertical line. In a reverse-biased state, this is connected to the higher positive potential.
Physically, through-hole diodes like the standard DO-41 package feature a distinct band painted on one end of the cylindrical body. That band always indicates the cathode. If you are looking at surface-mount devices (SMD) like the SMA or SMB packages, the white or black band on the plastic mold serves the exact same purpose. When you intentionally reverse-bias the diode, you are wiring the positive supply to that banded end.
Operation Regions: From Leakage to Avalanche Breakdown
A diode isn't just an on/off switch; its behavior shifts drastically depending on the voltage polarity and magnitude. Below is the operational breakdown for a standard 1A silicon rectifier (like the 1N4007) at a 25°C ambient bench temperature.
| Operation Region | Anode vs. Cathode Voltage | Typical Current (1N4007) | Physical Mechanism |
|---|---|---|---|
| Forward Bias | $V_A > V_C$ (by ~0.7V) | 10 mA to 1.0 A | Depletion region collapses; majority carriers flood across the PN junction. |
| Reverse Bias (Leakage) | $V_C > V_A$ (up to 1000V) | < 5.0 µA | Depletion region widens, blocking majority carriers. Only minority thermal carriers drift across. |
| Avalanche Breakdown | $V_C > V_A$ (> 1000V) | Rapidly spikes to max limit | High electric field accelerates minority carriers, smashing into atoms and freeing more electrons (carrier multiplication). |
Selecting and Biasing the Right Diode for the Job
Choosing a diode for a reverse-bias application comes down to two primary ratings: Peak Inverse Voltage (PIV) and Reverse Recovery Time ($t_{rr}$).
The golden rule for biasing and selection is to rate your PIV at least 2x the maximum expected reverse voltage. If your circuit sees 200V spikes, use a diode rated for 400V PIV minimum. Furthermore, if the diode will be switching rapidly between forward and reverse bias, you must check the $t_{rr}$ spec. Standard rectifiers are agonizingly slow; signal and Schottky diodes are fast.
Here are the safe default part numbers you should keep in your bench drawers:
- 1N4148 (Signal): 100V PIV, 200mA continuous forward current ($I_F$), $t_{rr}$ = 4 ns. Use for logic protection and high-speed signal routing.
- 1N4007 (General Rectifier): 1000V PIV, 1A $I_F$, $t_{rr}$ = 30 µs. Use for 50/60Hz AC mains rectification and slow-switching relay flyback protection.
- 1N5819 (Schottky): 40V PIV, 1A $I_F$, $t_{rr}$ ≈ 0 ns (majority carrier device). Use for low-voltage DC buck converters and high-frequency PWM snubbers.
Application Circuit: Flyback Protection for Inductive Loads
The most common practical use for a deliberately reversed biased diode is the flyback diode (or freewheeling diode). When you turn off an inductive load like a relay coil, the collapsing magnetic field induces a massive reverse voltage spike (often hundreds of volts) that will instantly destroy your driving transistor.
By placing a diode in reverse bias across the coil during normal operation, it sits dormant. When the transistor turns off and the coil's polarity flips, the diode becomes forward biased, safely shorting the spike back into the coil until the energy dissipates as heat.
Complete Application Circuit (12V Relay Driver):
- VCC: 12V DC supply
- K1 (Relay Coil): 120 Ω, 100mA steady-state current
- Q1 (NPN Transistor): 2N2222 (Collector to Relay, Emitter to GND)
- R1 (Base Resistor): 1 kΩ (Connects 5V MCU GPIO to Q1 Base)
- D1 (Flyback Diode): 1N4007
Wiring D1: Connect the Cathode (banded end) of the 1N4007 to the 12V VCC rail. Connect the Anode to the collector of the 2N2222. During normal operation, the cathode is at 12V and the anode is pulled to ~0.2V (transistor saturation voltage). The diode is reverse-biased by ~11.8V and blocks current. When Q1 turns off, the coil's anode-side voltage spikes above 12V, forward-biasing D1 and clamping the spike to roughly 12.7V.
Bench War Story: When a Reversed Biased Diode Fails in the Real World
Abstract theory is clean; the workbench is messy. Here is a real-world scenario demonstrating what happens when you ignore the reverse recovery time ($t_{rr}$) specification.
The Setup: A 24V brushed DC motor driven by an IRFZ44N MOSFET using a 50 kHz PWM signal for speed control. A standard 1N4007 was placed across the motor terminals as a flyback diode (reverse-biased during the MOSFET's ON state).
The Numbers: 24V nominal supply, 2A steady-state motor current, 50 kHz PWM frequency (which equals a 20 µs total period per cycle).
The Outcome: Within three minutes of operation, the 1N4007 diode was too hot to touch. Shortly after, the diode failed into a dead short, which blew the MOSFET and fried the microcontroller's PWM pin.
What Went Wrong: The 1N4007 has a reverse recovery time ($t_{rr}$) of roughly 30 µs. When the MOSFET turned ON, the diode was supposed to instantly snap into a reverse-biased blocking state. However, because the PWM period was only 20 µs, the diode never had time to clear its stored minority charge. It remained partially conductive in the "reverse" direction while the MOSFET was pulling the line to ground. This created a massive momentary short circuit from the 24V rail straight to ground through the diode and the MOSFET on every single cycle, generating immense $I^2R$ heat. The fix was swapping the 1N4007 for an MUR460 ultrafast recovery diode ($t_{rr}$ = 50 ns), which easily handles 50 kHz switching.
Troubleshooting: How to Test a Suspect Diode with a Multimeter
Diodes generally fail in one of two ways: Shorted (thermal runaway melts the silicon into a solid bridge) or Open (a massive current spike physically vaporizes the internal wire bond).
Never test a diode while it is energized or still soldered into a circuit with parallel low-resistance paths. Desolder at least one leg for an accurate reading. Set your digital multimeter (DMM) to the dedicated Diode Test mode (usually indicated by a diode symbol).
- Forward Bias Test: Place the DMM's red probe on the diode's Anode and the black probe on the Cathode. A healthy silicon diode will display a voltage drop between 0.500V and 0.750V. A Schottky will read between 0.150V and 0.300V.
- Reverse Bias Test: Swap the probes (Red to Cathode, Black to Anode). The DMM is now reverse-biasing the diode. A healthy diode will block the test current, and the display will read "OL" (Over Limit) or "1" depending on your meter brand.
- Diagnose a Short: If Step 1 reads ~0.00V (or triggers the continuity beeper) AND Step 2 also reads ~0.00V, the internal junction has melted. The diode is a dead short. Throw it away.
- Diagnose an Open: If Step 1 reads "OL" AND Step 2 reads "OL", the internal bond wire has snapped. The diode is an open circuit. Throw it away.
For further reading on semiconductor characteristics and standard testing methodologies, refer to the ON Semiconductor 1N400x Datasheet and the foundational guides on Electronics Tutorials. If you are designing high-frequency snubbers, always consult the manufacturer's specific reverse recovery specifications before finalizing your BOM.






