Skip to content

Binomial Probability Calculator

Exactly k, at most k, at least k — plus the mean.

Work out Binomial Probability. Exactly k, at most k, at least k — plus the mean. Names the mistake before you make it.

Written and maintained by Mohit PatelLast checked August 4, 2026How we build these

Probability of exactly 5 successes

24.6094%

mean 5 · sd 1.581

Exactly k24.60938%
At most k62.30469%
At least k62.30469%
Expected successes5
Variance2.5
Standard deviation1.58114

P(exactly k) = C(n,k) · pᵏ · (1−p)ⁿ⁻ᵏ. The combination counts how many orderings give k successes, and the powers give the probability of any one of them. It needs a fixed number of independent trials each with the same probability. Drawing cards without replacement breaks that — the probability shifts as the deck depletes — and needs the hypergeometric distribution instead. The mean is np, which is worth checking against intuition: 10 flips of a fair coin should average 5 heads, and any answer far from that suggests an input is wrong.

How the Binomial Probability Calculator works

Enter trials, successes and the per-trial probability for the exact probability and both cumulative tails. The mean is np, which is worth checking against intuition — an answer far from it usually means an input is wrong.

Also known as: binomial distribution calculator · probability of exactly k successes · coin flip probability calculator · n choose k probability

Frequently asked questions

What is the binomial formula?

P(k) = C(n,k) · pᵏ · (1−p)ⁿ⁻ᵏ. The combination counts how many orderings produce k successes; the powers give the probability of any single one of them.

When does the binomial distribution apply?

Fixed number of trials, each independent, each with the same probability, each a success or a failure. Drawing cards without replacement breaks the third condition and needs the hypergeometric distribution instead.

What is the probability of exactly 5 heads in 10 flips?

About 24.6%, or 252/1024. Lower than most people expect — the single likeliest outcome still happens less than a quarter of the time, because there are so many other results available.

What are the mean and standard deviation?

np and √(np(1−p)). For 10 fair flips that is 5 and about 1.58, so most results land between 3 and 7.

Put this calculator on your own site

Free to use, on any site, commercial or not. Paste this where you want it to appear. It is a plain iframe, so it works in WordPress, Squarespace, Wix, Webflow, Ghost and anything else that accepts HTML.

The one-line version
<iframe src="https://www.thecalclibrary.com/embed/binomial-probability-calculator" width="100%" height="640" style="border:1px solid #e2e8f0;border-radius:12px" loading="lazy" title="Binomial Probability Calculator"></iframe>
<p style="font:13px/1.5 system-ui,sans-serif;margin:6px 0 0;color:#64748b">Powered by <a href="https://www.thecalclibrary.com/binomial-probability-calculator" style="color:#64748b">Binomial Probability Calculator</a> from The Calc Library</p>

The only condition is that the credit line below the frame stays in place. That one line is what pays for the tool being free — it is how anyone else finds it.

Related calculators