ToolPatch

One page. One job. Done.

← Back to all tools
Data & Statistics Statistical calculation

Poisson Probability Calculator

Calculate exact and cumulative Poisson event probabilities.

Data & Statistics

Poisson Probability Calculator evaluates the probability of seeing a given event count when the expected count for a fixed interval is known. Use it for arrival, defect, incident, or count-data examples where a Poisson model is a reasonable first approximation.

Permalink

Input guidance

Enter lambda, the expected event count for the interval.

How to use this tool

  1. Enter lambda, the expected event count for the interval.
  2. Enter k, the event count to evaluate.
  3. Review the probability and confirm the rate is stable enough for a Poisson model.

Poisson Inputs

Result

P(X = k): 0.184959

P(X ≤ k): 0.320847

Poisson Probability and Event Counts

Counting Rare Events

The Poisson distribution models the number of events occurring in a fixed interval of time, space, area, or exposure when events happen independently at an average rate. It is often used for arrivals, defects, calls, incidents, mutations, and other count data. The single parameter lambda represents the expected number of events in the interval.

If a help desk receives an average of four tickets per hour, a Poisson model can estimate the probability of seeing zero, three, or ten tickets in a particular hour. The exact count varies, but the average rate anchors the distribution.

Mean Equals Variance

A defining property of the Poisson distribution is that its mean and variance are both lambda. That makes the model compact, but also easy to violate. Real count data often show overdispersion, where variance exceeds the mean because events cluster, rates change over time, or observations are not independent.

When overdispersion is present, a simple Poisson model can underestimate uncertainty. Alternatives such as negative binomial models or rate models with covariates may be more appropriate. The Poisson distribution is a starting point, not a guarantee.

Rates and Exposure

Poisson reasoning depends on matching the rate to the exposure interval. An average of two events per minute is not the same as two events per hour. If the interval changes, lambda scales with it when the underlying rate is constant.

Exposure can be time, distance, population size, machine hours, web sessions, or manufactured units. Comparing counts without exposure can mislead. Ten defects in 1,000 units and ten defects in 1,000,000 units describe very different processes.

When the Model Fits

The Poisson distribution works best when events are individually uncommon, independent, and governed by a stable average rate over the interval. It is less suitable when one event makes another more likely, when capacity limits exist, or when the rate shifts during the observation window.

A good practical check is to compare observed count frequencies with what the model predicts. If zeros, extremes, or clusters appear far more often than expected, the process may need a richer model.

Formula or method

How to interpret the result

Review note and limitations

Related tools and workflows

Related statistics tools help check nearby samples, distributions, intervals, tests, or visual summaries in the same analysis. Start with ANOVA One Way Calculator, Bayes Theorem Calculator, and Chi-Square GOF Calculator when you need a quick follow-up check.