Calculateus

Finite Population Correction Factor Calculator

Calculate the finite population correction factor used to adjust standard error when sampling a large fraction of a small population.

Result

Finite Population Correction Factor
0.9222
Sampling Fraction
15%

Multiply your standard error by this factor to adjust for sampling without replacement from a finite population. When the sampling fraction is below about 5%, the correction is usually negligible and often skipped.

About the Finite Population Correction

The Finite Population Correction Factor Calculator computes the adjustment needed to standard error formulas when a sample makes up a substantial share of a finite population, rather than being drawn from an effectively infinite one. It is a common step in survey statistics when sampling without replacement from a small or moderate-sized population.

How It Works

You enter the sample size (n) and the total population size (N). The calculator computes the correction factor from the ratio of the population minus the sample to the population minus one, and also reports the sampling fraction as a percentage of the population that was sampled. Population size must exceed 1, and sample size must be positive and no larger than the population.

FPC = sqrt((N - n) / (N - 1)); Sampling fraction = (n / N) * 100

Formula & Methodology

Subtract the sample size from the population size, then divide by the population size minus one; take the square root of that ratio to get the correction factor. Multiply your standard error (calculated as though the population were infinite) by this factor to get the corrected standard error that accounts for sampling without replacement from a finite population.

Examples

Employee survey

Sampling 300 employees from a company of 2,000, the correction factor is sqrt((2000-300)/(2000-1)), approximately 0.9249, with a sampling fraction of 15.00%, meaning standard errors should be scaled down by about 7.5% from the infinite-population estimate.

Small population census-style sample

Sampling 180 out of 200 total items gives a correction factor of sqrt((200-180)/(200-1)), approximately 0.3178, reflecting how much the standard error shrinks when nearly all of a small population has been sampled.

Advantages

  • Prevents overstating uncertainty when a sample represents a large share of a small or moderate population
  • Provides the sampling fraction alongside the correction factor, making it easy to judge whether the adjustment is even worth applying
  • Requires only two inputs, sample size and population size, so it slots easily into an existing standard error calculation

Common Mistakes

  • Applying the finite population correction to sampling with replacement, where it does not apply since each draw is effectively from an unchanged population
  • Skipping the correction even when sampling a large fraction of a small population, which leaves standard errors and confidence intervals wider than they need to be
  • Confusing the sampling fraction (n/N) with the correction factor itself; the two numbers move in the same direction but are not the same value

Edge Cases to Watch For

  • The population size must be greater than 1, and the sample size must be between 1 and the population size inclusive, or the calculator returns an error.
  • When the sample size equals the population size (a full census), the correction factor is 0, since there is no remaining sampling uncertainty.
  • When the sampling fraction is below roughly 5%, the correction factor is close to 1 and the adjustment is usually small enough to be skipped in practice, as noted in the calculator's guidance.

Common Use Cases

  • Survey statisticians adjusting standard errors when sampling a meaningful share of an employee list, patient registry, or other bounded population
  • Auditors calculating confidence intervals for findings drawn from a substantial portion of a finite record set
  • Students and analysts learning why standard survey sampling formulas need adjustment outside of the infinite-population assumption
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

When does the finite population correction matter?

It matters when your sample makes up a substantial share of the total population, such as surveying 300 out of 2,000 employees - in that case, standard error formulas that assume an infinite population overstate the true uncertainty, and the correction factor shrinks the standard error to reflect the added precision from sampling a large fraction of the whole group.

Conclusion

The finite population correction factor scales standard error to reflect the added precision gained from sampling a large share of a bounded population. It has the most practical impact when the sampling fraction is well above the roughly 5% threshold where the correction becomes negligible.