calculatorkong

Z-Score Calculator

Try:

Z-score

Percentile

Share beyond your value

μ
Standard score
z = (x − μ) ⁄ σ · percentile = Φ(z), the normal CDF

A z-score answers "how unusual is this?" in the universal currency of statistics: standard deviations from the mean. It strips away units and scales, which is exactly what makes scores from different tests comparable.

Reading a z-score

An IQ of 130 against mean 100, SD 15: z = (130 − 100)/15 = +2.0 — two SDs up, the 97.7th percentile, with only 2.3% of the population beyond. Negative z means below the mean: 85 on the same scale is z = −1, the 16th percentile. The red marker on the bell curve shows your position live.

The 68–95–99.7 mental map

Normal data obeys the empirical rule: ~68% of values within 1 SD, ~95% within 2, ~99.7% within 3. It converts any z-score into instant intuition — |z| under 1 is everyday, past 2 is genuinely uncommon, past 3 is a headline. The calculator's verdict line applies the rule for you.

Comparing across different scales

Is SAT 1350 better than ACT 30? Convert both: (1350−1050)/200 = 1.5 and (30−21)/6 = 1.5 — a dead tie in relative performance. The same trick standardizes heights vs weights, this year's exam vs last year's, anything with a mean and SD. Computing those two ingredients from raw data is the standard deviation calculator's job.

When not to trust it

Percentiles from z assume roughly bell-shaped data. Incomes, city sizes and wait times are skewed — their means are dragged by tails, and z-percentiles mislead; rank-based percentiles serve better. Check mean-vs-median with the average calculator: a big gap is the warning sign. Counting-based probability, the other half of the story, lives in the probability calculator.

Normal CDF via Abramowitz–Stegun approximation (error < 1.5 × 10⁻⁷).

Frequently Asked Questions

What is a z-score? +

How many standard deviations a value sits from the mean: z = (x − μ) ⁄ σ. A test score of 130 with mean 100 and SD 15 has z = 2 — two SDs above average.

How do I convert a z-score to a percentile? +

Through the normal distribution’s cumulative curve: z = 0 is the 50th percentile, z = 1 is about the 84th, z = 2 about the 97.7th. This calculator computes it directly.

What is the 68-95-99.7 rule? +

For normal data, about 68% of values fall within 1 SD of the mean, 95% within 2, and 99.7% within 3 — the quick mental map for judging how unusual a value is.

What does a negative z-score mean? +

The value is below the mean. z = −1.5 sits one and a half standard deviations under average — around the 7th percentile.

When are z-scores meaningful? +

When the data is roughly normal (bell-shaped). Heights, measurement errors and test scores qualify; heavily skewed data like incomes does not — percentiles from ranks serve better there.

How do I compare scores from different tests? +

Convert both to z-scores. An SAT 1350 (mean 1050, SD 200) is z = 1.5; an ACT 30 (mean 21, SD 6) is also z = 1.5 — the same relative performance on different scales.

Powered by Calculator Kong ↗

Related Calculators