Free Online Engineering Tools

555 Timer Monostable Circuit Calculator

Find output pulse width (T = 1.1 × R × C) for any NE555 / LM555 / CMOS 555 one-shot timer circuit. Includes a live schematic, waveform diagram, 555 pin guide, and worked examples for time-delay, debouncing, and pulse-stretching applications.

🔧 Parameters

R Resistance
Timing resistor
C Capacitance
Timing cap
µF
VCC Supply Voltage
Power rail
V

📐 Internal Schematic

📈 Output Pulse (Pin 3) ● Trigger ● Output

📘 Theory & Formulas

Output Pulse Width
T = 1.1 × R × C
When triggered, the capacitor charges through R from 0 to ⅔ VCC. The output stays HIGH during this interval.
Time Constant (Tau)
τ = R × C
The RC time constant. After 1 tau the cap reaches ~63% of VCC; the 1.1 multiplier comes from charging exactly to ⅔ VCC.
Equivalent Frequency
f = 1 / T
If re-triggered continuously, this is the maximum repetition rate of the one-shot pulse.

📊 Live Analysis Results

Pulse Width (T)

110.00ms

Frequency

9.09Hz

Tau (τ = RC)

100.00ms

⅔ VCC Threshold

3.33V

⚡ Step-by-Step Breakdown

1. Input Scaling
R (Ω), C (F)
R = 10,000 Ω | C = 0.00001 F
2. Tau (RC)
τ = R × C
10,000 × 0.00001 = 0.100 s
3. Pulse Width (T)
T = 1.1 × R × C
1.1 × 0.100 = 0.110 s
4. Frequency (f)
f = 1 / T
1 / 0.110 = 9.09 Hz
💡 How it works: A negative-going pulse on Pin 2 (Trigger) latches the internal flip-flop. The output (Pin 3) goes HIGH and the capacitor C charges through R. When the capacitor voltage reaches ⅔ VCC, the output snaps back to LOW. The pulse width is therefore independent of VCC — it depends only on R and C.

The Complete Guide to 555 Timer Monostable Mode

The 555 Timer IC in monostable mode (also called one-shot mode) produces a single, precisely-timed output pulse each time it receives a trigger. It has exactly one stable state (LOW), and any negative trigger at Pin 2 flips it into a temporary HIGH state for a duration determined entirely by an external resistor R and capacitor C. Our 555 Timer Monostable Calculator helps engineers, students, and hobbyists accurately predict that pulse width for time-delay, debouncing, missing-pulse detection, and pulse-stretching applications.

How the Monostable Circuit Works

In monostable mode, the 555 sits idle until triggered. Here's the sequence of events:

Key Formulas

Output Pulse Width

The duration the output stays HIGH after each trigger:

T = 1.1 × R × C

Time Constant (RC)

The fundamental charging time constant of the RC network:

τ = R × C

Threshold Voltage

The voltage at which the pulse ends, set by the internal voltage divider:

VTH = ⅔ × VCC

Equivalent Frequency

If continuously re-triggered, the maximum repetition rate:

f = 1 / T = 1 / (1.1 × R × C)

Why the Magic Number 1.1?

The "1.1" coefficient isn't arbitrary — it comes from the natural log relationship of RC charging. The capacitor charges according to Vc(t) = VCC × (1 − e−t/RC). Setting Vc = ⅔ VCC and solving for t gives t = RC × ln(3) ≈ 1.0986 × RC, rounded to 1.1 RC. Because both VCC terms cancel out, the pulse width depends only on R and C — not on supply voltage.

The 555 Timer Pin Configuration (Monostable)

Common Applications

Time Delays
Generate a precise time interval after a button press or sensor event
Switch Debouncing
Filter mechanical bounce from buttons and limit switches
Pulse Stretching
Convert a brief sensor pulse into a longer, controlled output
Missing-Pulse Detect
Trigger an alarm when an expected periodic signal stops

