A B2B team surveys 12 enterprise accounts on hours saved per week by a new workflow. The sample mean is 6.4 hours with a standard deviation of 3.1. They want a 95% confidence interval, and the question is what multiplier to use — the familiar 1.96, or the one this sample actually earns.
- Sample
- n = 12, x̄ = 6.4 hours, s = 3.1
- Degrees of freedom
- n − 1 = 11
- Standard error
- 3.1 / √12 = 0.895
- Normal critical value
- 1.960
- t critical value at 11 df
- 2.201
- Interval width penalty
- 12.3% wider
The correct 95% interval is 6.4 ± 2.201 × 0.895, or 4.43 to 8.37 hours. Using 1.96 would have given 4.65 to 8.15.
The difference looks modest and is not cosmetic. The normal-curve interval is 12% too narrow, which means an interval sold as 95% confidence is delivering closer to 91% — and every claim built on it inherits that overstatement. At twelve accounts the penalty is real; had this been 120 accounts it would have been under 1% and not worth a sentence. The lesson is not that small samples are unusable but that they must pay for their own uncertainty. Note also what the interval does not fix: twelve self-selected enterprise accounts may not represent the customer base at all, and no critical value corrects for [selection bias](/glossary/selection-bias).