A diode acts as a one-way check valve for electrical current. It allows current to flow freely in the forward direction while blocking it in the reverse direction, typically dropping 0.6V to 0.7V across its silicon junction when conducting. If you are asking 'what does a diode do' on a workbench, the practical answer is that it protects circuits from reverse polarity, converts AC to DC, and clamps destructive voltage spikes from inductive loads.
Diode Symbols, Pinout, and Operation Regions
Before wiring a diode, you must identify its polarity. The schematic symbol is a triangle pointing toward a vertical line. The triangle side is the Anode (A), and the line side is the Cathode (K). Current flows from Anode to Cathode. On a physical through-hole package like the standard DO-41, the cathode end is marked with a painted band or stripe. If you install it backward, it will block current (or fail catastrophically if the reverse voltage exceeds its rating).
A diode operates in three distinct regions depending on the applied voltage. Understanding these regions is critical for selecting the right part and predicting circuit behavior.
| Operation Region | Bias Condition | Typical Voltage (Silicon) | Current Flow | Practical Effect |
|---|---|---|---|---|
| Forward Bias | Anode > Cathode by > Vf | 0.6V - 0.7V drop | High (mA to Amps) | Diode conducts; acts as a closed switch with a small voltage penalty. |
| Reverse Bias | Cathode > Anode | Up to VRRM (e.g., 1000V) | Negligible (nA to µA) | Diode blocks; acts as an open switch. Only leakage current flows. |
| Avalanche Breakdown | Cathode > Anode > VRRM | Exceeds VRRM rating | Uncontrolled High | Junction breaks down. Destructive in standard diodes; controlled in Zeners. |
Safe Default Part Numbers and Ratings
When designing or repairing a board, you rarely need to hunt for exotic semiconductors. Keeping a few standard, high-volume diodes in your bench kit covers 95% of hobbyist and industrial repair tasks. Below are the safe default part numbers you should stock, complete with their critical datasheet ratings.
| Part Number | Diode Type | Max Reverse Voltage (VRRM) | Max Forward Current (IF) | Forward Voltage (VF) | Primary Application |
|---|---|---|---|---|---|
| 1N4007 | Standard Rectifier | 1000V | 1.0A | ~1.1V @ 1A | AC/DC power supplies, reverse polarity protection, general purpose. |
| 1N4148 | Small Signal Switching | 100V | 300mA | ~1.0V @ 200mA | Logic gating, signal clipping, low-current flyback snubbers. |
| 1N5819 | Schottky Rectifier | 40V | 1.0A | ~0.32V @ 1A | Low-voltage DC buck converters, solar panel bypass, high-efficiency rectification. |
| 1N4733A | Zener (5.1V) | 5.1V (Reverse) | 1.0W (Power) | 5.1V @ 49mA | Voltage clamping, crude voltage regulation, overvoltage protection. |
According to the Vishay 1N4001-1N4007 Datasheet, the 1N4007 can handle a non-repetitive peak surge current (IFSM) of 30A for a single 8.3ms half-cycle, making it incredibly robust for inrush current survival in transformer-based power supplies. Conversely, the onsemi 1N4148 is optimized for fast switching speeds (reverse recovery time of 4.0ns), but will instantly vaporize if subjected to the 1A continuous loads a 1N4007 handles easily.
How to Bias and Select a Diode for the Job
Selecting a diode is not just about picking one that fits the breadboard; it requires verifying two absolute maximum ratings against your circuit's worst-case scenarios: Peak Inverse Voltage (PIV or VRRM) and Average Forward Current (IF).
1. Sizing for Reverse Voltage (VRRM)
When the diode is reverse-biased, it must withstand the maximum voltage the circuit can throw at it. The golden rule of thumb is to select a VRRM rating that is at least two times the maximum expected reverse voltage. If you are rectifying a 120V AC mains line, the peak voltage is 120V × 1.414 = 169.7V. A 1N4001 (50V VRRM) will explode. A 1N4004 (400V VRRM) is marginal. The 1N4007 (1000V VRRM) is the correct, safe choice, and it costs the same.
2. Sizing for Forward Current and Thermal Derating
The IF rating is specified at a specific ambient temperature, usually 75°C or 25°C depending on the manufacturer. As the ambient temperature rises, the diode's current capacity drops. For example, a 1A diode might only safely pass 0.5A if the ambient air inside an enclosed plastic project box reaches 100°C. Always calculate the power dissipation (P = VF × IF). A 1N4007 passing 1A dissipates about 1.1W. Without a heatsink or adequate copper pour on a PCB, that DO-41 package will run hot enough to burn your fingers and degrade its lifespan.
Practical Application: 12V Relay Flyback Snubber Circuit
One of the most critical jobs a diode performs is protecting solid-state switches from inductive kickback. When you de-energize a relay coil, the collapsing magnetic field induces a massive reverse voltage spike (V = L × di/dt). Without a diode, this spike can easily reach 100V or more, instantly punching through the collector-emitter junction of your driving transistor.
Here is a complete, tested application circuit for driving a 12V automotive-style relay using a 5V microcontroller GPIO.
Component List and Values
- U1: 5V Microcontroller GPIO (Source, max 20mA)
- R1: 1kΩ Base Resistor (Limits base current to ~4.3mA)
- Q1: 2N2222 NPN Transistor (Switches the relay coil)
- K1: 12V DC Relay Coil (Approx. 400Ω, draws 30mA)
- D1: 1N4148 Flyback Diode (Clamps the inductive spike)
Wiring and Operation
- Connect the 12V DC supply positive to one side of the relay coil (K1).
- Connect the other side of the relay coil to the Collector of Q1.
- Connect the Emitter of Q1 to system Ground.
- Connect the microcontroller GPIO through R1 to the Base of Q1.
- Critical Step: Connect D1 (1N4148) in reverse bias across the relay coil. The Cathode (stripe) connects to the 12V positive side, and the Anode connects to the Q1 Collector side.
How it works: When the GPIO goes HIGH, Q1 turns on, pulling the collector to ground. Current flows through the coil, energizing the relay. D1 is reverse-biased by the 12V supply and does nothing. When the GPIO goes LOW, Q1 turns off. The relay coil's collapsing field tries to maintain current flow, driving the collector voltage positive. As soon as the collector voltage exceeds the 12V supply by about 0.7V, D1 becomes forward-biased. It creates a short recirculation loop, clamping the voltage spike to a safe 12.7V and dissipating the stored magnetic energy as heat in the coil and diode.
Failure Modes and Multimeter Testing
Diodes generally fail in one of two ways: short circuit or open circuit. A short circuit usually results from thermal runaway or exceeding the maximum forward current, causing the silicon junction to melt and fuse together. An open circuit typically occurs when a massive reverse voltage spike causes an avalanche breakdown that physically cracks the die or vaporizes the internal bond wire.
You can easily verify a diode's health using a standard digital multimeter (DMM). According to Fluke's multimeter testing guidelines, you should always use the dedicated diode test mode rather than the resistance (Ohms) mode, as the resistance mode often does not output enough voltage to forward-bias the silicon junction.
Step-by-Step Multimeter Testing
- Isolate the Component: Remove the diode from the circuit, or ensure at least one leg is lifted off the PCB. Testing in-circuit can yield false readings due to parallel resistance from other components.
- Set the DMM: Turn the dial to the diode test symbol (a triangle with a line across the point).
- Forward Bias Test: Place the Red probe on the Anode (unmarked end) and the Black probe on the Cathode (stripe end). A healthy silicon diode will display a voltage drop between 0.500V and 0.700V. A Schottky will read 0.200V to 0.400V.
- Reverse Bias Test: Swap the probes. Place the Red probe on the Cathode and the Black probe on the Anode. The meter should display 'OL' (Over Limit) or a '1' on the left side of the screen, indicating infinite resistance.
• Forward: 0.000V / Reverse: 0.000V = Diode is shorted. Replace it.
• Forward: OL / Reverse: OL = Diode is open. Replace it.
• Forward: 0.6V / Reverse: 0.4V = Diode is leaky/degraded. Replace it.
By understanding these operational regions, keeping the right default part numbers in your kit, and rigorously testing suspect components, you eliminate the guesswork from semiconductor troubleshooting. Whether you are building a buck converter or repairing an industrial motor controller, the diode remains the most fundamental, hardworking protection device on the board.






