Z-Score
Standardizing a value from a Normal Distribution.
This public page keeps the free explanation visible and leaves premium worked solving, advanced walkthroughs, and saved study tools inside the app.
Core idea
Overview
The Z-score, also known as the standard score, quantifies the distance of a data point from the mean in units of standard deviation. It serves as a dimensionless value that facilitates the comparison of observations from different datasets by mapping them onto a standard normal distribution.
When to use: Apply this formula when you need to standardize values to identify outliers or determine the relative position of a data point within a distribution. It is most effective when the population mean (μ) and standard deviation (σ) are known and the underlying data follows a normal distribution.
Why it matters: Z-scores are essential in fields like psychometrics and finance because they allow for the 'apples-to-apples' comparison of data from different scales. For instance, they enable educators to compare student performance across different tests that have varying difficulty levels and mean scores.
Symbols
Variables
z = Z-Score, x = Value, \mu = Mean, \sigma = Std Deviation
Walkthrough
Derivation
Derivation of the Standard Normal Variable (Z-Score)
A Z-score converts a normal variable X into a standard normal variable Z ~ N(0,1) by shifting by the mean and scaling by the standard deviation.
- X is normal: .
- .
Shift to Centre at Zero:
Subtracting moves the mean to 0.
Scale to Unit Standard Deviation:
Dividing by rescales the spread so the standard deviation becomes 1.
Note: Z tells you how many standard deviations X is from the mean.
Result
Source: OCR A-Level Mathematics — Statistics (Normal Distribution)
Free formulas
Rearrangements
Solve for
Make z the subject
Exact symbolic rearrangement generated deterministically for z.
Difficulty: 3/5
Solve for
Make x the subject
Exact symbolic rearrangement generated deterministically for x.
Difficulty: 2/5
Solve for
Make mu the subject
Exact symbolic rearrangement generated deterministically for mu.
Difficulty: 2/5
Solve for
Make sigma the subject
Exact symbolic rearrangement generated deterministically for sigma.
Difficulty: 3/5
The static page shows the finished rearrangements. The app keeps the full worked algebra walkthrough.
Visual intuition
Graph
The graph is a straight line because the variable x appears with a power of one, meaning the z-score changes at a constant rate determined by the slope of one divided by sigma. For a student, this linear relationship shows that larger x-values result in higher z-scores, indicating a position further above the mean, while smaller x-values result in lower z-scores. The most important feature is that the constant slope means a fixed increase in x always produces the same change in the z-score regardless of the startin
Graph type: linear
Why it behaves this way
Intuition
Imagine a bell-shaped curve representing a normal distribution; the Z-score pinpoints where a specific data point lies along the horizontal axis, measured in 'steps' of standard deviation away from the central peak (the
Signs and relationships
- x - μ: This difference calculates the raw deviation of an individual data point (x) from the population mean (μ). Its sign indicates whether 'x' is above (positive) or below (negative) the mean.
- /σ: Dividing the deviation (x - μ) by the standard deviation (σ) normalizes the value, converting it into a unitless measure of 'how many standard deviations away' the data point is.
Free study cues
Insight
Canonical usage
This equation calculates a dimensionless Z-score by standardizing a data point relative to its population mean and standard deviation.
Common confusion
A common mistake is to use inconsistent units for the data point (x), population mean (μ), and population standard deviation (σ). For example, if x is in meters, but μ and σ are in centimeters, the Z-score will be
Dimension note
The Z-score is a dimensionless quantity because it is a ratio of two values (x - μ and σ) that inherently possess the same units. This unit cancellation results in a pure number, allowing for comparison across different
Unit systems
One free problem
Practice Problem
A student scores 85 on a biology exam where the class mean is 70 and the standard deviation is 10. What is the student's calculated z-score?
Solve for:
Hint: Subtract the mean from the score before dividing by the standard deviation.
The full worked solution stays in the interactive walkthrough.
Where it shows up
Real-World Context
Comparing test scores from different exams.
Study smarter
Tips
- A positive z-score indicates the value is above the mean, while a negative score indicates it is below.
- Approximately 95% of all data points in a normal distribution fall between a z-score of -2 and +2.
- The mean of any z-score distribution is always 0, and the standard deviation is always 1.
- Ensure your data is approximately normal before using z-scores for probability calculations.
Avoid these traps
Common Mistakes
- Subtracting in wrong order (μ - x).
- Using variance instead of σ.
Common questions
Frequently Asked Questions
A Z-score converts a normal variable X into a standard normal variable Z ~ N(0,1) by shifting by the mean and scaling by the standard deviation.
Apply this formula when you need to standardize values to identify outliers or determine the relative position of a data point within a distribution. It is most effective when the population mean (μ) and standard deviation (σ) are known and the underlying data follows a normal distribution.
Z-scores are essential in fields like psychometrics and finance because they allow for the 'apples-to-apples' comparison of data from different scales. For instance, they enable educators to compare student performance across different tests that have varying difficulty levels and mean scores.
Subtracting in wrong order (μ - x). Using variance instead of σ.
Comparing test scores from different exams.
A positive z-score indicates the value is above the mean, while a negative score indicates it is below. Approximately 95% of all data points in a normal distribution fall between a z-score of -2 and +2. The mean of any z-score distribution is always 0, and the standard deviation is always 1. Ensure your data is approximately normal before using z-scores for probability calculations.
References
Sources
- Wikipedia: Standard score
- Britannica: Z-score
- OpenIntro Statistics, 4th Edition by David Diez, Christopher Barr, Mine Çetinkaya-Rundel
- Probability and Statistics for Engineers and Scientists, 9th Edition by Ronald E. Walpole, Raymond H. Myers, Sharon L. Myers, Keying Ye
- Wikipedia: Normal distribution
- OCR A-Level Mathematics — Statistics (Normal Distribution)