Capacitor Calculator
Capacitor Calculator
Capacitor Calculator
Capacitor Calculator — Frequently Asked Questions
Common questions about capacitor.
Last updated Mar 2026
What this Capacitor Calculator computes (and why it matters)
ProcalcAI’s Capacitor Calculator helps you analyze a basic RC circuit by calculating three practical quantities from your inputs:
1) Charge stored on a capacitor at a given voltage 2) Energy stored in the capacitor’s electric field 3) The RC time constant (tau), which sets the pace of charging and discharging
You enter: - Capacitance in microfarads (µF) - Voltage in volts (V) - Resistance in ohms (Ω)
The calculator then returns: - Charge in microcoulombs (µC) - Energy in millijoules (mJ) - Time constant in milliseconds (ms)
These are the “first-pass” numbers engineers use to sanity-check designs like timing circuits, sensor filtering, power-rail hold-up, and debounce networks.
Step 1: Convert capacitance from µF to farads (F)
Most capacitors are labeled in µF, but the physics formulas use farads.
Conversion: - 1 µF = 1 × 10^-6 F
So: - C(F) = C(µF) × 10^-6
Example conversion: - 47 µF → 47 × 10^-6 F = 0.000047 F
Key term: Capacitance — the ability to store electric charge per volt (F).
Step 2: Calculate capacitor charge (Q = C × V)
The charge stored on a capacitor at voltage V is:
- Q (coulombs) = C (farads) × V (volts)
Because the calculator reports charge in microcoulombs: - Q(µC) = Q(C) × 10^6
If you combine both conversions (µF to F, then C to µC), something convenient happens:
- Q(µC) = C(µF) × V(V)
That’s a handy mental check: microfarads times volts equals microcoulombs.
Key terms: Charge, Voltage
Step 3: Calculate stored energy (E = 1/2 C V²)
Energy stored in a capacitor is:
- E (joules) = 0.5 × C (farads) × V²
The calculator reports energy in millijoules: - E(mJ) = E(J) × 10^3
This is useful for estimating things like spark risk, inrush behavior, or how long a capacitor might hold up a load (with additional assumptions).
Key term: Energy
Step 4: Calculate the RC time constant (τ = R × C)
For a resistor R in series with a capacitor C, the time constant is:
- τ (seconds) = R (ohms) × C (farads)
The calculator reports τ in milliseconds: - τ(ms) = τ(s) × 10^3
Interpretation: - After 1τ, a charging capacitor reaches about 63.2% of its final voltage. - After 5τ, it’s effectively “fully charged” (about 99.3%). - For discharging, after 1τ it falls to about 36.8% of the initial voltage.
Key terms: Resistance, Time constant
Worked Example 1: Basic RC timing sanity check
Inputs: - Capacitance = 100 µF - Voltage = 12 V - Resistance = 1000 Ω
1) Convert capacitance: - C = 100 × 10^-6 F = 0.0001 F
2) Charge: - Q = C × V = 0.0001 × 12 = 0.0012 C - In µC: 0.0012 × 10^6 = 1200 µC (Quick check: 100 µF × 12 V = 1200 µC)
3) Energy: - E = 0.5 × 0.0001 × 12² - 12² = 144 - E = 0.5 × 0.0001 × 144 = 0.0072 J = 7.2 mJ
4) Time constant: - τ = R × C = 1000 × 0.0001 = 0.1 s = 100 ms
Result interpretation: - At about 100 ms, the capacitor is ~63% charged. - At about 500 ms (5τ), it’s ~99% charged.
Worked Example 2: Small capacitor, higher resistor (slow response filter)
Inputs: - Capacitance = 10 µF - Voltage = 5 V - Resistance = 100000 Ω
1) Convert capacitance: - C = 10 × 10^-6 F = 0.00001 F
2) Charge: - Q = 0.00001 × 5 = 0.00005 C = 50 µC (Quick check: 10 × 5 = 50 µC)
3) Energy: - E = 0.5 × 0.00001 × 5² - 5² = 25 - E = 0.5 × 0.00001 × 25 = 0.000125 J = 0.125 mJ
4) Time constant: - τ = 100000 × 0.00001 = 1 s = 1000 ms
Result interpretation: - This network responds slowly: it takes about 5 seconds to settle close to final value. - Energy is tiny, but the timing effect is significant.
Worked Example 3: Higher voltage capacitor energy check
Inputs: - Capacitance = 470 µF - Voltage = 24 V - Resistance = 220 Ω
1) Convert capacitance: - C = 470 × 10^-6 F = 0.00047 F
2) Charge: - Q = 0.00047 × 24 = 0.01128 C = 11280 µC (Quick check: 470 × 24 = 11280 µC)
3) Energy: - E = 0.5 × 0.00047 × 24² - 24² = 576 - E = 0.5 × 0.00047 × 576 = 0.13536 J = 135.36 mJ
4) Time constant: - τ = 220 × 0.00047 = 0.1034 s = 103.4 ms
Result interpretation: - Despite a similar time constant to Example 1, energy is much higher because energy scales with V². Doubling voltage quadruples energy.
Pro Tips for using the calculator effectively
- Use the “microfarads times volts equals microcoulombs” shortcut to catch typos fast: Q(µC) = C(µF) × V. - Remember energy grows with the square of voltage: if V increases by 3×, energy increases by 9× (for the same C). - For quick timing estimates, think in multiples of τ: - 1τ: noticeable change (63% toward final) - 3τ: mostly there (95%) - 5τ: essentially settled (99%+) - If you’re designing a delay, pick C first based on available values, then solve R ≈ τ/C to hit your target time constant. - Real capacitors have tolerances (often ±10% to ±20%) and resistance has tolerance too—your real τ can drift. Design with margin.
Common Mistakes (and how to avoid them)
- Mixing up µF and F: Enter capacitance in µF as labeled. Don’t pre-convert to farads before typing it in, or you’ll be off by 1,000,000×. - Confusing charge units: The calculator outputs charge in µC, not coulombs. If you compare to a datasheet or equation in coulombs, convert accordingly. - Treating τ as “the time to fully charge”: τ is not full charge time. Use about 5τ for near-final voltage in typical engineering approximations. - Forgetting energy can be nontrivial at higher voltage: Even moderate capacitance can store meaningful energy if voltage is high, because of the V² term. - Assuming the resistor is the only resistance: In real circuits, source impedance, capacitor ESR, and load resistance can change the effective time constant and peak currents.
With these steps, you can use ProcalcAI’s Capacitor Calculator to quickly quantify charge, energy, and time constant for RC circuit analysis—and, just as importantly, to validate whether your numbers make physical sense before you build or simulate.
Authoritative Sources
This calculator uses formulas and reference data drawn from the following sources:
- Purdue Engineering - MIT OpenCourseWare - EPA — Energy Resources
Capacitor Formula & Method
This capacitor calculator uses standard engineering formulas to compute results. Enter your values and the formula is applied automatically — all math is handled for you. The calculation follows industry-standard methodology.
Capacitor Sources & References
Explore More Calculators
Content reviewed by the ProCalc.ai editorial team · About our standards