A Schottky diode is a semiconductor device formed by a metal-semiconductor junction rather than a traditional p-n junction, resulting in a significantly lower forward voltage drop and exceptionally fast switching speeds. When makers and engineers ask "what is Schottky" technology in power design, they are usually looking for a way to slash conduction losses and eliminate reverse-recovery delays in high-frequency switching circuits.

The Core Difference: Metal-Semiconductor vs. P-N Junction

In a standard rectifier like the ubiquitous 1N4007, the junction is formed by joining P-type and N-type silicon. This creates a depletion region that requires a certain amount of energy to overcome—typically 0.7V to 1.0V—before current flows. Furthermore, when a standard diode switches from conducting to blocking, it suffers from "reverse recovery time" ($t_{rr}$). The stored minority carriers in the P-N junction must be swept out before the diode can block reverse voltage, causing a brief but destructive short-circuit spike and generating electromagnetic interference (EMI).

A Schottky diode replaces the P-type silicon with a metal layer (often platinum, tungsten, or molybdenum). Because it relies entirely on majority carriers (electrons in N-type silicon), there is virtually no charge storage. The result is a device that turns off almost instantaneously and requires far less voltage to turn on.

Key Benchmark: While a standard silicon P-N diode drops ~1.0V at rated current, a typical Schottky diode drops between 0.2V and 0.5V, cutting conduction losses by half or more.

Spec-Sheet Comparison: Standard vs. Ultrafast vs. Schottky

To understand how these components stack up on the bench, here is a data-dense comparison of common diode families you will find in any well-stocked shop.

Part Number Junction Type $V_f$ (Typ @ Rated I) $I_{max}$ $V_{RRM}$ (Max Reverse) Reverse Recovery ($t_{rr}$)
1N4007 Standard P-N 1.0V @ 1A 1A 1000V ~30 µs (Very Slow)
UF4007 Ultrafast P-N 1.7V @ 1A 1A 1000V 75 ns (Fast)
1N5819 Schottky (Low V) 0.6V @ 1A 1A 40V < 10 ns (Effectively 0)
SS34 Schottky (High I) 0.55V @ 3A 3A 40V < 10 ns (Effectively 0)
BAT54 Schottky (Signal) 0.35V @ 100mA 200mA 30V < 5 ns

Source: Component parameters aggregated from All About Circuits semiconductor theory and standard manufacturer datasheets.

Where You Meet Schottky Diodes in Practice

You will rarely see a Schottky diode used for mains AC rectification (like in a 120V/240V bridge rectifier). Their Achilles' heel is reverse leakage current and a low maximum reverse voltage rating (rarely exceeding 100V, though some modern silicon carbide (SiC) Schottkys push into the 600V+ range for industrial use). Instead, they dominate low-voltage, high-frequency DC applications:

  • Switch-Mode Power Supplies (SMPS): As the freewheeling or "catch" diode in buck, boost, and flyback converters. Their zero reverse-recovery time prevents the massive voltage spikes that would otherwise destroy the switching MOSFET.
  • Solar Panel Bypass Diodes: When a leaf shades one cell in a solar string, that cell becomes a resistor. Bypass diodes route current around the shaded block. A Schottky's low $V_f$ means less power is wasted as heat inside the junction box.
  • Reverse Polarity Protection: Placed in series with a battery input on a custom PCB. If you use a standard P-N diode to protect a 5V, 2A circuit, you lose 1.0V and 2W of heat. A Schottky drops only 0.4V, keeping your microcontroller's input voltage higher and your enclosure cooler.
  • RF and Signal Clamping: Small-signal Schottkys like the BAT54 or BAT15 are used in RF mixers and oscilloscope input protection because their extremely low junction capacitance doesn't filter out high-frequency signals.

Worked Example: Calculating Power Dissipation in a Buck Converter

Let's look at what a Schottky diode changes in a real circuit by calculating conduction losses in a continuous conduction mode (CCM) buck converter.

The Scenario: You are designing a 12V-to-5V buck converter delivering 2A of continuous output current. The switching frequency is 500kHz. You need to select the freewheeling diode.

First, we determine the duty cycle ($D$) and the average current flowing through the diode ($I_D$). In a buck converter, the diode only conducts when the high-side MOSFET is off.

  • Duty Cycle ($D$): $V_{out} / V_{in} = 5V / 12V = 0.416$ (41.6%)
  • Diode Conduction Time: $1 - D = 1 - 0.416 = 0.584$ (58.4%)
  • Average Diode Current ($I_D$): $I_{out} \times (1 - D) = 2A \times 0.584 = 1.168A$

