A z-score tells you exactly how far a single data point sits from the mean of its group, measured in standard deviations. A z-score of 0 means you're exactly at the average. A z-score of +1 means one standard deviation above the mean. A z-score of −2 means two standard deviations below. The value converts any raw measurement into a standardized unit, making it possible to compare results across entirely different scales and datasets.
Step 1: Apply the Z-Score Formula
The formula for a z-score is:
z = (x − μ) / σ
Where:
- x is the individual data point
- μ (mu) is the population mean
- σ (sigma) is the population standard deviation
Worked example: A student scores 85 in an exam. The class mean is 72 and the standard deviation is 10.
z = (85 − 72) / 10 = 13 / 10 = 1.3
The student scored 1.3 standard deviations above the class average. The Z-Score Calculator computes this instantly.
Step 2: Interpret What the Z-Score Means
Once you have a z-score, you can read what it says about relative position:
| Z-Score | Meaning |
|---|---|
| 0 | Exactly at the mean |
| +1.0 | Top 15.9% (better than 84.1% of the group) |
| +2.0 | Top 2.3% (better than 97.7%) |
| +3.0 | Top 0.13%, extremely rare |
| −1.0 | Bottom 15.9% |
| −2.0 | Bottom 2.3% |
These percentages come from the normal distribution and hold whenever your data is roughly bell-shaped. For the student in the example, z = 1.3 places them in the top 19.7% of the class.
Step 3: Find the Probability Using a Z-Table
A standard z-table gives the cumulative probability P(Z < z), the share of the distribution that falls below your z-score.
For z = 1.3, look up 1.3 in the table: P(Z < 1.3) = 0.9032
The student scored better than 90.32% of the class. To find the probability of scoring above this level: 1 − 0.9032 = 0.0968, or about 9.7% of students scored higher.
To find the probability between two z-scores, say between z = −1 and z = +1, subtract: P(−1 < Z < 1) = 0.8413 − 0.1587 = 0.6827, the well-known 68% rule.
Step 4: Reverse the Formula to Find a Value from a Z-Score
Sometimes you know the percentile you want and need the corresponding raw value. Rearrange the formula:
x = μ + z × σ
Example: What score marks the 95th percentile in the same exam (mean 72, SD 10)?
The z-score for the 95th percentile is 1.645.
x = 72 + 1.645 × 10 = 72 + 16.45 = 88.45
A student needs to score approximately 88.5 to reach the 95th percentile. The Statistics Calculator can confirm the dataset's central values before you apply the formula.
Step 5: Compare Scores Across Different Groups
This is where z-scores earn their keep. Raw scores can't be compared across different exams or units. Z-scores can.
Example:
- Student A: 85 in Science (class mean 72, SD 10) → z = (85 − 72) / 10 = 1.3
- Student B: 78 in English (class mean 65, SD 5) → z = (78 − 65) / 5 = 2.6
Student B's raw score is lower, but their z-score runs twice as high. Relative to their respective classmates, Student B outperformed Student A by a considerable margin. Z-scores make this comparison valid and precise.
The Standard Deviation Calculator finds σ for your dataset before you calculate z-scores.
Step 6: Apply Z-Scores in Finance
Z-scores appear throughout quantitative finance. The most direct application is the Sharpe ratio, which measures risk-adjusted return:
Sharpe Ratio = (Portfolio Return − Risk-Free Rate) / Portfolio Standard Deviation
Example: A fund returns 12% annually. The risk-free rate is 5%. Portfolio standard deviation is 8%.
Sharpe = (12% − 5%) / 8% = 7 / 8 = 0.875
Read this ratio exactly like a z-score: it shows how many standard deviations above the risk-free baseline the portfolio's return sits. A Sharpe ratio above 1.0 counts as good; above 2.0 is excellent.
The Altman Z-Score is a separate formula used in credit analysis to predict bankruptcy risk. It combines five financial ratios, including working capital, retained earnings, and EBIT relative to total assets, into a single composite score. Scores above 2.99 suggest financial health; below 1.81 signals significant distress.
Key Takeaways
- The z-score formula is z = (x − μ) / σ: subtract the mean, divide by standard deviation.
- A z-score of +1.3 means the value is 1.3 SDs above average, placing it at approximately the 90th percentile.
- A z-table converts any z-score into a cumulative probability or percentile rank.
- To reverse the process and find a value for a target percentile, use x = μ + z × σ.
- Z-scores standardize measurements, so comparing a science exam result with an English exam result, or a portfolio return with a benchmark, becomes valid.
- In finance, the same logic powers the Sharpe ratio and Altman Z-Score for risk assessment.
For quick calculations without a table, the Z-Score Calculator handles all steps automatically: formula, probability lookup, and reverse calculation.