Normal Distribution Calculator
Calculate the probability that X is less than or equal to a given value.
Understanding the Normal Distribution
The normal (Gaussian) distribution is the familiar bell-shaped curve that describes many natural measurements — heights, blood pressure, measurement errors, test scores. It is fully defined by two parameters: the mean (μ), which locates the center, and the standard deviation (σ), which controls the spread. The standard normal distribution is the special case with μ = 0 and σ = 1.
Z-Scores
A Z-score converts any value to standard-normal units: z = (x − μ) / σ. It tells you how many standard deviations a value sits above or below the mean. If exam scores have μ = 75 and σ = 8, a score of 91 has z = (91 − 75) / 8 = 2.0 — two standard deviations above average, better than about 97.7% of test takers.
The Empirical (68-95-99.7) Rule
- About 68.27% of values fall within 1σ of the mean.
- About 95.45% fall within 2σ.
- About 99.73% fall within 3σ.
You can verify these with the Between tab: set μ = 0, σ = 1, and compute P(−1 ≤ X ≤ 1), P(−2 ≤ X ≤ 2), and P(−3 ≤ X ≤ 3).
What Each Mode Does
- P(X ≤ x): the cumulative distribution function (CDF) — the probability a value falls at or below x. Example: with μ = 100, σ = 15 (IQ scale), P(X ≤ 130) ≈ 0.9772, so an IQ of 130 is at the 97.7th percentile.
- Inverse: the reverse question — given a probability, find the cutoff value x. Useful for finding percentile thresholds, e.g. the 90th percentile of a μ = 100, σ = 15 distribution is about 119.2.
- Between: P(x₁ ≤ X ≤ x₂), the area under the curve between two values.
- Z-Score: works directly on the standard normal, giving left-tail, right-tail, and two-tail probabilities for any z.
Common Reference Z-Values
These critical values appear constantly in statistics: z = 1.645 leaves 5% in one tail (90% two-sided confidence), z = 1.96 leaves 2.5% in one tail (95% confidence), and z = 2.576 corresponds to 99% confidence. Hypothesis tests, confidence intervals, and quality-control limits are all built from these numbers.
Frequently Asked Questions
How do I find the probability for a normal distribution?+
Enter the mean, standard deviation, and your x value in the P(X ≤ x) tab. The calculator computes the cumulative probability — the chance a random value falls at or below x. For P(X > x), subtract from 1, or use the Z-Score tab which shows both tails directly.
How do I calculate a Z-score?+
Subtract the mean from your value and divide by the standard deviation: z = (x − μ) / σ. A value of 85 in a distribution with mean 70 and standard deviation 10 has z = 1.5, meaning it is 1.5 standard deviations above the mean, around the 93rd percentile.
What is the 68-95-99.7 rule?+
In any normal distribution, roughly 68% of values fall within one standard deviation of the mean, 95% within two, and 99.7% within three. It is a fast sanity check: if a data point is more than three standard deviations out, it occurs less than 0.3% of the time by chance.
Can I find a percentile cutoff, like the top 10%?+
Yes — use the Inverse tab. Enter 0.90 as the left-tail probability with your mean and standard deviation, and the calculator returns the value below which 90% of data falls; everything above it is the top 10%. Choose the right-tail option to work the other direction.
Is this normal distribution calculator free to use?+
Yes. It is free, requires no sign-up, and all computation happens in your browser using a high-accuracy numerical approximation of the normal CDF — no data is uploaded anywhere. It works on mobile, tablet, and desktop, making it handy during lectures and exams where permitted.
Related Tools
Z-Score Calculator
Calculate z-scores, find original values, compute probabilities, and compare values.
Standard Deviation Calculator
Calculate population and sample standard deviation, variance, and coefficient of variation.
Confidence Interval Calculator
Calculate confidence intervals for means, proportions, and differences with margin of error.
Binomial Distribution Calculator
Calculate binomial probabilities, cumulative distributions, range probabilities, and statistics.
Percentile Calculator
Calculate percentile values, percentile ranks, quartiles, IQR, deciles, and detect outliers.
T-Test Calculator
Perform one-sample, two-sample, and paired t-tests with p-values and statistical significance.