A standard diode is primarily made of a semiconductor crystal—most commonly silicon (Si), but also germanium (Ge) or a metal-semiconductor junction (Schottky). At the atomic level, it consists of a P-type region (the anode) doped with elements like boron to create "holes," and an N-type region (the cathode) doped with phosphorus to provide free electrons. Where these two materials meet forms the P-N junction, the physical barrier that dictates how the component behaves in a circuit.

While the physics of the depletion region is interesting, bench work requires knowing how these materials translate to forward voltage drops, switching speeds, and thermal limits. Below is a practical breakdown of diode materials, how to test them, and the exact part numbers you should stock in your shop.

The Core Materials: Silicon, Germanium, and Schottky Junctions

The base material of a diode determines its forward voltage drop (Vf), reverse recovery time, and maximum operating temperature. According to All About Circuits, the choice of semiconductor directly dictates the energy required to push carriers across the junction.

  • Silicon (Si): The undisputed workhorse of modern electronics. Silicon diodes have a typical forward voltage drop of 0.6V to 0.7V. They can withstand high junction temperatures (up to 150°C–175°C) and high reverse voltages. If a schematic just says "diode," assume silicon.
  • Germanium (Ge): An older material with a much lower forward voltage drop of 0.2V to 0.3V. However, germanium is highly temperature-sensitive and suffers from massive reverse leakage current as it heats up. Today, it is mostly relegated to niche RF mixers, crystal radios, and vintage audio fuzz pedals.
  • Schottky (Metal-Semiconductor): Instead of a P-N junction, a Schottky diode is made by bonding a metal (like platinum, tungsten, or molybdenum) directly to an N-type silicon semiconductor. This creates a forward drop as low as 0.15V to 0.45V and virtually eliminates reverse recovery time, making them ideal for high-frequency switching power supplies. The trade-off is higher reverse leakage and lower maximum reverse voltage ratings.

Symbol, Pinout, and Operation Regions

On a schematic, the diode symbol is a triangle pointing toward a vertical line. The triangle side represents the Anode (A), which is the positive terminal. The vertical line represents the Cathode (K), the negative terminal. On physical through-hole components like the 1N4007, the cathode is marked by a painted silver or black band near one of the wire leads. Surface mount packages (SMA/SMB) use a similar white or black band.

Understanding how the diode reacts to applied voltage is critical for circuit design. Here are the three operation regions you will encounter on the bench:

Operation Region Bias Condition Typical Voltage / Current Physical State
Forward Bias Anode > Cathode Vf: 0.7V (Si), 0.3V (Ge)
If: 10mA to 1A+
Depletion region collapses; current flows freely once the threshold voltage is met.
Reverse Bias Cathode > Anode Vr: 0V to PIV limit
Ir: < 5µA (leakage)
Depletion region widens; blocks current flow except for microscopic leakage.
Breakdown Cathode >> Anode Vr > PIV rating
Ir: Spikes to maximum
Avalanche or Zener effect occurs. Destructive in standard diodes; controlled in Zeners.

How to Select, Bias, and Test a Diode

Biasing and Selection Rules

To bias a diode for forward conduction, the voltage at the anode must exceed the voltage at the cathode by at least the material's forward voltage drop (Vf). For reverse bias (blocking), the cathode must be held at a higher potential than the anode.

When selecting a diode for a specific job, you must evaluate two primary ratings:

  1. Peak Inverse Voltage (PIV) or Peak Reverse Voltage (PRV): The maximum reverse voltage the diode can block before entering avalanche breakdown. Rule of thumb: Select a PIV at least 2x the maximum expected reverse voltage in your circuit.
  2. Maximum Average Forward Current (If): The continuous current the diode can handle without thermal destruction. Rule of thumb: Select a current rating 1.5x to 2x your expected continuous load.
Callout Tip: If you are rectifying 120V AC mains, the peak voltage is 120V × √2 = 169V. A 200V PIV diode is cutting it too close due to transient spikes. Always use a 600V or 1000V PIV diode (like the 1N4007) for mains-rectification tasks.

Failure Modes and Multimeter Testing

Diodes typically fail in two ways: short circuit (due to thermal runaway from excessive forward current melting the junction) or open circuit (due to a massive transient voltage spike puncturing the die). A shorted diode will pass current in both directions; an open diode will block current in both directions.

How to test a diode with a Digital Multimeter (DMM):

  1. Set your DMM to the diode test mode (usually indicated by a diode symbol).
  2. Connect the red probe to the Anode and the black probe to the Cathode.
  3. Expected Reading: The meter should display the forward voltage drop. For silicon, expect 0.500V to 0.700V. For Schottky, expect 0.150V to 0.400V.
  4. Reverse the probes (red to Cathode, black to Anode).
  5. Expected Reading: The meter should display "OL" (Over Limit) or "1" on the left side of the LCD, indicating infinite resistance.

Diagnostic verdict: If you read ~0.000V or a continuity beep in both directions, the diode is shorted. If you read "OL" in both directions, the diode is open. In either failure state, desolder and replace it.

Application Circuit: 12V Relay Flyback Protection

