Z-Score Calculator

Calculate z-score, percentile, and probability for normal distributions

Z-Score Calculator

Formula: z = (x - μ) / σ

What is a Z-Score?

A z-score (also called a standard score) measures how many standard deviations a value is from the mean of a distribution. It allows you to compare values from different normal distributions and determine their relative positions within the distribution.

Z-Score Formula

The formula for calculating z-score is:

z = (x - μ) / σ

Where:

  • z = Z-score
  • x = Value
  • μ = Mean
  • σ = Standard deviation

Interpreting Z-Scores

  • z = 0: Value equals the mean
  • z > 0: Value is above the mean
  • z < 0: Value is below the mean
  • |z| = 1: Value is 1 standard deviation from the mean
  • |z| = 2: Value is 2 standard deviations from the mean
  • |z| = 3: Value is 3 standard deviations from the mean

How to Use the Calculator

  1. Enter the value you want to convert to z-score
  2. Enter the mean of the distribution
  3. Enter the standard deviation of the distribution
  4. Click "Calculate" to get the z-score
  5. View the step-by-step solution and percentile

Example Calculations

Example 1:

Value = 85

Mean = 75

Standard Deviation = 10

z = (85 - 75) / 10 = 1

This value is 1 standard deviation above the mean

Example 2:

Value = 60

Mean = 75

Standard Deviation = 10

z = (60 - 75) / 10 = -1.5

This value is 1.5 standard deviations below the mean

Common Z-Score Values and Percentiles

Z-ScorePercentileProbabilityInterpretation
-3.00.13%0.0013Very low
-2.02.28%0.0228Low
-1.015.87%0.1587Below average
0.050.00%0.5000Average
1.084.13%0.8413Above average
2.097.72%0.9772High
3.099.87%0.9987Very high

Applications of Z-Scores

  • Standardization: Compare values from different distributions
  • Outlier Detection: Identify unusual values (typically |z| > 2 or 3)
  • Percentile Calculation: Find what percentage of values are below a given point
  • Quality Control: Monitor process performance
  • Academic Testing: Compare test scores across different tests