Skip to main content
Math

Z-Score (Standard Score) Calculator

A z-score (or standard score) expresses how many standard deviations a value sits from its mean, letting you compare measurements drawn from different distributions on a common scale. Enter the value, the mean and the standard deviation to get Z, the normal-distribution percentile and one- and two-sided p-values.

Default is IQ 130 (mean 100, SD 15) → Z = 2, ~97.7th percentile — about the top 2–3 in every 100.

Z-score

2.00

Positive = above mean, negative = below. |Z| ≤ 1 is common, ±2 is notable, ±3 is rare.

Percentile (normal distribution)

97.7%

−3σ μ +3σ

Share of the population below x. E.g. 95 means "higher than 95 % of values".

One-sided p (≤ x)

One-sided p (≥ x)

Two-sided p (|Z| ≥ |z|)

Probability of drawing a value at least this extreme, assuming a normal distribution.

Formula

Z = (x − μ) ÷ σ; percentile = Φ(Z) × 100%

Frequently asked

What is the difference between a z-score and a percentile?

A z-score is a continuous scale that can be positive or negative — it tells you how many σ a value sits from the mean. A percentile is a 0–100% rank — the share of the distribution below it. They map one-to-one: Z = 0 ↔ 50%, Z = 1 ↔ ~84%, Z = 1.96 ↔ 97.5%. This calculator shows both side-by-side.

When should I use a one- vs. two-sided p-value?

Use a two-sided p-value when either tail counts as a deviation worth flagging — e.g. quality control where both too-heavy and too-light are problems. Use one-sided only when the direction of interest is pre-specified (e.g. "this drug can only raise the marker, not lower it"). In practice, two-sided is the conservative default for most research.

Why is an IQ of 130 at the 97.7th percentile rather than the 95th?

IQ is standardised at mean 100, SD 15. An IQ of 130 gives Z = (130 − 100) / 15 = 2, and Φ(2) ≈ 0.9772 — the 97.7th percentile. Mensa's "top 2 %" cutoff is Z ≈ 2.05 (IQ ≈ 131). The 95 % figure people sometimes cite is shorthand for the two-sided Z = 1.645 boundary, not the actual percentile of an IQ-130 score.

Can the mean or standard deviation be negative?

The mean can be any real number, including negative — fully supported. The standard deviation, however, must be strictly positive: σ = 0 would mean every observation is identical (no variation at all) and σ < 0 makes no physical sense. The tool flags zero or negative SD as an input error.

Related tools

Percentage Calculator

Percent of, percent change, and percent add/subtract in one.

GCD & LCM Calculator

Enter 2–6 positive integers to get the greatest common divisor (HCF / GCD) and least common multiple (LCM), with the Euclidean step chain shown.

Average Calculator (Mean / Median / Mode)

Enter a list of numbers to get the mean, median, mode, range plus standard deviation, variance and total.

Quadratic Equation Solver

Enter the coefficients of ax² + bx + c = 0 to find the real or complex roots, discriminant and vertex.

Password Strength (Entropy) Calculator

Estimate a password's bit entropy, brute-force time and strength tier. All computation happens in your browser.

Scientific Notation Converter

Convert between standard decimal numbers and scientific notation, with significant figures and order of magnitude.

Permutations & Combinations (nPr / nCr) Calculator

Compute permutations P(n,r), combinations C(n,r) and factorial n! — useful for probability problems, lottery odds and combinatorics homework.

Standard Deviation Calculator

Paste a list of numbers to compute mean, median, sample and population variance and standard deviation — with the working shown.

Triangle Calculator (SSS / SAS / ASA)

Solve a triangle from 3 sides, 2 sides + 1 angle, or 2 angles + 1 side — area, perimeter and remaining parts via the law of sines / cosines.

Pythagorean Theorem Calculator

Given any two sides of a right triangle (two legs, or one leg plus the hypotenuse), instantly find the third side, area, perimeter and the two non-right angles.

Circle Calculator (radius / diameter / circumference / area)

Enter any one of radius, diameter, circumference or area to get the other three — useful for design, engineering and DIY.

Roman Numeral Converter

Two-way conversion between Arabic numbers (1–3999) and Roman numerals (I, V, X, L, C, D, M) — handy for typesetting, chapter titles and homework.

Slope & Line Equation Calculator (y = mx + b from Two Points)

Enter two points (x₁, y₁) and (x₂, y₂) to instantly get the slope, y-intercept, line equation y = mx + b, distance, and midpoint — a classroom staple for algebra and coordinate geometry.

Birthday Paradox Calculator

Enter group size n to see the probability that at least two people share a birthday — the classic birthday problem.

Logarithm Calculator (log / ln / log₂ / any base)

Compute logₐ(x) for any base — natural log (ln), common log (log₁₀), binary log (log₂) and a custom base, with the change-of-base steps shown.

Screen Pixel Density (PPI) Calculator

Enter the screen resolution and diagonal size to get pixel density (PPI), real width/height, dot pitch and total pixel count.

Hong Kong Mark Six Odds Calculator

Enter the number of tickets / selections and see the actual probability of hitting first, second … prizes in a Mark Six (6-of-49) draw.

Decimal to Fraction Converter

Convert any decimal (including repeating decimals) to a simplified fraction and a mixed number.

Sphere Volume & Surface Area Calculator

Give a sphere any one of radius, diameter, surface area or volume and instantly get the other three — plus the great-circle circumference and area.

Cylinder Volume & Surface Area Calculator

Enter the radius and height of a cylinder to get volume (π r²h), lateral surface, base area and total surface area.

Prime Factorization Calculator

Factor any integer from 2 up to 10¹² into primes, see the canonical exponent form, count and list all divisors.

Geometric Mean Calculator

Compute the n-th root of the product of n positive numbers — the right average for growth rates, returns and ratios — alongside the arithmetic mean for comparison.

Fibonacci Sequence Calculator

Enter any integer n from 0 to 1500 to instantly compute F(n) and F(n−1) with BigInt precision, the consecutive-term ratio (converging to the golden ratio φ) and the first 30 terms of the sequence.