Enter your distribution inputs
Choose a mode (single value or interval). Use σ > 0. Results are calculated in your browser.
This free Normal Distribution Calculator calculator gives you a playful 0–100 normal distribution match score based on your name and their name – with a fun romantic explanation. No AI. No signup. 100% free.
Choose a mode (single value or interval). Use σ > 0. Results are calculated in your browser.
The normal distribution (also called the Gaussian distribution) is the most famous probability distribution in statistics. It’s the classic bell curve: values cluster near the average (the mean) and thin out symmetrically as you move away from the center.
You’ll see the normal distribution everywhere because many real-world processes are the result of lots of small, independent effects adding together. Heights, measurement noise, standardized test scores, manufacturing variation, and many “errors” in science can often be approximated by a normal curve. Even when a dataset is not perfectly normal, the bell curve is still a powerful approximation tool.
If a random variable X is normally distributed with mean μ and standard deviation σ, we write: X ~ N(μ, σ²). (Notice it’s σ² in the notation because variance is σ².)
PDF:
f(x) = 1 / (σ √(2π)) · exp( − (x − μ)² / (2σ²) )
CDF: There isn’t a simple elementary closed form for the normal CDF, so calculators use a
reliable numerical approximation. A common way to express it is via the error function erf:
Φ(x) = 1/2 · [ 1 + erf( (x − μ) / (σ √2) ) ]
The z-score converts your x into “how many standard deviations from the mean”:
z = (x − μ) / σ
When you compute z, you can compare values across totally different distributions. For example, a test score of 88 might be “above average” in one class and “average” in another. Z-scores put them on the same scale.
For a normal distribution:
This is why z-scores matter: z = 1 is “one sigma away,” which is common; z = 3 is “three sigma away,” which is rare.
Examples are the fastest way to feel confident with the bell curve. Below are three classic normal distribution questions you’ll see in homework, exams, and real life.
Suppose adult heights (in a simplified model) follow N(170, 7²) centimeters. What is the probability someone is ≤ 180 cm?
With this calculator, you’d enter μ = 170, σ = 7, x = 180, and it returns the CDF and percentile instantly.
A machine fills bottles with volume modeled as N(500, 8²) ml. What fraction of bottles are ≥ 515 ml?
The “1 − CDF” step is the most common place people make mistakes. This calculator shows both P(X ≤ x) and P(X ≥ x) so you can sanity-check yourself.
Exam scores are modeled as N(72, 10²). What is the probability a student scores between 60 and 85?
That “subtract CDFs” pattern is the key identity for interval probabilities. In the calculator, switch mode to “Between (a to b)” and enter a = 60, b = 85.
Under the hood, the calculator does three things:
For interval mode, it calculates the left CDF at b and the left CDF at a, then subtracts: P(a ≤ X ≤ b) = Φ(b) − Φ(a) (with μ and σ applied inside the z-scores).
The PDF is the height of the bell curve at x (a density). The CDF is the area to the left of x (a probability). If you want “what percent are below this value,” you want the CDF.
For continuous distributions like the normal, the probability of one exact point is effectively zero. Probabilities come from intervals (areas under the curve), not single points. That’s why PDF is a density.
It uses standard normal formulas and a well-known approximation for the error function (erf), which is very accurate for typical calculator use. For scientific computing, cross-check with software like R, Python (SciPy), or a statistics table.
The normal distribution is often an approximation. If your data is skewed, has heavy tails, or is bounded (like 0–100%), the normal model might misestimate extreme probabilities. Still, it’s a useful first pass, especially near the center.
σ is “typical spread.” If σ is small, values are tightly clustered around μ. If σ is large, values vary widely. The 68–95–99.7 rule tells you how much of the data sits within 1, 2, and 3 standard deviations of the mean.
Yes. If you set μ = 0 and σ = 1, you’re using the standard normal. Then x becomes z and the CDF output matches a z-table value.
Use the complement rule: P(X > x) = 1 − P(X ≤ x). The results box shows both left-tail and right-tail probabilities.
The calculator runs in your browser. If you click “Save Result,” it stores only the result summary in localStorage on this device so you can compare later. Nothing is sent anywhere.
MaximCalculator provides simple, user-friendly tools. Always treat results as entertainment and double-check any important numbers elsewhere.