Poisson Distribution Calculator
Probability of exactly k events when events occur at a known average rate — arrivals, defects, calls, hits.
The Poisson distribution models counts of independent events at a steady average rate: customer arrivals, server requests, typos per page, calls per hour, radioactive decays. Its signature property is mean = variance = λ. For rare events in many trials it approximates the binomial; it underpins queueing theory and capacity planning.
Formula
Disclaimer: This tool is for general informational and estimation purposes only and is not professional financial, tax, accounting or legal advice. All figures are estimates — verify with a qualified professional before making decisions. Read the full disclaimer.
About Poisson Distribution Calculator
The Poisson distribution answers 'how many events will happen?' when they occur independently at a known average rate — customer arrivals per hour, server requests per second, defects per batch, support calls per shift. This calculator gives the probability of exactly k events, at most k, and at least k, for any average rate λ. It's the workhorse of capacity planning, queueing theory and reliability: knowing your average load, it tells you how often you'll see spikes, helping you size servers, staff, and buffers for the busy moments rather than just the mean.
How to use Poisson Distribution Calculator
- 1Enter your values into Poisson Distribution Calculator — sensible, domain-typical defaults are pre-filled so you see a real result immediately.
- 2The result recomputes live using the formula shown on the page; there is no button to press.
- 3Adjust any input to compare scenarios, then read the worked example to see the substituted numbers.
Why use Poisson Distribution Calculator?
- ✓Computes Poisson Distribution instantly in your browser — no sign-up, no upload, no server round-trip.
- ✓100% free and unlimited, with the exact formula shown: P(X = k) = λᵏ.
- ✓Runs entirely client-side, so every value you enter stays private on your device.
- ✓Live recompute as you type, with a worked example and authoritative references for trust.
Frequently asked questions
When is the Poisson distribution the right model?+
When events happen independently, at a constant average rate, with no two occurring at exactly the same instant: arrivals, requests, failures, rare defects, decays. If events cluster (one triggers another) or the rate varies systematically, Poisson under- or over-states the spread. Its hallmark assumption is independence at a steady rate λ.
Why is mean equal to variance in a Poisson distribution?+
It's a defining mathematical property: both equal λ. This is a useful diagnostic — if your count data has variance much larger than its mean ('overdispersion', common in real data with clustering), plain Poisson underestimates the spikes and you need a negative binomial or quasi-Poisson model instead. Equal mean and variance is the assumption to check.
How does Poisson relate to capacity planning?+
If requests arrive Poisson at rate λ, the distribution tells you how often demand exceeds any threshold — so you size capacity for, say, the 99th-percentile load, not the average. A system built for the mean fails constantly during normal random spikes. Poisson (and the queueing theory built on it) quantifies exactly how much headroom you need.
What's the link between Poisson and binomial?+
Poisson is the limit of the binomial when you have many trials (n large) each with a tiny success probability (p small), with λ = np. So for rare events in many opportunities — defects in a long production run, mutations across a genome — Poisson is the simpler, accurate approximation to the binomial, needing only the average rate rather than n and p separately.
Related Statistics tools
A/B Test Significance Calculator
Two-proportion z-test for conversion experiments — p-value, confidence, relative lift and whether it's significant.
● LiveA/B Test Sample Size Calculator
Required visitors per variant to detect a target lift at your power and significance — before you launch.
● LiveConversion Rate Confidence Interval Calculator
Wald and Wilson confidence intervals for a proportion — the honest error bars around your conversion rate.
● Live