The normal distribution — also called the Gaussian distribution or bell curve — is the most important probability distribution in all of statistics. It appears everywhere in nature, science, and social data. Understanding it thoroughly is essential for anyone working with data.

What is the Normal Distribution?

The normal distribution is a continuous probability distribution that is perfectly symmetric around its mean. It is completely described by just two parameters: the mean (μ) and the standard deviation (σ).

Notation: X ~ N(μ, σ²) means "X follows a normal distribution with mean μ and variance σ²".

The standard normal distribution is N(0, 1) — mean = 0, SD = 1. Any normal distribution can be converted to it.

Key Properties of the Normal Distribution

The Empirical Rule (68-95-99.7 Rule)

For any normal distribution:

RangePercentage of dataReal example (IQ: μ=100, σ=15)
μ ± 1σ68.27%IQ between 85 and 115
μ ± 2σ95.45%IQ between 70 and 130
μ ± 3σ99.73%IQ between 55 and 145

Only 0.27% of data falls more than 3 standard deviations from the mean. This is why |z| > 3 is used to identify extreme outliers.

The Standard Normal Distribution

The standard normal distribution N(0, 1) is the normal distribution with mean = 0 and SD = 1. All probabilities for normal distributions are computed by converting to the standard normal using the z-score formula:

z = (x − μ) / σ

Once converted to a z-score, you look up the probability in a standard normal table or use a calculator.

Example: Heights of adult men follow N(175cm, 7cm²). What proportion are taller than 185cm?

z = (185 − 175) / 7 = 1.43. P(Z > 1.43) = 1 − 0.924 = 7.6% of men are taller than 185cm.

Why is the Normal Distribution So Common?

The Central Limit Theorem (CLT) explains why the normal distribution appears everywhere. The CLT states that the sum (or mean) of many independent random variables tends towards a normal distribution, regardless of the original distribution — as long as the sample size is large enough (usually n ≥ 30).

Examples of normally distributed variables:

When is Data NOT Normally Distributed?

Not all data is normal. These distributions are typically non-normal:

Before using statistical tests that assume normality (t-test, ANOVA, regression), check your data with a normality test.

Testing for Normality

Several methods check whether your data follows a normal distribution:

Use our free Normality Test Calculator and Normal Distribution Calculator for instant probability calculations.