
A Poisson distribution is a probability distribution that models the number of times an event occurs within a fixed interval of time or space — provided those events happen independently and at a constant average rate. Named after French mathematician Siméon Denis Poisson, who introduced it in 1837, the distribution has become one of the most widely applied tools in statistics and probability theory.
Unlike the normal distribution, which describes continuous data, the Poisson distribution deals exclusively with discrete count data: how many calls a call center receives per hour, how many accidents occur on a highway per week, or how many mutations appear in a strand of DNA per unit length. Its elegance lies in a single parameter, lambda (λ), which simultaneously represents both the mean and variance of the distribution.
Discrete outcomes
The Poisson distribution models count data — whole, non-negative integers. It answers questions of the form “how many?” rather than “how much?”, meaning outcomes such as 0, 1, 2, or 3 events are valid, but fractional counts are not.
A single parameter: lambda (λ)
The distribution is governed entirely by lambda (λ), the average rate at which events occur within the defined interval. Lambda simultaneously defines the mean and variance of the distribution, making it unusually compact for a probability model.
Fixed interval
Events are counted over a clearly defined and consistent interval — whether that interval is measured in time, distance, area, or volume. The interval itself does not change between observations.
Independence of events
Each event must occur independently of every other. The occurrence of one event neither increases nor decreases the probability of another occurring within the same interval.
Constant rate
The average rate λ must remain stable across the interval. If the rate fluctuates — for example, call volumes that spike at midday — the Poisson model may no longer be appropriate without adjustment.
Rare or moderate events
While not a strict mathematical requirement, the Poisson distribution performs most reliably when modeling events that are relatively uncommon within the interval, producing right-skewed distributions that become more symmetric as λ increases.

The probability of observing exactly k events in a fixed interval is calculated using the Poisson probability mass function (PMF):
Where:
Working through an example
Suppose a hospital emergency department receives an average of 4 patients per hour. What is the probability of exactly 6 patients arriving in a given hour?
Here, λ = 4 and k = 6. Substituting into the formula:
There is approximately a 10.4% probability of exactly 6 patients arriving in that hour.
Cumulative Poisson probability
When the question involves at most or at least a certain number of events, the cumulative form is used — summing the PMF across all relevant values of k:
This cumulative form is particularly useful in practice, where thresholds and ranges matter more than single exact counts.
The Poisson distribution is the appropriate model when the situation you are analyzing satisfies a specific set of conditions. Applying it outside these conditions can produce misleading probability estimates, so verifying each criterion before use is important.
The outcome is a count
The variable being measured must represent the number of times something happens — a whole, non-negative integer. If you are measuring a continuous quantity such as weight or temperature, the Poisson distribution does not apply.
Events occur independently
No single event should influence whether another occurs. If events cluster together or trigger one another — such as social media posts that go viral and generate cascading shares — the independence assumption is violated.
The rate is constant
The average rate λ must remain stable across the interval being studied. A coffee shop that serves 20 customers per hour during the morning rush but only 5 per hour in the afternoon presents a varying rate, which undermines the model unless each time period is analyzed separately with its own λ.
The interval is fixed
The time, area, distance, or volume over which events are counted must be clearly defined and held constant across observations.
Two events cannot occur simultaneously
In theory, the Poisson model assumes that the probability of two events occurring at exactly the same instant is negligible. In practice, this means events should be distinguishable and countable as separate occurrences.
Practical checklist
Before applying a Poisson distribution, confirm the following:
If the answer to all five questions is yes, the Poisson distribution is likely a suitable model for your data.
Call centers
One of the most cited applications involves incoming call volume. If a customer service center receives an average of 12 calls per hour, the Poisson distribution can estimate the probability of receiving 20 or more calls in a given hour — informing staffing decisions and queue management strategies.
Healthcare and emergency services
Hospitals use the Poisson distribution to model patient arrivals in emergency departments, the number of surgical complications per month, or the incidence of a rare disease within a population. These counts tend to be independent and occur at relatively stable rates, satisfying the core assumptions of the model.
Traffic and transportation
Traffic engineers apply the Poisson distribution to model the number of vehicles passing a checkpoint per minute, the frequency of accidents on a stretch of highway per year, or the arrival of buses at a depot. Accurate probability estimates support infrastructure planning and safety analysis.
Natural events
The number of earthquakes above a given magnitude occurring in a region per decade, meteor impacts, or lightning strikes per square kilometer per year can all be modeled using a Poisson distribution, provided the events are independent and the rate is approximately stable over time.
Manufacturing and quality control
Manufacturers use the distribution to model the number of defects per unit of production — such as flaws per square meter of fabric or errors per batch of components. This supports quality assurance processes and acceptable defect threshold decisions.
Website traffic
Digital analysts apply the Poisson distribution to model the number of visitors arriving at a webpage per minute during off-peak hours, or the number of form submissions received per day. These counts are typically independent and occur at a measurable average rate.
Biology and genetics
In molecular biology, the Poisson distribution models the number of mutations occurring in a DNA strand per unit length, or the number of bacterial colonies forming on a culture plate. Its application in genetics dates back to early twentieth-century research and remains standard practice in modern genomic analysis.
Poisson vs Binomial Distribution
The binomial distribution models the number of successes in a fixed number of independent trials, where each trial has the same probability of success. The Poisson distribution can be thought of as a limiting case of the binomial — it emerges when the number of trials is very large, the probability of success per trial is very small, and the product of the two (the average number of successes) remains constant. In practice, if you know the number of trials explicitly, use the binomial. If you are counting events over a continuous interval without a defined trial structure, use the Poisson.
Poisson vs Normal Distribution
The normal distribution is continuous and symmetric, defined by a mean and a standard deviation. The Poisson distribution is discrete and right-skewed at low values of λ, becoming approximately normal in shape as λ grows large — typically above 20. For large λ, the normal distribution is often used as a convenient approximation to the Poisson, though it remains an approximation rather than an exact model.
Poisson vs Negative Binomial Distribution
The negative binomial distribution is a generalization of the Poisson that introduces an additional parameter to account for overdispersion — a condition where the variance in the data exceeds the mean. Because the Poisson distribution constrains mean and variance to be equal, it struggles with overdispersed count data. When real-world data shows greater variability than the Poisson model predicts, the negative binomial is typically the preferred alternative.
Poisson vs Exponential Distribution
While the Poisson distribution counts the number of events in a fixed interval, the exponential distribution models the time between consecutive events in the same Poisson process. The two distributions are closely related: if events arrive at a Poisson rate of λ per unit time, the waiting time between arrivals follows an exponential distribution with the same rate parameter. They describe different aspects of the same underlying random process.
Summary comparison table
| Distribution | Data Type | Key Parameter(s) | Best Used When |
|---|---|---|---|
| Poisson | Discrete counts | λ (mean rate) | Counting independent events in a fixed interval |
| Binomial | Discrete counts | n (trials), p (probability) | Fixed number of trials with two outcomes |
| Normal | Continuous | μ (mean), σ (std dev) | Symmetric, continuous data or large-sample approximations |
| Negative Binomial | Discrete counts | r, p | Count data where variance exceeds the mean |
| Exponential | Continuous | λ (rate) | Time between events in a Poisson process |
The Poisson distribution has a set of well-defined mathematical properties that make it tractable to work with and help explain its behavior across different values of λ.
Mean
The expected value — or mean — of a Poisson-distributed random variable is equal to λ:
This means that over many repeated intervals, the average number of observed events will converge to λ.
Variance
The variance of a Poisson distribution is also equal to λ:
This equality of mean and variance is a defining property of the Poisson distribution and a useful diagnostic tool. When observed count data shows a variance substantially higher than its mean, the Poisson model may not be appropriate.
Standard Deviation
The standard deviation is the square root of the variance:
As λ increases, the spread of the distribution grows, but at a slower rate than the mean — meaning the distribution becomes relatively more concentrated around its center at higher values of λ.
Skewness
The skewness of a Poisson distribution is:
At small values of λ, the distribution is noticeably right-skewed, with a long tail extending toward higher counts. As λ increases, skewness approaches zero and the distribution becomes increasingly symmetric.
Kurtosis
The excess kurtosis of a Poisson distribution is:
At low λ, the distribution has a sharper peak and heavier tails relative to a normal distribution. As λ grows, excess kurtosis approaches zero, and the distribution more closely resembles a normal curve.
Moment Generating Function
The moment generating function (MGF) of a Poisson distribution is:
The MGF is useful for deriving moments and proving theoretical results, including the additive property described below.
Additive Property
If two independent Poisson random variables X and Y have rates λ₁ and λ₂ respectively, their sum also follows a Poisson distribution:
This property extends to any finite number of independent Poisson variables and is particularly useful when combining counts from multiple independent sources.
Mode
For non-integer values of λ, the mode — the most frequently occurring value — is the largest integer less than or equal to λ, written as ⌊λ⌋. When λ is a positive integer, both λ and λ − 1 are modes, making the distribution bimodal at that specific value.
Summary of properties
| Property | Value |
|---|---|
| Mean | λ |
| Variance | λ |
| Standard Deviation | √λ |
| Skewness | 1/√λ |
| Excess Kurtosis | 1/λ |
| Mode | ⌊λ⌋ or λ and λ−1 when λ is a positive integer |

