Poisson Distribution Calculator
StatisticsCalculate Poisson probability P(X = k) for any event count in seconds. Enter the average rate (lambda) and number of events to get exact and cumulative probabilities.
P(X = k)
What is a Poisson Distribution?
The Poisson Distribution Calculator computes the probability of a specific number of events occurring within a fixed interval, given a known average event rate (λ). Enter your average rate and the target number of events, and the calculator returns P(X = k), the cumulative P(X ≤ k) and P(X ≥ k), and the distribution's standard deviation.
The Poisson distribution is the standard tool for modeling rare, independent events occurring at a known average rate — customer arrivals, website errors, equipment failures, or accidents per time period. Unlike the binomial distribution, it requires only a single parameter (the average rate) rather than a fixed number of discrete trials.
For scenarios with a known, fixed number of trials and a per-trial success probability instead of a continuous rate, use the Binomial Distribution Calculator instead — the Poisson distribution is actually the limiting case of the binomial as trials become numerous and individual success probability becomes small.
How to use this Poisson Distribution calculator
Enter the average rate (λ) — your historical average number of events per interval (per hour, per day, per batch), estimated from past data.
Enter the target number of events (k) — the specific count you want to evaluate the probability of.
Read P(X = k) — the probability of exactly that many events occurring.
Check the cumulative probabilities — P(X ≤ k) for "at most" style capacity planning questions, or P(X ≥ k) for "at least" style risk questions.
Compare to the standard deviation — √λ gives you a sense of how much natural variation to expect around your average rate.
Re-estimate λ periodically — since the model assumes a constant rate, refresh your λ estimate periodically using recent historical data to keep predictions accurate as underlying conditions change.
Formula & Methodology
Poisson probability mass function: P(X = k) = (e^−λ × λᵏ) / k! Standard deviation: σ = √λ Variable definitions: - λ (lambda) — the average rate of events per interval - k — the target number of events being evaluated - e — Euler's number (≈ 2.71828) Worked example: A customer support inbox receives an average of λ = 4 tickets per hour. What's the probability of receiving exactly 6 tickets in a given hour? Step 1 — e^−4 ≈ 0.01832 Step 2 — 4⁶ = 4096, and 6! = 720 Step 3 — P(X = 6) = (0.01832 × 4096) / 720 ≈ 0.1042 (10.42%) Step 4 — Standard deviation: σ = √4 = 2 A count of 6 tickets (2 above the mean of 4) is well within one standard deviation, so this outcome would not be considered unusual. Assumption: This calculation assumes events occur independently at a constant average rate throughout the interval studied. If your actual event rate varies significantly within the interval (e.g., much higher during business hours), consider modeling separate intervals with their own estimated λ values instead of one combined average.
Frequently Asked Questions