Want a Custom tool for Yourself?

Need a Custom Tool? We build custom tools that can save hours per employee per day.

Poisson Probability Calculator

Calculate Poisson probability for k events given lambda. Quick for arrivals, defects, calls, or any rate based event modeling in intervals.

Enter the Details




Result will appear here...


Last updated: March 14, 2026

Created by: Eon Tools Dev Team

Reviewed by: Ankit Khatiwada



What the Poisson probability calculator does

This calculator finds the chance of a specific number of events happening in an interval, given the average rate at which they occur. It shows the calculation worked out step by step, then lays out a table of the probabilities for every count from zero up to yours, both exact and running totals.

Where a broader tool reports a handful of summary probabilities, this one focuses on a single count and shows its full working. Below is how it does that and where it helps.

How to use it

  1. Enter the random variable, the number of occurrences you are asking about.
  2. Enter the mean, the average number of occurrences in the interval.
  3. Press Calculate for the probability, the worked steps, and the table, or Reset to clear it.

How the probability is worked out

The chance of exactly n events, when the average is lambda, comes from the Poisson formula:

P(n) = λn × e(minus λ) ÷ n!

The calculator does not just hand back the number. It substitutes your values into the formula and shows each part, the rate raised to the count, the exponential term using e of about 2.718, and the factorial on the bottom, so you can follow exactly how the answer is built. This makes it as useful for learning the formula as for getting a result.

The probability table

Alongside the single answer, the calculator builds a table running from zero events up to your chosen count. For each one it lists two things: the exact probability of that many events, and the cumulative probability, the running total of all counts up to and including it.

The table is handy because it shows the shape of the distribution at a glance. You can see which count is most likely, how the probabilities rise and then fall, and how the cumulative column climbs toward 1. It also lets you read off the chance of "this many or fewer" directly, without a separate calculation.

Where it is used

Poisson probabilities are everywhere that independent events arrive at a steady average rate. Support teams model the number of calls or tickets in an hour, factories model the number of defects per batch, and websites model the number of visits in a minute. Each is a count over an interval with a known average, which is exactly what this calculator handles.

The value is in planning for the spread, not just the average. Knowing the mean rate is one thing, but knowing the chance of an unusually busy stretch, say four defects when you average two, is what lets you prepare for it. That is the question a Poisson probability answers.

A worked example

Suppose a production line averages 2 defects per batch, so lambda is 2, and you want the chance of exactly 4 defects in a batch.

Putting it into the formula, 24 times e-2, divided by 4 factorial, gives about 0.090, or 9 percent. The table would then show every count from 0 to 4, with 0, 1, and 2 defects being the most likely, and the cumulative column revealing that 4 or fewer defects covers almost the entire distribution. So a batch with 4 defects is on the high side but far from impossible.

Entering your values

Enter the number of occurrences and the mean as whole numbers. The calculator shows the exact probability, the chance of that many or fewer, the chance of more, and the full table. The mean must describe the same interval you are asking about, so an average per batch answers questions per batch.

Questions people ask

What does this calculator find?

The probability of a specific number of events in an interval, given the average rate, shown with the formula worked out and a table of all counts up to yours.

How is this different from the Poisson distribution calculator?

This one focuses on a single count, shows the full working, and builds a table from zero upward. The distribution calculator reports a set of summary probabilities more compactly.

What does the cumulative column mean?

The running total of probabilities up to that count. It gives the chance of that many events or fewer, without a separate calculation.

What is it used for?

Modelling counts of independent events at a steady rate, like calls per hour or defects per batch, especially to judge the chance of an unusually high count.

References

A quick note on where the methods here come from. The Poisson probability formula is set out in the NIST/SEMATECH e-Handbook of Statistical Methods, the US government's public statistics reference. OpenStax Introductory Statistics is a free, widely used textbook covering the Poisson distribution.

  1. NIST/SEMATECH e-Handbook of Statistical Methods (the Poisson distribution). https://www.itl.nist.gov/div898/handbook/
  2. OpenStax, Introductory Statistics (the Poisson distribution). https://openstax.org/details/books/introductory-statistics-2e


Ankit Khatiwada

Ankit Khatiwada is a researcher and graduate student in Computer Science at Saarland University, with strengths in statistics, data analysis, data engineering, and full stack development. His work sits at the intersection of quantitative reasoning and applied technology, making him a strong fit for tools that depend on clear numerical logic. At Eon Tools, he reviews number and statistical tools.