Raw Score Calculator
Translate any raw score into Z-scores, T-scores, and percentile ranks instantly.
📖 What is a Raw Score?
A raw score is an unadjusted measurement - the direct output of a test, instrument, or observation. A student answering 68 questions correctly, a patient scoring 24 on a cognitive screen, or an athlete running 100 m in 11.4 seconds - all of these are raw scores. By themselves, they are hard to interpret without knowing how the score compares to others. Standardised scores solve this by placing any raw score in the context of a known distribution.
The most fundamental standardised score is the Z-score (standard score): Z = (X − μ) / σ, where μ is the population mean and σ is the standard deviation. A Z-score tells you exactly how many standard deviations above or below the mean a value falls. Z = 0 is at the mean, Z = 1 is one SD above (approximately the 84th percentile), and Z = −2 is two SDs below (approximately the 2nd percentile).
The T-score is a rescaled Z-score: T = 50 + 10 × Z. It uses a scale with mean 50 and SD 10, avoiding the negative numbers that arise with Z-scores for below-average performers. T-scores are widely used in psychological and educational assessment because they are easy to interpret: 40–60 is average, below 30 is very low, above 70 is very high.
The percentile rank expresses a score as the percentage of the reference group that scored at or below it. For a normally distributed variable, percentile ranks are calculated from the cumulative distribution function (CDF) of the normal distribution. The 50th percentile corresponds to the mean; the 84th percentile is one SD above the mean; the 98th percentile is two SDs above the mean.
📐 Formulas
Z-score to Raw score: X = μ + Z × σ
T-score (mean=50, SD=10): T = 50 + 10 × Z
Percentile rank: P = Φ(Z) × 100%, where Φ is the standard normal CDF.
Inverse normal (Percentile to Z): Z = Φ⁻¹(P/100) - computed using a rational approximation (Abramowitz & Stegun).
Normal distribution interpretation guidelines:
Z < −2: Below average (bottom 2.3%) | Z −2 to −1: Low average (2–16%) | Z −1 to +1: Average (16–84%) | Z +1 to +2: High average (84–97.7%) | Z > +2: Above average (top 2.3%).
All variables: X = raw score; μ = population mean; σ = population standard deviation; Z = standard score; T = T-score; P = percentile rank; Φ = standard normal CDF.