Skip to main content
šŸ“Š

Normal Distribution Calculator

Calculate probabilities, percentiles, and z-scores for normal distributions. Find areas under the bell curve and convert between raw scores and standard scores.

P(X ≤ 1) = 84.1345%

P(X ≤ x)

84.1345%

Z-Score

1

P(X ≤ x)

84.1345%

P(X ≄ x)

15.8655%

Distribution Parameters

Mean (μ): 0
Std Dev (σ): 1
Variance (σ²): 1
Type: Standard Normal

Normal Distribution Quick Reference

  • • 68-95-99.7 Rule: 68% within 1σ, 95% within 2σ, 99.7% within 3σ
  • • Z-Score: Number of standard deviations from the mean
  • • Standard Normal: Normal distribution with μ = 0, σ = 1
  • • Symmetry: Mean = Median = Mode for normal distributions
  • • Total Area: Area under the entire curve = 1 (100%)

About This Calculator

The normal distribution, also known as the Gaussian distribution or bell curve, is the most important probability distribution in statistics. It describes how data clusters around a central value with symmetric spread on both sides. This calculator performs comprehensive normal distribution calculations including probabilities, percentiles, and z-scores.

What is the Normal Distribution? The normal distribution is characterized by its bell-shaped curve, where most data points cluster near the mean and probability decreases symmetrically as you move away. It's defined by two parameters: the mean (μ) which determines the center, and the standard deviation (σ) which determines the spread.

Why Normal Distributions Matter:

  • Many natural phenomena follow normal distributions (height, blood pressure, test scores)
  • The Central Limit Theorem makes it fundamental to statistical inference
  • Many statistical tests assume normally distributed data
  • Basis for quality control, finance, and scientific research

Key Properties:

  • Symmetric around the mean
  • Mean = Median = Mode
  • 68% of data within 1 standard deviation
  • 95% within 2 standard deviations
  • 99.7% within 3 standard deviations (empirical rule)

This calculator computes probabilities, percentiles, and z-scores for any normal distribution. For statistical testing, see our Chi-Square Calculator and Standard Deviation Calculator.

How to Use the Normal Distribution Calculator

  1. 1Choose the calculation type: probability, percentile, between, or z-score.
  2. 2Enter the mean (μ) of your distribution (0 for standard normal).
  3. 3Enter the standard deviation (σ) of your distribution (1 for standard normal).
  4. 4For probability calculations, enter the X value of interest.
  5. 5Select whether you want P(X ≤ x) or P(X ≄ x).
  6. 6For between calculations, enter lower and upper bounds.
  7. 7For percentile, enter the desired percentile (1-99).
  8. 8Review the calculated probability or value.
  9. 9Note the z-score for reference.
  10. 10Use results for statistical analysis and decision-making.

Understanding the Normal Distribution

The normal distribution is the foundation of statistical analysis.

The Bell Curve

The probability density function (PDF) is:

f(x) = (1 / σ√(2Ļ€)) Ɨ e^(-(x-μ)²/(2σ²))

