A full bridge rectifier is a four-diode circuit arrangement that converts both the positive and negative halves of an alternating current (AC) sine wave into a unidirectional, pulsating direct current (DC). Unlike a half-wave rectifier that discards 50% of the AC cycle, a full bridge utilizes the entire waveform, yielding a higher average DC output voltage and a ripple frequency that is exactly twice the input AC frequency (120 Hz on a 60 Hz mains supply).
The no-load DC peak voltage is calculated as: V_dc = (V_rms × 1.414) - (2 × V_f). For a standard 24VAC transformer, the peak is 33.9V. Subtracting the forward voltage drop (V_f) of two conducting silicon diodes (typically 1.1V each at high current), your raw DC bus sits at roughly 31.7V. But raw DC is useless for sensitive electronics. The real engineering challenge begins immediately after the bridge: how do you regulate, filter, and protect that pulsating DC?
Topology Comparison: Linear vs. Switching Post-Rectification
Once the full bridge rectifier and smoothing capacitor have established a raw DC bus, you must regulate it down to your target voltage. The choice between a linear series-pass regulator and a switching buck converter dictates your thermal management, noise floor, and component cost.
| Criteria | Linear (e.g., LM338) | Switching (e.g., LM2596HVS) |
|---|---|---|
| Efficiency | ~35% (Highly dependent on dropout) | ~82% - 90% |
| Heat Dissipation (12V @ 3A) | ~59.1 Watts (Requires massive heatsink) | ~4.2 Watts (Small TO-220 heatsink) |
| Output Noise / Ripple | < 1 mV p-p (Ultra-low noise) | ~30 mV p-p (Switching node noise) |
| BOM Cost & Footprint | $4 (Regulator) + $15 (Heatsink) | $6 (IC + Inductor + Schottky) |
The Headroom and Dropout Math
If you choose a linear regulator like the LM338 to step 31.7V down to 12V at 3A, you must calculate the headroom. The dropout voltage for the LM338 is roughly 2.5V, meaning it needs at least 14.5V input to maintain 12V output. Your 31.7V bus provides 19.7V of excess headroom. That excess is burned as heat: 19.7V × 3A = 59.1W. You will need a heatsink with a thermal resistance of less than 1.0°C/W to keep the junction temperature safe, which is physically massive and expensive.
Conversely, a high-voltage switching buck like the TI LM2596HVS-12 (rated for 60V input) chops the 31.7V down to 12V at ~85% efficiency. The heat generated is only (36W / 0.85) - 36W = 6.3W total loss, shared across the inductor, diode, and IC. Choose linear only when powering ultra-sensitive analog audio or RF circuits where 30mV of switching noise is unacceptable. Choose switching for 95% of general DIY, motor control, and digital logic loads.
Design Example: 24VAC to 12VDC @ 3A Power Supply
Let’s build a robust 12V 3A supply using a full bridge rectifier feeding a switching regulator. This design handles the realities of mains fluctuations, inrush current, and high-frequency ripple.
Input Protection and Range
A 24VAC transformer can output up to 28VAC under light loads and drop to 20VAC under heavy loads. Your protection components must handle this variance.
- Primary Fuse: 1A slow-blow (time-delay) ceramic fuse on the 120VAC primary side to handle transformer magnetizing inrush.
- Secondary MOV: A 38V RMS Metal Oxide Varistor (e.g., Littelfuse TMOV14RP380E) across the secondary AC lines to clamp voltage spikes before they hit the bridge.
- Inrush Limiting: An NTC thermistor (e.g., 5D-11, 5 ohms cold) in series with the AC input to the bridge. When the smoothing capacitor is dead short at turn-on, this limits the surge current, protecting the rectifier diodes from catastrophic junction failure.
Component Spec Sheet
| Stage | Component | Part Number / Value | Notes |
|---|---|---|---|
| Transformer | Step-Down | 24VAC @ 5A (120VA) | Oversized by 40% to prevent VA sag and overheating. |
| Rectifier | Full Bridge | KBPC3510 (35A, 1000V) | Mounted to chassis with thermal paste. |
| Filtering | Electrolytic Cap | 10,000µF 50V (Nichicon LGG) | High ripple current rating (≥ 3A RMS). |
| Regulator | Buck Converter | LM2596HVS-12 | High-voltage variant (60V max input). |
| Output Filter | LC Pi Filter | 10µH + 470µF + 100nF MLCC | Attenuates switching node high-frequency noise. |
Ripple and Noise Expectations
The smoothing capacitor after the full bridge must be sized to hold up the voltage between the 120 Hz peaks. The formula is C = I_load / (2 × f × V_ripple). For a 3A load, 120 Hz ripple, and an acceptable 2V drop between peaks: C = 3 / (240 × 2) = 6,250µF. We select a 10,000µF capacitor to provide margin and account for capacitor aging. Furthermore, you must check the capacitor's Ripple Current Rating. A standard 10,000µF cap might only be rated for 2A RMS ripple current; the Nichicon LGG series handles over 4A, preventing the capacitor from internally boiling and venting.
For deeper theory on rectifier waveforms and filtering, the All About Circuits semiconductor guide provides excellent oscilloscope captures of the raw vs. filtered DC bus.
Thermal Management and Diode Derating
A common bench mistake is buying a "35 Amp" bridge rectifier like the KBPC3510 and assuming it can pass 35A while sitting in free air. This is a marketing fiction. The 35A rating assumes an infinite heatsink holding the case at exactly 25°C.
In a full bridge, current flows through two diodes in series during any given half-cycle. At 10A, with a typical V_f of 1.1V per diode, the power dissipated as heat is: 10A × 1.1V × 2 = 22 Watts. The KBPC3510 package has a junction-to-case thermal resistance of about 1.5°C/W. Without a heatsink, the thermal resistance to ambient is roughly 40°C/W. At 22W, the junction temperature would rise by 880°C above ambient, instantly destroying the silicon.
The Derating Rule: For any full bridge rectifier in a standard PCB or chassis mount, derate the current by 50% for free-air convection, and mount it to a metal chassis or finned heatsink using thermal compound (like Arctic Silver MX-4) for anything above 3A continuous. If your enclosure is sealed and ambient temperature reaches 50°C, you must consult the manufacturer's derating curve and typically drop your maximum continuous current to 40% of the datasheet header value.
Full Bridge Rectifier FAQ
What is the difference between a full bridge and half wave rectifier?
A half-wave rectifier uses a single diode and only passes the positive half of the AC sine wave, blocking the negative half. This results in a ripple frequency equal to the line frequency (60 Hz) and requires massive capacitors to smooth the long 8.3ms gaps between pulses. A full bridge rectifier uses four diodes to flip the negative half-cycle into a positive pulse, doubling the ripple frequency to 120 Hz (4.1ms gaps), which drastically reduces the required capacitor size and improves transformer utilization.
How do I calculate the smoothing capacitor size for a full bridge rectifier?
Use the formula C = I / (2 × f × V_ripple), where I is the DC load current in amps, f is the AC line frequency (60Hz in North America, 50Hz in Europe), and V_ripple is the maximum allowable voltage drop between peaks. For example, drawing 2A from a 60Hz supply with a 1.5V allowable ripple requires C = 2 / (2 × 60 × 1.5) = 0.0111 Farads, or 11,100µF. Always round up to the next standard value (e.g., 15,000µF) and verify the capacitor's RMS ripple current rating exceeds your load.
Why does my full bridge rectifier get hot even with a light load?
If your bridge is hot to the touch at low current (under 1A), you are likely experiencing high-frequency ringing or oscillation caused by the transformer's leakage inductance interacting with the diode's junction capacitance during reverse recovery. This causes the diodes to rapidly switch on and off, generating significant heat. The fix is to place a small RC snubber network (e.g., 100 ohms in series with 10nF) across each of the four diodes, or use a bridge rectifier built with fast-recovery or soft-recovery diodes.
Can I use a full bridge rectifier for high-frequency PWM or switching power supplies?
Standard silicon bridge rectifiers (like the W10M or KBPC series) are designed for 50/60 Hz line frequencies and have slow reverse recovery times (typically several microseconds). If you use them in a high-frequency switching power supply (e.g., 50 kHz to 100 kHz), they will fail to turn off in time, causing massive shoot-through currents and immediate thermal destruction. For high-frequency AC-to-DC rectification (like in flyback or LLC resonant converters), you must use Ultrafast Recovery Diodes (e.g., MUR860) or Silicon Carbide (SiC) Schottky diodes, which have recovery times in the nanosecond range.






