Enter your data in the box above. You can separate values using commas, spaces, or newline breaks.
Enter your numbers.
Click “Calculate Z-scores”.
Instantly view the mean, standard deviation, z-scores, sample size, table, bar plot, and more.
Copy or export the results in your preferred format.
Paste and use the results as needed for your analysis.
Step-by-Step Process
Calculate the Mean: Add all values together and divide by the number of values.
Calculate the Standard Deviation: Measure how spread out the values are from the mean.
Subtract the Mean: Take your individual value and subtract the mean from it.
Divide by Standard Deviation: Take the result from step 3 and divide by the standard deviation.
🔍 Example Calculation
Dataset: Test scores: 70, 75, 80, 85, 90
Step 1 - Mean: (70 + 75 + 80 + 85 + 90) / 5 = 80
Step 2 - Standard Deviation: ≈ 7.07
Step 3 - For score of 90: 90 - 80 = 10
Step 4 - Z-score: 10 / 7.07 ≈ 1.41
Interpretation: A score of 90 is 1.41 standard deviations above the mean.
How to Calculate Z-Scores
A Z-score tells you how many standard deviations away from the mean a particular value is. Here's how to calculate it step by step:
Z = (X - μ) / σ
Where:
Z = the Z-score
X = the individual data point
μ = the mean (average) of all data points
σ = the standard deviation of all data points
Theoretical Background
What is a Z-Score?
A Z-score (also called a standard score) is a statistical measurement that describes a value's relationship to the mean of a group of values. It's measured in terms of standard deviations from the mean. Z-scores are a way to standardize different datasets, making them comparable even when they have different units or scales.
The Standard Normal Distribution
When data is normally distributed and we convert it to Z-scores, we create what's called a standard normal distribution. This special distribution always has a mean of 0 and a standard deviation of 1, regardless of the original data's mean and standard deviation.
📌 Key Properties of Z-Scores:
A Z-score of 0 means the value is exactly at the mean
Positive Z-scores indicate values above the mean
Negative Z-scores indicate values below the mean
Most Z-scores fall between -3 and +3
Z-scores follow the 68-95-99.7 rule (empirical rule)
The 68-95-99.7 Rule
In a normal distribution:
68% of data falls within ±1 standard deviation (Z-score between -1 and 1)
95% of data falls within ±2 standard deviations (Z-score between -2 and 2)
99.7% of data falls within ±3 standard deviations (Z-score between -3 and 3)