The most common bench application for a standard silicon diode is flyback (or freewheeling) protection across an inductive load. When you de-energize a relay coil, the collapsing magnetic field generates a massive reverse voltage spike (often hundreds of volts) that will instantly destroy your driving transistor. A diode clamps this spike.

Here is a complete, tested circuit for driving a 12V relay from a 5V microcontroller (like an Arduino or ESP32) using an NPN transistor and a flyback diode.

Component List & Values

  • Microcontroller GPIO: 5V logic output
  • Base Resistor (R1): 1kΩ (1/4W)
  • Switching Transistor (Q1): 2N2222 (NPN)
  • Flyback Diode (D1): 1N4007 (1A, 1000V)
  • Relay (K1): 12V DC coil (approx. 400Ω, 30mA draw)
  • Power Supply: 12V DC (shared ground with 5V logic)

Wiring and Operation

  1. Connect the 1kΩ resistor from the 5V GPIO pin to the Base of the 2N2222.
  2. Connect the Emitter of the 2N2222 to the common circuit Ground.
  3. Connect one side of the 12V relay coil to the 12V DC supply.
  4. Connect the other side of the relay coil to the Collector of the 2N2222.
  5. Place the 1N4007 diode in reverse bias across the coil: Connect the diode's Cathode (banded end) to the 12V supply side of the coil, and the Anode to the Collector side of the coil.

Why this works: When the GPIO goes HIGH, 4.3mA flows into the base (5V - 0.7V Vbe / 1000Ω), saturating the 2N2222 and energizing the 30mA relay coil. The diode is reverse-biased by the 12V supply and does nothing. When the GPIO goes LOW, the transistor cuts off. The relay coil's collapsing field reverses polarity, forward-biasing the 1N4007. The diode creates a short recirculation loop, clamping the voltage spike to roughly 0.7V above the 12V rail, safely protecting the 2N2222. For deeper engineering context on inductive kickback, refer to the Vishay 1N400x series datasheet and application notes on transient suppression.

Safe Default Part Numbers for Your Workbench

Don't waste time searching for exotic part numbers for 95% of your projects. Stock these five diodes, which cover nearly every hobbyist and prototype requirement. Never use a part number without verifying its specific voltage and current ratings against your circuit's demands.

Part Number Type Max Current (If) Peak Reverse Voltage (PIV) Best Used For
1N4007 Silicon Rectifier 1.0 A 1000 V Mains rectification, flyback diodes, general power routing.
1N4148 Silicon Signal 300 mA 100 V Logic gating, fast switching, signal clipping, low-current protection.
1N5819 Schottky 1.0 A 40 V Solar panel bypass, buck converter outputs, reverse-polarity protection.
1N5392 Silicon Rectifier 1.5 A 100 V Higher current DC power supplies where 1A isn't quite enough.
1N5822 Schottky 3.0 A 40 V High-current reverse polarity protection on 12V/24V battery systems.

Frequently Asked Questions

What is a diode made of in high-power and high-heat applications?

In high-power applications like EV chargers, solar inverters, and industrial motor drives, standard silicon reaches its thermal limits. These systems use Silicon Carbide (SiC) or Gallium Nitride (GaN) diodes. SiC diodes are made from a crystalline lattice of silicon and carbon, offering a much wider bandgap. This allows them to operate at junction temperatures exceeding 200°C, block voltages over 1200V, and switch with virtually zero reverse recovery loss, albeit at a significantly higher component cost.

What is the difference between what a Zener diode is made of and a standard diode?

A Zener diode is made of the same basic silicon P-N junction as a standard diode, but the semiconductor is much more heavily doped with impurities. This heavy doping creates a very narrow depletion region. While a standard diode will overheat and catastrophically fail if pushed into reverse breakdown, the narrow depletion region in a Zener allows it to enter the breakdown region safely and conduct reverse current without damage, maintaining a precise, fixed voltage drop (e.g., 5.1V) across its terminals.

Can I always use a Schottky diode instead of a silicon diode for lower voltage drop?

Not always. While a Schottky diode (like the 1N5819) saves power due to its 0.3V forward drop compared to a silicon diode's 0.7V drop, Schottky diodes suffer from high reverse leakage current. If you place a Schottky diode in a high-temperature environment or across a high-impedance sensor circuit, the reverse leakage can easily reach hundreds of microamps or even milliamps, which will drain batteries and introduce measurement errors. Furthermore, most Schottky diodes are limited to PIV ratings of 40V to 100V, making them entirely unsuitable for 120V/240V AC mains rectification.

Why do some diodes have a metal body instead of a black epoxy cylinder?

Diodes packaged in metal cylinders (like the 1N5408 in a DO-201AD package, or stud-mount diodes) are designed for high-current applications (3A to 50A+). The metal body acts as a massive thermal mass and can be bolted directly to a metal chassis or aluminum heatsink to dissipate the heat generated by the forward voltage drop (Power = Vf × If). Black epoxy packages (like the standard 1N4007) are limited to lower currents because epoxy is a relatively poor thermal conductor compared to metal.