🌐 EN

Z-Score Calculator

Calculate Z-scores to measure how many standard deviations a data point is from the mean. Essential for statistical analysis and probability calculations.

Z-Score
Cumulative Probability Percentile

Formula: Z = (X - μ) / σ

Normal Distribution Curve
GUIDE

Learn more

01

What is a Z-Score?

A Z-score (standard score) indicates how many standard deviations a value is from the mean. Calculated using Z = (X - μ) / σ, where X is the raw score, μ is the mean, and σ is the standard deviation. A Z-score of 0 means the value equals the mean, positive means above average, and negative means below average.

02

Applications of Z-Scores

Z-scores are very useful for comparing scores on different scales. For example, while it is difficult to directly compare math and English test scores, converting them to Z-scores reveals which subject you performed better in. Also widely used in outlier detection, financial data analysis, quality control, and more.

03

Normal Distribution and Z-Scores

In normally distributed data, Z-scores have special significance. About 68% of data falls between Z-scores of -1 and 1, about 95% between -2 and 2, and about 99.7% between -3 and 3. This is known as the empirical rule (68-95-99.7 rule) and helps understand data distribution.

04

Relationship Between Percentiles and Z-Scores

Percentiles can be derived from Z-scores. A percentile indicates what percentage of values fall below a given value. For example, a Z-score of 1 corresponds to approximately the 84.13th percentile, meaning 84.13% of values are lower. A Z-score of 0 corresponds to the 50th percentile (median).

05

Real-Life Applications of Standard Scores

Standard scores are widely used in academic achievement assessment, entrance exams, medical test result interpretation, and more. SAT scores are also variations of Z-scores, enabling fair comparisons across different test difficulties. Z-scores are also used to interpret height, weight, IQ scores, and other measurements.

06

Calculating Probabilities with Z-Scores

Z-scores can be used to calculate the probability of specific values occurring. Using Z-tables or calculators to find cumulative probabilities reveals the proportion of data that is smaller or larger than a given value. This forms the foundation for statistical inference, including hypothesis testing, confidence interval calculation, and risk analysis.

Frequently asked questions

What does a negative Z-score mean?
A negative Z-score means the value is below the mean. For example, Z = -1.5 means the value is 1.5 standard deviations below the average.
Why do I get an error when I enter 0 for standard deviation?
Because standard deviation (σ) is the denominator in Z = (X - μ) / σ, and dividing by zero is undefined. Standard deviation must always be a value greater than 0.
How is the percentile calculated from the Z-score?
The Z-score is plugged into the normal distribution's cumulative distribution function (CDF). For example, a Z-score of 0 corresponds to exactly the 50th percentile — the middle of the data.
Does this calculator assume a normal distribution?
Yes. The percentile and probability values derived from the Z-score assume the data follows a normal (or approximately normal) distribution. If your data deviates significantly from normal, interpret the results with caution.
Is this the same concept as standardized test scores like the SAT?
The core idea is the same. Standardized test scores are also raw scores converted using the mean and standard deviation — essentially an applied form of the Z-score, though the actual formulas may include additional adjustments for test difficulty.