Loading...
Calculate probabilities, z-scores, and percentiles for any normal distribution. Enter mean and standard deviation, pick your probability type, and get instant results with the empirical rule and z-table built in.
P(X < 1.96)
97.5002%
= 0.975002
Key Formulas
Z = (X - \u03bc) / \u03c3
f(x) = (1/\u03c3\u221a2\u03c0) e^(-(x-\u03bc)\u00b2/2\u03c3\u00b2)
Type the mean and standard deviation of your normal distribution. Use one of the six presets (IQ scores, SAT, heights, etc.) to load real-world examples instantly.
Select P(X < x) for less than, P(X > x) for greater than, P(a < X < b) for between two values, or P(X outside) for the tails. The input fields adjust to match your selection.
See the exact probability as a percentage, the raw decimal value, the z-score, and a visual progress bar. The empirical rule panel shows the 68-95-99.7 ranges for your specific distribution.
Calculate less than, greater than, between, and outside probabilities with one click.
IQ scores, SAT, heights, birth weights, and exam scores loaded with actual population parameters.
See the 68-95-99.7 ranges calculated for your specific mean and standard deviation.
Quick reference z-table with 15 common z-values and their cumulative probabilities.
Results update as you type. No submit button, no waiting. Change one parameter and everything recalculates.
Probabilities computed to 6 decimal places using the Abramowitz-Stegun approximation.
The central limit theorem is the reason. Take any random process, measure it repeatedly, and average the results. No matter what the original distribution looks like, the distribution of those averages will approach a normal curve as the sample size grows. This is why heights, test scores, blood pressure readings, and manufacturing tolerances all tend to cluster in that familiar bell shape. Each of those measurements is the result of many small independent factors adding together, and that summing process naturally produces a normal distribution.
The curve is defined by just two numbers: the mean, which tells you where the center sits, and the standard deviation, which tells you how spread out the data is. A small standard deviation means most values huddle close to the mean. A large one means they scatter widely. Change either number and the entire shape of the distribution shifts or stretches.
A z-score converts any normally distributed value into a number of standard deviations from the mean. An IQ of 130 with mean 100 and standard deviation 15 gives z = (130 - 100) / 15 = 2.0. An SAT score of 1494 with mean 1060 and standard deviation 217 also gives z = (1494 - 1060) / 217 = 2.0. Both are exactly two standard deviations above average, so they represent the same relative standing even though the raw numbers look completely different.
This standardization is what makes z-tables work. Every normal distribution maps onto the same standard normal curve (mean 0, standard deviation 1) through the z-score formula. Once you have the z-score, you can look up the probability in a single table regardless of the original distribution's scale.
Quality control engineers set tolerance limits using the normal distribution. If a factory produces bolts with mean diameter 10mm and standard deviation 0.02mm, then 99.7% of bolts will fall between 9.94mm and 10.06mm. Any bolt outside that range is likely defective. Six Sigma methodology takes this further, requiring defect rates below 3.4 per million, which corresponds to six standard deviations from the mean.
In finance, the normal distribution models daily stock returns and helps calculate Value at Risk. In medicine, reference ranges for blood tests are set using the 95% interval of healthy populations. Teachers curve grades by fitting scores to a normal distribution. Weather forecasters use it to estimate the probability of temperatures falling outside historical norms. The normal distribution is the single most important probability distribution in applied statistics.
Not everything is normally distributed. Income follows a right-skewed distribution because there is a floor at zero but no ceiling. The number of car accidents per day follows a Poisson distribution. Waiting times between events follow an exponential distribution. Test scores on very easy or very hard exams pile up at the boundaries and look nothing like a bell curve.
Before assuming normality, check your data. A histogram should look roughly bell-shaped. A normal probability plot should be roughly linear. If your data is skewed, has heavy tails, or is bounded, consider a different distribution or apply a transformation like taking the logarithm before using normal distribution methods.
Common questions about the bell curve, z-scores, and probability calculations.
Disclaimer: This Normal Distribution Calculator provides results based on standard statistical formulas. For critical decisions in medicine, engineering, or finance, verify results with professional statistical software.