Normal Distribution Calculator
Calculate probabilities or find values in a normal distribution using a mean and standard deviation.
Parameters
Operation
Your Result
Probability: 0.8413
Z-score: 1.0000
Normal curve
About 84.13% of values are expected to fall at or below X = 1.0000.
Calculation steps
1. Standardize the value:
z = (1.0000 − 0.0000) / 1.0000 = 1.0000
2. Calculate cumulative probability:
3. Percentage:
Summary
- Mean
- 0.0000
- Standard deviation
- 1.0000
- X
- 1.0000
- Z-score
- 1.0000
- Probability
- 0.8413
What is a normal distribution?
A normal distribution is a continuous probability distribution that is symmetric around its mean. Values near the mean are the most common, and values that are farther from the mean become progressively less likely. Its graph forms the familiar bell curve. "Gaussian distribution" is another name for the same distribution.
The distribution is determined by two parameters:
- μ — the mean
- σ — the standard deviation
How to use the Normal Distribution Calculator
The calculator has two modes depending on what you want to find:
Find Probability
- Less: Find the probability that a value is less than or equal to x, written as P(X ≤ x).
- Greater: Find the probability that a value is greater than or equal to x, written as P(X ≥ x).
- Between: Find the probability that a value falls between two boundaries, written as P(a ≤ X ≤ b).
- Outside: Find the probability that a value falls outside two boundaries, written as P(X ≤ a or X ≥ b).
Find Value
- Below: Find the value X for a cumulative probability at or below X.
- Above: Find the value X for an upper-tail probability above X.
The Standard Normal preset automatically sets the mean to μ = 0 and the standard deviation to σ = 1.
Normal distribution probability and z-scores
To calculate probabilities for any normal distribution, we first standardize the value using the formula:
- z = 0 means the value equals the mean.
- A positive z means the value is above the mean.
- A negative z means the value is below the mean.
- The absolute value |z| measures the distance from the mean in standard deviations.
Once the value is standardized, probabilities are obtained from the standard normal cumulative distribution Φ(z).
The 68–95–99.7 rule
For approximately normally distributed data, this simple rule of thumb applies:
Note: This is an approximation for normally distributed data. Not every real-world dataset is normal.
Worked example
Suppose we have a normal distribution with:
- Mean μ = 70
- Standard deviation σ = 10
We want to find the probability of a value being less than or equal to 85, which is P(X ≤ 85).
First, calculate the z-score:
For P(X ≤ 85), the cumulative probability is approximately:
This means a value of 85 is 1.5 standard deviations above the mean, and about 93.32% of the distribution lies at or below 85.
Normal PDF vs. Normal CDF
PDF (Probability Density Function): describes the relative density or shape of the distribution at values of X.
CDF (Cumulative Distribution Function): gives the cumulative probability at or below X.
For a continuous distribution, probability comes from the area under the curve (using the CDF), not the height of the PDF at a single point.