Poisson Distribution Calculator

Calculate rare-event probabilities and visualize the selected Poisson outcomes.

Results are calculated automatically as you enter data.

Formula and interpretation
ProbabilityEnter a valid Poisson scenario.

▼ See explanations and tips below ▼

What Is the Poisson Distribution?

The Poisson distribution is a probability model for counting how many times an event happens in a fixed interval. The interval might be a length of time, an area, a page, a batch, a section of road, or any other clearly defined space where events can be counted.

Use a Poisson model when the result is a whole-number count such as \(0\), \(1\), \(2\), and so on. Common examples include defects in a batch, calls arriving during an hour, typos on a page, requests reaching a server during a minute, or incidents recorded in a fixed area.

The key input is \(\lambda\), pronounced “lambda.” It represents the expected number of events in the interval you are studying. For example, if a process averages \(1.8\) defects per batch, then \(\lambda = 1.8\) for one batch.

A Poisson probability answers questions such as:

  • What is the probability of exactly \(k\) events?
  • What is the probability of at most \(k\) events?
  • What is the probability of at least \(k\) events?
  • What is the probability of a count between two values?

Why the Poisson Distribution Matters

The Poisson distribution is useful because many real problems involve event counts rather than measurements on a continuous scale. A factory may count defects, a support desk may count tickets, a hospital may count arrivals, and a website may count requests.

Instead of only saying “the average is 4 events,” the Poisson distribution helps estimate how likely different counts are. That makes it useful for planning, quality control, staffing, reliability analysis, and introductory probability work.

For example, knowing that a process averages \(2\) events per interval does not mean every interval will have exactly \(2\) events. Some intervals will have \(0\), \(1\), \(3\), or more. The Poisson distribution describes that spread around the average.


Key Terms to Know

  • Random variable \(X\): The count of events in the fixed interval.
  • Lambda \(\lambda\): The expected number of events in that interval. In a Poisson model, it is also the variance.
  • Event count \(k\): A nonnegative whole number, such as \(0\), \(1\), \(2\), or \(3\).
  • Probability mass function: A formula that gives the probability of exactly one count, such as \(P(X = k)\).
  • Cumulative probability: A probability that adds several exact counts together, such as \(P(X \le k)\).
  • Tail probability: A probability in the upper end of the distribution, such as \(P(X \ge k)\).
  • Complement: The probability that the selected event does not happen. If the selected probability is \(p\), the complement is \(1 - p\).

How the Poisson Distribution Works

The Poisson distribution assigns a probability to each possible whole-number count. If \(X\) follows a Poisson distribution with mean \(\lambda\), the probability of observing exactly \(k\) events is:

$$ P(X = k) = \frac{e^{-\lambda}\lambda^k}{k!} $$

Where:

  • \(X\) is the random event count.
  • \(k\) is the count being tested, such as \(0\), \(1\), \(2\), and so on.
  • \(\lambda\) is the expected number of events in the fixed interval.
  • \(e\) is Euler’s number, approximately \(2.71828\).
  • \(k!\) means \(k\) factorial.

The formula gives exact-count probabilities. Cumulative, tail, and range probabilities are built by combining exact probabilities.

For an at-most probability:

$$ P(X \le k) = \sum_{i=0}^{k} \frac{e^{-\lambda}\lambda^i}{i!} $$

For an at-least probability:

$$ P(X \ge k) = 1 - P(X \le k - 1) $$

For a between probability, using an inclusive range from \(a\) to \(b\):

$$ P(a \le X \le b) = P(X \le b) - P(X \le a - 1) $$

A special property of the Poisson distribution is that its expected value and variance are both equal to \(\lambda\):

$$ E(X) = \lambda $$
$$ \operatorname{Var}(X) = \lambda $$

The standard deviation is the square root of lambda:

$$ \sigma = \sqrt{\lambda} $$

This means larger values of \(\lambda\) usually produce distributions that are centered farther to the right and spread out over a wider range of counts.


Examples of Poisson Probabilities in Practice

Example 1: Probability of Exactly 6 Events

Suppose a help desk receives an average of \(4.2\) requests per interval. Let \(X\) be the number of requests in one comparable interval, so \(\lambda = 4.2\).

