A voltage doubler is a rectifier circuit that uses capacitors and diodes to produce a DC output voltage equal to twice the peak value of the AC input. Instead of relying on a heavy, expensive step-up transformer to increase the AC voltage before rectification, a doubler voltage topology exploits the alternating phases of the AC waveform to charge capacitors in parallel and discharge them in series. This allows you to generate high DC rails from low-voltage AC sources using only a handful of cheap, lightweight passive components.

What a Doubler Voltage Topology Changes in Your Design

In traditional power supply design, if you need 35V DC, you would typically buy a 24V AC transformer (which yields about 34V DC after full-wave bridge rectification). However, 24V transformers are physically larger, heavier, and more expensive than 12V transformers of the same VA rating. By implementing a doubler voltage circuit, you can use a smaller, cheaper 12V AC transformer and still achieve that ~34V DC output. It fundamentally changes your bill of materials and the physical footprint of your power supply by shifting the burden of voltage multiplication from magnetic components (iron and copper) to capacitive components (electrolytics and film).

Common Confusion: Hobbyists frequently confuse AC voltage doublers with DC-DC boost converters. A boost converter takes an existing DC voltage and uses an inductor and a high-frequency switching MOSFET to step it up. A voltage doubler strictly requires an AC input and relies on the natural peak-to-peak swings of the alternating current to charge its capacitors. It is also distinct from a step-up transformer, which multiplies the RMS voltage magnetically before any rectification occurs.

Rectifier Topology Comparison: Doubler vs. Standard Circuits

Before wiring up your bench supply, it is critical to understand how a doubler compares to standard rectification methods. The table below outlines the electrical characteristics of the four most common AC-to-DC topologies, assuming a standard 60Hz AC input.

Topology No-Load DC Output Ripple Frequency (60Hz In) Peak Inverse Voltage (PIV) per Diode Minimum Component Count
Half-Wave Rectifier 1x V_peak 60 Hz 1x V_peak 1 Diode
Full-Wave Bridge 1x V_peak (minus 2x diode drop) 120 Hz 1x V_peak 4 Diodes
Half-Wave Doubler 2x V_peak 60 Hz 2x V_peak 2 Diodes, 2 Caps
Full-Wave Doubler 2x V_peak (minus 2x diode drop) 120 Hz 2x V_peak 2 Diodes, 2 Caps

Notice that while the full-wave bridge and the full-wave doubler both operate at a 120Hz ripple frequency (which makes filtering easier), the doubler requires diodes rated for twice the Peak Inverse Voltage (PIV). Furthermore, the half-wave doubler suffers from 60Hz ripple, requiring significantly larger filter capacitors to maintain a stable DC rail under load. For almost all practical bench and commercial applications, the full-wave doubler is the preferred choice.

Worked Numeric Example: Designing a 12V AC to 32V DC Supply

Let us walk through a real-world design scenario. You have a 12V AC RMS wall transformer rated for 1A, and you need to power a 30V DC relay coil and a small op-amp circuit that draws a combined 50mA. Here is how you calculate the component values for a full-wave voltage doubler.

1. Calculate the Peak Voltage:
The AC input is 12V RMS. The peak voltage is calculated by multiplying the RMS value by the square root of 2.
V_peak = 12V * 1.414 = 16.97V

2. Calculate the Ideal Doubler Output:
A full-wave doubler charges one capacitor to V_peak on the positive half-cycle, and the second capacitor to V_peak on the negative half-cycle. Because they are in series with respect to the load, the voltages add.
V_ideal = 16.97V + 16.97V = 33.94V

3. Account for Diode Forward Voltage Drops:
Current must pass through one diode to charge each capacitor. Assuming standard silicon 1N4007 diodes with a 0.7V forward drop:
V_actual = 33.94V - 0.7V - 0.7V = 32.54V DC
This safely exceeds your 30V relay requirement.

