To properly measure a diode with a multimeter, set your meter’s dial to the diode test mode (indicated by the ->|+ symbol). Place the red probe on the anode and the black probe on the cathode. A healthy standard silicon diode will display a forward voltage drop between 0.500V and 0.700V. Reversing the probes should yield an "OL" (Over Limit) or "1" reading, indicating the diode is successfully blocking reverse current. If you read 0.000V in both directions, the diode is shorted; if you read "OL" in both directions, the internal junction is open.

While this basic check works for loose components on a bench, real-world troubleshooting requires understanding how your meter actually tests the junction, how to interpret in-circuit parallel paths, and when to step up your safety category ratings. Below is the definitive guide to diode testing, grounded in bench experience and datasheet realities.

Meter Setup, Safety Categories, and the 1mA Current Source

Before probing, you need to understand what your digital multimeter (DMM) is actually doing in diode mode. Unlike resistance mode, which applies a variable voltage and measures current, diode test mode acts as a constant current source. Most quality DMMs (like the Fluke 87V or Brymen BM235) inject exactly 1mA of test current through the probes and measure the resulting voltage drop across the junction. This is why you read volts, not ohms.

Meter Setup Block

  • Dial Position: Rotate to the diode symbol (->|+). On some meters, this shares a position with continuity or resistance; press the "Mode" or "Select" button until the diode icon appears on the LCD.
  • Lead Jacks: Black lead into COM. Red lead into the V/Ω (or V/Ω/Diode) jack. Never use the 10A current jack for this test.
  • Open-Circuit Voltage: Before touching a component, touch the probes together. You should read ~0.000V. Separate them; the display should show the meter's open-circuit test voltage (usually 2.5V to 3.5V) or "OL".
Safety Category (CAT) Warning: If you are testing signal diodes on a low-voltage Arduino shield or a 12V audio amp, a CAT II meter is sufficient. However, if you are probing bridge rectifiers in a microwave oven, an ATX power supply, or a solar inverter, you must use a CAT III or CAT IV rated meter and probes. These circuits interface with the AC mains, and a transient voltage spike can arc across the internal gaps of a cheap CAT I/II meter, causing catastrophic failure and severe injury. Always de-energize the circuit, lock out the breaker, and bleed filter capacitors before testing mains-adjacent rectifiers.

Expected Readings: The Diode Reference Table

The numerical value you see on the screen is the forward voltage drop ($V_f$) at the meter's specific test current (typically 1mA). Different semiconductor materials and junction architectures yield vastly different $V_f$ values. Use the table below as your primary diagnostic reference.

Diode Type Common Part # Forward Bias (Red on Anode) Reverse Bias (Black on Anode) Failure Mode Reading
Standard Silicon Rectifier 1N4007 0.500V - 0.750V OL (Over Limit) Short: 0.000V / Open: OL both ways
Small Signal Silicon 1N4148 0.550V - 0.800V OL Leaky: 0.2V - 0.4V reverse
Schottky (Low $V_f$) 1N5819 / BAT54 0.150V - 0.450V OL Short: 0.000V
Germanium 1N34A / OA91 0.200V - 0.350V OL (or high value) Leaky reverse is common/normal
LED (Red) Standard 5mm Red 1.600V - 2.000V OL Dim glow = Good / No glow = Bad
LED (Blue/White) High-brightness 2.800V - 3.300V OL May show "OL" if meter $V_{oc}$ < 3V

Source data aligned with standard semiconductor characteristics outlined in the Fluke Diode Testing Guide and SparkFun's Diode Tutorial.

The Zener Diode Exception

A common point of confusion is testing Zener diodes (e.g., 1N4742A, a 12V Zener). In the forward direction, a Zener reads like a standard silicon diode (~0.6V). However, in the reverse direction, your DMM will read "OL". This does not mean the Zener is open. Standard DMMs only output ~3V maximum in diode mode. A 12V Zener requires 12V to reach its avalanche breakdown threshold. To test a Zener's reverse regulation, you must build a test circuit using a DC bench power supply set above the Zener voltage, a 1kΩ series current-limiting resistor, and measure the voltage across the diode with the DMM in standard DC Volts mode.

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

