Skip to main content
math

Z-Score Calculator

Calculate the z-score (standard score) of a value, showing how many standard deviations it is from the mean. Essential for statistics and hypothesis testing.

Reviewed by Chase FloiedUpdated

This free online z-score calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

The observed value you want to standardize.

The mean of the population or distribution.

The standard deviation of the population.

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Z-Score Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Z-Score Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Z-Score Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Z-Score Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
  • Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
  • Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
  • Use it to explore the behavior of mathematical functions across a range of inputs.

About This Calculator

The Z-Score Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Calculate the z-score (standard score) of a value, showing how many standard deviations it is from the mean. Essential for statistics and hypothesis testing. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.

About Z-Score Calculator

The z-score calculator converts a raw data value into a standardized score that represents how many standard deviations that value lies from the mean. Z-scores are fundamental in statistics for comparing values from different distributions, identifying outliers, performing hypothesis tests, and constructing confidence intervals. A z-score of 0 means the value equals the mean, a positive z-score means it is above the mean, and a negative z-score means it is below. In a normal distribution, about 68% of values have z-scores between -1 and 1, about 95% between -2 and 2, and about 99.7% between -3 and 3. This is the empirical rule.

The Math Behind It

The z-score transformation z = (x - mu)/sigma maps any normal distribution N(mu, sigma^2) to the standard normal distribution N(0, 1). This standardization allows you to use a single z-table to find probabilities for any normally distributed variable. The cumulative distribution function Phi(z) gives the probability that a standard normal variable is less than or equal to z. For hypothesis testing, the test statistic is often a z-score when the population standard deviation is known and the sample size is large. The critical values z = 1.645 (one-tailed 5%), z = 1.96 (two-tailed 5%), and z = 2.576 (two-tailed 1%) are frequently used thresholds. Z-scores are also used in process control (Six Sigma methodology aims for a z-score of 6 between the process mean and the nearest specification limit), in finance (to standardize returns), and in education (to compare test scores across different exams). When the population standard deviation is unknown and estimated from a sample, the t-distribution should be used instead of the z-distribution, especially for small samples.

Formula Reference

Z-Score Formula

z = (x - mu) / sigma

Variables: z = z-score; x = observed value; mu = population mean; sigma = population standard deviation

Worked Examples

Example 1: Exam score comparison

A student scored 85 on a test where the class mean is 70 and the standard deviation is 10. What is the z-score?

Step 1:z = (x - mu) / sigma = (85 - 70) / 10.
Step 2:z = 15 / 10 = 1.5.

The z-score is 1.5, meaning the student scored 1.5 standard deviations above the mean.

Example 2: Quality control measurement

A manufactured part has length 10.2 mm. The process mean is 10.0 mm with sigma = 0.05 mm.

Step 1:z = (10.2 - 10.0) / 0.05.
Step 2:z = 0.2 / 0.05 = 4.0.

A z-score of 4.0 indicates the part is far outside normal variation and likely defective.

Common Mistakes & Tips

  • !Using the sample standard deviation when the population standard deviation is known, or vice versa.
  • !Dividing by the variance instead of the standard deviation.
  • !Interpreting z-scores as percentages directly; you need a z-table or normal CDF to convert to probabilities.

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

What does a negative z-score mean?

A negative z-score means the data value is below the mean. For example, z = -2 means the value is two standard deviations below the mean.

When should I use a t-score instead of a z-score?

Use a t-score when the population standard deviation is unknown and you are estimating it from a sample, especially when the sample size is small (n < 30).

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

Yes, but values beyond +-3 are extremely rare in a normal distribution (less than 0.3% combined). Such values are often considered outliers.