🔔 Normal Distribution Calculator
Calculate probabilities and z-scores for a normal distribution. Find P(X < x), P(X > x), and P(x₁ < X < x₂) with a visual bell curve.
Bell Curve
Normal Distribution Formulas
How to Use This Calculator
-
1Set Distribution ParametersEnter the mean (μ) and standard deviation (σ) of your normal distribution.
-
2Enter x ValuesEnter x for single-tail probabilities, or both x₁ and x₂ for a range probability.
-
3Read ProbabilitiesThe calculator shows P(X < x), P(X > x), range probability, and the z-score.
-
4View the Bell CurveThe SVG diagram highlights the shaded area corresponding to your probability.
Frequently Asked Questions
A normal distribution is a symmetric, bell-shaped probability distribution defined by its mean (μ) and standard deviation (σ). Many natural phenomena follow a normal distribution, such as heights, test scores, and measurement errors.
A z-score measures how many standard deviations a value is from the mean. z = (x − μ) / σ. A z-score of 1.96 corresponds to the 97.5th percentile of a standard normal distribution.
For any normal distribution: 68% of data falls within ±1σ, 95% within ±2σ, and 99.7% within ±3σ of the mean. This is also called the empirical rule.
The Cumulative Distribution Function (CDF) gives the probability that a random variable X takes a value less than or equal to x. It is computed using the error function (erf) approximation in this calculator.
The standard normal distribution is a special case with μ = 0 and σ = 1. Any normal distribution can be converted to standard normal using the z-score transformation, making z-tables universally applicable.
Related Calculators
Z-score Calculator
Calculate z-score (standard score) and find corresponding probabilities.
Standard Deviation Calculator
Calculate mean, variance, and standard deviation for any data set.
T-Test Calculator
Perform one-sample, two-sample, and paired t-tests with p-value and confidence interval.