Binomial Probability Calculator
A binomial probability calculator is a statistical tool that computes the probability of achieving a specific number of successes in a fixed number of independent trials. It uses the binomial distribution formula, which factors in the number of trials, the probability of success in a single trial, and the target number of successes. The calculator outputs the exact probability, cumulative probabilities (such as at least or at most), and the expected mean and variance. Analysts and researchers use this tool to model binary outcomes, such as coin tosses or quality control checks.
Enter trials n, successes k, and per-trial probability p. Pick exactly-k, at-most-k, or at-least-k and the calculator returns the binomial probability as a decimal and a percent.
Quick Answer
Calculate binomial distribution probabilities for independent events. Enter trials, success rates, and successes to find exact and cumulative probabilities.
Probability mode
Whole number. Capped at 1,000 to keep loops responsive. · e.g. 10
Whole number. Cannot exceed n. · e.g. 3
Per-trial success probability, between 0 and 100. · e.g. 50
Formula
P(X = k) = C(n, k) × p^k × (1 − p)^(n − k)
The binomial distribution counts successes in n independent trials with the same success probability p on each trial. Each trial outcome must be binary (success or failure).
Exactly k · n = 10, k = 3, p = 50%
0.117188
11.7188% chance
Examples
n = 10, k = 3, p = 50%, exactly
P(X = 3) ≈ 0.117188
n = 20, k = 10, p = 50%, exactly
P(X = 10) ≈ 0.176197
n = 100, k ≥ 60, p = 50%, at least
P(X ≥ 60) ≈ 0.028444
How it works
Compute the binomial coefficient C(n, k) using the multiplicative form, then multiply by p^k for the success probability and (1 − p)^(n − k) for the failure probability. For cumulative modes, sum the per-k probabilities from 0 to k (at most) or k to n (at least).
P(X = k) · C(n, k) × p^k × (1 − p)^(n − k)
P(X ≤ k) · Σ P(X = i) for i = 0..k
P(X ≥ k) · Σ P(X = i) for i = k..n
Mean of a binomial distribution: n × p. Variance: n × p × (1 − p).
Related probability and stats calculators
- Combination calculator for the C(n, k) coefficient that powers the formula.
- Permutation calculator for ordered arrangements (no probability layer).
- Normal distribution calculator for the large-n approximation to binomial probabilities.
- Percentage calculator for converting decimal probabilities into percentages.
- Scientific calculator for factorials, exponents, and general arithmetic.
- All education calculators.
Related Calculators
More tools from Education



