τ = R · C — charge and discharge curve, 1τ (63%) and 5τ (99%) markers, Ω/µF auto units — browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Enter a resistance and a capacitance to get the RC time constant τ = R · C, then read off how the capacitor charges and discharges over time.
| Time | Voltage | Percent |
|---|---|---|
| 0τ | 0 V | 0% |
| 1τ | 3.1606 V | 63.212% |
| 2τ | 4.3233 V | 86.466% |
| 3τ | 4.7511 V | 95.021% |
| 4τ | 4.9084 V | 98.168% |
| 5τ | 4.9663 V | 99.326% |
What this tool does
Free RC time constant calculator for designing filters, timers, debounce circuits and any resistor-capacitor pair. The time constant is τ = R · C: a 10 kΩ resistor with a 100 µF capacitor gives τ = 1 second, while 10 kΩ with 100 nF gives 1 ms. Enter resistance in Ω, kΩ or MΩ and capacitance in F, µF, nF or pF, and the tool computes τ and shows how the capacitor voltage evolves over time. For charging it uses V(t) = V0·(1 − e^(−t/τ)), reaching 63.2% of the supply at one τ and about 99.3% at five τ, the point engineers treat as fully charged. For discharging it uses V(t) = V0·e^(−t/τ), falling to 36.8% at one τ. A voltage curve, a table at 0τ through 5τ, one-click copy and a shareable URL that reproduces your exact circuit all run in your browser. 100% client-side, no upload.
Tool details
- Input
- Files + Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy + Preview
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 10 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Developer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How RC Time Constant Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
- 3 Ohm's Law Calculator Enter any two of voltage, current, resistance, or power — get the other two plus the formula used — with mV/V/kV, µA/mA/A, Ω/kΩ/MΩ, mW/W/kW prefixes — browser-only. Open
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only
- AES Text Encryptor Encrypt & decrypt text with a password — AES-256-GCM + PBKDF2 via WebCrypto — 100% in your browser, nothing uploaded
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- AI Eval Planner Generate eval cases, pass criteria, and edge cases from an AI feature, risks, and user path.