Frequently Asked Questions

Does VCC affect the pulse width?

No — and that's the beauty of the 555 monostable. The threshold ⅔ VCC scales with the supply voltage, so both VCC terms cancel in the charging equation. You can run the same R and C on 5V or 15V and get the same pulse width. Only the output voltage swing changes.

What's the maximum pulse width I can get?

Practically, several minutes. The limit is capacitor leakage: if leakage current is comparable to the charging current through R, the capacitor may never reach ⅔ VCC. For long delays use low-leakage capacitors (film, tantalum) and keep R below about 10MΩ.

How do I trigger the 555 monostable?

Pull Pin 2 below ⅓ VCC with a short pulse. A typical trigger circuit is a 10kΩ pull-up to VCC with a push-button to GND, plus a small (10nF) coupling capacitor so the trigger is edge-sensitive. The trigger pulse must be shorter than the desired output pulse, otherwise the output stays HIGH as long as Pin 2 is held LOW.

Why is Pin 5 connected to a capacitor?

Pin 5 (Control Voltage) is connected to a 10nF capacitor to ground for noise immunity. This bypasses supply noise that could destabilize the internal ⅔ VCC comparator threshold and jitter the pulse width.

How do I choose R and C values?

For most applications, start with R between 1kΩ and 1MΩ, then pick C for the desired pulse width using T = 1.1 × R × C. Use small caps (nF range) for microsecond pulses, and µF caps for millisecond-to-second delays. Avoid R below ~1kΩ (excess supply current) and above ~10MΩ (leakage error).

Quick Reference: All 555 Monostable Formulas

ParameterFormulaNotes
Pulse WidthT = 1.1 × R × CSeconds; output stays HIGH for this time
RC Time Constantτ = R × CT = 1.1 × τ
Threshold VoltageVTH = ⅔ × VCCCapacitor charges to this to end pulse
Trigger LevelVTRIG = ⅓ × VCCPin 2 must go below this
Max Rep. Frequencyf = 1 / (1.1 × R × C)If continuously re-triggered
Supply Voltage Range4.5 – 16 V (bipolar) / 2 – 18 V (CMOS)T is independent of VCC

Worked Example: 1 Second Time Delay

⏱️ Example — 555 Monostable: R = 100 kΩ, C = 10 µF
GivenR = 100 kΩ  |  C = 10 µF  |  VCC = 9 V
Step 1RC time constant: τ = R × C = 100,000 × 0.00001 = 1.0 s
Step 2Pulse width: T = 1.1 × R × C = 1.1 × 1.0 = 1.1 s
Step 3Threshold: VTH = ⅔ × 9 V = 6.0 V   (capacitor charges to this level to end pulse)
Step 4Trigger: Pin 2 must be pulled below ⅓ × 9 = 3.0 V to start the timer
ResultPulse width T = 1.1 s  |  VTH = 6.0 V  |  Trigger < 3.0 V  |  Supply independent

Pulse Width Reference Table

R (kΩ)C (µF)Pulse Width TTypical Use
100.11.1 msSwitch debounce
1000.111 msShort time delay
1001110 msLED on-time, relay hold
100101.1 s1-second delay
10001011 sLong delay timer
1000100110 s ≈ 1.8 minAutomatic shutoff

Design Tips & Best Practices

TipAction
🔇 Noise immunityPut 10 nF ceramic on Pin 5 to GND
⚡ DecouplingAdd 100 nF from VCC (Pin 8) to GND
⚠️ Trigger longer than TAdd RC differentiator on Pin 2 so trigger is always brief
🔄 Re-triggerableAdd NPN transistor across C to discharge on each new trigger
🕐 Long delays (>60 s)Use low-leakage tantalum or film capacitor; avoid electrolytics
🔋 Low powerUse CMOS 555 (LMC555, ICM7555) — µA supply current in idle

Related Calculators