Binomial Probability
Chance of exactly, at most or at least k successes in n independent trials.
Enter values
—
—
Step by step
The formula
P(X = k) = C(n,k) · pᵏ · (1−p)ⁿ⁻ᵏ
The binomial distribution counts successes across a fixed number of independent trials with the same probability each time — coin flips, free throws, defective parts. The C(n,k) term counts how many orderings give k successes; the powers give the chance of any one of them.
All calculations run locally in your browser and update instantly as you type.
Example calculations
Common questions this calculator answers — select one to load its values.
Related calculators
Frequently asked questions
When does the binomial distribution apply?+
When there is a fixed number of trials, each has only two outcomes, the probability is the same every time, and the trials do not influence each other. Drawing cards without replacement breaks the last two conditions.
Why is “exactly 5 heads in 10 flips” less than 50%?+
Because there are eleven possible outcomes (0 through 10 heads) and the probability is spread across all of them. Five is the single most likely result at about 24.6%, but it is far from guaranteed.
All calculations run locally in your browser. Nothing you type is sent to a server.