A diode conducts in one direction and blocks the other. While conducting it drops a roughly fixed forward voltage — about 0.7V for standard silicon, 0.3V for Schottky, and 1.8V to 3.4V for LEDs depending on colour.
The critical difference from a resistor: beyond that forward voltage, a tiny increase in voltage produces a huge increase in current. The relationship is exponential, not linear. A diode therefore cannot limit its own current — something else in the circuit must do it.
| Type | Vf | Used for |
|---|---|---|
| 1N4148 (signal) | 0.7V | Small-signal switching, logic protection |
| 1N4001–4007 (rectifier) | 0.7V | Mains-adapter rectification, flyback, polarity protection |
| Schottky (1N5817) | 0.3V | Low-loss protection, higher speed, power paths |
| Zener | reverse, fixed | Deliberately conducts backwards at a set voltage — simple regulation and clamping |
| LED | 1.8–3.4V | Light, and useful as a rough voltage reference |
R = (V_supply − V_forward) / I_desired // red LED (Vf ≈ 1.8V) at 10mA from 5V R = (5 − 1.8) / 0.010 = 320Ω -> use 330Ω (nearest E12 above) P = I²R = 0.010² × 330 = 0.033W -> ¼W part is fine
Always round up to the next standard value: slightly less current means a marginally dimmer LED, whereas rounding down pushes past the rating. And note what the formula is really saying — the resistor's job is to absorb the leftover voltage, which is why a blue LED on 3.3V behaves oddly: there is barely any left over for the resistor to work with.
You connect a white LED (Vf 3.2V) directly across 5V with no resistor. What happens?
A multimeter's diode test mode answers this in seconds: forward-biased it should read the forward voltage (roughly 0.5–0.8V for silicon, 1.5V+ for an LED, which may also glow faintly); reversed it should read open. Anything else is a verdict:
| Reading | Means |
|---|---|
| ~0V both directions | Shorted — failed, usually from over-current or reverse breakdown |
| Open both directions | Blown open, or you are probing the wrong pins |
| Correct one way only | Healthy — and the polarity is now confirmed regardless of stripe wear |
An LED fitted backwards simply does not light; below its reverse breakdown it is undamaged, so reverse it and try again. That makes an LED a handy first test load — but note it will not survive a large reverse voltage, which is why LEDs on AC or reversible supplies get a protective diode in parallel, facing the other way.