Skip to content
Statistics

Poisson Distribution Calculator

Find exact and cumulative Poisson probabilities for any mean rate lambda and event count. Choose a single-value or range mode, scale lambda across multiple intervals, and get a full probability distribution table with worked steps.

Your details

The average number of events expected in one interval (must be >= 0).
events
Scale lambda to cover multiple intervals. If lambda = 3/hour and you want 2 hours, enter 2 here. Effective lambda = lambda x intervals.
intervals
Exact mode computes point and cumulative tail probabilities. Range mode computes P(x1 <= X <= x2) and the complementary outside-range probability.
The exact count you want the probability of. Must be a whole number >= 0.
events
P(X = k)
14.6525%

Probability of exactly k events.

Effective lambda (scaled)4
P(X <= k)23.8103%
P(X < k)9.1578%
P(X >= k)90.8422%
P(X > k)76.1897%
Mean (lambda)4
Variance4
Standard deviation2
P(X = k)14.6525%
P(X <= k)23.8103%
P(X >= k)90.8422%

With an effective mean of 4, the chance of exactly 2 events is 14.6525%.

  • The most likely single outcome is near k = 4 or k = 4, where the PMF peaks.
  • There is a 23.81% chance of 2 or fewer events, and a 90.842% chance of 2 or more.
  • The standard deviation is 2, and because Poisson variance equals its mean, the spread grows as lambda rises.

Next stepUse the range mode to compute the probability of a band of outcomes, or increase the interval count to scale the rate forward in time.

Full PMF table for effective lambda = 4

k (events)P(X = k)P(X <= k)
01.8316%1.8316%
17.3263%9.1578%
214.6525%23.8103%
319.5367%43.3470%
419.5367%62.8837%
515.6293%78.5130%
610.4196%88.9326%
75.9540%94.8866%
82.9770%97.8637%
91.3231%99.1868%
100.5292%99.7160%
110.1925%99.9085%

Rows where P(X = k) < 0.0001% are omitted. All probabilities rounded to 4 decimal places.

Formula

P(X=k)=λkeλk!,λeff=λ×nP(X = k) = \dfrac{\lambda^{k}\,e^{-\lambda}}{k!}, \quad \lambda_{\text{eff}} = \lambda \times n

Worked example

With lambda = 4 per hour and n = 1 interval (effective lambda = 4), and k = 2: lambda^k = 16, e^(-4) = 0.018316, k! = 2. So P(X = 2) = (16 x 0.018316) / 2 = 0.14653, or about 14.65%. The standard deviation is sqrt(4) = 2.

What the Poisson distribution models

The Poisson distribution gives the probability of a given number of independent events occurring in a fixed interval of time or space when those events happen at a known, constant average rate. Classic examples include the number of calls arriving at a call center per hour, decay events from a radioactive sample per second, server requests per minute, road accidents per week, typos per page, or customers entering a shop per day. The only shape parameter is lambda (the expected count per interval). As long as events are independent, the average rate is steady, and two events cannot occur at exactly the same instant, the Poisson model accurately captures how the actual count fluctuates around the mean.

Scaling across multiple intervals

A common need is to extend a per-interval rate over several intervals. If a machine produces defects at an average rate of 1.5 per hour and you want to model a 4-hour shift, the effective lambda for the shift is 1.5 x 4 = 6 defects. This calculator handles that scaling in the "Number of intervals" field so you never have to multiply manually. The effective lambda is what drives all probability calculations, cumulative tails, and the distribution table.

Exact, cumulative, and range probabilities

The calculator offers two modes. In exact mode it computes the point probability P(X = k), the cumulative tails P(X <= k) and P(X >= k), and the strict tails P(X < k) and P(X > k). These are useful when you want to know the chance of seeing a specific count or whether the count will fall below or above a threshold. In range mode it computes P(x1 <= X <= x2), the probability that the count falls inside a window, and the complementary outside-range probability P(X < x1 or X > x2). This is ideal for quality control tolerance bands or service-level agreement windows.

