Normal Probability Calculator for Sampling Distributions

Find probabilities for sample means using the Central Limit Theorem. Covers single-tail and between-two-values modes.

📊 Normal Probability Calculator for Sampling Distributions
Population Mean (μ)100.0
0500
Population Std Dev (σ)15.0
0.1100
Sample Size (n)25
1200
Sample Mean Value (x)105.0
0500
Probability Direction
Lower Bound (a)97.0
0500
Upper Bound (b)103.0
0500
P(X̄ < x)
Complement
Z-Score
Standard Error (SE)
P(a < X̄ < b)
Complement
Z₁ (lower)
Z₂ (upper)
Standard Error (SE)

📊 What is the Normal Probability Calculator for Sampling Distributions?

The normal probability calculator for sampling distributions finds the probability that a sample mean falls below, above, or between specified values. It applies the Central Limit Theorem: when you take repeated random samples of size n from a population with mean μ and standard deviation σ, the distribution of all possible sample means is approximately normal with mean μ and standard deviation SE = σ / √n. This standard deviation of the sampling distribution is called the standard error.

This calculator is used in three common statistical situations. First, in quality control, a manufacturer knows the population mean and standard deviation of a product dimension and wants to find the probability that the average measurement of a batch of n items falls outside the specification limits. Second, in hypothesis testing, a researcher uses the sampling distribution to find the p-value: the probability of observing a sample mean at least as extreme as the one measured, assuming the null hypothesis is true. Third, in survey sampling, a pollster wants to know the probability that the sample average opinion score falls within a target range.

A common misconception is that you need to know the exact shape of the underlying population distribution. Thanks to the Central Limit Theorem, you do not. For samples of n at least 30, the sampling distribution is approximately normal regardless of how the population is distributed. If the population is already normally distributed, the result is exact for any sample size, even n = 1. The only requirement is knowing (or estimating) the population standard deviation σ.

This calculator covers two modes. The Single Tail mode finds P(X̄ < x) or P(X̄ > x), which are used in one-tailed tests and to find the probability of a sample mean being unusually high or low. The Between Two Values mode finds P(a < X̄ < b), useful for symmetric intervals around the mean, such as the probability that a sample mean falls within 2 units of the population mean. Both modes show the standard error and Z-score alongside the probability.

📐 Formula

Standard Error:  SE = σ ÷ √n
σ = population standard deviation
n = sample size
SE = standard deviation of the sampling distribution (standard error of the mean)
Example: σ = 15, n = 25 → SE = 15 ÷ 5 = 3
Z-Score:  Z = (x̄ − μ) ÷ SE
= target sample mean value
μ = population mean
Z = number of standard errors from the population mean
P(X̄ < x) = Φ(Z), where Φ is the standard normal CDF
P(X̄ > x) = 1 − Φ(Z)
Example: μ = 100, SE = 3, x = 105 → Z = 5/3 = 1.6667 → P(X̄ < 105) ≈ 95.25%
Between:  P(a < X̄ < b) = Φ(Z₂) − Φ(Z₁)
Z₁ = (a − μ) ÷ SE (lower Z-score)
Z₂ = (b − μ) ÷ SE (upper Z-score)
Example: μ = 100, SE = 3, a = 97, b = 103 → Z₁ = −1, Z₂ = 1 → P = Φ(1) − Φ(−1) ≈ 68.27%

📖 How to Use This Calculator

Steps

1
Enter population parameters - Type or drag the sliders for population mean, population standard deviation, and sample size. These three values define the shape and center of the sampling distribution.
2
Choose a probability mode - Select Single Tail for P(X-bar less than x) or P(X-bar greater than x), or select Between Two Values for P(a less than X-bar less than b).
3
Set the target value - In Single Tail mode, enter the sample mean value x and choose the probability direction from the dropdown. In Between mode, enter lower and upper bounds a and b.
4
Read the results - The calculator shows the standard error SE, the Z-score, and the requested probability. The complement probability is also shown so you can verify both sum to 100%.

💡 Example Calculations

Example 1 - IQ Score Sampling (Classic)

IQ test: mu = 100, sigma = 15, n = 25. Find P(X-bar less than 105)

1
Standard error: SE = 15 ÷ √25 = 15 ÷ 5 = 3
2
Z-score: Z = (105 − 100) ÷ 3 = 5 ÷ 3 = 1.6667
3
P(X̄ < 105) = Φ(1.6667) ≈ 0.9525 or 95.25%
Result: P(X̄ < 105) ≈ 95.25%
Try this example →

Example 2 - Manufacturing Quality Control

Bolt diameter: mu = 50 mm, sigma = 2 mm, n = 36. Find P(X-bar greater than 50.5)

1
Standard error: SE = 2 ÷ √36 = 2 ÷ 6 = 0.3333
2
Z-score: Z = (50.5 − 50) ÷ 0.3333 = 0.5 ÷ 0.3333 = 1.5
3
P(X̄ > 50.5) = 1 − Φ(1.5) = 1 − 0.9332 = 0.0668 or 6.68%
Result: P(X̄ > 50.5) ≈ 6.68%
Try this example →

Example 3 - Between Two Values (Symmetric Interval)

Exam scores: mu = 75, sigma = 10, n = 100. Find P(73 less than X-bar less than 77)

