probability of a normal distribution calculator

Normal Distribution Probability Calculator

Use this calculator to find probabilities for values that follow a normal distribution. Enter the mean, standard deviation, choose a probability type, and calculate instantly.

Tip: Standard deviation must be greater than 0.

What this calculator does

This tool computes probabilities under a normal (Gaussian) distribution. In practice, that means you can answer questions like: “What is the probability that a value is below 75?”, “above 120?”, or “between two limits?”.

It works for any normal distribution, not just the standard normal. You provide the distribution parameters: mean μ and standard deviation σ, and the calculator transforms your input into z-scores and evaluates the cumulative distribution function (CDF).

How to use it

Step-by-step

  • Enter the mean (μ).
  • Enter the standard deviation (σ) (must be positive).
  • Select one of the probability modes:
    • P(X ≤ x) for left-tail probability
    • P(X ≥ x) for right-tail probability
    • P(a ≤ X ≤ b) for interval probability
  • Enter the needed x-value(s).
  • Click Calculate Probability.

Normal distribution formula refresher

A normal random variable is often written as X ~ N(μ, σ²). To compute probabilities, we standardize:

z = (x - μ) / σ

Then we use the standard normal CDF, usually written as Φ(z):

  • P(X ≤ x) = Φ(z)
  • P(X ≥ x) = 1 - Φ(z)
  • P(a ≤ X ≤ b) = Φ(zb) - Φ(za)

Practical examples

Example 1: Exam scores

If exam scores are normally distributed with mean 70 and standard deviation 10, and you want the chance of scoring below 85, choose P(X ≤ x) and enter x = 85.

Example 2: Manufacturing tolerance

Suppose bolt diameter has mean 12 mm and standard deviation 0.2 mm. To find the probability a bolt is between 11.8 and 12.3 mm, use P(a ≤ X ≤ b).

Common mistakes to avoid

  • Using a standard deviation of 0 (not valid).
  • Mixing units (e.g., mean in cm, x in mm).
  • Confusing P(X ≤ x) and P(X ≥ x).
  • For interval probability, forgetting that order doesn’t matter (the calculator will sort values).

Where normal probabilities are used

  • Finance and risk modeling
  • Quality control and Six Sigma
  • Standardized testing and psychometrics
  • Biostatistics and clinical research
  • Forecasting and data science

Final note

Normal models are incredibly useful, but always check whether your real data is reasonably close to normal. If not, your probability estimates may be misleading. For many real-world cases, though, this calculator is a fast and reliable way to get clear probability answers.

🔗 Related Calculators