Understanding the Resistance of a Diode: Static vs. Dynamic
If you measure a standard carbon film resistor with a multimeter, you get a fixed number. If you try to measure the resistance of a diode using the same ohmmeter setting, you will get inconsistent, seemingly useless readings. This happens because a diode does not possess a fixed, linear resistance. Instead, it is a non-linear semiconductor device whose opposition to current flow changes drastically depending on the applied voltage, the direction of current, and the operating temperature.
Before analyzing the numbers, you must correctly identify the terminals. The standard schematic symbol for a diode is a triangle pointing toward a vertical line. The flat side of the triangle is the Anode (P-type material, positive side). The vertical line represents the Cathode (N-type material, negative side). On a physical through-hole component like a 1N4007, the cathode is marked by a painted band. Conventional current flows from Anode to Cathode when the device is forward-biased.
To properly specify a diode in a circuit, engineers divide its resistance into two distinct categories:
1. Static (DC) Resistance
Static resistance is the simple ratio of the DC voltage across the diode to the DC current flowing through it at one specific operating point. It is calculated using Ohm's Law: R_DC = V_F / I_F. Because the I-V (current-voltage) curve of a diode is exponential, the static resistance drops significantly as the forward current increases. A diode passing 1 mA might have a static resistance of 700 Ω, while the exact same diode passing 1 A might have a static resistance of 0.8 Ω.
2. Dynamic (AC) Resistance
Dynamic resistance (often denoted as r_d or r_ac) is what matters when a diode is handling AC signals or high-frequency switching. It is defined as the inverse of the slope of the I-V curve at a specific bias point: r_d = ΔV / ΔI. For a forward-biased silicon diode at room temperature, dynamic resistance can be approximated by the formula r_d = (n × V_T) / I_F, where V_T is the thermal voltage (~26 mV at 300K) and n is the ideality factor (typically 1 to 2). At a forward current of 10 mA, the dynamic resistance of a standard signal diode is roughly 2.6 Ω. In reverse bias, the dynamic resistance is effectively infinite until the breakdown voltage is reached.
Diode Operation Regions and Resistance Profiles
Selecting the right diode for a job requires understanding which region of the I-V curve your circuit will operate in. You cannot use a standard rectifier diode for high-frequency RF signal clipping because its reverse recovery time and junction capacitance will distort the signal, even if the static resistance looks correct on paper. Below is the operational profile of a standard silicon PN-junction diode.
| Operating Region | Bias Condition | Typical Voltage (V) | Typical Current | Effective Resistance |
|---|---|---|---|---|
| Reverse Breakdown | Heavy Reverse (V < -V_BR) | -1000V (for 1N4007) | > 1 A (Spike) | Near 0 Ω (Destructive) |
| Reverse Bias | Reverse (0 > V > -V_BR) | -12V to -400V | 1 nA to 5 μA | > 100 MΩ |
| Forward (Below Knee) | Light Forward | 0V to +0.5V | 1 μA to 100 μA | 10 kΩ to 1 MΩ |
| Forward (Above Knee) | Heavy Forward | +0.6V to +1.1V | 1 mA to 30 A | 0.05 Ω to 10 Ω |
For a deeper look at the semiconductor physics governing these regions, the All About Circuits semiconductor textbook provides excellent I-V curve visualizations and mathematical derivations of the Shockley diode equation.
Practical Application: Biased Clipping Circuit
To see how the dynamic resistance of a diode impacts a real circuit, let us build a positive biased clipper. This circuit is commonly used in analog-to-digital converter (ADC) front-ends to prevent voltage spikes from exceeding the microcontroller's maximum input rating, while allowing normal signals to pass untouched.
Circuit Specifications and Component Values
- V_in: 5V peak sine wave (1 kHz)
- R1 (Series Resistor): 1 kΩ (0.25W, limits current to protect the diode)
- D1 (Clipping Diode): 1N4148 (Small signal, fast switching)
- V_bias: 2.0V DC reference (Derived from a voltage divider or LDO)
- V_out: Measured at the junction of R1 and D1
How the Resistance Dictates the Output
When the input sine wave is below 2.7V (the 2.0V bias + the ~0.7V forward voltage knee of the silicon diode), D1 is in the Forward (Below Knee) or Reverse Bias region. Its resistance is in the megaohm range. Because the resistance of D1 is vastly larger than the 1 kΩ series resistor R1, almost no current flows through D1. The voltage drop across R1 is near zero, and V_out = V_in.
When V_in exceeds 2.7V, D1 crosses the knee into the Forward (Above Knee) region. Its dynamic resistance drops to roughly 2 Ω. Now, we have a voltage divider consisting of R1 (1000 Ω) and D1 (2 Ω). The diode effectively clamps the output. The excess voltage from the 5V peak is dropped across R1 as heat. The output voltage will peak at approximately 2.0V + 0.7V + (I_F × r_d). Assuming a peak current of 2.3 mA, the dynamic resistance adds a tiny 2.3mA × 2Ω = 4.6mV of slop to the clipping threshold. The output is cleanly clamped at ~2.705V, safely protecting a 3.3V ADC pin downstream.
Testing Diode Resistance and Identifying Failures
A common mistake on the workbench is using the standard Ohms (Ω) setting on a digital multimeter (DMM) to test a diode. The Ohms setting applies a very low test voltage (often < 0.3V) to measure resistance. This voltage is below the forward threshold of a silicon diode, meaning the diode will never turn on, and the meter will falsely read "OL" (Open Loop) in both directions.
Always use the dedicated Diode Test mode (indicated by a diode symbol on the dial). In this mode, the DMM sources a constant current (typically 1 mA to 2 mA) and measures the resulting forward voltage drop (V_F), not the resistance.
Step-by-Step Multimeter Testing
- De-energize and Isolate: Remove power from the circuit. For accurate readings, desolder or lift one leg of the diode from the PCB. Parallel components will skew your readings.
- Set the DMM: Turn the dial to the Diode Test mode. Touch the probes together to verify the leads read less than 0.5 Ω.
- Forward Bias Test: Place the RED probe on the Anode and the BLACK probe on the Cathode. A healthy silicon diode will read between 0.500 V and 0.750 V. A Schottky diode will read between 0.150 V and 0.350 V.
- Reverse Bias Test: Swap the probes (BLACK on Anode, RED on Cathode). The meter should read "OL" or "1" (depending on the brand), indicating megaohm-level reverse resistance.
Diagnosing Failure Modes
Diodes typically fail due to thermal runaway, exceeding the peak inverse voltage (PIV), or exceeding the maximum forward surge current.
- Shorted Diode: Reads ~0.000V or very low voltage in both directions. This usually happens when a power rectifier overheats and the silicon junction melts into a solid lump.
- Open Diode: Reads "OL" in both directions. Common in small signal diodes subjected to high current spikes that literally fuse the internal bond wire.
- Leaky Diode: Reads a normal forward voltage, but reads a low voltage (e.g., 0.400V) or a specific resistance value in reverse bias instead of "OL". This indicates a degraded junction that will cause excess ripple in power supplies or signal bleed in audio circuits.
Safe Default Part Numbers for the Bench
When you need a diode and do not have time to calculate dynamic resistance curves or thermal derating, keep these industry-standard workhorses in your parts bin. For detailed thermal and electrical characteristics, refer to standard manufacturer documentation like the ON Semiconductor 1N400x datasheet.
| Part Number | Type | Max Forward Current (I_F) | Peak Reverse Voltage (V_RRM) | Typical V_F | Primary Use Case |
|---|---|---|---|---|---|
| 1N4007 | Standard Rectifier | 1.0 A | 1000 V | 1.1 V @ 1A | Mains AC rectification, flyback snubbers |
| 1N4148 | Small Signal | 300 mA | 100 V | 1.0 V @ 10mA | Signal clipping, logic steering, fast switching |
| 1N5819 | Schottky | 1.0 A | 40 V | 0.6 V @ 1A | Low-voltage DC reverse polarity protection |
| SS34 | Schottky (SMA) | 3.0 A | 40 V | 0.55 V @ 3A | Buck converter freewheeling, solar panel blocking |
| BAV99 | Dual Series (SOT-23) | 215 mA | 70 V | 1.25 V @ 150mA | ESD protection, high-density PCB signal routing |
By understanding that the resistance of a diode is a dynamic, operating-point-dependent variable rather than a fixed specification, you can accurately predict circuit behavior, select the correct component for the job, and efficiently troubleshoot failures on the bench.






