Poisson Distribution Calculator
A Poisson distribution calculator is a statistics utility that calculates the probability of a given number of events occurring within a fixed interval of time or space. The events must occur independently and at a constant average rate. The calculator uses the Poisson formula, requiring the average rate of occurrence (lambda) and the target number of successes to compute the exact probability of occurrence. It also provides cumulative probabilities, helping researchers, operations managers, and analysts predict customer arrivals, equipment failures, or call center volumes.
Enter the average event rate λ and the event count k. Pick a probability mode (exactly k, at most k, at least k) and the calculator returns the Poisson probability as a decimal and a percent.
Quick Answer
Estimate the probability of occurrences over time or space. Enter the average rate of occurrence and the target count to compute exact and cumulative Poisson probabilities.
Probability mode
Average events per interval. Must be greater than 0. · e.g. 4
Non-negative whole number. · e.g. 3
Formula
P(X = k) = e^(−λ) × λ^k ÷ k!
The Poisson distribution models the count of events in a fixed interval when events occur independently and at a constant average rate λ. Common uses: calls per hour, visitors per minute, defects per unit.
Exactly k · λ = 4, k = 3
0.195367
19.5367% chance
Examples
λ = 4, k = 3, exactly
P(X = 3) ≈ 0.195367
λ = 2.5, k = 5, at most
P(X ≤ 5) ≈ 0.957979
λ = 10, k = 15, at least
P(X ≥ 15) ≈ 0.083458
How it works
Start with P(X = 0) = e^(−λ). Each subsequent probability is the previous one times λ divided by the new k. Summing those in order gives the cumulative P(X ≤ k). The at-least case uses the complement rule for numerical stability.
P(X = k) · e^(−λ) × λ^k ÷ k!
Recursive form · P(k) = P(k − 1) × λ ÷ k
Mean and variance both equal λ. For large λ, the Poisson distribution is well approximated by a normal distribution with mean λ and standard deviation √λ.
Related probability and stats calculators
- Binomial probability calculator for trial-based probability counts (Poisson is the large-n, small-p limit of binomial).
- Normal distribution calculator for the continuous approximation when λ is large.
- Mean, median, mode calculator for basic descriptive statistics on a list of observed counts.
- Scientific calculator for exponentials, factorials, and general arithmetic.
- All education calculators.
Related Calculators
More tools from Education



