Normal Distribution (Z-Score)

Statistics & Probability

This statistical distribution tool converts raw observational data points into standardized Z-scores using a specified mean and standard deviation. It calculates cumulative probabilities under the standard normal bell curve to identify exact percentiles, tail areas, and critical values for hypothesis testing.

Standard Normal Curve (Z = 1)P(X < 115) = 84.13%
-3σ-2σ-1σμ+1σ+2σ+3σ
Calculated Result
Z-Score = 1

P(X < 115) = 84.13% · P(X > 115) = 15.87%

Percentile Rank
84.13th percentile
Left-Tail P(X < x)
0.841345
Right-Tail P(X > x)
0.158655
Two-Tailed p-value
0.317311
Formula: Z = (X − μ) / σ · P(Z) = ∫ (1/√(2π)) e^(-t²/2) dt

About this calculator

Standardizing measurements across diverse datasets is essential for comparing values that originate from fundamentally different scales, such as standardized exam scores, blood pressure metrics, or manufacturing component tolerances. By standardizing a raw score against its group mean and dispersion, analysts determine exactly how typical or extreme an individual observation is relative to its cohort. Typical inputs include the raw observation value, the distribution mean, and the population standard deviation.

The computed Z-score indicates the exact number of standard deviations a data point lies above or below the distribution mean, where a negative score represents a value below average. Accompanying cumulative probability figures reveal the percentile rank, indicating the proportion of the population falling below or above that specific benchmark. Note that Z-score probability tables assume the underlying population strictly follows a symmetrical Gaussian bell curve; skewed or heavy-tailed distributions require alternative non-parametric transformations.

How It Works & Formula

FormulaZ = (X - μ) / σ | P(Z ≤ z) = Φ(z)

The Z-score formula subtracts the population mean from the individual data value and divides that difference by the standard deviation. That standardized coordinate is evaluated against the cumulative Gaussian integral to produce the area under the standard normal curve up to that value.