Standard Score Conversion Calculator
Standard scores translate raw scores from different tests into a common language. The z-score is what they all share: a unitless measure of how many standard deviations an observation sits from the mean. The T score (50 + 10z), sten (5.5 + 2z), stanine (2z + 5), Wechsler-type IQ (100 + 15z), and SAT section score (500 + 100z) are the same z information written on different scales; none of them adds new information, they simply shift the scale to avoid negative and fractional values.
This calculator takes a single value on any of these scales, converts it to a z-score first, and then produces its equivalent on all the other scales at once. The percentile rank comes from the cumulative probability of the standard normal distribution (Φ); in the other direction, entering a percentile rank gives the z-score through Φ⁻¹. The output also shows the cross-scale conversion table, the theoretical shares of the stanine bands, and the position of the score on the normal curve as a chart.
Standard Score Conversion Formulas
Common ground: z = (x − μ) / σ T score: T = 50 + 10 · z Sten score: Sten = 5.5 + 2 · z Stanine: S = round(2 · z + 5), 1 ≤ S ≤ 9 IQ (Wechsler): IQ = 100 + 15 · z SAT section: SAT = 500 + 100 · z Percentile rank: P = Φ(z) × 100 Reverse: z = Φ⁻¹(P / 100) General scale: x = μ_target + σ_target · z
Φ is the standard normal cumulative distribution function. The linear conversions (T, sten, IQ, SAT) hold for any distribution; the percentile rank and stanine equivalents rest on the normality assumption.
How to Calculate
- Select the scale your score is on: z, T, percentile rank, stanine, sten, IQ, or SAT.
- Enter the score value; a decimal comma is accepted as well as a decimal point (e.g. 1.5).
- If you like, enter the mean and standard deviation of your own scale to convert the score to that scale too.
- Read the equivalents on all the scales together with the percentile rank in the results card; the z-score is the common ground behind all of them.
- Look at the neighboring z steps in the conversion table to see how the score shifts from one scale to another.
- On the normal curve chart the size of the shaded area shows the proportion below the score, while the stanine chart shows the theoretical share of the band.
Worked Examples
From a z-score to every scale
A z-score of 1.50 corresponds to 65 on the T scale, 8.50 on the sten scale, 122.50 on the IQ scale, and 650 on the SAT scale. The percentile rank is 93.32% and the proportion above is 6.68%; the stanine band is 8, which lies in the upper band.
z-score (standard score): 1.5000 · T score: 65.00 · Percentile rank (proportion below): 93.32%
Working back from a percentile rank
The 90th percentile corresponds to a standard score of z = 1.2816. That means a T score of 62.82, a sten score of 8.06, an IQ of 119.22, and an SAT score of 628.16; the stanine band is 8. In a group of 10,000 people this score sits at about rank 1,001.
z-score (standard score): 1.2816 · T score: 62.82 · Percentile rank (proportion below): 90.00%
Converting an IQ score to a custom scale
An IQ of 130 equals a standard score of z = 2: the T score is 70, the sten score is 9.50, the SAT score is 700, and the percentile rank is 97.72%. On a custom scale with a mean of 300 and a standard deviation of 50, the same score becomes 400.
z-score (standard score): 2.0000 · T score: 70.00 · Percentile rank (proportion below): 97.72%