A diode double (universally known in circuit design as a voltage doubler) is a rectifier topology that outputs a DC voltage roughly twice the peak voltage of its AC input. If you feed a standard full-wave diode double circuit 12V RMS AC (which peaks at ~17V), you will measure approximately 32V to 34V DC at the output rails, minus the forward voltage drops of the diodes. This topology is the go-to solution on the bench when you need a higher DC rail for op-amps, relays, or gate drivers but only have a lower-voltage AC transformer available.
The Diode Double Topology: How Full-Wave Doublers Work
While half-wave multipliers exist, the full-wave diode double is vastly superior for practical power supplies because it utilizes both halves of the AC sine wave, reducing output ripple and improving current delivery. The circuit relies on two diodes and two capacitors acting in tandem to stack voltages.
Symbol and Pinout Mapping
In a schematic, standard discrete diodes are represented by a triangle pointing toward a vertical bar (the cathode band). However, to save board space, makers often use dual-diode SMD packages. If you are using a common-cathode dual diode like the BAT54C in an SOT-23 package, the pinout is critical:
- Pin 1: Anode 1 (Connects to AC Input Terminal 1)
- Pin 2: Anode 2 (Connects to AC Input Terminal 1)
- Pin 3: Common Cathode (Connects to the positive output rail and C1)
Note: The BAT54C is a common-cathode package. For a full-wave doubler, you actually need two separate diodes or a series pair, which is why discrete through-hole 1N4007s or independent SMD diodes are often preferred for this specific topology unless you are building a half-wave cascade.
Diode Operation Regions
Understanding how the diode behaves under different bias conditions is mandatory before selecting a part. Here is the operational breakdown for standard silicon and Schottky junctions:
| Operation Region | Bias Condition | Typical Voltage (Silicon) | Typical Voltage (Schottky) | Current Flow |
|---|---|---|---|---|
| Forward Bias | V_anode > V_cathode | 0.6V - 0.8V drop | 0.2V - 0.4V drop | High (mA to Amps) |
| Reverse Bias | V_cathode > V_anode | Blocks up to PIV | Blocks up to PIV | Leakage only (µA) |
| Avalanche Breakdown | V_reverse > PIV rating | Destructive failure | Destructive failure | Uncontrolled short |
Selecting the Right Dual Diode: Part Numbers and Ratings
How do you bias and select a diode for a doubler job? The two non-negotiable parameters are Peak Inverse Voltage (PIV) and Peak Forward Surge Current (IFSM). In a full-wave doubler, each diode must withstand a reverse voltage equal to at least twice the peak AC input voltage. Furthermore, when power is first applied, empty electrolytic capacitors act as dead shorts, subjecting the diodes to massive inrush currents.
Here are the safe default part numbers for diode double circuits, complete with their critical ratings:
| Part Number | Type | Max Avg Current (If) | Peak Inverse Voltage (PIV) | Surge Current (IFSM) | Best Application |
|---|---|---|---|---|---|
| 1N4007 | Silicon Rectifier | 1.0A | 1000V | 30A | Safe default for almost all DIY doublers |
| MBR2045 | Schottky Rectifier | 20A | 45V | 150A | Low-voltage, high-efficiency doublers |
| 1N4148 | Small Signal | 300mA | 100V | 1A | AVOID in power doublers (low surge rating) |
| UF4007 | Ultra-Fast | 1.0A | 1000V | 30A | High-frequency AC inputs (>400Hz) |
For authoritative component data, always cross-reference manufacturer datasheets like the Vishay 1N400x series datasheet to verify surge ratings, as cheap counterfeit diodes often fail at a fraction of the specified IFSM.
Step-by-Step: Building a 12V AC to 32V DC Diode Double Circuit
This application circuit converts a standard 12V RMS AC wall transformer output into a ~32V DC rail, suitable for powering 24V relays (which typically pull in at 18V and hold at 28V) or high-voltage op-amp circuits.
Required Components
- D1, D2: 1N4007 Rectifier Diodes (2x)
- C1, C2: 470µF 50V Electrolytic Capacitors (2x)
- AC Source: 12V RMS AC Transformer (Isolated)
- Bleeder Resistor: 10kΩ 1W (1x, for safety discharge)
- De-energize and Verify: Ensure the AC transformer is unplugged. Use a multimeter to verify 0V across the secondary winding.
- Wire the AC Input Node: Connect AC Terminal 1 to the Anode (unbanded end) of D1 and the Cathode (banded end) of D2.
- Wire the Reference Node: Connect AC Terminal 2 to the Negative leg of C1 and the Positive leg of C2. This becomes your circuit ground/reference.
- Establish the Positive Rail: Connect the Cathode (banded end) of D1 to the Positive leg of C1. This junction is your V_out+ (~32V).
- Establish the Negative Rail: Connect the Anode (unbanded end) of D2 to the Negative leg of C2. This junction is your V_out-.
- Install the Bleeder: Solder the 10kΩ resistor directly across V_out+ and V_out-. Safety Note: Doubler capacitors hold lethal charges. The bleeder ensures they discharge to safe levels within seconds of power-off.
- Test Under Load: Power the circuit and measure DC voltage across the output. You should read between 30V and 33V DC, accounting for the 1.4V total drop across the two silicon diodes.
Bench Walkthrough: When a Diode Double Fails in the Real World
Theory is clean; the bench is messy. Here is a real-world scenario demonstrating why component selection matters in a diode double topology.
The Setup: I needed to actuate a 24V relay coil (which draws 45mA when energized) but only had a 16V AC doorbell transformer on hand. 16V RMS peaks at roughly 22.6V. A diode double would theoretically yield ~43V DC, which I planned to regulate down using a linear regulator. To save space, I used two 1N4148 small-signal diodes and two 220µF capacitors.
The Numbers:
Input: 16V RMS (22.6V Peak).
Expected Output: ~43.8V DC (minus 1.4V diode drop).
Steady-state load: 45mA.
Capacitor Inrush: The 220µF caps, starting at 0V, presented a near-dead short to the transformer for the first 3 milliseconds.
The Outcome: I flipped the switch. The relay clicked loudly, engaging perfectly. Exactly two seconds later, I heard a sharp 'pop'. The relay dropped out. My multimeter showed the output had collapsed to 14V DC, and D1 was visibly scorched, measuring as a dead short in both directions.
What Went Wrong: The steady-state current (45mA) was well within the 1N4148's 300mA continuous rating. However, I ignored the Peak Forward Surge Current (IFSM). The 1N4148 is rated for a maximum surge of just 1A to 2A for a single 8.3ms half-cycle. The massive inrush current required to charge the empty 220µF capacitors from zero volts spiked well past 4A, instantly melting the silicon junction inside D1.
The Fix: I replaced the 1N4148s with 1N4007 diodes, which boast a 30A surge rating. The circuit has run flawlessly for three years since. For deeper theory on multiplier limitations, refer to the voltage multiplier chapter on All About Circuits.
Testing and Troubleshooting: Multimeter Diode Checks
Diodes in doubler circuits typically fail in one of two modes: Short Circuit (most common, caused by inrush overcurrent or thermal runaway) or Open Circuit (caused by extreme reverse voltage avalanche).
How to Test with a Multimeter
Never test a diode while it is live or still soldered into a circuit with parallel capacitors. Desolder at least one leg, or remove the component entirely.
- Set the Meter: Turn your multimeter dial to the Diode Test mode (usually indicated by a diode symbol). Do not use the resistance (Ohms) mode, as the test voltage is often too low to forward-bias the junction.
- Forward Bias Test: Place the Red probe on the Anode (unbanded end) and the Black probe on the Cathode (banded end). A healthy silicon diode (1N4007) will read between 0.500V and 0.750V. A Schottky (MBR2045) will read 0.150V to 0.350V.
- Reverse Bias Test: Swap the probes (Black to Anode, Red to Cathode). The meter must display 'OL' (Over Limit) or '1'. If it shows any voltage or beeps, the diode is shorted and must be trashed.
- Testing Dual SMD Packages: If testing a common-cathode SMD diode (like the BAT54C), place the Black probe on Pin 3 (Common Cathode). Touch the Red probe to Pin 1, then Pin 2. Both should read ~0.3V. Swap probes to verify 'OL' in reverse.






