Normal Distribution Calculator
Compute probabilities and critical values for a normal distribution using mean (μ) and standard deviation (σ).
What this find normal distribution calculator does
This tool helps you quickly work with any normal (Gaussian) distribution. Instead of flipping through a z-table, you can enter your own mean and standard deviation, then calculate probabilities in seconds. It is useful for statistics homework, data analysis, quality control, exam score interpretation, and risk analysis.
Supported calculations
- P(a ≤ X ≤ b): Probability that a value falls between two bounds.
- P(X ≤ x): Left-tail cumulative probability up to a value.
- P(X ≥ x): Right-tail probability above a value.
- Find x from percentile: Convert percentile to a raw score for your distribution.
How to use it
Step 1: Set your distribution
Enter the mean (μ) and standard deviation (σ). The standard deviation must be positive. If your data model is N(100, 15²), enter 100 and 15.
Step 2: Choose the type of question
Pick whether you need a two-sided range probability, a left-tail probability, a right-tail probability, or the raw value associated with a given percentile.
Step 3: Interpret the output
Results include the probability as a decimal and percentage, plus corresponding z-scores. Z-scores tell you how many standard deviations the value is above or below the mean.
Normal distribution formulas used
For a normal variable X ~ N(μ, σ²), values are standardized by z = (x - μ) / σ. The cumulative distribution function is:
F(x) = P(X ≤ x) = 0.5 × [1 + erf((x - μ)/(σ√2))]
The calculator uses numerical approximations of the error function and the inverse normal CDF to produce accurate practical results without external libraries.
Example use cases
- Test scores: What proportion of students score between 70 and 85?
- Manufacturing: What fraction of parts exceed a tolerance limit?
- Finance: Estimate the probability of returns below a threshold.
- Health analytics: Find the 90th percentile for a biometric measurement.
Tips for better statistical interpretation
- Confirm your variable is reasonably normal before applying this model.
- Use domain context: a tiny probability can still happen in large samples.
- For percentiles, remember 50th percentile equals the mean in a normal distribution.
- Check units carefully; mean and standard deviation must use the same units as your x values.
Quick reference
For a standard normal distribution (μ=0, σ=1):
- About 68.27% lies within ±1σ
- About 95.45% lies within ±2σ
- About 99.73% lies within ±3σ
If you need a fast way to find normal probabilities or critical values, this calculator is a practical, browser-based solution.