To check a diode, set your digital multimeter to Diode Test mode (the diode symbol), place the red probe on the anode and the black probe on the cathode. A healthy silicon diode will display a forward voltage drop between 0.45V and 0.75V. Reverse the probes (black on anode, red on cathode); the meter should read "OL" (Open Loop) or "1", indicating reverse blocking. If the meter reads 0.0V or beeps continuously in both directions, the diode is shorted. If it reads "OL" in both directions, the internal bond wire has fused and the diode is open.
Diode Symbol, Pinout, and Safe Default Part Numbers
Before testing, you need to identify the pins. On a schematic, the diode symbol is a triangle pointing toward a vertical line. The triangle side is the anode (positive current entry), and the line side is the cathode (negative current exit). Physically, through-hole diodes like the DO-41 package feature a painted band around one end; this band always marks the cathode.
When designing or repairing circuits, avoid guessing part numbers. Keep these industry-standard defaults in your bench kit. They cost between $0.02 and $0.10 each in bulk and cover 95% of hobbyist and light-industrial applications.
| Part Number | Type | Peak Inverse Voltage (PIV) | Max Forward Current (If) | Typical Forward Voltage (Vf) | Best Use Case |
|---|---|---|---|---|---|
| 1N4007 | Standard Rectifier | 1000V | 1.0A | ~0.7V | Power supply rectification, flyback snubbers |
| 1N4148 | Small Signal | 100V | 300mA | ~0.7V | Logic gating, high-speed signal switching |
| 1N5819 | Schottky | 40V | 1.0A | ~0.3V | Low-voltage DC buck converters, reverse polarity protection |
| UF4007 | Ultra-Fast Recovery | 1000V | 1.0A | ~1.0V | Switch-mode power supplies (SMPS), high-frequency rectification |
Diode Operation Regions and Biasing Selection
Selecting the right diode requires understanding how it behaves under different bias conditions. You must bias the diode correctly for the job: forward bias for conducting, and reverse bias for blocking. According to All About Circuits, the semiconductor physics dictate three distinct operating regions.
| Region | Bias Condition | Typical Voltage | Typical Current | Circuit Behavior |
|---|---|---|---|---|
| Forward Conduction | Forward (Anode > Cathode) | 0.3V (Schottky) to 0.7V (Silicon) | 1mA to Rated Max (e.g., 1A) | Acts as a closed switch with a small voltage drop. |
| Reverse Blocking | Reverse (Cathode > Anode) | -1V to -999V (Below PIV) | < 5µA (Leakage) | Acts as an open switch; blocks current flow. |
| Avalanche Breakdown | Heavy Reverse (Exceeds PIV) | < -PIV Rating | Rapidly increases to destructive levels | Uncontrolled conduction; usually destroys standard diodes via thermal runaway. |
Biasing and Selection Rules:
- Peak Inverse Voltage (PIV): Always select a diode with a PIV rating at least 2x the maximum reverse voltage it will see. In a 120V AC rectifier, the peak reverse voltage is ~170V; a 1N4003 (200V PIV) is risky, while a 1N4007 (1000V PIV) is the safe standard.
- Current Derating: A 1A diode is only good for 1A at 25°C ambient. At 100°C, its current capacity derates significantly. If your load draws 800mA continuously, use a 3A diode (like the 1N5408) or add a heatsink.
How to Check a Diode with a Multimeter (Step-by-Step)
Diodes typically fail in two ways: shorted (caused by overvoltage spikes exceeding the PIV, leading to thermal meltdown of the junction) or open (caused by overcurrent fusing the internal wire bond). Here is the exact procedure to test them, as recommended by Fluke's official testing guidelines.
Testing a diode while it is still soldered into a PCB can yield false readings. Parallel components (like transformer windings or resistors) can create alternative current paths, making a good diode look shorted. For definitive results, desolder at least one leg of the diode to isolate it from the circuit.
- Isolate Power: Remove all power from the circuit and discharge any capacitors. Never test a diode in a live circuit.
- Set the Meter: Turn your multimeter dial to the Diode Test mode (usually indicated by an arrow pointing at a line).
- Forward Bias Test: Touch the red probe to the anode and the black probe to the cathode. Note the reading. A standard silicon diode should read between 0.450 and 0.750. A Schottky will read 0.200 to 0.400.
- Reverse Bias Test: Swap the probes. Red to cathode, black to anode. The meter should display "OL" (or "1" on older displays), confirming the junction is blocking current.
- Diagnose the Result:
- Good: ~0.6V forward, OL reverse.
- Shorted: 0.0V (or very close to 0) and a continuous beep in both directions.
- Open: OL in both directions.
- Leaky: Forward reads normally, but reverse reads a specific voltage drop instead of OL (common in degraded high-voltage diodes).
Practical Application: 12V Relay Flyback Snubber Circuit
Theory is useless without application. The most common place you will deploy a 1N4007 is as a flyback (snubber) diode across an inductive load. When a relay coil is de-energized, the collapsing magnetic field generates a massive reverse voltage spike ($V = -L \frac{di}{dt}$) that can instantly destroy your driving transistor or microcontroller GPIO.
Circuit Components:
- 12V DC SPDT Relay (e.g., Omron G5V-2, ~$1.50)
- 1N4007 Rectifier Diode ($0.05)
- 2N2222 NPN Bipolar Junction Transistor ($0.10)
- 1kΩ 1/4W Carbon Film Resistor ($0.02)
- 12V DC Power Supply
Wiring Procedure:
- Connect the 12V PSU positive terminal to Pin 1 of the relay coil.
- Connect Pin 2 of the relay coil to the Collector pin of the 2N2222 transistor.
- Connect the Emitter pin of the 2N2222 to the PSU ground (0V).
- Place the 1kΩ resistor between your control signal (e.g., Arduino 5V GPIO) and the Base pin of the 2N2222.
- The Snubber: Solder the 1N4007 diode directly across the relay coil pins. The cathode (banded end) must point toward the 12V positive (Pin 1). The anode connects to the transistor collector side (Pin 2).
When the transistor switches off, the inductive spike circulates safely through the 1N4007 and the relay coil, clamping the voltage to a safe ~0.7V above the 12V rail, protecting your 2N2222 and microcontroller.
Frequently Asked Questions
How to check a diode on a circuit board without desoldering?
You can perform a preliminary check in-circuit, but you must account for parallel paths. Set your meter to Diode Test mode and measure across the diode in both directions. If you read "OL" in the reverse direction and a standard 0.6V drop in the forward direction, the diode is likely fine. However, if you read a low voltage drop (e.g., 0.2V) or a dead short in the reverse direction, you cannot confirm if the diode is shorted or if a parallel component (like a transformer winding or a low-value resistor) is causing the reading. In that case, you must desolder one leg to isolate the component and test it again.
How to check a Zener diode with a multimeter?
A standard multimeter Diode Test mode will only verify the forward bias (reading ~0.7V) and the standard reverse blocking (reading "OL"). It cannot verify the Zener breakdown voltage (e.g., 5.1V) because the meter only outputs about 2V to 3V during the test, which is not enough to push the Zener into its reverse breakdown region. To properly check a Zener diode's clamping voltage, you must build a test circuit: connect a 12V power supply, a 1kΩ current-limiting resistor in series, and the Zener diode in reverse bias. Measure the voltage directly across the Zener diode with your multimeter in DC Voltage mode; it should read exactly its rated Zener voltage (e.g., 5.1V).
How to check a diode using an analog multimeter?
Testing with an analog (needle) multimeter requires remembering a critical quirk: in Resistance mode (Rx1 or Rx10), the probe polarities are internally reversed. The black probe is positive, and the red probe is negative. Set the meter to Rx100 or Rx1k. Touch the black probe to the anode and the red probe to the cathode; the needle should swing to indicate low resistance (forward bias). Swap the probes (red to anode, black to cathode); the needle should barely move, indicating infinite resistance (reverse bias). Avoid using the Rx1 range on sensitive small-signal diodes like the 1N4148, as the meter may output too much current and damage the junction.
For further reading on semiconductor component testing and datasheet interpretation, refer to the Components101 1N4007 Datasheet and Pinout Guide.