4. Size the Capacitors for Ripple:
Under a 50mA load, the capacitors will discharge between AC peaks, creating ripple. The formula for peak-to-peak ripple voltage in a full-wave doubler is V_ripple = I_load / (f * C), where f is 120Hz.
If we select a standard 470µF capacitor:
V_ripple = 0.05A / (120Hz * 0.00047F) = 0.88V peak-to-peak ripple.
Your minimum voltage under load will be 32.54V - 0.88V = 31.66V, which is still perfectly adequate for the 30V relay.

Inrush Current Hazard: When you first apply AC power, the uncharged 470µF capacitors act as a dead short. The instantaneous inrush current can easily exceed the 30A non-repetitive surge rating of a 1N4007 diode, destroying the silicon junction. Always place a 10-ohm to 47-ohm power resistor (or an NTC thermistor like the Ametherm MS32 10018) in series with the AC input to limit inrush current during the first few milliseconds of charging.

5. Select the Diodes:
Each diode must withstand a Peak Inverse Voltage (PIV) equal to 2x V_peak, which is 2 * 16.97V = 33.94V. While a 1N4001 (50V PIV) is technically sufficient, the 1N4007 (1000V PIV) costs the same, is universally available, and provides a massive safety margin against mains transients. According to All About Circuits, over-rating your PIV is a standard best practice in multiplier circuits to prevent avalanche breakdown from line spikes.

Where You Meet Voltage Doublers in Practice

While you might not build a doubler for a simple 5V Arduino project, this topology is ubiquitous in high-voltage, low-current applications where iron-core transformers would be prohibitively heavy or expensive.

  • Microwave Ovens: The magnetron tube requires roughly 4,000V DC to generate microwaves. Instead of using a massive 60Hz step-up transformer, microwaves use a high-frequency flyback transformer paired with a cascaded doubler voltage circuit (often a Cockcroft-Walton multiplier) to reach the required potential.
  • Laser Printers and Photocopiers: The corona wires and charging rollers need high DC voltages (often 1,000V to 6,000V) to deposit a uniform electrostatic charge on the imaging drum. Voltage multipliers driven by small, high-frequency oscillators handle this task.
  • Tube Amplifiers: In vacuum tube audio gear, the control grids often require a negative bias voltage. A small doubler circuit tapped off the main heater transformer is frequently used to generate this specific bias rail without adding a separate winding to the transformer.
  • Bug Zappers and Air Purifiers: Electrostatic precipitators and insect electrocution grids rely on high-voltage, low-current DC supplies. A cascaded doubler driven by a simple 555-timer oscillator and a small ferrite transformer is the industry standard for these consumer devices.

For a deeper look at how these circuits scale up to extreme voltages, Electronics Tutorials provides an excellent breakdown of the Cockcroft-Walton multiplier, which is essentially multiple full-wave doublers stacked in series to achieve outputs in the hundreds of kilovolts.

Frequently Asked Questions

Why does my doubler voltage output drop significantly when I connect a heavy load?
Voltage doublers have notoriously poor load regulation. Because the output relies on the charge stored in the capacitors, drawing high current depletes that charge faster than the AC cycle can replenish it. The output voltage sags, and ripple increases dramatically. Doublers are strictly for low-current, high-voltage applications. If you need high current, you must use a step-up transformer or a switched-mode DC-DC boost converter.

Can I use ceramic capacitors instead of electrolytics in a doubler?
Yes, but only for very high-frequency, low-capacitance applications (like RF circuits or charge pump ICs). For 50/60Hz mains or line-frequency transformer circuits, you need the high capacitance values (100µF to 1000µF) that only electrolytics can provide to keep ripple manageable. Just ensure you observe polarity, as reverse-biasing an electrolytic capacitor in a doubler can cause it to vent or explode.

Is a voltage doubler the same as a voltage multiplier?
A voltage doubler is a specific type of voltage multiplier that outputs exactly 2x the peak input. The term 'voltage multiplier' is the broader category that includes triplers (3x), quadruplers (4x), and the cascaded Cockcroft-Walton networks (Nx).