Exponential Distribution Calculator

Written by Thierno Sadou Diallo, formula verified per our methodology • Last checked on 9/6/2026

The exponential distribution gives P(X > t) = e^(−λt), the probability of waiting more than t before the next event. For an average rate λ = 0.5 and a duration t = 2, this probability is about 36.79%, for an average waiting time of 2 time units (1/λ).

Explanation

The exponential distribution models the waiting time between two successive events that occur independently, at a constant average rate λ (lambda) over time — a phone call at a call center, an electronic component failure, the decay of a radioactive atom, or the arrival of the next customer in a queue. It is the continuous counterpart of the Poisson distribution: where the Poisson distribution answers "how many events in a given interval?", the exponential distribution answers "how long until the next event?", with both distributions sharing the same rate parameter λ — the same underlying concept our simple probability calculator applies to discrete, single-event probability. The probability P(X > t) = e^(−λt) gives the chance that no event occurs before duration t; its complement, 1 − e^(−λt), gives the probability that at least one event occurs before t. The mathematical expected value of the distribution (the average waiting time) is simply 1/λ: a higher rate means more frequent events, hence a shorter average waiting time, and vice versa. A remarkable property of the exponential distribution, called "memorylessness", means that the probability of waiting a further t time units never depends on the time already elapsed without an event — a characteristic that sets it apart from many real aging or wear phenomena, where it therefore only applies as an approximation.

Example: λ = 0.5, t = 2

Inputs

Average rate (λ): 0.5 event per time unit. Duration considered (t): 2.

Calculation

P(X > 2) = e^(−0.5 × 2) = e^(−1) ≈ 0.3679. Expected value = 1 ÷ 0.5 = 2.

Result

The probability of waiting more than 2 time units is about 36.79%, for an average wait of 2 units.

Frequently asked questions

What is the "memorylessness" property of the exponential distribution?

It means that, regardless of how much time has already elapsed without an event occurring, the probability of waiting a further given duration remains exactly the same as if starting from scratch. Concretely, if an electronic component follows an exponential distribution, the fact that it has already run for 5 years without failure changes nothing about the probability that it fails within the next year — a simplifying assumption that doesn't model the progressive wear of most real physical objects.

What is the difference between the exponential distribution and the Poisson distribution?

Both distributions share the same rate parameter λ and describe the same phenomenon from two different angles: the Poisson distribution (discrete) gives the probability of observing exactly k events over a fixed time interval, while the exponential distribution (continuous) gives the probability of the waiting time until the next event. They are mathematically linked, but answer distinct questions.

In which fields is the exponential distribution used in practice?

It is widely used in reliability engineering (the lifespan of electronic components during their useful-life phase, before wear sets in), queueing theory (time between two customer arrivals), physics (radioactive decay), and actuarial science. It remains an approximation: as soon as a wear or aging phenomenon comes into play, other distributions (such as the Weibull distribution) are generally more appropriate.

Related resources

Similar calculators