Calculate the probability of a given number of events occurring in a fixed interval, based on a known average rate.
📖 Poisson Probability Mass FunctionFill in the fields on the left with your information, then press Calculate to see your result instantly. No sign-up required, and no data is sent anywhere — everything is calculated right in your browser.
The Poisson distribution describes the probability of a certain number of events occurring within a fixed time or space interval, when these events are relatively rare and independent of each other and have a known average rate λ (lambda) — such as the number of calls a customer service center receives in one hour, or the number of typos on a book page. It differs from the binomial distribution in that it doesn't need to know the total number of "trials," only the average event rate. This calculator calculates the probability of exactly k events occurring, plus the cumulative probability of k events or fewer occurring, using the standard Poisson formula based on the mathematical constant e. This distribution is widely used in resource planning, insurance, and quality control. A useful rule of thumb is that the Poisson distribution approximates the binomial distribution well whenever the number of trials is very large and the probability of success on each individual trial is very small, which is exactly the situation with rare, independent events counted over a fixed interval.
The Poisson distribution solves a problem the binomial distribution cannot handle cleanly: modeling events that could, in principle, happen any number of times within a fixed interval, without a natural, fixed number of discrete 'trials' to count against. How many customers arrive at a store in an hour is not naturally expressed as a fixed number of trials each with a success probability — customers can arrive at any moment, in any number, which is exactly the situation the Poisson distribution was designed to model.
The single input the Poisson distribution requires is λ (lambda), the average rate of events over the interval in question — average calls per hour, average typos per page, average customer arrivals per minute. From this single number, the distribution can calculate the probability of observing any specific number of events, even values well above or below that average, since real event counts naturally vary around the average rather than always matching it exactly.
A useful way to understand where the Poisson distribution comes from is as a limiting case of the binomial distribution: imagine dividing an hour into an enormous number of extremely tiny time slices, each with a correspondingly tiny probability of an event occurring in that specific slice. As the number of slices grows toward infinity and the probability per slice shrinks correspondingly, the binomial distribution converges mathematically to the Poisson distribution — which is why the two distributions are often introduced together, with Poisson framed as the appropriate model when trials are effectively too numerous and individually improbable to count directly.
Call centers use the Poisson distribution to predict staffing needs, since it can answer questions like 'what is the probability of receiving more than 20 calls in the next hour, given a historical average of 15' — directly informing how many staff members should be scheduled to keep wait times acceptable. Insurance companies use the same distribution to model the number of claims expected within a given period, which feeds directly into premium pricing.
Quality control applications include modeling the number of defects per unit area on a manufactured surface (defects per square meter of fabric, for instance), and epidemiology uses Poisson-based models to analyze the rate of rare disease occurrences across a population. In every case, the underlying requirement is the same: events that occur independently of each other, at a roughly constant average rate, without an obvious fixed ceiling on how many could occur.
It's the known average rate of events occurring in the fixed interval you're studying, such as 4 emails received per hour.
Use Poisson when you know the average rate of rare events over a continuous interval, rather than a fixed number of discrete trials with a success probability.
The calculator supports reasonably large values, but extremely large k values are capped since factorial calculations become impractical beyond that range.