Normal Probability Calculator for Sampling Distributions

Find interval probabilities for sample means and sample proportions using standard errors and the normal sampling model.

Sampling distribution probability
Choose a sample statistic, enter its population parameters, and define the interval.

About normal probabilities for sampling distributions

A sampling distribution describes how a statistic varies across all possible random samples of the same size. Individual observations may be spread widely, yet averages and proportions calculated from repeated samples tend to cluster around their population values. This calculator models that clustering with a normal distribution and finds the probability that a sample mean or sample proportion falls between two chosen bounds. For a sample mean, the center of the sampling distribution is the population mean. Its standard error is the population standard deviation divided by the square root of the sample size. Increasing the sample size therefore narrows the sampling distribution, making the sample mean more precise. The calculator converts each interval endpoint to a z-score using that standard error, evaluates the standard normal cumulative distribution at both endpoints, and subtracts the lower area from the upper area. For a sample proportion, the center is the population proportion p and the standard error is the square root of p(1 - p) divided by n. This model is commonly used for polls, conversion rates, defect rates, and yes-or-no outcomes. A usual guideline is that np and n(1-p) should both be sufficiently large, often at least 10, so the discrete count of successes is represented well by a continuous normal curve. The page accepts proportion bounds between zero and one. The Central Limit Theorem explains why sample means often approach a normal distribution as sample size grows, even when individual measurements are not normally distributed. If the population itself is normal, the sample mean is normal at every sample size. For strongly skewed or heavy-tailed populations, larger samples may be needed. Independence also matters: observations should come from a random process, and when sampling without replacement, the sample should generally be no more than 10 percent of the population. The result is a model-based probability, not the percentage of observations in a particular collected sample. It answers a repeated-sampling question: if samples of this size were repeatedly drawn, what fraction of their means or proportions would fall inside the interval? Use confidence-interval methods when the population parameter is unknown and must be inferred from observed sample data. Use this probability calculator when the population parameters are specified and the sampling behavior is the question.

Sampling distribution examples

Examples for both supported sample statistics.

InputsProbabilityInterpretation
Mean: mu = 100, sigma = 15, n = 25, bounds 97 to 1030.68268947The bounds are one standard error below and above the population mean.
Proportion: p = 0.5, n = 100, bounds 0.45 to 0.550.68268947The standard error is 0.05, so the bounds have z-scores -1 and 1.
Mean: mu = 50, sigma = 10, n = 100, bounds 48 to 520.95449974The standard error is 1, placing the bounds two standard errors from the mean.

How to calculate a sampling probability

  1. Choose Sample Mean or Sample Proportion to match the statistic being studied.
  2. Enter the known population parameter values and the positive whole-number sample size.
  3. Enter the lower and upper values that define the interval of interest.
  4. Select Calculate Probability to see the normal area, standard error, and endpoint z-scores.

Sampling distribution FAQ

What is a sampling distribution?

It is the probability distribution of a statistic over repeated samples of a fixed size. It describes variability between samples rather than variability between individual observations.

What is standard error?

Standard error is the standard deviation of a sampling distribution. It becomes smaller as sample size grows, reflecting more precise sample statistics.

When is the sample mean approximately normal?

It is exactly normal when the source population is normal. For many other populations, the Central Limit Theorem gives a useful approximation when the sample is sufficiently large.

When is a sample proportion approximately normal?

A common rule requires both np and n(1-p) to be at least 10. Smaller expected counts can make the continuous normal model inaccurate.

Why does increasing sample size narrow the distribution?

A larger sample averages out more random observation-level variation. Mathematically, the standard error falls in proportion to one divided by the square root of n.