Skip to main content
statistics

Normal Distribution Calculator

Calculate the z-score and probability density for the normal (Gaussian) distribution. Find how a value relates to the bell curve given the mean and standard deviation of the distribution.

Reviewed by Chase FloiedUpdated

This free online normal distribution calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

The data value to evaluate.

The mean of the normal distribution.

The standard deviation of the normal distribution.

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Normal Distribution Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Normal Distribution Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Normal Distribution Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Normal Distribution Calculator when you need accurate results quickly without the risk of manual computation errors or unit conversion mistakes.
  • Use it to verify calculations made by hand or in spreadsheets — an independent check can catch errors before they lead to costly decisions.
  • Use it to explore how changing input parameters affects the output — a quick way to develop intuition and identify the most influential variables.
  • Use it when collaborating with others to ensure everyone is working from the same numbers and applying the same assumptions.

About This Calculator

The Normal Distribution Calculator is a free, browser-based calculation tool for engineers, students, and technical professionals. Calculate the z-score and probability density for the normal (Gaussian) distribution. Find how a value relates to the bell curve given the mean and standard deviation of the distribution. It implements standard formulas and supports both metric (SI) and imperial unit systems with automatic unit conversion. All calculations are performed instantly in your browser with no data sent to a server. Use this calculator as a quick reference and sanity-check tool during design, analysis, and learning. Always verify results against primary engineering references and applicable standards for any safety-critical application.

About Normal Distribution Calculator

The normal distribution calculator evaluates values on the Gaussian bell curve, computing the z-score and probability density for any data point. The normal distribution is the most important distribution in statistics due to the central limit theorem, which states that the sum of many independent random variables tends toward a normal distribution regardless of their individual distributions. It describes heights, test scores, measurement errors, stock returns over short periods, and many natural phenomena. Characterized by its mean (center) and standard deviation (spread), it is symmetric and has thin tails, with approximately 68-95-99.7% of data within 1-2-3 standard deviations of the mean.

The Math Behind It

The normal distribution N(mu, sigma^2) is defined by its probability density function f(x) = (1/(sigma*sqrt(2*pi)))*exp(-0.5*((x-mu)/sigma)^2). It is completely determined by two parameters: the mean mu (which determines the center) and the variance sigma^2 (which determines the spread). The standard normal distribution has mu = 0 and sigma = 1. Any normal variable X can be standardized to Z = (X-mu)/sigma, which follows the standard normal. The moment generating function is M(t) = exp(mu*t + sigma^2*t^2/2), from which all moments can be derived. The normal distribution maximizes entropy among all distributions with a given mean and variance, making it the least-informative assumption in many modeling contexts. In hypothesis testing, the central limit theorem ensures that sample means are approximately normal for large samples, enabling z-tests and t-tests. The multivariate normal distribution extends the concept to multiple variables, characterized by a mean vector and a covariance matrix, and is fundamental to multivariate statistics, machine learning, and signal processing.

Formula Reference

Normal PDF

f(x) = (1/(sigma*sqrt(2*pi))) * exp(-0.5*((x-mu)/sigma)^2)

Variables: mu = mean; sigma = standard deviation; x = value; pi = 3.14159...

Z-Score

z = (x - mu) / sigma

Variables: z = standard score; x = value; mu = mean; sigma = std dev

Worked Examples

Example 1: Exam score probability

Exam scores are normally distributed with mean 70 and std dev 10. Find the z-score for a score of 85.

Step 1:z = (85 - 70) / 10 = 1.5.
Step 2:From z-table, P(Z < 1.5) = 0.9332.
Step 3:About 93.3% of students scored below 85.

The z-score is 1.5, corresponding to the 93.3rd percentile.

Example 2: Manufacturing tolerance

Part length is N(50, 0.5^2) mm. Find the PDF value at x = 50.5 mm.

Step 1:z = (50.5 - 50) / 0.5 = 1.0.
Step 2:f(50.5) = (1/(0.5*sqrt(2*pi))) * exp(-0.5*1^2) = 0.4839.

The probability density at 50.5 mm is 0.484.

Common Mistakes & Tips

  • !Confusing the PDF value with probability. The PDF gives density, not the probability of an exact value (which is zero for continuous distributions).
  • !Assuming all data is normally distributed without checking; use normality tests or Q-Q plots.
  • !Using the normal distribution for heavily skewed data where the log-normal or other distribution would be more appropriate.

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

What is the central limit theorem?

The CLT states that the distribution of sample means approaches a normal distribution as sample size increases, regardless of the population's distribution. This is why the normal distribution is so prevalent in statistics.

How do I check if my data is normally distributed?

Use visual methods (histogram, Q-Q plot) or formal tests (Shapiro-Wilk, Anderson-Darling, Kolmogorov-Smirnov). No real-world data is perfectly normal, but many are close enough for normal-based methods to be reliable.

What happens when sigma approaches zero?

The distribution becomes infinitely narrow and approaches a Dirac delta function centered at the mean, meaning there is no uncertainty in the value.