To safely discharge a 50V, 20,000µF pulse capacitor bank in under 3 seconds after use without wasting continuous power, use an active P-channel MOSFET (IRF9540N) switched parallel after discharge circuit with a 22Ω, 50W wirewound bleeder resistor. Unlike a fixed bleeder that drains current during operation, this topology automatically engages the parallel discharge path only when main input power is severed, pulling the bank down to <1V safely. This guide assumes a 50V nominal DC source, 20,000µF total capacitance, and a 25°C ambient bench environment.
Topology & Node Labels: The Auto-Switching P-MOSFET
The core challenge of a parallel after discharge circuit is switching the bleeder resistor across the capacitor bank only when the main power supply is disconnected. We achieve this without microcontrollers or relays using a P-channel MOSFET and a clever gate-biasing network.
Node Definitions
- NODE_VIN: The raw DC input from your power supply (switched side).
- NODE_VCAP: The positive terminal of the main capacitor bank.
- NODE_GND: System common ground (shared by PSU, Cap Bank, and Discharge Circuit).
- NODE_GATE: The gate pin of the P-channel MOSFET.
Circuit Architecture
The Source of the P-MOSFET (Q1) connects to NODE_VCAP. The Drain connects to one end of the bleeder resistor (R_bleed); the other end of R_bleed goes to NODE_GND.
The gate control network consists of three components:
- R_pullup (10kΩ): Connects
NODE_GATEtoNODE_VIN. - R_pulldown (100kΩ): Connects
NODE_VINtoNODE_GND. - D_zener (15V, 1W): Cathode to
NODE_VCAP(Source), Anode toNODE_GATE.
NODE_VCAP is at 50V and the gate is pulled to 0V, the Gate-Source voltage (Vgs) becomes -50V. The IRF9540N has a maximum Vgs rating of ±20V. Without the 15V Zener diode clamping the gate to the source, the gate oxide will puncture on the very first discharge cycle, permanently bricking the MOSFET in a shorted state.
Behavior Matrix: What Happens When Elements Change
Understanding failure modes is critical when designing safety circuits. Here is how the parallel after discharge circuit behaves under normal operation and at the extremes.
| Condition / Fault | Circuit State | Result & Hazard Level |
|---|---|---|
| Normal: PSU Connected | NODE_VIN = 50V. Gate pulled to 50V. Vgs = 0V. |
MOSFET OFF. Zero bleed current. Bank charges normally. |
| Normal: PSU Disconnected | NODE_VIN floats to 0V via R_pulldown. Vgs clamped to -15V by Zener. |
MOSFET turns ON hard. Bank discharges through R_bleed in ~2.2s. |
| Fault: R_bleed Opens | MOSFET turns on, but no current flows through the broken resistor path. | CRITICAL: Cap bank remains charged at 50V indefinitely. Severe shock/arc hazard. |
| Fault: MOSFET Fails Short (D-S) | R_bleed is permanently connected in parallel with the bank. | Continuous 2.27A draw from PSU. PSU will likely trip overcurrent or overheat. |
| Fault: Zener Diode Fails Open | Gate is pulled to 0V when PSU disconnects. Vgs reaches -50V. | MOSFET gate oxide ruptures. Fails short. Behaves like the D-S short fault above. |
| Fault: R_pulldown Opens | When PSU disconnects, NODE_VIN floats. Gate voltage is undefined. |
MOSFET may stay OFF or oscillate. Cap bank fails to discharge reliably. |
Design Walkthrough: Sizing the Resistor and MOSFET
Let’s run the math for our 50V, 20,000µF (0.02F) target. We want the bank to discharge to a safe voltage (<5V) in under 3 seconds. According to the standard RC time constant formulas detailed in Electronics Tutorials, a capacitor discharges to ~0.7% of its initial voltage after 5 time constants ($5\tau$).
1. Sizing the Bleeder Resistor (R_bleed)
Target time ($5\tau$) = 2.5 seconds. Therefore, $\tau = 0.5$ seconds.
Since $\tau = R \times C$, we solve for R:
$R = \tau / C = 0.5 / 0.02 = 25\Omega$.
We will select a standard 22Ω resistor to speed up the discharge slightly ($\tau = 0.44s$, $5\tau = 2.2s$).
Power Rating Check: The instantaneous peak power at the moment of disconnect is $P = V^2 / R = 50^2 / 22 = 113W$. However, this only lasts for a fraction of a second. The total energy stored is $E = 0.5 \times C \times V^2 = 0.5 \times 0.02 \times 2500 = 25$ Joules. Dumping 25 Joules over 2.2 seconds yields an average power of ~11.3W. To handle the initial thermal shock without cracking, we derate heavily and select a 50W chassis-mount wirewound resistor (e.g., Vishay RH05022R00FE02).
2. Sizing the MOSFET (Q1)
Peak current $I_{peak} = 50V / 22\Omega = 2.27A$.
We need a P-channel MOSFET with a $V_{DS}$ rating well above 50V and an $I_D$ rating above 3A. The IRF9540N is a bench staple: $V_{DS} = -100V$, $I_D = -23A$, and $R_{DS(on)} = 0.117\Omega$. At 2.27A, the MOSFET will dissipate roughly $I^2R = (2.27)^2 \times 0.117 \approx 0.6W$ at peak, easily handled by a standard TO-220 package without a heatsink for this short transient duration.
Breadboard & Bench Test Sequence
Do not connect the 20,000µF bank on the first test. Validate the logic with a smaller capacitor to prevent destructive faults if your wiring is incorrect.
- Build the Gate Network: On your breadboard, place the IRF9540N. Connect the 10kΩ pull-up from Gate to the left power rail (
NODE_VIN). Connect the 100kΩ pull-down from the left power rail to GND. Wire the 15V Zener between Gate and Source. - Connect a Dummy Load: Connect a 1,000µF, 63V electrolytic capacitor between
NODE_VCAPand GND. Connect the Source toNODE_VCAP, and the Drain to a temporary 100Ω, 1W resistor tied to GND. - Verify the OFF State: Set your bench power supply to 50V with a 100mA current limit. Connect it to
NODE_VIN. Use your multimeter to measure Vgs. It should read 0V. Measure voltage across the 100Ω resistor; it should be 0V (MOSFET is off). - Trigger the Discharge: Disconnect the bench supply from
NODE_VIN. The multimeter across the 100Ω resistor should instantly spike and then decay to zero in roughly 0.1 seconds ($5 \times 100\Omega \times 0.001F = 0.5s$). Measure Vgs during this event; it should clamp safely at -15V. - Scale Up and Scope: Swap the 1,000µF cap for your 20,000µF bank and the 100Ω resistor for the 22Ω 50W Vishay resistor. Connect an oscilloscope probe across the capacitor bank. Disconnect power and verify the scope captures a clean exponential decay hitting <5V at the 2.2-second mark.
Decision Tree: Picking Your Discharge Topology
Not every project requires an active MOSFET switch. Use this decision matrix to lock in the right parallel after discharge circuit for your specific application.
| Application Constraint | Recommended Topology | Concrete Part Pick |
|---|---|---|
| Low voltage (<24V), low capacitance (<2,000µF), cost is primary driver. | Fixed Parallel Bleeder: Resistor permanently wired across the bank. | 1kΩ, 1W Carbon Film (Yageo CFR-25JT-52-1K) |
| High voltage (>100V), strict safety compliance (e.g., UL/CE grid-tied inverters). | Redundant Fixed Bleeder: Two series resistors in parallel with the bank to survive single-point open failures. | 2x 47kΩ, 5W Wirewound in series (Vishay RS00547K00FE12) |
| Mid-voltage (30-80V), high capacitance (>10,000µF), zero standby current required (e.g., battery-powered spot welders). | Active P-MOSFET Parallel Discharge: The auto-switching topology detailed in this article. | IRF9540N + 22Ω 50W Wirewound + 15V Zener |
| Extreme pulse current (>500A), microsecond discharge times (e.g., coilguns, flash lamps). | Ignitron / Triggered Spark Gap: Discharge is actively triggered into the load; bleeder is secondary. | Secondary bleeder: High-voltage relay switched resistor network. |
Default Recommendation: If you are building a DIY pulse spot welder, a 12V-to-50V step-up power bank, or an e-bike controller test rig in the 30V–80V range, build the Active P-MOSFET Parallel Discharge. It provides the best balance of safety, zero standby loss, and component availability.
Why Active Parallel Over Fixed Series/Bleeder?
The traditional approach to capacitor safety is the fixed bleeder resistor. While cheap, it introduces two major penalties in high-energy pulse circuits:
- Continuous Power Waste and Heating: A fixed resistor sized to discharge a 20,000µF bank in 3 seconds (22Ω) would draw 2.27A continuously while the PSU is connected, dissipating 113W constantly. This would melt a standard PCB and trip most bench supplies. To avoid this, fixed bleeders are sized much larger (e.g., 1kΩ), which drops the continuous power to 2.5W but extends the discharge time to over 100 seconds—leaving the bank lethal long after you turn off the switch.
- Charge Time Interference: In pulse applications, you want the capacitor bank to charge as fast as the PSU allows. A fixed parallel resistor acts as a continuous voltage divider, fighting the charging current and increasing the time to reach peak voltage.
By utilizing the active parallel after discharge circuit, the 22Ω resistor is physically isolated from the bank by the MOSFET's high-impedance OFF state during charging. You get the rapid 2.2-second discharge when you need it, and zero interference when you don't. For deeper reading on managing high-ripple discharge currents in aluminum electrolytic banks, refer to the Vishay Aluminum Capacitors Application Guide, which details the internal inductance limits of wirewound bleeders versus the capacitor's own ESR.
When laying out your PCB, keep the high-current discharge loop (from the capacitor positive terminal, through the MOSFET, through the 22Ω resistor, and back to the capacitor negative terminal) as short and wide as possible. A 2.27A peak discharge current isn't massive, but the rapid $di/dt$ can induce voltage spikes across thin traces that might falsely trigger sensitive logic on the same board. Route the gate control traces away from this high-current loop to ensure rock-solid reliability.