Testing a diode out-of-circuit (desoldered or clipped) is the gold standard. However, tearing down a PCB just to test a $0.05 component is often impractical. Here is how to execute both methods accurately.

Method 1: Out-of-Circuit (Bench Testing)

  1. Identify the Cathode: Look for the silver or black band on the diode body. This is the cathode (negative side). The unmarked side is the anode.
  2. Forward Bias Test: Place the red probe on the anode and the black probe on the cathode. Record the voltage. (Expected: 0.5V - 0.7V for silicon).
  3. Reverse Bias Test: Swap the probes. Red on cathode, black on anode. (Expected: "OL").
  4. Verdict: If both tests match expectations, the junction is healthy. Discard the component only if it fails either test.

Method 2: In-Circuit (Live Board Troubleshooting)

Testing in-circuit introduces parallel resistance from surrounding components (resistors, transformer windings, IC pins). This alters your readings. Always ensure the board is completely de-energized and filter capacitors are discharged before probing.

  1. Forward Bias In-Circuit: Place red on anode, black on cathode. You should still read a standard $V_f$ (e.g., 0.6V). If you read significantly lower (e.g., 0.1V), the diode might be shorted, or there is a low-resistance parallel path (like a shunt resistor or transformer winding) dragging the voltage down.
  2. Reverse Bias In-Circuit: Swap probes. Instead of "OL", you will likely read a voltage drop dictated by the parallel circuitry (e.g., 0.8V to 1.5V). This is normal.
  3. The Diagnostic Rule: If the reverse bias reading is exactly the same as the forward bias reading, or reads 0.000V, the diode is almost certainly shorted. If you suspect a parallel path is masking a dead short, you must lift one leg of the diode (desolder the cathode) and re-test out-of-circuit.

Mistakes That Give Misleading Readings

Even experienced technicians fall victim to phantom readings when measuring diodes. Avoid these three common bench errors:

1. The "Skin Resistance" False Positive

When checking reverse bias on a high-impedance signal diode (like a 1N4148), the meter expects to see infinite resistance ("OL"). If you grip the metal tips of the probes with your bare fingers while taking the measurement, your body's skin resistance (typically 100kΩ to 500kΩ depending on moisture) creates a parallel path. The meter will read a phantom voltage drop (often around 1.2V to 2.0V) instead of "OL", leading you to falsely diagnose a leaky diode. Fix: Always hold the probes by the insulated plastic grips, or use alligator clip test leads.

2. The Capacitor "Charging Sweep"

If you probe a diode that has a large electrolytic capacitor wired in parallel (common in power supply rectifier stages), the reverse bias test will initially read a low voltage (e.g., 0.2V) and slowly climb up to "OL" over a few seconds. This is not a leaky diode; it is the meter's 1mA test current charging the capacitor. Fix: Wait for the reading to stabilize, or briefly short the capacitor terminals with a bleeder resistor before testing.

3. Ignoring High-Power LED Thresholds

Modern high-brightness white and blue LEDs (often found in flashlight drivers or LCD backlights) have a forward voltage ($V_f$) of 3.0V to 3.4V. Many budget or older digital multimeters only generate an open-circuit voltage of 2.5V in diode test mode. If you test a good white LED with one of these meters, it will read "OL" in both directions, mimicking a dead, open component. Fix: Check your DMM's datasheet for the "Diode Test Open Circuit Voltage" spec. If it is below 3.0V, use a 5V USB power bank and a 220Ω resistor to manually forward-bias the LED and verify illumination.

Mastering diode measurement is less about memorizing a single number and more about understanding the interaction between the component's semiconductor physics and your test equipment's limitations. By verifying your meter's CAT rating, accounting for in-circuit parallel paths, and recognizing the boundaries of the 1mA test current, you can confidently isolate faulty junctions without unnecessarily tearing apart a PCB.