Find the probability density, cumulative probability, or the value at a given percentile for any mean and standard deviation.
Enter mean, standard deviation and a value of x
Enter mean, standard deviation and a probability (0–1)
This free normal distribution calculator — also a bell curve calculator, Gaussian distribution calculator, and cumulative distribution function calculator — computes the probability density (PDF), the cumulative probability (CDF), and the inverse CDF for any distribution defined by a mean μ and standard deviation σ. Enter a value to find how much of the bell curve lies below it, or enter a percentile to find the value that corresponds to it — useful for anything from test-score cutoffs to manufacturing tolerances to financial risk modeling.
The normal distribution is a symmetric, bell-shaped curve defined entirely by its mean (center) and standard deviation (spread). This calculator's Value → Probability tab measures the density at a point and the cumulative probability P(X ≤ x) — the share of the distribution lying at or below that value. Its Probability → Value tab does the reverse: given a target probability, it finds the value on the distribution's scale that corresponds to it.
This tool is for students and instructors working through probability density function calculator and cumulative distribution function calculator problems, data scientists and analysts modeling continuous variables, quality-control engineers setting tolerance limits, finance professionals estimating value-at-risk under a normal assumption, and researchers computing confidence intervals or critical values from a Gaussian distribution.
The normal distribution is the most widely used continuous probability distribution in statistics because, per the central limit theorem, the sum or average of many independent random effects tends toward a normal shape — regardless of the shape of the underlying individual effects. This makes it a natural default model for measurement error, natural variation in biological traits, and aggregated data of all kinds.
Standardized testing programs use the normal distribution to set percentile-based cutoffs and score scales. Manufacturers assume normally distributed measurement error when setting Six Sigma quality-control limits. Financial analysts use it (with caveats) to estimate value-at-risk and the probability of extreme portfolio moves. Biologists and doctors use it to model natural variation in height, blood pressure, and other continuous biological measurements. Researchers rely on the standard normal distribution to compute confidence intervals and critical values in hypothesis testing.
How this normal distribution calculator computes density, cumulative probability, and the inverse CDF
The PDF value at a point can exceed 1 for a small σ — only the area under the curve between two points is an actual probability.
P(X ≤ x) can only be written as an integral, or in terms of the error function (erf) — it's always computed numerically, never algebraically.
A probability of exactly 0.5 in the inverse direction always returns x = μ, since the bell curve is perfectly symmetric.
From picking a direction to interpreting the probability
Choose "Value → Probability" to find the density and cumulative probability at a value, or "Probability → Value" to find the value at a given percentile.
Enter μ (mean) and σ (standard deviation) describing your normal distribution — these define its center and spread.
For Value → Probability, enter x. For Probability → Value, enter a probability strictly between 0 and 1 (e.g. 0.9 for the 90th percentile).
The calculator converts your input to a z-score internally, then evaluates the PDF formula and the standard normal CDF approximation (or its inverse).
Value → Probability shows P(X ≤ x), P(X > x), the density at x, and the z-score. Probability → Value shows the corresponding value and its z-score.
Check that P(X ≤ x) + P(X > x) = 1, or confirm that a probability of exactly 0.5 in Probability → Value returns the mean.
An IQ-style distribution with mean 100 and standard deviation 15
A distribution has mean μ = 100 and standard deviation σ = 15. What proportion of the distribution falls at or below x = 115? And what value corresponds to the 90th percentile?
Explanation: A value of exactly one standard deviation above the mean (x = μ + σ = 115) lands at approximately the 84.13th percentile — consistent with the empirical rule, since 68% falls within ±1σ, leaving 16% in the upper tail and 84% at or below 115. The PDF value (≈0.016131) is a density, not a probability — it only becomes a probability once integrated (via the CDF) over a range.
What PDF, CDF, and inverse CDF results each actually mean
| Result | What It Means | Example Reading |
|---|---|---|
| PDF (density) at x | Relative likelihood near x — a density, not a probability; can exceed 1 | 0.016131 at x=115 (μ=100, σ=15) |
| P(X ≤ x) — CDF | The proportion of the distribution at or below x | 84.13% of values are ≤ 115 |
| P(X > x) — upper tail | The proportion of the distribution above x; always 1 − CDF | 15.87% of values are > 115 |
| Value at percentile p | The x-value below which p×100% of the distribution falls | 90th percentile ≈ 119.22 |
Typical ranges (the empirical rule): about 68% of values fall within μ ± 1σ, 95% within μ ± 2σ, and 99.7% within μ ± 3σ. Values beyond μ ± 3σ are rare enough to often be treated as outliers on a truly normal distribution.
PDF vs CDF/probability: never read a PDF value as a probability by itself — only the area under the PDF curve between two points (given by subtracting two CDF values) represents an actual probability.
Manual verification: confirm P(X ≤ x) + P(X > x) always equals 1, and that a probability of 0.5 in the Probability → Value tab always returns x = μ exactly, since the normal distribution is perfectly symmetric.
Where modeling a variable as normally distributed is genuinely useful
Find what percentage of test-takers scored below a given value, or the score cutoff for a target percentile.
Model manufacturing tolerances and defect rates assuming normally distributed measurement error.
Estimate the probability of extreme portfolio moves under a normal returns assumption.
Model natural variation in height, blood pressure, or other continuous biological measurements.
Compute critical values and confidence intervals from the standard normal distribution.
Set acceptable measurement ranges based on a target percentage of production falling within spec.
Model continuous features as normally distributed for statistical tests and anomaly thresholds.
Model continuous traits like height or weight across a population sample.
Estimate the probability of a temperature or rainfall value falling in a given range.
Estimate what percentile a performance metric falls at relative to a league-wide distribution.
Model claim sizes or risk exposure under a normal or near-normal distribution assumption.
Flag data points beyond a chosen percentile or z-score as statistical anomalies.
Set grade-boundary percentiles for a class assuming scores are roughly normally distributed.
What this normal distribution calculator does well, and where care is still needed
Three related but distinct outputs this calculator reports
| Concept | Definition | Answers the Question |
|---|---|---|
| PDF — Probability Density Function | The relative likelihood (density) of the distribution near a specific value x | "How concentrated is the distribution right at x?" |
| CDF — Cumulative Distribution Function | The probability that a random value from the distribution is ≤ x | "What share of values fall at or below x?" |
| Inverse CDF | The value x corresponding to a given cumulative probability p | "What value marks the pth percentile?" |
Summary: This normal distribution calculator gives you an instant, free way to compute the density, cumulative probability, and inverse CDF for any mean and standard deviation — with the formula and a numerically honest note that the CDF has no simple closed form. Pair it with related tools like the Z-Score Calculator and Standard Deviation Calculator for a fuller statistical picture of your data.
Common questions about the normal distribution
Trusted educational references to go deeper on the bell curve and its math
Explore other statistics tools