Poisson Distribution Calculator

Find the probability of a number of events in a fixed interval.

What the Poisson Distribution Calculator does

The Poisson distribution models the count of events in a fixed interval when they occur independently at a constant average rate — customer arrivals, server requests, equipment failures or typographical errors per page.

Formula

  • P(X = k) = (λᵏ × e⁻λ) ÷ k!
  • Mean = Variance = λ

Inputs explained

InputUnitRequiredNotes
Average events per interval (λ)numberYesAccepts more than 0.
Number of events (k)numberYesAccepts 0 or more.

How to use it

  1. Enter Average events per interval (λ) and Number of events (k).
  2. Select Calculate.

Worked example

A call centre receives an average of 3 calls per minute — what is the chance of exactly 2 in a given minute?

Lambda
3
k
2

(3² × e⁻³) ÷ 2! = 0.2240, about 22.4%.

Frequently asked questions

When should I use Poisson instead of binomial?

When there is no fixed number of trials — you are counting occurrences in an interval rather than successes out of n attempts.

What if the variance does not equal the mean?

That is overdispersion, and it means Poisson is the wrong model. The negative binomial distribution handles it better.

Related calculators