To find the probability of exactly \(6\) requests:

$$ P(X = 6) = \frac{e^{-4.2}4.2^6}{6!} $$

This gives approximately:

$$ P(X = 6) \approx 0.114321 $$

As a percent, that is about:

$$ 0.114321 \times 100\% \approx 11.4321\% $$

So, under this Poisson model, about \(11.43\%\) of comparable intervals would be expected to have exactly \(6\) requests.


Example 2: Probability of At Most 2 Defects

Suppose a production process averages \(1.8\) defects per batch. Let \(X\) be the number of defects in one batch, so \(\lambda = 1.8\).

“At most \(2\)” means \(0\), \(1\), or \(2\) defects:

$$ P(X \le 2) = P(X = 0) + P(X = 1) + P(X = 2) $$

Using the Poisson formula:

$$ P(X \le 2) \approx 0.730621 $$

As a percent:

$$ 0.730621 \times 100\% \approx 73.0621\% $$

So, if the Poisson model is appropriate, about \(73.06\%\) of similar batches would be expected to have no more than \(2\) defects.


Example 3: Probability Between 2 and 5 Events

Suppose a system averages \(3\) events per interval. To find the probability of observing between \(2\) and \(5\) events, including both endpoints, use:

$$ P(2 \le X \le 5) = P(X \le 5) - P(X \le 1) $$

This gives approximately:

$$ P(2 \le X \le 5) \approx 0.716934 $$

As a percent:

$$ 0.716934 \times 100\% \approx 71.6934\% $$

The word “between” is important here: in this calculator, the start and end counts are included in the event.


How to Interpret the Result

A Poisson probability is a long-run model-based probability. If the selected result is \(0.730621\), that means the event has an estimated probability of about \(73.0621\%\) under the Poisson assumptions.

The decimal and percent forms mean the same thing:

$$ 0.730621 = 73.0621\% $$

The complement is the probability that the selected event does not occur. For example, if:

$$ P(X \le 2) = 0.730621 $$

Then:

$$ P(X > 2) = 1 - 0.730621 = 0.269379 $$

A low probability does not mean the event is impossible. It only means the event would be uncommon if the model and the chosen \(\lambda\) are reasonable. A high probability does not guarantee the event will occur in the next interval; it only means it is common in the long run.

The expected value is the long-run average count per comparable interval. The variance describes the spread of the count distribution, and for a Poisson model it is numerically equal to \(\lambda\). The standard deviation, \(\sqrt{\lambda}\), gives a more count-like measure of typical spread around the mean.

When reviewing a probability table or chart, remember that highlighted values represent the counts included in the selected event. Higher count values may exist even if a compact table or chart does not display every possible count.


Common Mistakes and Misconceptions

One common mistake is using a lambda that does not match the interval. If the average is \(12\) arrivals per hour and the question asks about a \(15\)-minute interval, the correct lambda for that shorter interval is \(3\), assuming the rate is constant:

$$ 12 \times \frac{15}{60} = 3 $$

Another mistake is entering a decimal count. Lambda may be a decimal, such as \(1.8\), because it is an average. But the event count \(k\) must be a whole number because counts such as \(2.5\) defects or \(3.7\) calls are not valid observed counts in a Poisson distribution.

Users also often confuse “at most” and “at least.” The probability \(P(X \le k)\) includes counts from \(0\) through \(k\). The probability \(P(X \ge k)\) includes \(k\) and all larger counts.

For a range probability, the start value must be less than or equal to the end value. The event \(P(2 \le X \le 5)\) is meaningful, but \(P(5 \le X \le 2)\) is not.

A final misconception is assuming all count data are automatically Poisson. The Poisson model is most appropriate when the average rate is reasonably stable and event occurrences are not strongly dependent or clustered in a way the model does not capture. If real data show much more variation than the mean, much less variation than the mean, changing rates, or strong dependence between events, a different model may be needed.


When to Use the Poisson Distribution

Use the Poisson distribution when:

  • You are counting events in a fixed interval of time, space, area, volume, page length, or production output.
  • The count can be \(0\), \(1\), \(2\), and so on.
  • You have an expected number of events for the same interval being analyzed.
  • The event rate is reasonably stable across comparable intervals.
  • The occurrence of one event does not strongly change the chance of another event in the same interval.

