Logo

MonoCalc

/

Normal Distribution Calculator

Math

Quick Presets

Distribution Parameters

Input Values

Bell Curve

-3σ-2σ-1σμ+1σ+2σ+3σ

Shaded region

Mean (μ)

Selected value

N(100, 15) — x-axis shows standard deviations from mean

About This Tool

📊 Normal Distribution Calculator – PDF, CDF, Tails, Quantiles & Z-Scores

The normal distribution (also called the Gaussian distribution) is the cornerstone of probability and statistics. Its iconic bell-shaped curve describes how continuous data cluster symmetrically around a central value. This calculator lets you evaluate any aspect of a normal distribution — probability density, cumulative probability, tail probabilities, interval ranges, inverse quantiles, and z-score conversions — for any mean (μ) and standard deviation (σ) you specify.

🔧 Six Calculation Modes

Choose the mode that matches your question:

ModeWhat it answersFormula
PDF at xHow likely is the value x (relative density)?f(x) = (1/σ√2π) · e^(-½·z²)
Left-Tail CDFWhat fraction of values are ≤ x?P(X ≤ x) = Φ(z)
Right-TailWhat fraction of values are ≥ x?P(X ≥ x) = 1 − Φ(z)
IntervalWhat fraction of values fall between a and b?P(a ≤ X ≤ b) = Φ(z₂) − Φ(z₁)
Inverse NormalWhat x-value corresponds to a given percentile?x = μ + σ · Φ⁻¹(p)
Z-ScoreHow many SDs away from the mean is x?z = (x − μ) / σ

📐 Core Formulas Explained

Every calculation starts by standardizing your value using the z-score formula: z = (x − μ) / σ. This converts any N(μ, σ) problem to the standard normal distribution N(0,1), which has mean 0 and standard deviation 1.

The Probability Density Function (PDF) tells you the relative likelihood of observing a value near x. It does not represent probability directly — since the normal distribution is continuous, the probability at any exact point is zero. PDF is most useful for comparing the relative frequency of different values.

The Cumulative Distribution Function (CDF), written Φ(z), gives the probability that a random observation falls at or below x. The right-tail probability is simply 1 − Φ(z).

📏 The Empirical Rule (68-95-99.7 Rule)

For any normally distributed variable, the following proportions hold regardless of the specific μ and σ:

68.27% of values fall within ±1σ of the mean

95.45% of values fall within ±2σ of the mean

99.73% of values fall within ±3σ of the mean

Use the Interval Probability mode with bounds μ − σ to μ + σ to verify these on your own distribution.

🔄 Inverse Normal and Quantile Lookup

The Inverse Normal mode is the reverse of the CDF: you provide a target probability p (e.g., 0.95) and the calculator finds the raw-score value x such that P(X ≤ x) = p. This is commonly used to find:

Percentile cutoffs — e.g., the 90th-percentile exam score

Critical values — z = 1.96 for a two-tailed 95% test

Confidence interval bounds in statistics coursework

Process tolerance limits in quality control

🏭 Practical Applications

Normal distribution calculations appear in diverse real-world contexts:

Education – grading on a curve, test-score analysis, admissions cutoffs

Quality control – process capability (Cp, Cpk), defect-rate estimation

Finance – returns modeling, Value-at-Risk, option pricing (Black-Scholes)

Medicine – reference ranges for lab values, clinical trial endpoints

Engineering – tolerance analysis, reliability estimation, signal noise

PDF vs. Probability
The PDF value at a single point is not a probability. To get a probability, you must integrate the PDF over an interval — which is exactly what the CDF and interval modes do. For a continuous distribution, P(X = x) = 0 for any specific x.

📊 Standard Normal Shortcut

Enable the Use Standard Normal toggle to lock μ = 0 and σ = 1. In this mode, your x-value is interpreted directly as a z-score, and all outputs map to the standard N(0,1) distribution. This is equivalent to looking up a z-table but with instant, high-precision results for any probability you need.

⚠️ When the Normal Model May Not Apply

The normal distribution assumes symmetric, unimodal data with no heavy tails. It may be a poor fit for:

Skewed data — income, survival times, reaction rates

Bounded variables — percentages, counts, ratings

Heavy-tailed distributions — financial returns, earthquake magnitudes

Small samples — use the t-distribution instead

Always verify normality with a histogram, Q-Q plot, or a formal test (Shapiro-Wilk, Anderson-Darling) before relying on normal-distribution probabilities.

Frequently Asked Questions

Is the Normal Distribution Calculator free?

Yes, Normal Distribution Calculator is totally free :)

Can I use the Normal Distribution Calculator offline?

Yes, you can install the webapp as PWA.

Is it safe to use Normal Distribution Calculator?

Yes, any data related to Normal Distribution Calculator only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

What is the normal distribution and why is it important?

The normal distribution (also called the Gaussian distribution) is a symmetric, bell-shaped probability distribution described by its mean (μ) and standard deviation (σ). It is fundamental in statistics because many natural phenomena — exam scores, heights, measurement errors — follow it approximately, and it is the basis of the Central Limit Theorem.

How does this Normal Distribution Calculator work?

Enter a mean (μ) and standard deviation (σ), then choose a mode: PDF (density at a point), Left-Tail CDF P(X ≤ x), Right-Tail P(X ≥ x), Interval P(a ≤ X ≤ b), Inverse Normal (x from a target probability), or Z-Score. The calculator converts your inputs to z-scores, applies the standard normal formulas, and returns both numeric results and a visual bell-curve diagram.

What is the difference between PDF and CDF?

The Probability Density Function (PDF) gives the relative likelihood of a value at a specific point — it is not a probability itself but a density. The Cumulative Distribution Function (CDF) gives P(X ≤ x), the total probability of observing a value up to and including x. For a continuous distribution like the normal, only ranges (not single points) have non-zero probability.

How is inverse normal (quantile) different from CDF?

CDF maps a value x to a probability: P(X ≤ x) = p. Inverse normal reverses this: given a target probability p, it finds the x such that P(X ≤ x) = p. This is used to find percentile cutoffs, critical values in hypothesis testing, and confidence-interval bounds.

When should I use the Standard Normal toggle?

Enable 'Use Standard Normal' to automatically set μ = 0 and σ = 1 (i.e., the N(0,1) distribution). This is useful when looking up z-table values directly or when all your values have already been standardized. The z-score output equals the x-value in this mode.

How accurate are the probability results?

The calculator uses Peter Acklam's rational approximation of the inverse CDF and the Abramowitz & Stegun error-function approximation for the CDF — both accurate to approximately 6 decimal places. Results are reliable for all practical statistical work; only extreme tail probabilities (p < 0.001 or p > 0.999) may show slightly reduced precision.