Wilson-Score Confidence Interval for a Proportion Calculator
Better than Wald CI when p is near 0 or 1 or n is small.
Compute the Wilson-score confidence interval for a binomial proportion p̂ = x/n. Unlike the standard Wald CI, the Wilson interval has good coverage even at small n or extreme p. Center = (p̂ + z²/(2n)) / (1 + z²/n); margin = z · √(p̂(1−p̂)/n + z²/(4n²)) / (1 + z²/n).
How to use this calculator
- Fill in the inputs above using the units you already have.
- Values update automatically as you type — no submit button needed.
- Hover any result row for the underlying formula and intermediate values.
Formula
(p̂ + z²/(2n)) / (1 + z²/n) ± z · √(p̂(1−p̂)/n + z²/(4n²)) / (1 + z²/n).
In depth
Compute the Wilson-score confidence interval for a binomial proportion p̂ = x/n. Unlike the standard Wald CI, the Wilson interval has good coverage even at small n or extreme p. Center = (p̂ + z²/(2n)) / (1 + z²/n); margin = z · √(p̂(1−p̂)/n + z²/(4n²)) / (1 + z²/n).
Spot an issue or have a suggestion?
Our editors read every message. If the math looks off, tell us the inputs you used and what you expected.