Typical uses include defect counts, arrival counts, queueing examples, calls or messages per time period, errors per page, and rare-event approximations to binomial problems when the number of trials is large and the individual event probability is small.


Limitations and Things to Keep in Mind

The Poisson distribution is a model, not a guarantee. It can be very useful, but its results depend on whether the assumptions are reasonable for the situation.

Keep these points in mind:

  • Lambda must describe the same interval as the question.
  • Counts must be nonnegative whole numbers.
  • A Poisson model has mean equal to variance; data with much higher or lower variability may not fit well.
  • Changing rates can make a single lambda misleading.
  • Dependence, clustering, seasonality, or capacity limits can make the Poisson model less appropriate.
  • Rounding can make very small probabilities appear in scientific notation.
  • A displayed table or chart may be truncated for readability, so it may not show every possible count.

This calculator requires \(\lambda > 0\) and does not accept lambda values greater than \(1000\). It does not support negative counts, non-integer event counts, start values greater than end values, or probability modes beyond exact, at-most, at-least, and between.

For important decisions involving money, health, safety, engineering, legal obligations, official records, or high-impact operational planning, treat calculator results as a starting point and verify the model with appropriate data or a qualified professional.


How to Use This Calculator

  1. Enter \(\lambda\), the expected number of events in the fixed interval.
  2. Choose the probability type: exact, at-most, at-least, or between.
  3. For exact, at-most, or at-least probabilities, enter the whole-number count \(k\).
  4. For a between probability, enter the whole-number Start and End counts.
  5. Review the selected probability as both a decimal and a percent.
  6. Check the expected value, variance, standard deviation, and complement for additional context.
  7. Use the chart and probability table to compare individual \(P(X = k)\) values.
  8. Download the generated chart only after a valid graph is displayed.

Frequently Asked Questions

What does lambda mean in a Poisson distribution?

Lambda, written \(\lambda\), is the expected number of events in the fixed interval. If a process averages \(4\) events per hour and the question is about one hour, then \(\lambda = 4\). If the question changes to half an hour and the rate is constant, lambda should be adjusted to \(2\).


Can lambda be a decimal?

Yes. Lambda is an average, so it can be a decimal such as \(0.5\), \(1.8\), or \(4.2\). The event count \(k\), however, must be a nonnegative whole number.


What is the difference between exact, at-most, at-least, and between probabilities?

Exact probability means \(P(X = k)\). At-most probability means \(P(X \le k)\). At-least probability means \(P(X \ge k)\). Between probability means \(P(\text{Start} \le X \le \text{End})\), including both the start and end counts.


Why are the expected value and variance both equal to lambda?

That equality is a defining property of the Poisson distribution. The expected value gives the long-run average count, and the variance describes the spread of counts around that average. In a Poisson model, both are \(\lambda\), while the standard deviation is \(\sqrt{\lambda}\).


When should I avoid using a Poisson model?

Avoid relying on a Poisson model when the event rate changes strongly across intervals, events are highly dependent, counts are capped by a fixed maximum, or observed variability is very different from the mean. In those cases, another count model or a more detailed analysis may be more appropriate.


Sources and References

Books

  1. Barbara Illowsky and Susan Dean. Introductory Statistics 2e. OpenStax, 2023. Chapter 4.6, “Poisson Distribution,” and Chapter 4 Formula Review. https://openstax.org/books/introductory-statistics-2e/pages/4-6-poisson-distribution
  2. Hossein Pishro-Nik. Introduction to Probability, Statistics, and Random Processes. Kappa Research LLC, 2014. Sections 3.1.5 and 11.1.2. https://www.probabilitycourse.com

Online and Official Sources

  1. NIST/SEMATECH. “Poisson Distribution.” e-Handbook of Statistical Methods, accessed July 4, 2026. https://www.itl.nist.gov/div898/handbook/eda/section3/eda366j.htm
  2. Penn State Department of Statistics. “Lesson 12: The Poisson Distribution.” STAT 414: Introduction to Probability Theory, accessed July 4, 2026. https://online.stat.psu.edu/stat414/Lesson12