To check a diode with a multimeter, set the dial to the diode test mode (the arrow and line symbol), place the red probe on the anode and the black probe on the cathode to read the forward voltage drop (typically 0.5V to 0.7V for standard silicon), then swap the probes to verify an open circuit (OL) in reverse bias. If the meter reads near zero in both directions, the diode is shorted; if it reads OL in both directions, the junction is open and the component is dead.

Meter Setup and Safety Categories (CAT Ratings)

Before touching any probes to a component, you must configure your digital multimeter (DMM) correctly and verify the safety category of your environment. Diode test mode does not measure resistance in ohms; instead, the meter acts as a constant current source (typically outputting 1mA to 2mA) and measures the resulting voltage drop across the semiconductor junction.

Meter Setup Block:
  • Dial Position: Rotate to the diode symbol (➤|—). On meters with shared functions, you may need to press the yellow or blue shift button to activate diode mode instead of continuity.
  • Lead Jacks: Black lead to COM. Red lead to V/Ω (or the dedicated voltage/ohms jack).
  • Range: Diode mode is auto-ranging. You cannot manually set the range.
  • Open-Circuit Voltage: A standard DMM outputs between 2.5V and 3.0V at the probes in this mode. This is critical for understanding why some LEDs will light up during testing and others will not.
⚠️ Safety Category (CAT) Warning:
If you are testing diodes on a low-voltage DC breadboard, a standard CAT II meter is sufficient. However, if you are troubleshooting diodes in a mains-connected device—such as the rectifier bridge in a 480V Variable Frequency Drive (VFD), an HVAC control board, or a microwave oven—your meter must be rated CAT III 600V or CAT IV 600V. Always de-energize the equipment, apply lockout/tagout (LOTO), and verify the circuit is dead with a known-good meter before testing. Never test diodes in a live circuit; the parallel voltages will blow the meter's internal fuse or destroy the DMM's ADC.

Expected Diode Readings: Silicon, Schottky, and LEDs

The most common mistake hobbyists make is expecting every diode to drop exactly 0.7V. The forward voltage drop ($V_f$) is dictated by the semiconductor material and the physical construction of the junction. According to All About Circuits, the junction potential varies wildly across different diode families.

Use the table below as your bench reference. These values assume a standard DMM outputting ~1mA of test current at room temperature (25°C).

Diode Type Common Part Forward Bias (Red-Anode) Reverse Bias (Red-Cathode)
Standard Silicon Rectifier 1N4007 0.500V – 0.700V OL (Overlimit)
Schottky (Low Vf) 1N5819 0.150V – 0.300V OL
Germanium (Signal) 1N34A 0.200V – 0.300V OL (or high leakage)
Standard Red LED (5mm) Generic AlGaAs 1.600V – 2.000V (Lights up) OL
Blue/White LED Generic InGaN OL (Requires >3.0V to turn on) OL
Zener Diode (Forward) 1N4733A (5.1V) 0.500V – 0.700V OL (Standard DMM cannot reach 5.1V breakdown)

Note on Zener Diodes: A standard multimeter cannot verify the reverse breakdown voltage of a Zener diode rated above 2.5V because the meter's open-circuit voltage is too low. To test a Zener's reverse breakdown, you must build a test circuit with a higher DC voltage source and a current-limiting resistor, measuring the voltage across the diode with a second meter.

Step-by-Step: Out-of-Circuit vs In-Circuit Testing

The golden rule of semiconductor testing is that out-of-circuit testing is always definitive. In-circuit testing is only useful for finding dead shorts; it cannot reliably confirm a diode is healthy due to parallel circuit paths.

Method A: Out-of-Circuit (The Definitive Test)

  1. Isolate the component: Desolder and remove the diode from the PCB, or at minimum, lift one leg (preferably the cathode) completely out of its pad to break the circuit path.
  2. Forward Bias Test: Touch the red probe to the anode (the unmarked end) and the black probe to the cathode (the end with the painted stripe). Record the voltage. It should match the expected values in the table above.
  3. Reverse Bias Test: Swap the probes. Red to cathode, black to anode. The meter must read OL (or display a 1 on the far left of the screen, depending on the manufacturer).
  4. Verdict: If forward is in range and reverse is OL, the diode is good. If both are OL, it is open. If both are near 0.000V, it is shorted.

Method B: In-Circuit (The Quick Diagnostic)

  1. Verify dead: Ensure the board is unpowered and large filter capacitors are safely discharged using a bleeder resistor.
  2. Forward Bias Test: Place red on anode, black on cathode. You will likely see a normal forward voltage drop (e.g., 0.6V) because the diode's low forward impedance dominates the parallel circuit.
  3. Reverse Bias Test: Swap probes. Do not trust an OL reading here. If the meter reads a low voltage (e.g., 0.4V) instead of OL in reverse bias, the diode might be shorted, or there might be a low-value resistor or transformer winding in parallel with the diode.
  4. Verdict: In-circuit testing can confirm a hard short (reads ~0.000V in both directions). If you suspect a diode is leaky or open in-circuit, you must lift a leg to confirm.

Troubleshooting Misleading Readings and Edge Cases

Even with a high-quality meter like a Fluke 115 or 87V, bench techniques can introduce errors that mimic a failed component. Watch out for these specific failure modes and measurement traps.

Common Mistakes That Give Misleading Readings:
  • The Finger Resistance Trap: If you hold the diode in one hand and touch both metal probe tips with your fingers while measuring reverse bias, your body's resistance (typically 10kΩ to 50kΩ dry) creates a parallel path. The meter will read a phantom voltage drop instead of OL. Always use alligator clips or lay the component on an insulated mat.
  • Using Continuity Mode Instead of Diode Mode: Continuity mode only checks if resistance is below a threshold (usually 30Ω) and beeps. It will read "Open" on a perfectly good silicon diode because 0.6V equates to hundreds of ohms of dynamic resistance. You must use the diode symbol setting to measure the actual junction voltage.
  • Assuming Blue/White LEDs are Dead: Indium Gallium Nitride (InGaN) blue and white LEDs have a forward voltage of 3.0V to 3.4V. Because most DMMs only output 2.5V to 2.8V in diode mode, the meter will display OL in both directions. The LED isn't dead; your meter just lacks the voltage to overcome the junction barrier. Test these with a 5V supply and a 220Ω current-limiting resistor instead.
  • Temperature Drift: Silicon diodes have a negative temperature coefficient of roughly -2mV/°C. If you are testing a diode that was just operating in a hot power supply, its forward voltage drop will read noticeably lower (e.g., 0.45V instead of 0.60V) until it cools to room temperature. Let the board cool before passing judgment.

Mastering the diode test function transforms your multimeter from a simple continuity checker into a semiconductor analyzer. By understanding the physics of the junction voltage, respecting CAT safety boundaries on mains-adjacent rectifiers, and knowing when to lift a component leg, you can accurately diagnose power supply failures, logic board faults, and blown motor drives on the first attempt.