Now, we calculate the conduction power loss ($P = V_f \times I_D$) for two different diode choices:

Option A: 1N5408 (Standard 3A P-N Rectifier)

At 1.168A, the 1N5408 has a forward voltage drop of roughly 1.0V.

  • $P_{loss} = 1.0V \times 1.168A = \mathbf{1.168W}$

Hidden Cost: At 500kHz, the 1N5408's 30µs reverse recovery time means it will spend a significant portion of its "off" time shorting the inductor to ground. This will generate massive EMI, cause severe ringing on your scope, and likely overheat and destroy the diode or the MOSFET within seconds.

Option B: SS34 (3A Schottky Rectifier)

At 1.168A, the SS34 datasheet shows a forward voltage drop of roughly 0.45V (interpolated).

  • $P_{loss} = 0.45V \times 1.168A = \mathbf{0.525W}$

The Result: You cut your conduction losses by more than 50%. More importantly, because the SS34 has no minority carrier storage, it stops conducting the instant the MOSFET turns on. Your switching node will be clean, your EMI will be manageable, and the converter will actually function at 500kHz.

Common Confusions and Selection Pitfalls

When sourcing parts or debugging a board, engineers frequently run into a few specific misunderstandings regarding Schottky technology.

Confusion 1: Schottky vs. Fast Recovery Diodes (FRD/UF)

People often confuse Schottky diodes with "Fast" or "Ultrafast" recovery diodes (like the UF4007). An ultrafast diode is still a P-N junction. Manufacturers use special doping profiles and sometimes introduce recombination centers (like gold or platinum) to sweep out charges faster, bringing $t_{rr}$ down to 50ns-75ns. However, this doping actually increases the forward voltage drop (often to 1.5V or higher). If you need low conduction loss at 3V or 5V, an ultrafast P-N diode will fail you; you must use a true metal-semiconductor Schottky.

Confusion 2: The "Zero Voltage Drop" Myth

Because they are marketed as "low voltage drop," some hobbyists assume Schottkys drop 0V. They do not. A small-signal Schottky might drop 0.2V at 1mA, but a power Schottky like the SS34 will drop 0.55V at 3A, and up to 0.85V at its absolute maximum surge current. Always check the $V_f$ vs $I_f$ graph in the datasheet for your specific operating current.

Pitfall: Reverse Leakage and Thermal Runaway

The trade-off for low $V_f$ and fast switching is high reverse leakage current ($I_R$). While a standard 1N4007 might leak 5µA at room temperature, a Schottky can leak 1mA to 5mA at 25°C, and this number doubles for every 10°C to 25°C rise in temperature.

Thermal Runaway Warning: If a Schottky diode is subjected to high reverse voltage and inadequate heatsinking, the leakage current generates heat. That heat causes more leakage, which generates more heat, until the junction melts and shorts out. Never use a Schottky near its maximum $V_{RRM}$ rating in a high-temperature environment; derate the reverse voltage by at least 30% to 50% for reliable operation.

Frequently Asked Questions

Can I use a Schottky diode for a 120V AC bridge rectifier?
No. Standard silicon Schottkys max out around 40V to 100V reverse voltage. If you apply 120V AC (which peaks at ~170V), the Schottky will avalanche and short-circuit. Use standard P-N diodes (like the 1N4007 or GBU8J bridge) for mains voltage applications.

Why do some Schottky diodes have three pins?
Dual Schottky diodes in TO-220 packages (like the MBR2045CT) feature two internal diodes sharing a common cathode on the center pin (which is also tied to the metal tab). This is designed specifically for center-tapped transformer rectification in PC power supplies, saving board space and allowing both diodes to share a single heatsink.

Is a Silicon Carbide (SiC) Schottky the same as a standard Schottky?
They operate on the same metal-semiconductor principle, but SiC Schottkys are designed for high-voltage (600V to 1200V+) and high-temperature applications. They have a higher $V_f$ (typically 1.5V to 2.0V) than silicon Schottkys, but they completely eliminate the reverse recovery tail current found in high-voltage silicon P-N diodes, making them standard in modern EV chargers and solar inverters.