AC to DC Voltage Calculator
Estimate DC output from an AC source with common rectifier setups. Great for quick power-supply planning.
Note: This is an engineering estimate for rectifier + capacitor filtering. Real-world transformer regulation, ESR, load dynamics, and diode characteristics will change results.
What this AC to DC calculator does
If you have an AC source (like a transformer output) and want to know the approximate DC voltage after rectification, this calculator gives a practical estimate quickly. It handles three common rectifier configurations: half-wave, full-wave bridge, and full-wave center-tapped.
Unlike oversimplified tools that only multiply by 1.414, this one also lets you include diode drop, filter capacitor, load current, and ripple frequency so your results are closer to a real power supply.
How AC to DC conversion works
1) Convert RMS AC to peak voltage
AC voltages are usually given in RMS. To find the waveform peak:
Vpeak = VAC(RMS) × √2
For example, 12 VAC becomes about 16.97 V peak before diode losses.
2) Subtract diode drops
Rectifiers use diodes, and each conducting diode introduces a forward-voltage drop.
- Bridge rectifier: 2 diodes conduct each half-cycle.
- Center-tap full-wave: 1 diode conducts each half-cycle.
- Half-wave: 1 diode conducts, but only on one half-cycle.
Silicon diodes are often around 0.6 to 1.0 V each depending on current and temperature.
3) Estimate smoothing capacitor behavior
With a reservoir capacitor, the output charges near the peak and then droops between charging pulses. Ripple can be approximated by:
Vripple(pp) ≈ Iload / (fripple × C)
Where ripple frequency is:
- Half-wave: fripple = fline
- Full-wave: fripple = 2 × fline
A common rough estimate for loaded DC is:
VDC ≈ Vpeak,rectified − (Vripple(pp) / 2)
When to use this calculator
- Designing a linear DC power supply from a transformer.
- Choosing regulator headroom (dropout margin).
- Checking if a capacitor value is large enough for your current draw.
- Comparing bridge versus center-tap designs.
- Educational work in electronics and power systems.
Example calculation
12 VAC transformer, bridge rectifier, 0.5 A load
- Input: 12 VAC RMS, 60 Hz
- Rectifier: Full-wave bridge (2 diode drops at 0.7 V each)
- Capacitor: 2200 µF
Peak voltage is about 16.97 V. Subtracting 1.4 V for the two diodes gives roughly 15.57 V peak at the capacitor. Ripple at 0.5 A with full-wave 120 Hz charging is around 1.89 Vpp. That leads to an estimated loaded average near 14.63 V.
This is why a “12 VAC” transformer often produces a much higher unregulated DC value than many beginners expect.
Practical design tips
Leave regulator margin
If your regulator needs dropout headroom, calculate from the minimum point of ripple, not the peak. If ripple valleys dip below required input voltage, regulation fails.
Watch component voltage ratings
- Capacitors should have voltage ratings safely above the highest no-load DC voltage.
- Diodes should be selected for both current and peak inverse voltage (PIV).
- Transformers can output more than nominal voltage at light load.
Ripple and capacitor sizing tradeoff
Bigger capacitor means lower ripple but larger inrush current, size, and cost. There is always a design balance between electrical performance and practical constraints.
Limitations of simple AC to DC estimation
This calculator intentionally uses fast approximations. Real power supply behavior is affected by transformer winding resistance, mains variation, diode dynamic resistance, capacitor ESR, thermal drift, and pulsed load behavior.
For production hardware, validate with simulation and bench measurement under worst-case line and load conditions.
FAQ
Is DC always AC × 1.414?
No. That only gives the ideal peak of a sine wave. Actual DC depends on rectifier topology, diode losses, load current, ripple, and filtering.
Why is my measured voltage higher than expected?
Light load can raise both transformer output and capacitor-held DC close to peak, so measured voltage may be noticeably above nominal expectations.
Can I use this for switching power supplies?
Not directly. This tool is focused on line-frequency rectification and capacitor filtering, not high-frequency switched converter control loops.