Z-Score Calculator

Calculate z-score, percentile, and probability from a value, mean, and standard deviation.

Z-Score

-1.0000

Percentile

15.87%

Details

Z-Score-1.0000
Percentile Rank15.87%
P(X ≤ x)0.158655
P(X > x)0.841345

Use the Z-Score Calculator above to calculate your results. Enter your values and see instant results — all calculations run in your browser.

Disclaimer: This calculator is for informational purposes only and does not constitute tax, financial, or legal advice. Results are estimates based on the information you provide and current rates. Always consult a qualified tax professional or financial advisor for advice specific to your situation.

How It Works

Our Z-Score Calculator helps you understand where a specific data point stands within a dataset, providing its z-score, percentile rank, and the probability of observing a value less than or greater than it. This is crucial for evaluating performance, like comparing a 2026 Q1 sales figure of $1.5 million against the industry average, or assessing individual student scores on standardized tests. Understanding these metrics allows for data-driven decision-making and identifying outliers effectively.

The z-score, also known as a standard score, is calculated by subtracting the population mean (μ) from an individual raw score (x) and then dividing the result by the population standard deviation (σ). Mathematically, Z = (x - μ) / σ. This standardizes the data, allowing for comparisons across different distributions. The percentile and probability are then derived using the cumulative distribution function (CDF) of the standard normal distribution.

When interpreting z-scores, remember that a positive z-score indicates the data point is above the mean, while a negative z-score means it's below. A common mistake is assuming a high z-score automatically implies 'good' performance; context is key. Ensure your mean and standard deviation truly represent the population you're analyzing for accurate results.

Example: Analyzing 2026 Employee Performance Bonuses

  1. 1 Imagine a company's 2026 Q4 bonus pool averages $5,000 per employee with a standard deviation of $1,200. An employee received a bonus of $7,400. We want to find their z-score, percentile, and probability.
  2. 2 Input: Value (x) = $7,400, Mean (μ) = $5,000, Standard Deviation (σ) = $1,200. Calculation: Z = ($7,400 - $5,000) / $1,200.
  3. 3 Intermediate Result: Z = $2,400 / $1,200 = 2.0. Using a standard normal distribution table or calculator, a z-score of 2.0 corresponds to a percentile of approximately 97.72%.
  4. 4 Final Result: The employee's bonus has a z-score of 2.0. This means their bonus is two standard deviations above the average. They are in the 97.72nd percentile, indicating that approximately 97.72% of employees received a bonus less than or equal to theirs. The probability of an employee receiving a bonus greater than $7,400 is 1 - 0.9772 = 0.0228 (2.28%).

Source: Khan Academy · Last updated: April 2026

Frequently Asked Questions

What does a z-score of 2 mean?
A z-score of 2 means the value is 2 standard deviations above the mean. Approximately 97.7% of data falls below this point in a normal distribution, making it relatively unusual.
How do you calculate a z-score?
Z = (X - mean) / standard deviation. For a test score of 85 with a class mean of 75 and standard deviation of 5: z = (85-75)/5 = 2.0. This means you scored 2 standard deviations above average.
What is a good z-score?
Context determines whether a z-score is "good." In testing, a z-score above 1.0 means above average. In quality control, values outside ±3 are flagged as outliers. In research, z-scores help determine if results are statistically significant.