We use cookies.This website uses essential cookies to operate core features. With your consent, we also use analytics cookies to understand traffic and improve the service. For more details, see our .
Normal Distribution Calculator
If this tool helped you, you can buy us a coffee ☕
Input mean and standard deviation to quickly calculate the cumulative probability or quantile corresponding to a value.
The mean represents the center of the distribution, while the standard deviation measures data dispersion (larger value means more spread out). Standard deviation must be greater than 0.
Enter mean, standard deviation, and value(s) to view probability results.

Trigonometry Calculator
Calculate six trigonometric functions from radian values with custom decimal precision.

Inverse Trigonometric Function Calculator
Accurately calculate radian values for inverse trig functions like arcsin and arccos. Supports 6 function types and custom decimal precision.

Least Common Multiple (LCM) Calculator
Quickly calculate the least common multiple (LCM) of two or more integers. Supports space-separated number list input.
Scenario 1: Exam Grade Ranking — The average score of an exam is 80 with a standard deviation of 12. Your child scored 92, and you want to know how many students they outperformed. Open the calculator, enter a mean of 80, a standard deviation of 12, and an X value of 92. The right side immediately shows that the "probability of X ≤ 92" is about 84.1%, meaning they scored higher than approximately 84% of the test-takers.
Scenario 2: Production Quality Control — A part's length requirement is 10±0.2 mm. The actual production mean is 10.01 with a standard deviation of 0.05. You want to know the defect rate for parts exceeding 10.2 mm. Enter a mean of 10.01, a standard deviation of 0.05, and an X value of 10.2. The probability of being greater than 10.2 is about 0.008%, which means about 80 out of every million parts will exceed the limit, failing the specification requirements.
Scenario 3: Psychometrics and Assessment — The Wechsler Adult Intelligence Scale (WAIS) has a mean of 100 and a standard deviation of 15. A person scores 130 and wants to know if they belong to the top 2% high-IQ group. Enter μ=100, σ=15, and X=130. The probability of scoring greater than 130 is approximately 2.3%, which does not meet the threshold for the top 2% (which is about 131 points).
The normal distribution, also known as the Gaussian distribution, is the most common probability distribution in nature and society. It resembles a bell-shaped curve that is symmetrical, peaking in the middle and tapering off at the sides. Many real-world data sets approximate a normal distribution, such as human height, test scores, and measurement errors. We can describe the entire distribution using just two parameters: the mean μ (average) and the standard deviation σ (data dispersion). For example, in a distribution where μ=100 and σ=15, about 68% of the data falls between 85 and 115, 95% falls between 70 and 130, and 99.7% falls between 55 and 145. This is the famous "68-95-99.7 rule" (Empirical Rule).
Our calculator internally uses the standard normal cumulative distribution function (CDF). It converts any normal distribution into a standard normal distribution (μ=0, σ=1) for calculation. The core formula is:
Z = (X - μ) / σ
Where X is the value of interest, μ is the mean, and σ is the standard deviation. After calculating the Z-score, the error function (erf) is used to calculate Φ(Z) = P(X ≤ x). Our calculation results are based on high-precision numerical algorithms, typically accurate to four decimal places.
80.12.92.Suppose the school-wide average for a math exam is 75 with a standard deviation of 10. You scored 85 and want to know your percentile ranking.
75 in the Mean (μ) field.10 in the Standard Deviation (σ) field.85 in the X Value field.Example 1: A production batch has a mean length of 50 mm and a standard deviation of 0.02 mm. The lower specification limit is 49.95 mm, and the upper limit is 50.05 mm. You want to know the probability of a part falling below the lower limit.
Example 2 (Edge Case): If the standard deviation is 0 (all data points are identical)—however, a normal distribution does not allow σ=0. Our calculator will prompt "Standard deviation must be greater than 0." In practice, when σ approaches 0, the distribution nearly degenerates