Smoothing Capacitor Calculator

Compute optimal smoothing capacitor (filter capacitor) for rectified DC supplies. Determine required capacitance from load current and acceptable ripple, or estimate ripple voltage from existing capacitor. Supports half‑wave and full‑wave rectifiers (50/60 Hz).

Amperes (A)
Average DC output current drawn by the load.
Hz
Mains frequency: 50 Hz (Europe/Asia) or 60 Hz (Americas).
Full‑wave doubles ripple frequency → lower capacitance needed.
Volts (V)
Peak‑to‑peak ripple voltage you can tolerate.
µF
Existing filter capacitance (in microfarads).
? Low‑power (100mA, 50mV ripple)
? Audio amplifier (2A, 0.8V ripple)
⚙️ Arduino + servos (1A, 0.3V)
? Half‑wave demo (200mA, 1V ripple)
? 5V USB supply (1.5A, 0.2V ripple)
Local computation only: All calculations are performed in your browser. No data is transmitted or stored.

Smoothing Capacitor Theory & Formula

In linear power supplies, a rectifier (half‑wave or full‑wave) converts AC to pulsating DC. A smoothing capacitor (also called filter capacitor or reservoir capacitor) stores charge during the rectifier conduction period and releases it to the load when the rectified voltage drops. This reduces the ripple voltage – the residual periodic variation in DC output.

For a constant current load, the fundamental ripple equation is:

Vripple(p-p) = Iload / (fripple · C)

or equivalently: C = Iload / (fripple · Vripple(p-p))

Where fripple = line frequency for half‑wave rectifier (50/60 Hz) and 2× line frequency for full‑wave (100/120 Hz).

This formula assumes ideal capacitor, negligible ESR, and constant load current. It provides excellent first‑order approximation for bulk capacitor sizing in most linear and basic switch‑mode pre‑regulators. The derivation comes from the capacitor discharge equation: ΔV = (I·Δt)/C, where Δt is the discharge time (approximately half the ripple period for full‑wave, full period for half‑wave).

How to Use This Calculator (Engineering Best Practices)

  • Determine your load current: Measure or calculate maximum average current your circuit draws.
  • Set acceptable ripple: Digital circuits often tolerate 100-300 mV, precision analog may need <10 mV. Higher ripple allows smaller capacitor.
  • Consider rectifier type: Full‑wave bridge reduces required capacitance by half compared to half‑wave for same ripple.
  • Select standard capacitor value: Always choose the next higher standard value (e.g., E6/E12 series). Add voltage derating (at least 1.5× peak AC voltage).

Practical Design Example: 12V Linear Power Supply

Case Study: Bench Power Supply for Op‑Amps

Requirement: Load current = 1.2A, allowable ripple = 0.2Vp-p, full‑wave bridge rectifier with 50 Hz mains.
Calculation: fripple = 100 Hz, C = 1.2 / (100 × 0.2) = 0.06 F = 60,000 µF.
Practical selection: Use 68,000 µF / 25V electrolytic capacitor (derated for 18V peak).
Resulting actual ripple: Vrip = 1.2/(100×0.068) ≈ 0.176 Vp-p → better than required. The interactive simulation confirms the waveform.

Rectifier Type Impact & Real‑World Considerations

Parameter Half‑Wave Rectifier Full‑Wave Bridge
Ripple frequency fline (50/60 Hz) 2× fline (100/120 Hz)
Capacitance for same ripple (I=1A, Vrip=0.5V) C = 1/(50×0.5) = 40,000 µF C = 1/(100×0.5) = 20,000 µF
Transformer utilization Poor (~0.28) Good (~0.62)
Typical applications Very low‑cost, battery chargers Most DC power supplies, audio, industrial

Additional Advanced Topics

Capacitor ESR (Equivalent Series Resistance): Real capacitors have ESR that increases ripple and heating. For high‑ripple currents, use low‑ESR types (e.g., electrolytic capacitors designed for switching supplies). The theoretical formula provides a baseline; for precision designs, simulate with ESR.

Peak Current & Inrush: Larger capacitance causes higher peak diode currents and inrush at startup. Add a soft‑start or NTC thermistor for high power (>100W).

Voltage Derating: Always select capacitor voltage rating at least 20-30% above peak AC voltage (e.g., for 12VAC transformer → peak ≈ 17V → use 25V or 35V capacitor).

Myths & Common Misunderstandings

  • Larger capacitor always better? Not exactly – excessive capacitance increases inrush current, cost, and physical size; moderate value suffices.
  • Ripple formula ignores load variation: True, but for stable loads it's very accurate. For pulsed loads, add safety margin.
  • Half‑wave is obsolete? Still used in very low‑cost supplies and some gate drives due to simplicity.

When to Use This Tool

  • Linear power supply design (hobbyist, professional).
  • Repair/retrofit of old equipment – recalculating filter capacitors.
  • Educational demonstrations: understand relationship I, C, f, and Vrip.
  • Battery charger smoothing stage selection.

Rooted in analog electronics & power engineering – The formulas and guidance follow standard textbooks: Horowitz & Hill "The Art of Electronics", Millman & Halkias "Electronic Devices and Circuits". The implementation incorporates conservative ripple estimation validated against industry design practices. Reviewed by GetZenQuery tech team, updated May 2026.

Frequently Asked Questions

For digital logic (5V/3.3V), 100-300 mV ripple is fine. For audio amplifiers, keep below 50 mV to avoid hum. For sensitive analog sensors, <10 mV is ideal.

The primary side bulk capacitor in SMPS also uses similar formula, but with additional considerations like hold‑up time. For output smoothing, different equations apply (LC filters). This tool is focused on linear rectifier stages.

Use the peak expected load current for conservative design. For highly pulsed loads, additional local decoupling capacitors are recommended.
References: Analog Devices Tech Article; "The Art of Electronics" 3rd Ed.; IEC 60146 rectifier design standards.