If you are designing a power supply, a solar charge controller, or a high-frequency switching circuit, standard silicon P-N junction diodes (like the 1N4007) will bottleneck your efficiency. Schottky diodes solve this by replacing the P-type semiconductor with a metal-semiconductor junction. The result is a forward voltage drop ($V_F$) between 0.15V and 0.45V—roughly half that of standard silicon—and near-zero reverse recovery time ($t_{rr}$). However, this comes at the cost of higher reverse leakage current and lower maximum reverse voltage ratings.
Symbol, Pinout, and Operation Regions
On a schematic, the Schottky diode symbol looks like a standard diode, but the cathode bar features hooked ends resembling an 'S' or a staple. This distinguishes it from the straight bar of a P-N diode or the zig-zag of a Zener.
Pinout Identification:
- Axial/Radial (Through-Hole): The Anode (A) is the unmarked lead. The Cathode (K) is marked with a prominent silver or white band on the body.
- SMD (SMA/SMB/SMC): The cathode band is painted on the top of the plastic body. Pin 1 (Anode) and Pin 2 (Cathode) correspond to the PCB pads aligned with the internal die.
- SOT-23 (Signal): For dual or single signal Schottkys (like the BAT54), Pin 1 is typically Anode, Pin 2 is Cathode, and Pin 3 is the common or second diode. Always verify with the specific manufacturer datasheet, as SOT-23 pinouts vary wildly between vendors.
| Region | Bias Condition | Typical Voltage / Current | Physical Behavior |
|---|---|---|---|
| Forward Conduction | $V_A > V_K$ | $V_F$: 0.15V - 0.45V $I_F$: mA to tens of Amps |
Majority carriers (electrons) flow from semiconductor to metal. No minority carrier storage, hence fast switching. |
| Reverse Blocking | $V_K > V_A$ | $V_R$: 0V to $V_{RRM}$ $I_R$: $\mu$A to low mA |
Depletion region widens. Unlike P-N diodes, reverse leakage ($I_R$) is significant and highly temperature-dependent. |
| Avalanche / Thermal Runaway | $V_R > V_{RRM}$ | $V_R$: Exceeds rating $I_R$: Spikes to Amps |
Schottkys generally do not avalanche safely; they punch through, short out, and fail catastrophically due to thermal runaway. |
The Bench-Tested Selection Table
When you need a part fast, you need known-good defaults. The table below lists the most common Schottky diodes you will find in a well-stocked lab, categorized by their typical use cases. These are the safe defaults I reach for when prototyping.
| Part Number | $V_{RRM}$ (Max Reverse) | $I_{F(AV)}$ (Max Forward) | $V_F$ @ $I_F$ | $I_R$ @ $V_R$ | Package / Use Case |
|---|---|---|---|---|---|
| 1N5817 | 20V | 1.0A | 0.32V @ 1A | 1mA @ 20V | DO-41 Axial / Low-voltage rectification |
| 1N5819 | 40V | 1.0A | 0.60V @ 1A | 5mA @ 40V | DO-41 Axial / General purpose 12V-24V circuits |
| SS34 | 40V | 3.0A | 0.55V @ 3A | 0.5mA @ 40V | SMA (DO-214AC) / Buck/Boost converter outputs |
| MBRS340 | 40V | 3.0A | 0.48V @ 3A | 0.2mA @ 40V | SMC (DO-214AB) / High-efficiency switching supplies |
| BAT54 | 30V | 200mA | 0.33V @ 100mA | 2$\mu$A @ 25V | SOT-23 / GPIO clamping, small signal RF |
| SR560 | 60V | 5.0A | 0.70V @ 5A | 0.5mA @ 60V | DO-201AD / Solar panel bypass, 48V systems |
For deeper electrical characteristics and thermal derating curves, always consult the manufacturer datasheets, such as the Vishay 1N5817/1N5819 datasheet or the broader ON Semiconductor Schottky rectifier lineup.
How to Bias and Select for the Job
Selecting a Schottky diode is an exercise in managing the trade-off between forward voltage drop ($V_F$) and reverse leakage current ($I_R$).
The Thermal Runaway Trap
Reverse leakage in a Schottky diode is not a static number; it roughly doubles for every 10°C rise in junction temperature. If you place a Schottky diode in a high-ambient-temperature environment (like inside a sealed enclosure near a switching MOSFET) and operate it near its maximum reverse voltage rating, the leakage current generates heat. That heat increases leakage, which generates more heat, leading to thermal runaway and a dead short.
Selection Framework:
- Determine Max Reverse Voltage ($V_R$): Calculate the absolute maximum reverse voltage the diode will see, including ringing and transients. Add a 20% safety margin. If your circuit sees 30V, pick a 40V part (like the SS34), not a 100V part.
- Check Forward Current ($I_F$): Ensure the average forward current rating exceeds your load, but more importantly, check the $V_F$ at your actual operating current. A 3A diode might have a $V_F$ of 0.3V at 0.5A, but 0.6V at 3A.
- Calculate Power Dissipation: $P_D = V_F \times I_F$. Ensure your PCB copper pour or heatsink can handle this wattage without pushing the junction temperature ($T_J$) above 100°C.
- When to Abandon Schottky: If your required blocking voltage exceeds 100V, the $V_F$ of available Schottkys climbs to 0.8V or higher. At this point, you lose the efficiency advantage. Switch to an Ultrafast Recovery diode (like the UF4007 or MUR460) which handles high voltage with acceptable switching speeds.
Application Circuit: Dual-Supply Power OR-ing
A classic use case for Schottky diodes is power source OR-ing, where you want a load to be powered by a primary source (e.g., USB 5V) and seamlessly fall back to a secondary source (e.g., a boosted LiPo 5V) without the secondary source back-feeding into the primary.
Circuit Topology & Component Values:
- D1 (USB Path): SS34 (SMA package). Anode to USB 5V VBUS. Cathode to V_OUT.
- D2 (Battery Path): SS34 (SMA package). Anode to Boost Converter 5V output. Cathode to V_OUT.
- C1 (Bulk Filtering): 100µF, 10V Electrolytic Capacitor. Placed between V_OUT and GND.
- C2 (High-Frequency Decoupling): 100nF (0.1µF), 16V X7R Ceramic Capacitor. Placed in parallel with C1.
- R1 (Bleeder/Pull-down): 10kΩ, 1/4W Resistor. Placed between V_OUT and GND to discharge caps and provide a minimum load for the boost converter.
How it works: If the USB supply is 5.0V and the Boost supply is 4.8V, D1 conducts. The voltage at V_OUT will be roughly $5.0V - 0.3V = 4.7V$. The cathode of D2 sits at 4.7V, while its anode sits at 4.8V. D2 is reverse-biased by only 0.1V, which is well below its 40V $V_{RRM}$ rating, so it blocks current from flowing back into the boost converter. If USB power is lost, D1 turns off, D2 forward biases, and V_OUT seamlessly transitions to the battery supply minus the diode drop. For a deeper theoretical breakdown of diode selection in power topologies, refer to the Texas Instruments Power Supply Design Seminar notes.
Failure Modes and Multimeter Testing
Unlike standard P-N diodes which often fail open when overloaded, Schottky diodes almost exclusively fail short. When the junction temperature exceeds the limit (usually 125°C to 150°C) or the reverse voltage spikes past the avalanche threshold, the metal-semiconductor junction melts and fuses, creating a dead short between Anode and Cathode.
How to Test a Schottky Diode with a Multimeter
You can definitively identify and test a Schottky diode on your bench using a standard digital multimeter (DMM). Do not rely on the resistance ($\Omega$) mode; use the dedicated Diode Test mode (usually indicated by a diode symbol on the dial).
- Isolate the Component: If the diode is in-circuit, desolder at least one leg (preferably the cathode). Parallel circuit paths will give you false readings.
- Set the DMM: Turn the dial to the Diode Test setting. Touch the probes together to verify the meter reads 0.00V or emits a continuity beep.
- Forward Bias Test: Place the Red probe on the Anode (unmarked lead) and the Black probe on the Cathode (silver band).
- Expected Reading: 0.150V to 0.450V. (e.g., 0.285V). This confirms it is a Schottky diode.
- Diagnostic: If it reads 0.550V to 0.750V, you are holding a standard silicon P-N diode (like a 1N400x), not a Schottky.
- Reverse Bias Test: Swap the probes. Red on Cathode, Black on Anode.
- Expected Reading: 'OL' (Over Limit) or a '1' on the far left of the display, indicating infinite resistance.
- Diagnostic: If it reads a voltage drop or beeps in this direction, the diode is internally shorted and must be discarded.
- Leakage Check (Optional but recommended for high-power circuits): If you have a bench power supply and a milliamp meter, apply the rated reverse voltage (e.g., 40V for an SS34) and measure the current. It should be in the microamp range at room temperature. If it reads several milliamps at 25°C, the junction is degraded.
By understanding the specific trade-offs of the metal-semiconductor junction, keeping your reverse voltage margins tight, and knowing how to verify parts on the bench, you can eliminate the efficiency losses and switching noise that plague standard rectifier designs.