Key properties: mean, variance, and standard deviation

A defining property of the Poisson distribution is that its mean and variance are both exactly equal to lambda. This means the standard deviation is the square root of lambda. When the true rate is lambda = 9, for example, you expect 9 events but the standard deviation is 3, so values between 6 and 12 are within one standard deviation and are collectively quite probable. The distribution is right-skewed for small lambda and becomes increasingly symmetric, approaching a normal distribution, as lambda grows large. When you observe variance larger than the mean in real data, the events are clustered or correlated and a negative binomial model may fit better.

When to use Poisson vs. other distributions

Use the Poisson when you are counting events over a continuous interval with no fixed upper limit on how many can occur, and you know only the average rate. Use the binomial when there is a fixed number of independent trials each with a known success probability. The Poisson is the mathematical limit of the binomial as trials grow large and the per-trial probability shrinks, with their product held constant at lambda, which is why it is sometimes called the law of rare events. If the count data shows heavier tails than Poisson, a negative binomial distribution adds a second parameter to absorb extra variability.

Poisson point probabilities for selected lambda values

klambda = 1lambda = 2lambda = 4lambda = 8
00.36790.13530.01830.0003
10.36790.27070.07330.0027
20.18390.27070.14650.0107
30.06130.18040.19540.0286
40.01530.09020.19540.0573
50.00310.03610.15630.0916
60.00050.01200.10420.1221
70.00010.00340.05950.1396
80.00000.00090.02980.1396
90.00000.00020.01320.1241
100.00000.00000.00530.0993

P(X = k) rounded to four decimal places. The mode (most probable k) is near floor(lambda).

Frequently asked questions

What is lambda in the Poisson distribution?

Lambda is the mean rate, the average number of events expected in one interval. It is the only parameter, and it sets both the center and the spread, because the variance of a Poisson distribution equals lambda as well. If events happen 4 times per hour on average, then lambda = 4 for a one-hour interval, or lambda = 8 if you measure over two hours (use the "Number of intervals" field to scale automatically).

How do I compute the probability over multiple time periods?

Enter the per-period rate in the "Mean rate per interval" field and the number of periods in the "Number of intervals" field. The calculator multiplies them to get the effective lambda. For example, if a router logs 2 errors per minute on average and you want the probability over a 5-minute window, enter lambda = 2 and intervals = 5, giving an effective lambda of 10.

What is the range probability mode?

Range mode computes P(x1 <= X <= x2), the probability that the event count falls anywhere in the window from x1 to x2 inclusive. It also reports the outside-range probability P(X < x1 or X > x2). This is useful for quality control (probability of defect count staying within tolerance) or forecasting (probability of demand falling within a target band).

Why must k be a whole number?

The Poisson distribution counts discrete events, so k must be a non-negative integer. You cannot have 2.5 phone calls or 3.7 server requests. The rate lambda, however, can be any non-negative real number because it is an average computed across many intervals, not a single observed count.

What is the standard deviation of a Poisson distribution?

Because the variance of a Poisson equals its mean lambda, the standard deviation is simply sqrt(lambda). When lambda = 9, the standard deviation is 3. This property means the coefficient of variation (std dev / mean) is 1 / sqrt(lambda), so relative variability shrinks as the rate grows large.

When should I use a Poisson distribution instead of a binomial?

Use the Poisson when you are counting events over a continuous interval with no fixed upper limit on the count, and you know only the average rate. Use the binomial when there is a fixed number of independent trials each with a success probability. In practice the Poisson is the limiting case of the binomial as trials grow large and the per-trial probability shrinks while their product (the mean) stays fixed.

Sources

Written by Dr. Hannah Brandt, PhD Statistician · Munich, Germany

Applied statistician translating rigorous probability theory into clear, accurate tools for researchers and practitioners.

Search 3,500+ calculators

Loading search…