Raw Score Calculator

Convert any Z-score to the original raw value. Shows percentile rank, CDF probability, step-by-step working, dual normal distribution graphs with shaded areas, Z-score interpretation gauge and batch conversion.

Dual Bell Curve View Percentile Rank Batch Converter

Calculate Raw Score from Z-Score

Quick Z:
Enter values above and click Calculate Raw Score to see step-by-step working.
Standard Normal N(0, 1)
Original Distribution N(μ, σ)

Z-Score Interpretation Gauge

Visualise where the Z-score sits relative to the standard normal distribution.

Z-Score Position (from −3 to +3)
−3−2−10+1+2+3
Calculate a raw score to see the interpretation here.

Batch Z-Score to Raw Score Converter

Convert multiple Z-scores at once using the same mean and standard deviation from the calculator above.

Theory & Formulas

1. Raw Score Formula

$$x = \mu + Z \cdot \sigma$$

The raw score reverses the standardisation process. It converts a Z-score back to the original measurement scale by scaling by the standard deviation and shifting by the mean.

2. Z-Score (Forward Direction)

$$Z = \frac{x - \mu}{\sigma}$$

This is the forward standardisation. The raw score formula is simply this equation solved for \(x\).

3. Cumulative Probability from Z

$$P(X \le x) = \Phi(Z) = \frac{1}{2}\left[1 + \operatorname{erf}\!\left(\frac{Z}{\sqrt{2}}\right)\right]$$

The percentile rank equals \(100 \times \Phi(Z)\). The shaded area on the left chart shows exactly this probability.

4. Common Critical Z-Values

Confidence Level Two-tail α Zα/2 One-tail α
90%0.101.6450.101.282
95%0.051.9600.051.645
98%0.022.3260.022.054
99%0.012.5760.012.326

5. Why Do Both Charts Show the Same Shaded Area?

The standard normal chart (left) shows the Z-score position on N(0,1). The original distribution chart (right) shows the identical position translated to N(μ, σ). The shaded areas are identical probabilities because standardisation is a linear transformation that perfectly preserves proportions. Both charts should always shade exactly the same probability even though the x-axes differ.

Worked Examples

Example 1 — Test Scores: A class has mean 70, standard deviation 8. What raw score corresponds to Z = 1.25?

$$x = 70 + 1.25 \times 8 = 70 + 10 = 80$$

A student scoring 80 is at the \(\Phi(1.25) \approx 89.4\text{th}\) percentile.

Example 2 — Manufacturing Tolerance: Bolt lengths have mean 25 mm, std dev 0.5 mm. The lower spec limit is at Z = −2. Find the limit in mm.

$$x = 25 + (-2)(0.5) = 25 - 1 = 24\text{ mm}$$

Only \(\Phi(-2) \approx 2.3\%\) of bolts fall below this limit, meaning 97.7% are within spec.

Example 3 — 95th Percentile: A fitness test has mean 100, std dev 15. Find the score at the 95th percentile (Z = 1.645).

$$x = 100 + 1.645 \times 15 = 100 + 24.675 \approx 124.7$$

Example 4 — IQ Scores: IQ has mean 100, std dev 15. What raw score corresponds to Z = −1.5?

$$x = 100 + (-1.5)(15) = 100 - 22.5 = 77.5$$

A score of 77.5 is at the \(\Phi(-1.5) \approx 6.7\text{th}\) percentile.

Frequently Asked Questions

1. What is a raw score?

A raw score is the original, unstandardised value in a dataset. The raw score formula x = μ + Zσ converts a Z-score back to the original measurement scale, reversing the standardisation process.

2. What is the formula for raw score from Z-score?

The formula is x = μ + Z × σ, where x is the raw score, μ is the mean, Z is the Z-score, and σ is the standard deviation. This is simply the Z-score formula solved for x.

3. What does a Z-score of 0 mean?

A Z-score of 0 means the raw score equals the mean exactly. Substituting Z = 0 gives x = μ + 0 × σ = μ.

4. How do I find the percentile from a Z-score?

The percentile equals 100 × Φ(Z), where Φ is the standard normal CDF. For Z = 1.645, Φ(1.645) ≈ 0.95, giving the 95th percentile.

5. What do both charts show?

The left chart shows the Z-score on the standard normal N(0,1). The right chart shows the same position on your original N(μ,σ) distribution. The shaded area on both charts represents the same probability P(X ≤ x), confirming that standardisation is a probability-preserving linear transformation.

6. Can I convert multiple Z-scores at once?

Yes. Use the Batch Converter section: paste comma-separated or newline-separated Z-scores, click Convert All, and the tool produces a table of raw scores, CDFs, percentiles and interpretations for each value. You can also copy the results as CSV.

7. What are the quick Z preset buttons?

The row of buttons above the input fields lets you instantly load common critical values like ±1.96 (95% two-tail) or ±1.645 (90% two-tail) without typing them manually.

8. What is the Z-Score Interpretation Gauge?

The gauge is a horizontal bar spanning −3 to +3 sigma. A needle shows where your Z-score falls relative to the bell curve. It also provides a text interpretation of whether the score is extreme, moderate or near the mean.

9. Can raw scores be non-integer values?

Yes. Raw scores are real numbers. Test scores may be rounded for practical display, but the mathematical raw score x = μ + Zσ can be any decimal value.

10. Is this tool accurate?

The CDF is computed using the error function (erf) approximation by Abramowitz and Stegun, which is accurate to better than 1.5 × 10⁻⁷. This is more than sufficient for any practical statistical application.

11. What is the batch converter useful for?

The batch converter is useful for: converting an entire class of standardised test scores back to original grades, checking all specification limits in quality control, computing the raw score equivalents of confidence interval boundaries, and comparing multiple percentile benchmarks simultaneously.

Explore All Statistics Tools

Normal Distribution Calculator, Bell Curve Generator and more free engineering tools.

Normal Dist Calculator Bell Curve Generator All Tools