Calculating a Poisson probability follows a consistent process regardless of the scenario. The steps below walk through the method using a worked example at each stage.
The scenario
A hospital emergency department receives an average of 3 patients per hour. What is the probability of exactly 5 patients arriving in a given hour?
Here, λ = 3 and k = 5.
Step 1: Confirm the assumptions are met
Before applying the formula, verify that the situation satisfies the core conditions of the Poisson model:
Only proceed once these conditions are satisfied.
Step 2: Identify λ and k
State the two values the formula requires:
Step 3: Apply the Poisson formula
Substitute the known values into the probability mass function:
Step 4: Calculate each component
Work through the three components of the formula separately before combining them.
Numerator — part 1: Raise λ to the power of k:
Numerator — part 2: Calculate :
Denominator: Calculate k! (the factorial of k):
Step 5: Combine the components
Multiply the numerator components together, then divide by the denominator:
Step 6: Interpret the result
There is approximately a 10.1% probability of exactly 5 patients arriving in a given hour, given an average arrival rate of 3 patients per hour.
Calculating cumulative probability
When the question asks for the probability of at most k events, sum the individual probabilities from 0 up to k:
| k | P(X = k) |
|---|---|
| 0 | 0.0498 |
| 1 | 0.1494 |
| 2 | 0.2240 |
| 3 | 0.2240 |
| 4 | 0.1680 |
| 5 | 0.1008 |
| Total | 0.9160 |
There is approximately a 91.6% probability of 5 or fewer patients arriving in a given hour.
Poisson distribution is a discrete distribution because it counts whole numbers of events (0, 1, 2, 3, etc.).
Yes, when λ is large (usually λ > 10), the Poisson distribution can be approximated by a normal distribution.
If the data shows too much variation (overdispersion), other models like the negative binomial distribution may be more appropriate.