In the simplest model, a diode conducts in one direction and blocks in the other. That model is useful for understanding a schematic, but it is not enough for selecting a real part. A conducting diode drops voltage and dissipates power. A blocking diode still leaks a little current and can fail if its reverse-voltage limit is exceeded.

Pd = Vf x If Vripple = Iload / (fripple x C) Vdc ~= Vpeak - Vdiodes - Vripple / 2

The forward-voltage model

Silicon rectifier diodes are often described as having a 0.7 V forward drop. That is a teaching approximation, not a constant. Forward voltage changes with current, temperature, device type, and manufacturing spread. A diode may drop much less at a tiny current and more when carrying a large pulse.

For a first power estimate, use the forward voltage from the datasheet at a current close to the real operating point:

Pd = Vf x If

A diode dropping 0.8 V at 1.5 A dissipates about 1.2 W. That is enough to make package choice, copper area, ambient temperature, and airflow part of the design rather than an afterthought.

Common diode families

Type Useful behavior Typical tradeoff
Silicon rectifier Robust general rectification and reverse blocking. Moderate forward drop; slower families may not suit high-frequency switching.
Schottky Lower forward drop and fast switching. Higher leakage and often a lower reverse-voltage rating.
Fast or ultrafast Controlled reverse recovery in switching power circuits. Selection depends strongly on frequency, current, and recovery charge.
Zener Conducts in reverse near a specified breakdown voltage. Needs controlled current; voltage varies with current and tolerance.
TVS Absorbs short overvoltage transients. Not a general voltage regulator; pulse rating and clamping voltage matter.
LED Produces light while conducting forward current. Needs current limiting and has color-dependent forward voltage.

Ratings that deserve attention

A current rating on the first page of a datasheet is rarely the whole answer. The rating may assume a particular lead length, PCB copper area, case temperature, or duty cycle. Check the conditions attached to the number.

  • Reverse voltage: the maximum voltage the diode must block, including transients and ringing.
  • Average forward current: the sustained current under stated thermal conditions.
  • Surge current: a short-duration limit, useful for capacitor charging and fault analysis.
  • Forward voltage: the drop at relevant current and temperature, used for loss and headroom.
  • Reverse leakage: important in high-temperature, high-impedance, and battery-powered circuits.
  • Recovery behavior: how the diode stops conducting when voltage reverses.
  • Power and thermal resistance: the path from junction heat to ambient air or PCB copper.

Rectifying AC

A half-wave rectifier uses one half of the AC cycle. A full-wave bridge uses both halves, so a 50 Hz source produces reservoir-charging peaks at roughly 100 Hz. A bridge normally places two conducting diodes in the current path, so both forward drops reduce the available voltage.

With a reservoir capacitor, the load discharges the capacitor between charging peaks. A useful first estimate is:

Vripple ~= Iload / (fripple x C)

This estimate is intentionally simple. Transformer regulation, narrow charging pulses, diode resistance, capacitor ESR, mains variation, and load changes all affect the measured result. The ripple-current rating of the capacitor can be as important as its capacitance.

Try the numbers

The Supply Ripple calculator estimates bridge frequency, diode drop, reservoir ripple, and the resulting approximate DC level. It is a design check, not a safety approval for mains circuitry.

Reverse-polarity protection

A series diode is the simplest way to stop current when a DC supply is connected backwards. Its cost is the forward-voltage drop and resulting heat. A Schottky part reduces that drop but may bring more leakage or less reverse-voltage margin.

Higher-current products often use a MOSFET as an ideal-diode-style protector. Correctly arranged, it blocks reverse connection while producing far less loss in normal operation. That circuit needs its own checks for gate voltage, body-diode direction, transients, and startup behavior.

Flyback paths for coils

A relay, solenoid, motor winding, or other inductive load stores energy while current flows. When its switch opens, the current cannot become zero instantly. Without a controlled path, the circuit creates whatever voltage is necessary to keep current moving, often at the expense of the transistor.

A flyback diode placed across a DC coil gives that current a local path. In normal operation it is reverse-biased. When the switch opens, it conducts the decaying coil current. Place it physically close to the load or switching loop, and rate it for the current and stored energy involved.

A plain diode gives a low clamp voltage, which protects the switch but can make a relay release slowly. A Zener-assisted clamp, TVS, or snubber can permit a higher controlled voltage and faster current decay when the application needs it.

Zener and TVS clamps

A Zener diode can hold a node near a chosen voltage only when the source provides a current-limiting impedance. Without a resistor, current-limited driver, fuse, or other constraint, the diode may be asked to absorb far more power than it can survive.

A TVS diode is designed for transient energy. Its headline standoff voltage is not the same as its clamping voltage during a large pulse. Verify that normal operation stays below the standoff region and that the protected circuit can tolerate the worst clamping voltage at the expected surge current.

Signal clamps and input protection

Small diodes can steer excessive input current toward supply rails or a reference. The diode is only one part of the protection network. A series resistor or other impedance must keep clamp current within the diode and receiving device limits. Also consider what happens if the protected board is unpowered: clamp current may back-power its supply rail.

Switching speed and reverse recovery

A forward-conducting PN diode stores charge. When voltage reverses, current may briefly flow backwards while that charge is removed. In a slow relay circuit this may not matter. In a switch-mode converter it can increase loss, ringing, and electromagnetic noise substantially.

Match the diode technology to the switching frequency and topology. Do not assume a general rectifier is interchangeable with a fast diode just because the voltage and average-current ratings look safe.

Common mistakes

  • Treating forward voltage as a fixed 0.7 V under every condition.
  • Checking average current but ignoring startup surge or charging pulses.
  • Using a diode with insufficient reverse-voltage margin for ringing and transients.
  • Adding a Zener or TVS without a defined way to limit or interrupt current.
  • Protecting an inductive switch in the schematic but placing the clamp far from the current loop.
  • Ignoring diode heat because the current appears modest.
  • Using a slow rectifier in a high-frequency switching path.

A practical selection checklist

  1. What forward current flows continuously, at startup, and during faults?
  2. What reverse voltage appears normally, and what transient margin is needed?
  3. What is the forward drop at the real operating current and temperature?
  4. Can the package and PCB remove the calculated heat?
  5. Does switching speed or reverse recovery matter in this circuit?
  6. Where does stored or surge energy go when the diode conducts?
  7. Could a clamp path back-power another rail or exceed an input-current limit?
Related: LED resistor basics Next: RC circuits