TFT

Z-Score Calculator (Standard Score)

Convert any data point to a z-score to see how many standard deviations it is from the mean. Use our calculator to find probabilities and percentiles in a normal distribution quickly.

Z-Score Calculator

Calculate the z-score (standard score) and find the probability in a normal distribution.

How the Z-Score Calculator Works

Enter three values: the raw score (your data point), the population mean, and the population standard deviation. The calculator computes the z-score using the formula z = (X - μ) / σ.

The z-score tells you how many standard deviations your value is from the mean. Positive means above average, negative means below average, zero means exactly at the mean.

The calculator also finds the percentile and probabilities. The percentile shows what percentage of values fall below yours. P(X less than) and P(X greater than) give the exact probabilities from the standard normal distribution.

When You'd Actually Use This

Comparing test scores from different exams

You scored 85 on Exam A (mean 75, SD 10) and 90 on Exam B (mean 85, SD 15). Z-scores show Exam A performance was better relative to peers (z=1.0 vs z=0.33).

Identifying outliers in data

Values with z-scores beyond ±2 or ±3 are potential outliers. A z-score of 3.5 means the value is 3.5 standard deviations from the mean - very unusual.

Quality control thresholds

Set acceptance limits at z = ±2. Any product measurement outside this range fails quality control. This catches 95% of normal variation while flagging problems.

Growth chart percentiles

Pediatricians use z-scores to track child development. A height z-score of -1.5 means the child is shorter than 93% of peers (7th percentile).

Standardizing data for machine learning

Convert features to z-scores before training models. This puts all features on the same scale, improving algorithm performance and convergence.

Statistics exam problems

Your homework asks for the probability of a value in a normal distribution. Calculate the z-score, then find the corresponding probability.

What to Know Before Using

Z-scores assume normal distribution.The probability calculations are valid only for normally distributed data. Skewed or bimodal distributions need different methods.

Population parameters must be known.Use the population mean and standard deviation, not sample estimates. If you only have sample statistics, the t-distribution is more appropriate.

Z-scores are unitless.The z-score has no units because it's a ratio. A z-score of 1.5 means the same thing whether measuring height in cm or weight in kg.

Percentile shows relative standing.84th percentile means 84% of values are below yours. This is more intuitive than z-scores for non-technical audiences.

Pro tip: Z-scores between -1 and 1 cover about 68% of normal data. Scores between -2 and 2 cover 95%. Anything beyond ±3 is rare (0.3% of data) and worth investigating.

Common Questions

What does a z-score of 0 mean?

A z-score of 0 means the value equals the mean exactly. It's at the 50th percentile - half the data is below, half is above.

Can z-scores be greater than 3?

Yes, but it's rare in normal data. A z-score of 4 means the value is 4 standard deviations from the mean. This happens in less than 0.01% of cases.

How do I interpret the probability?

P(X less than raw score) is the probability a random value from the distribution is below your value. If it's 0.84, there's an 84% chance of getting a lower value.

What if standard deviation is zero?

Zero standard deviation means all values are identical. Z-score calculation is undefined (division by zero). There's no variation to measure.

Is z-score the same as standard score?

Yes, z-score and standard score are the same thing. Both describe how many standard deviations a value is from the mean.

Can I use this for sample data?

For small samples, use the t-statistic instead. Z-scores work well for large samples (n greater than 30) or when population parameters are known.

What's the z-score for the 95th percentile?

The 95th percentile corresponds to a z-score of approximately 1.645. This means 95% of values fall below 1.645 standard deviations above the mean.