Normal Distribution Calculator
A normal distribution calculator is a statistical tool that computes probabilities and percentiles for a normally distributed dataset. Using the population mean and standard deviation, the calculator determines the probability of a random variable falling within a specific range, above a threshold, or below a threshold by calculating the corresponding z-scores. It can also perform the inverse operation, finding the raw data value that matches a target percentile. Students, statisticians, and data analysts use this utility to evaluate standard distributions and test hypothesis models.
Pick raw-score or z-score mode and a probability direction (left, right, or between two values). Enter the inputs and the calculator returns the probability under the standard normal curve as a decimal and a percent.
Quick Answer
Calculate normal distribution probabilities and percentiles. Enter your mean, standard deviation, and range bounds to find areas under the bell curve.
Probability
e.g. 110
e.g. 100
Must be greater than 0. · e.g. 15
Uses Hart's rational approximation of the standard normal distribution. Each tail is computed directly rather than by subtracting the other from 1, so probabilities stay accurate far out in the tails instead of rounding to zero.
P(X ≤ x) · z = 0.667
0.747507
74.7507% area under the curve
Examples
Left tail at x = 110, μ = 100, σ = 15
z = 0.667, P ≈ 0.747508 (74.75%)
Right tail at z = 1.96
P(Z ≥ 1.96) ≈ 0.024998 (2.50%)
Between z = −1 and z = +1
P ≈ 0.682689 (68.27%)
How it works
Convert any raw score to a z-score using z = (x − μ) ÷ σ. The standard normal CDF Φ(z) is the cumulative area under the standard normal curve to the left of z. The calculator uses a closed-form polynomial approximation, then derives the requested probability:
Left tail · Φ(z)
Right tail · 1 − Φ(z)
Between · Φ(z₂) − Φ(z₁)
68.27% within ±1σ · 95.45% within ±2σ · 99.73% within ±3σ. Common critical values: ±1.645 (90%) · ±1.96 (95%) · ±2.576 (99%).
Related probability and stats calculators
- Z-score calculator for converting a raw value to a z-score without computing a probability.
- P-value calculator for hypothesis-test framing of the same tail probabilities.
- Confidence interval calculator uses z-critical values from this distribution to build the interval bounds.
- Margin of error calculator uses the same z-criticals for sample-proportion margins.
- Standard deviation calculator for computing σ from a list of values.
- Binomial probability calculator for the discrete counterpart on a fixed number of trials.
- All education calculators.
Related Calculators
More tools from Education



