A capacitive transformerless power supply (also called a capacitive dropper or X-rated cap supply) uses a high-voltage capacitor instead of a transformer to reduce AC mains voltage to levels suitable for low-power DC circuits. This topology is common in LED drivers, indicator lights, smart switches, and IoT devices where size and cost constraints make transformer-based designs impractical. The capacitive reactance limits current while dissipating minimal power, but proper design is critical — these circuits are NOT isolated from mains and pose severe shock hazards if mishandled.
This calculator determines component values for safe, reliable capacitive dropper circuits operating from 120V or 230V AC mains, calculating reactance-limited current, surge protection requirements, bleeder resistor values, and power dissipation across all circuit elements. Engineers designing compact power supplies for appliances, building automation, or cost-sensitive consumer electronics use these calculations to balance efficiency, safety compliance, and thermal management.
📐 Browse all free engineering calculators
Quick Navigation
Circuit Diagram
Capacitive Dropper Calculator
Design Equations
XC = 1 / (2πfCX)
where f is line frequency (Hz), CX is dropper capacitance (F)
IAC = VAC / XC
where VAC is RMS mains voltage
CX = Iload / (2πfVAC)
where Iload is desired DC load current (A)
Ztotal = √((RS + Rload)² + XC²)
for accurate current calculation including resistive components
VDC = Vpeak - Vdiode = √2 · VAC - 1.4V
accounting for bridge rectifier forward voltage drop (≈1.4V)
RB = tdischarge / (5CX)
where tdischarge is time to discharge to <1% of peak voltage
Iinrush = Vpeak / (XC + RS)
occurs during filter capacitor charging if not limited by series resistance
Theory & Practical Applications
Capacitive transformerless power supplies exploit the non-dissipative nature of capacitive reactance to drop AC mains voltage without the bulk, weight, and cost of iron-core transformers. When a capacitor is placed in series with an AC circuit, it limits current through reactive impedance XC = 1/(2πfC), presenting high impedance at low frequencies while storing and releasing energy each half-cycle rather than converting it to heat. This makes capacitive droppers exceptionally efficient for low-power DC supplies where galvanic isolation is not required and where the load current remains relatively constant.
The fundamental operating principle relies on the phase relationship between voltage and current in a capacitive circuit. In an ideal capacitor, current leads voltage by 90°, resulting in zero real power dissipation — all energy is reactive. During the positive half-cycle of the AC waveform, the capacitor charges as current flows through the load; during the negative half-cycle, the capacitor discharges and the polarity reverses. A full-bridge rectifier converts this alternating current to pulsating DC, while a filter capacitor smooths the output to a relatively stable DC voltage. The average load current is determined almost entirely by the dropper capacitance and the RMS mains voltage, making the circuit inherently current-limiting.
Safety-Critical Design Constraints
Unlike isolated transformer-based supplies, every component in a capacitive dropper circuit is directly connected to live AC mains with no galvanic isolation. This creates severe shock hazards that must be addressed through component selection, PCB layout, and enclosure design. The dropper capacitor must be X2-rated (for 230V mains) or X1-rated (for higher reliability), meaning it is specifically designed to fail short-circuit rather than open-circuit, thereby blowing a protective fuse rather than presenting a floating high-voltage node. Standard electrolytic or ceramic capacitors MUST NEVER be used in the dropper position — failure modes include violent explosion, fire, or sustained arcing.
After power disconnection, the dropper capacitor remains charged to near-peak mains voltage (325V DC for 230V AC systems). A bleeder resistor in parallel with the dropper capacitor provides a discharge path, typically sized to reduce voltage below 60V within 1-2 seconds after disconnection. The bleeder resistor value is calculated from the RC time constant relationship: for discharge to less than 1% of initial voltage in time t, RB ≈ t/(5CX). This resistor continuously dissipates power during operation (P = V²/RB), so it must be rated for at least double the calculated dissipation to ensure reliability over the device lifetime in high-ambient-temperature environments.
Current Limiting and Load Regulation
The capacitive dropper acts as a current source rather than a voltage source. For a given capacitor value and mains frequency, the circuit delivers approximately constant current regardless of load voltage (within limits). This characteristic makes capacitive droppers ideal for LED drivers, where LEDs themselves are current-dependent devices. However, it creates significant challenges for applications requiring stable voltage output. The DC output voltage under load is approximately VDC = Vpeak - IloadRtotal - Vdiode, where Rtotal includes the ESR of components and any intentional series resistance. For a 50mA load from 230V AC with a 470nF dropper capacitor (XC ≈ 6.8kΩ), the no-load DC would approach 323V, but at 50mA through a 100Ω total circuit resistance, the output settles near 318V minus diode drops and resistive losses — still far too high for most loads.
In practice, the circuit requires a series resistor or Zener diode regulator to drop excess voltage. The series resistor approach is simpler but dissipates significant power: for our 50mA example targeting 12V DC output, RS = (318V - 12V - 1.4V)/0.05A ≈ 6.1kΩ, dissipating P = I²R = (0.05)²(6100) ≈ 15W — clearly impractical. Real designs use lower capacitance to limit current closer to the load requirement, then employ a Zener diode (typically 15-18V for 12V regulated output) with series resistance to absorb the remaining voltage difference. The Zener clamps the voltage while the series resistor limits fault current if the load is disconnected or fails open-circuit.
Inrush Current and Component Stress
At the instant of power application, if the AC waveform crosses through zero, the uncharged filter capacitor presents a near-short-circuit to the dropper capacitor. The instantaneous current is limited only by the capacitive reactance and any series resistance: Iinrush = Vpeak/XC. For a 470nF dropper at 230V/50Hz (XC ≈ 6.8kΩ), peak inrush current reaches 325V/6800Ω ≈ 48mA, which is benign. However, larger capacitors (e.g., 2.2µF for 200mA loads) produce inrush currents exceeding 1A peak, stressing the bridge rectifier and potentially welding relay contacts if used for switching.
A series resistor of 33-100Ω placed between the dropper capacitor and bridge rectifier limits inrush current to safe levels. This resistor must handle brief high-power pulses (potentially several watts for milliseconds) despite low steady-state dissipation. Film resistors with surge-withstand ratings are preferred. An alternative inrush suppression technique employs a negative temperature coefficient (NTC) thermistor, which presents high resistance when cold (limiting inrush) but low resistance when heated by steady-state current flow, minimizing continuous power loss. NTCs must be thermally matched to the duty cycle and ambient temperature range of the application.
Multi-Part Worked Example: LED Downlight Design
Scenario: Design a capacitive dropper supply for a 7W LED downlight operating from 230V/50Hz mains. The LED array consists of 18 white LEDs in series (forward voltage Vf = 3.2V each, nominal current 60mA). Target output voltage is 18 × 3.2V = 57.6V at 60mA. The design must include inrush limiting, voltage regulation, and bleeder discharge within 1.5 seconds.
Step 1 — Dropper Capacitor Selection:
Required load current Iload = 60mA = 0.060A. Using CX = Iload/(2πfVAC):
CX = 0.060 / (2π × 50 × 230) = 0.060 / 72,257 = 8.30 × 10⁻⁷ F = 0.83µF
Select nearest standard X2-rated value: 0.82µF (or two 0.47µF in parallel for better availability). Capacitive reactance XC = 1/(2π × 50 × 0.82 × 10⁻⁶) = 3,881Ω. Actual current IAC = 230V/3881Ω = 59.3mA — close to target.
Step 2 — Bridge Rectifier and Filter:
Peak AC voltage Vpeak = 230 × √2 = 325V. Bridge rectifier must be rated for minimum 400V PIV and 100mA continuous current (derating from 60mA nominal). Select 1N4007 diodes (1000V, 1A) or equivalent bridge module. Output voltage before regulation: VDC(unregulated) = 325V - 1.4V = 323.6V. Filter capacitor must smooth pulsating DC; for 50Hz full-wave (100Hz ripple), use Cf = Iload/(2f × ΔV). For ΔV = 5V ripple: Cf = 0.060/(2 × 100 × 5) = 60µF. Select 100µF/400V electrolytic for margin.
Step 3 — Series Resistor and Zener Regulation:
Voltage to drop: ΔV = 323.6V - 57.6V = 266V. At 60mA, required series resistance RS = 266V/0.060A = 4,433Ω. Use 4.7kΩ (standard value). Power dissipation PRS = I² × R = (0.060)² × 4700 = 16.9W — excessive. Instead, use Zener regulation: place 68V/5W Zener in series with LEDs. Voltage across Zener: VZ = 68V. Total load voltage: 57.6V + 68V = 125.6V. Revised series resistor: RS = (323.6V - 125.6V)/0.060A = 3,300Ω. Power in RS: P = (0.060)² × 3300 = 11.9W. Still high — use two 1.8kΩ/10W resistors in series (allowing component derating) or increase capacitance to reduce current.
Alternative Step 3 — Current-Optimized Design:
Reduce dropper capacitor to 0.47µF: XC = 6,775Ω, IAC = 230V/6775Ω = 33.9mA. This limits current below LED rating, requiring DC-DC boost converter or accepting reduced LED brightness. For full 60mA, use parallel string topology with current balancing.
Step 4 — Inrush Limiting:
Peak inrush current Iinrush = Vpeak/XC = 325V/3881Ω = 83.8mA peak. With 100µF filter capacitor, inrush duration τ ≈ XC × Cf = 3881Ω × 100µF = 0.388 seconds. Peak inrush is acceptable without additional limiting, but add 47Ω series resistor for margin. Power in inrush resistor (steady-state): P = I² × R = (0.060)² × 47 = 0.17W. Use 0.5W film resistor.
Step 5 — Bleeder Resistor:
Discharge time t = 1.5 seconds to <1% voltage. Bleeder resistance RB = t/(5CX) = 1.5/(5 × 0.82 × 10⁻⁶) = 366kΩ. Use 330kΩ (standard value) for faster discharge. Power dissipation in bleeder: PRB = V²/R = (325)²/330,000 = 0.32W. Use 0.5W or 1W resistor with high voltage rating.
Final Component Summary:
- Dropper capacitor: 0.82µF/400V X2-rated (or 2× 0.47µF in parallel)
- Inrush limiting: 47Ω/0.5W film resistor
- Bridge rectifier: 400V/1A (4× 1N4007 or integrated bridge)
- Filter capacitor: 100µF/400V electrolytic
- Series resistor: 3.3kΩ/15W (or 2× 1.8kΩ/10W in series)
- Zener regulation: 68V/5W Zener diode
- Bleeder resistor: 330kΩ/0.5W
- Fuse: 100mA slow-blow
Applications Across Industries
Capacitive dropper circuits are pervasive in consumer appliances where galvanic isolation is not required and cost/size constraints dominate. LED lighting applications include indicator lamps in washing machines, refrigerators, and microwave ovens, where the circuit board must fit within tight mechanical envelopes and BOM cost targets of $0.15-0.30 per supply. Smart home devices such as WiFi-enabled light switches and dimmer modules use capacitive droppers to power MCU and radio ICs from mains voltage without bulky transformers, enabling sleek wall-plate designs. Industrial controls employ these circuits in panel indicators, pushbutton station illumination, and proximity sensor power supplies where loads are well-defined and constant.
A critical but often underappreciated application is solid-state relay (SSR) control circuits. The logic-level control input of an SSR typically requires 5-12V DC at 10-30mA — an ideal match for capacitive dropper characteristics. Here, the dropper supplies gate drive current for the optocoupler LED, enabling control of high-power loads without a dedicated control transformer. The inherent current limiting protects the optocoupler from overcurrent, and the reactive nature of the capacitor minimizes self-heating in thermally constrained SSR modules.
In building automation, capacitive droppers power occupancy sensors, motorized valve actuators, and HVAC damper controllers where centralized low-voltage power distribution is impractical. Each endpoint derives local power from the nearest AC mains connection, eliminating hundreds of meters of low-voltage cabling and associated voltage drop losses in large buildings. The main limitation is that these supplies cannot handle dynamic loads — vacuum cleaners, power tools, and other motor-driven equipment present highly variable impedance that causes voltage regulation collapse. Capacitive droppers work best with static resistive or constant-current loads like microcontroller circuits, LED arrays, and resistive heating elements.
Common Design Pitfalls and Failure Modes
The most frequent failure mode in capacitive dropper circuits is bleeder resistor omission or underrating. Engineers sometimes omit the bleeder to save cost or board space, assuming the load itself will discharge the capacitor. This assumption fails catastrophically when the load is disconnected, fused protection opens, or an LED string fails open-circuit — the dropper capacitor remains charged indefinitely at full mains peak voltage. Technicians receive severe shocks, and ESD-sensitive loads (MCUs, ICs) are destroyed when powered on after prolonged disconnection. Always include a bleeder resistor rated for continuous operation at maximum ambient temperature.
Another pitfall is insufficient series resistance during inrush. While the steady-state current is limited by capacitive reactance, the inrush transient can exceed 10× the nominal current for several milliseconds. Bridge rectifiers with inadequate surge current ratings (IFSM) fail short-circuit, blowing the mains fuse and potentially damaging the dropper capacitor. Film capacitors tolerate high inrush current better than ceramics, but repeated inrush stresses accelerate dielectric degradation. A 33-100Ω series resistor absorbs inrush energy, extending component life at minimal cost.
Finally, EMI and leakage current violations plague capacitive dropper designs in medical, IT, and Class II equipment. The dropper capacitor couples high-frequency switching noise and harmonics from the mains directly to the DC side, requiring common-mode and differential-mode filtering that negates much of the size advantage over transformer supplies. Earth leakage current through the X-rated capacitor's inherent insulation resistance can exceed limits for handheld appliances (typically 0.75mA) or medical equipment (0.1mA patient contact, 0.5mA non-patient). For applications requiring UL, CE, or IEC compliance, capacitive droppers often need supplemental Y-rated capacitors to chassis ground and ferrite common-mode chokes, adding cost and complexity.
Frequently Asked Questions
Free Engineering Calculators
Explore our complete library of free engineering and physics calculators.
Browse All Calculators →🔗 Explore More Free Engineering Calculators
- Capacitor Charge Discharge Calculator — RC Circuit
- I2C Pull-Up Resistor Calculator
- Resistor Color Code Calculator
- Low-Pass RC Filter Calculator — Cutoff Frequency
- Resonant Frequency Lc Calculator
- Mosfet Threshold Voltage Calculator
- Capacitor Energy Calculator
- Power Factor Calculator and Correction
- Transformer Turns Ratio Calculator
- Ohm's Law Calculator — V I R P
About the Author
Robbie Dickson — Chief Engineer & Founder, FIRGELLI Automations
Robbie Dickson brings over two decades of engineering expertise to FIRGELLI Automations. With a distinguished career at Rolls-Royce, BMW, and Ford, he has deep expertise in mechanical systems, actuator technology, and precision engineering.