📈 Z-Score Calculator

Calculate z-scores, percentiles, and probabilities for normal distribution

📏 Enter Values

The raw score you want to convert to a z-score
The average of the distribution
The spread of the distribution (must be positive)

📊 Results

Z-Score

--
--

Percentile

--

Area Left of Z

--

Area Right of Z

--

Distance from Mean

--

Normal Distribution Curve

📏 Enter Dataset

Z-scores will be calculated for each value

📊 Dataset Statistics

Mean (μ)

--

Std Dev (σ)

--

Count (n)

--

Range

--

Z-Scores for Each Value

Data Distribution

📚 Understanding Z-Scores

What is a Z-Score?

A z-score (also called a standard score) measures how many standard deviations a value is from the mean. It standardizes different datasets, allowing for comparison across different scales and units.

Z-Score Formula

z = (x - μ) / σ

Where:

Interpreting Z-Scores

The 68-95-99.7 Rule (Empirical Rule)

In a normal distribution:

Percentiles and Z-Scores

The percentile tells you what percentage of values fall below your z-score. For example, a z-score of 0 corresponds to the 50th percentile (median), while a z-score of 1.96 corresponds to approximately the 97.5th percentile.

Practical Applications

When to Use Z-Scores

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 mean. Negative z-scores are just as valid as positive ones and simply indicate position relative to the mean.

Can z-scores be greater than 3 or less than -3?

Yes, z-scores can be any value, but values beyond ±3 are extremely rare in a normal distribution (less than 0.3% of data). Such extreme z-scores often indicate outliers or data points that don't follow the normal distribution pattern.

How do I convert a z-score to a percentile?

Use the cumulative distribution function (CDF) of the standard normal distribution. Our calculator does this automatically. For example, z = 0 is the 50th percentile, z = 1 is approximately the 84th percentile, and z = 2 is approximately the 97.7th percentile.

What's the difference between z-score and t-score?

Z-scores are used when you know the population standard deviation and have a large sample (n > 30). T-scores are used when you only have the sample standard deviation and a smaller sample size. T-scores account for additional uncertainty with smaller samples.

Can I use z-scores for non-normal distributions?

You can calculate z-scores for any distribution, but the percentile interpretations and the 68-95-99.7 rule only apply to normal distributions. For non-normal data, z-scores still indicate distance from the mean but may not correspond to expected percentiles.

How do I identify outliers using z-scores?

A common rule is that values with |z| > 3 are potential outliers. Some analysts use |z| > 2.5 or |z| > 2 for more conservative outlier detection. The appropriate threshold depends on your field and the consequences of false positives.