AC to DC Converter Calculator
Estimate DC output voltage and ripple from an AC source using common rectifier types.
What this AC to DC calculator does
This tool helps you estimate how much DC voltage you can expect after rectifying an AC signal. It is useful for hobby power supplies, transformer-rectifier designs, electronics prototyping, and quick bridge rectifier checks. You enter the AC RMS voltage, rectifier style, diode drop, load current, and capacitor size. The calculator then estimates peak voltage, ripple voltage, and average DC output.
Why AC to DC conversion is not just “multiply by 1.414”
A common shortcut is to take AC RMS voltage and multiply by 1.414 to get peak voltage. That is only part of the picture. Real converters include diode losses and load effects. If you add a capacitor, the output sits near the peak and droops between charging pulses, creating ripple. Ripple depends heavily on load current, line frequency, and capacitance.
Core formulas used
- Peak voltage: Vpeak = VAC(RMS) × √2
- Peak after diodes: Vmax ≈ Vpeak − (diode count × Vf)
- Ripple frequency: fripple = f (half-wave), or 2f (full-wave)
- Ripple (capacitor input): Vripple ≈ Iload / (fripple × C)
- Approx. loaded DC: VDC ≈ Vmax − Vripple/2
Rectifier options explained
1) Full-wave bridge rectifier
The most common option. It uses four diodes in a bridge configuration, but current passes through two diodes at a time. That means you lose roughly two diode drops. In return, you get full-wave rectification and lower ripple for a given capacitor.
2) Full-wave center-tapped rectifier
Uses a center-tapped transformer and two diodes, one conducting each half cycle. Only one diode drop is in the conduction path. Still full-wave ripple frequency (2× line frequency), but requires a center-tapped secondary.
3) Half-wave rectifier
Simplest design, but least efficient filtering. Ripple frequency equals line frequency and ripple is larger for the same load and capacitor. Usually used only for very low-power or non-critical applications.
Practical design tips
- Use realistic diode drop values: silicon (~0.7V), Schottky (~0.3V), or look at datasheets at your load current.
- Choose larger capacitors to reduce ripple, but verify inrush current and capacitor ripple current ratings.
- If feeding a linear regulator, make sure the minimum DC voltage stays above regulator dropout.
- Transformer regulation matters: light-load and full-load AC voltage can differ significantly.
- For safety, isolate mains and follow proper grounding and fuse practices.
Example calculation
Suppose you have 12VAC RMS at 60Hz, a bridge rectifier, 0.7V diode drop, 0.5A load, and 1000µF capacitor:
- Vpeak = 12 × 1.414 = 16.97V
- Two diode drops: 16.97 − 1.4 = 15.57V max
- Ripple frequency = 120Hz (full-wave)
- Vripple ≈ 0.5 / (120 × 0.001) = 4.17V
- Estimated DC ≈ 15.57 − 2.08 = 13.49V
This is a fast engineering estimate and usually a good starting point before detailed simulation or bench testing.
Related topics you might search next
Bridge rectifier calculator, ripple voltage calculator, capacitor smoothing calculator, linear regulator dropout, transformer secondary voltage under load, diode forward voltage vs current, and AC to DC power supply design.