1
Standard error: SE = 10 ÷ √100 = 10 ÷ 10 = 1
2
Z₁ = (73 − 75) ÷ 1 = −2,  Z₂ = (77 − 75) ÷ 1 = 2
3
P = Φ(2) − Φ(−2) = 0.9772 − 0.0228 = 0.9545 or 95.45%
Result: P(73 < X̄ < 77) ≈ 95.45%
Try this example →

Example 4 - Large Sample Effect

Household income: mu = 60000, sigma = 20000, n = 400. Find P(X-bar less than 59000)

1
Standard error: SE = 20000 ÷ √400 = 20000 ÷ 20 = 1000
2
Z = (59000 − 60000) ÷ 1000 = −1000 ÷ 1000 = −1.0
3
P(X̄ < 59000) = Φ(−1.0) ≈ 0.1587 or 15.87%
Result: P(X̄ < 59000) ≈ 15.87%
Try this example →

❓ Frequently Asked Questions

What is the sampling distribution of the sample mean?+
The sampling distribution of the sample mean is the probability distribution of all possible sample means from repeated samples of size n from a population. By the Central Limit Theorem, it is approximately normal with mean equal to the population mean and standard deviation (the standard error) equal to sigma divided by the square root of n. It is the foundation of confidence intervals and hypothesis tests for means.
What is the standard error of the mean formula?+
The standard error is SE = sigma divided by the square root of n, where sigma is the population standard deviation and n is the sample size. For example, with sigma = 15 and n = 25, SE = 15 / 5 = 3. The standard error is always smaller than the population SD (for n greater than 1) and measures how much variation to expect in sample means from sample to sample.
How do I calculate P(X-bar less than x) for a sampling distribution?+
Compute SE = sigma / sqrt(n), then Z = (x minus mu) / SE, then P(X-bar less than x) = Phi(Z) using the standard normal CDF. For mu = 100, sigma = 15, n = 25, SE = 3, x = 105: Z = (105 minus 100) / 3 = 1.667, and P(X-bar less than 105) = Phi(1.667) approximately 95.25%.
What is the Central Limit Theorem and when does it apply?+
The Central Limit Theorem states that for large enough samples, the sampling distribution of the sample mean is approximately normal regardless of the population distribution. The common rule of thumb is n at least 30 for most populations. For symmetric distributions n of 10 to 15 may suffice. If the population is itself normal, the result is exact for any n.
What is the difference between standard deviation and standard error?+
Standard deviation sigma measures the spread of individual data points in the population. Standard error SE = sigma / sqrt(n) measures the spread of sample means across many samples of size n. The standard error is always smaller than sigma for n greater than 1. Using sigma instead of SE when computing sample mean probabilities overstates variability and gives incorrect probabilities.
How does sample size affect the probability that a sample mean is extreme?+
Larger samples produce smaller standard errors, so the sampling distribution is narrower and extreme sample means become less probable. With sigma = 15 and mu = 100: at n = 25, P(X-bar greater than 105) is about 4.75%, but at n = 100 (SE = 1.5) it drops to about 0.04%, and at n = 400 (SE = 0.75) it is essentially zero. This illustrates why large samples give more reliable estimates of the population mean.
Can I use this calculator when I only have the sample standard deviation?+
This calculator uses the population standard deviation sigma. If you only know the sample standard deviation s, the exact distribution is the t-distribution with n minus 1 degrees of freedom, not the standard normal. For large samples (n at least 30), substituting s for sigma gives a good approximation. For small samples use a t-distribution calculator for accurate results.
How do I find the probability between two sample mean values?+
Switch to Between Two Values mode. Enter the population mean, standard deviation, sample size, and lower bound a and upper bound b. The calculator computes Z1 = (a minus mu) / SE and Z2 = (b minus mu) / SE, then P(a less than X-bar less than b) = Phi(Z2) minus Phi(Z1). For a symmetric interval of mu plus or minus 1 SE, the probability is about 68.27%.
What does the Z-score mean in a sampling distribution context?+
The Z-score Z = (x-bar minus mu) / SE tells you how many standard errors the sample mean lies from the population mean. A Z of 2 means the sample mean is 2 standard errors above the population mean, which happens about 2.28% of the time under the right-tail area. Z-scores allow use of the standard normal table regardless of the original data units.
What is the 68-95-99.7 rule for sampling distributions?+
About 68% of sample means fall within 1 SE of the population mean, about 95% within 2 SE (more precisely 1.96 SE), and about 99.7% within 3 SE. These are the same percentages as for any normal distribution, but now applied to sample means. Use the Between Two Values mode with bounds set at mu minus k times SE and mu plus k times SE to verify these percentages for any k.
How is this calculator different from a normal distribution calculator?+
A standard normal distribution calculator works with individual observations from a single distribution. This calculator is specifically designed for the distribution of sample means, so it automatically converts the input standard deviation sigma into the standard error SE = sigma / sqrt(n) before computing probabilities. This distinction is critical: using sigma directly instead of SE gives completely wrong probabilities for sample means.
What inputs does this calculator require?+
You need the population mean mu, the population standard deviation sigma (must be positive), and the sample size n (must be a positive integer). For Single Tail mode you also enter the target sample mean value x and choose the direction. For Between Two Values mode you provide lower bound a and upper bound b, where a must be strictly less than b. The calculator validates all inputs before computing.