Where:

  • μ (mu) = mean
  • σ (sigma) = standard deviation
  • e ā‰ˆ 2.71828 (Euler's number)
  • Ļ€ ā‰ˆ 3.14159

Key Parameters

Mean (μ): The center of the distribution

  • Shifts the curve left or right
  • Equals the median and mode

Standard Deviation (σ): The spread of the distribution

  • Larger σ = wider, flatter curve
  • Smaller σ = narrower, taller curve

Standard Normal Distribution

When μ = 0 and σ = 1, we have the standard normal distribution:

  • Z ~ N(0, 1)
  • Used as reference for all normal calculations
  • Z-tables are based on this

Converting to Standard Normal

Any normal variable X ~ N(μ, σ²) can be standardized:

Z = (X - μ) / σ

This allows using standard normal tables for any normal distribution.

The 68-95-99.7 Rule (Empirical Rule)

A quick way to understand normal distribution spread.

The Rule

For any normal distribution:

RangePercentage
μ ± 1σ68.27%
μ ± 2σ95.45%
μ ± 3σ99.73%

Visual Interpretation

         |
       __|__
      /  |  \
     /   |   \
    /    |    \
   /     |     \
__|______|______|__
-3σ -2σ -1σ μ +1σ +2σ +3σ

   |---- 68% ----|
|------- 95% -------|
|-------- 99.7% --------|

Practical Example

SAT scores: μ = 1000, σ = 200

  • 68% score between 800 and 1200
  • 95% score between 600 and 1400
  • 99.7% score between 400 and 1600

Beyond 3σ

RangePercentage Outside
± 3σ0.27% (1 in 370)
± 4σ0.006% (1 in 15,787)
± 5σ0.00006% (1 in 1.7 million)
± 6σ0.0000002% (1 in 500 million)

Six Sigma quality control aims for defect rates at ± 6σ.

Z-Scores and Standardization

Z-scores measure how many standard deviations a value is from the mean.

Z-Score Formula

Z = (X - μ) / σ

Where:

  • X = raw score
  • μ = population mean
  • σ = population standard deviation

Interpretation

Z-ScoreInterpretation
Z = 0At the mean
Z = 11 std dev above mean
Z = -11 std dev below mean
Z = 22 std devs above mean
Z = -22 std devs below mean

Example: Test Scores

Test with μ = 75, σ = 10

Your score: 90 Z = (90 - 75) / 10 = 1.5

You scored 1.5 standard deviations above average.

Percentile: P(Z < 1.5) ā‰ˆ 93.3%

You scored better than about 93% of test-takers.

Why Z-Scores Are Useful

  1. Compare across distributions: A z = 1.5 in English vs. z = 1.2 in Math
  2. Identify outliers: |Z| > 3 is usually considered unusual
  3. Probability calculation: Use standard normal tables
  4. Data analysis: Standardization centers and scales data

Reverse Calculation

Given Z, find X: X = μ + Z Ɨ σ

If Z = 1.5, μ = 75, σ = 10: X = 75 + 1.5 Ɨ 10 = 90

Calculating Probabilities

Finding the probability that a normal random variable falls in a given range.

Types of Probability Questions

1. Left-tail: P(X ≤ x) Area under curve from -āˆž to x

2. Right-tail: P(X ≄ x) Area under curve from x to +āˆž = 1 - P(X ≤ x)

3. Between: P(a ≤ X ≤ b) Area between two values = P(X ≤ b) - P(X ≤ a)

4. Outside: P(X < a or X > b) = 1 - P(a ≤ X ≤ b)

Step-by-Step Process

  1. Convert X to Z: Z = (X - μ) / σ
  2. Use standard normal table or calculator
  3. Apply appropriate formula for tail direction

Example

Heights: μ = 170 cm, σ = 10 cm

P(Height < 180 cm)?

  1. Z = (180 - 170) / 10 = 1.0
  2. P(Z < 1.0) = 0.8413
  3. 84.13% of people are shorter than 180 cm

P(Height > 185 cm)?

  1. Z = (185 - 170) / 10 = 1.5
  2. P(Z > 1.5) = 1 - 0.9332 = 0.0668
  3. 6.68% of people are taller than 185 cm

P(160 < Height < 180)?

  1. Z₁ = (160 - 170) / 10 = -1.0
  2. Zā‚‚ = (180 - 170) / 10 = 1.0
  3. P(-1 < Z < 1) = 0.8413 - 0.1587 = 0.6826
  4. 68.26% of people are between 160-180 cm

Percentiles and Quantiles

Finding the value that corresponds to a given probability.

Definition

The p-th percentile is the value x such that P(X ≤ x) = p/100

  • Median = 50th percentile
  • Quartiles = 25th, 50th, 75th percentiles
  • Deciles = 10th, 20th, ..., 90th percentiles

Inverse Normal Calculation

Given probability p, find x:

  1. Find z such that P(Z ≤ z) = p
  2. Convert back: x = μ + z Ɨ σ

Common Z-Values for Percentiles

PercentileZ-Score
50th0
75th0.674
90th1.282
95th1.645
97.5th1.960
99th2.326
99.5th2.576
99.9th3.090

Example: Finding Percentiles

SAT scores: μ = 1000, σ = 200

What score is the 90th percentile?

  1. Z for 90th percentile = 1.282
  2. X = 1000 + 1.282 Ɨ 200
  3. X = 1256

To be in the top 10%, you need to score at least 1256.

What percentile is a score of 1150?

  1. Z = (1150 - 1000) / 200 = 0.75
  2. P(Z < 0.75) = 0.7734
  3. A score of 1150 is the 77th percentile

Applications

  • Setting cutoff scores for programs
  • Determining "normal" ranges in medicine
  • Grading on a curve
  • Quality control limits

Applications of Normal Distribution

The normal distribution appears throughout statistics and real-world applications.

Natural Phenomena

Many measurements follow approximately normal distributions:

  • Human heights and weights
  • Blood pressure and cholesterol
  • IQ scores (designed to be normal)
  • Measurement errors
  • Temperature variations

Statistical Inference

Confidence Intervals: For sample mean with large n: CI = xĢ„ ± z Ɨ (σ / √n)

Common z-values:

  • 90% CI: z = 1.645
  • 95% CI: z = 1.960
  • 99% CI: z = 2.576

Hypothesis Testing: Many tests assume normality or use normal approximations.

Quality Control

Control Charts: Upper Control Limit = μ + 3σ Lower Control Limit = μ - 3σ

Points outside these limits signal a problem.

Six Sigma: Aims for 3.4 defects per million (beyond ± 6σ)

Finance

Value at Risk (VaR): VaR at 95% = μ - 1.645σ

Estimates potential loss in worst 5% of cases.

Option Pricing: Black-Scholes model assumes log-normal stock returns.

Central Limit Theorem

Sample means approach normal distribution as n increases, regardless of population distribution. This makes the normal distribution fundamental to statistical inference.

Sample mean: xĢ„ ~ N(μ, σ²/n)

Even non-normal data can be analyzed using normal-based methods for large samples.

Pro Tips

  • šŸ’”For quick estimates, remember 68-95-99.7 rule for 1, 2, 3 standard deviations.
  • šŸ’”Z-scores let you compare values from different distributions.
  • šŸ’”The standard normal distribution (μ=0, σ=1) is your reference for all calculations.
  • šŸ’”Probability can never be negative or greater than 1.
  • šŸ’”Areas under the curve represent probabilities.
  • šŸ’”Use complementary probability when easier: P(X > a) = 1 - P(X ≤ a).
  • šŸ’”The mean, median, and mode are all equal in a normal distribution.
  • šŸ’”About 99.7% of data falls within 3 standard deviations of the mean.
  • šŸ’”Z = 1.96 corresponds to the 97.5th percentile (useful for 95% CIs).
  • šŸ’”Real data is rarely perfectly normal - use normality tests to check.
  • šŸ’”Sample means are approximately normal for large samples (n > 30).
  • šŸ’”When in doubt, graph your data to visualize the distribution.

Frequently Asked Questions

A normal distribution can have any mean (μ) and standard deviation (σ). The standard normal distribution is a special case with μ = 0 and σ = 1. Any normal distribution can be converted to standard normal using z-scores: Z = (X - μ) / σ. This standardization allows using one table for all normal distributions.

Nina Bao
Written byNina Bao• Content Writer
Updated January 17, 2026

More Calculators You Might Like