Statistics Guide

How to find a Z-score on the TI-84 calculator

If you've ever stared at a statistics problem and wondered what your TI-84 is actually capable of, you're not alone. Most students use about 10% of what this calculator can do — and Z-scores are one of those things the TI-84 handles well once you know where to look.

This guide walks you through three different ways to find a Z-score on the TI-84, depending on what kind of problem you're working with. No fluff, no unnecessary detours — just the steps.

If you don't have your physical device right now, you can follow along using our free TI-84 Online Calculator or our TI-83 Plus Calculator tools!

What Is a Z-Score, Briefly?

A Z-score tells you how many standard deviations a data point sits above or below the mean of a dataset. The formula is:

Z = (X − μ) / σ

Where:

  • X = your data value
  • μ = the population mean
  • σ = the standard deviation

A Z-score of 2 means the value is two standard deviations above the mean. A Z-score of -1.5 means it's 1.5 standard deviations below. Simple concept, sometimes annoying to compute by hand — which is exactly why you have a calculator. Pro-Tip: Make sure your calculator is functioning optimally. We recommend clearing your TI-84 memory occasionally to avoid any DIM MISMATCH errors from past data lists.

Method 1: Calculate Z-Score Manually Using the TI-84

This works when you already know the mean and standard deviation and just need the calculator to do the arithmetic.

What you need:
  • The data value (X)
  • The mean (μ)
  • The standard deviation (σ)
Steps:
  1. Turn on your TI-84. (See our complete button guide if you are new to the calculator).
  2. Press the HOME button to get to the main screen.
  3. Type your formula directly: (X - μ) / σ

For example, if X = 78, μ = 70, and σ = 5:
Type: (78 - 70) / 5 and press ENTER.
The calculator returns 1.6 — meaning 78 is 1.6 standard deviations above the mean.

That's it. The TI-84 is just a glorified arithmetic machine in this case, but it beats doing it by hand, especially when the numbers get messy.

Method 2: Find the Z-Score from a Raw Data List

This is the approach you'll use when you have a full dataset and need to find Z-scores for specific values — or want the calculator to compute the mean and standard deviation for you first.

1
Enter your data into a list

Press STAT. Select 1: Edit and press ENTER. Enter your data values into L1 (just type each number and hit ENTER after each one).

2
Run 1-Variable Stats

Press STAT again, arrow right to CALC. Select 1: 1-Var Stats and press ENTER. Make sure it says L1 (or whichever list your data is in), then press ENTER.

The calculator will give you:

  • = sample mean
  • Sx = sample standard deviation
  • σx = population standard deviation

Write these down (or remember them — your call).

3
Calculate the Z-score

Go back to the home screen and apply the formula:
(X - x̄) / Sx for sample data, or (X - μ) / σx for population data.
Plug in the value you care about for X. Done.

Method 3: Find a Z-Score Using the Normal Distribution (invNorm)

This method answers a different type of question: "What Z-score corresponds to a given percentile or probability?"
For example: "What Z-score marks the 90th percentile?"

Steps:
  1. Press 2ND then VARS — this opens the DISTR menu.
  2. Scroll down to 3: invNorm( and press ENTER.
  3. You'll see: invNorm(
  4. Now type your inputs in this format: invNorm(area, mean, standard deviation)

For a standard normal distribution (mean = 0, SD = 1):
We want the 90th percentile, so we will enter invNorm(0.90, 0, 1) and press ENTER.
Result: 1.2816
So the 90th percentile on a standard normal curve falls at a Z-score of about 1.28.

A few things to note about the "area" input:
  • The area is always the proportion to the left of the Z-score (left tail).
  • If you want the top 10%, use 0.90 (because 90% lies to the left).
  • If you want the bottom 5%, use 0.05.

The tail setting in newer TI-84 Plus CE models might show you a visual — if so, select Left for the standard setup.

Method 4: Convert a Z-Score to a Probability (normalcdf)

This is the reverse of invNorm — you have a Z-score and want to know the probability or percentile.

  1. Press 2NDVARS2: normalcdf(
  2. Type: normalcdf(lower bound, upper bound, mean, SD)

For a standard normal curve (mean = 0, SD = 1):
Type: normalcdf(-99, 1.5, 0, 1) and press ENTER.
Result: 0.9332
Meaning: about 93.3% of data falls below a Z-score of 1.5.

Use -99 and 99 as stand-ins for negative and positive infinity. The TI-84 manual will tell you to use -1E99 and 1E99 (press 2ND, for the EE symbol), but -99 and 99 work fine for typical stats problems.


Common Mistakes to Avoid

  • Mixing up sample vs. population standard deviation. On the 1-Var Stats output, Sx is for samples and σx is for populations. Using the wrong one gives you a slightly off Z-score — not a catastrophic error, but wrong enough to lose points on an exam.
  • Forgetting the negative sign. If your value is below the mean, your Z-score is negative. The calculator will show this correctly, but double-check your formula entry. (70 - 78) / 5 and (78 - 70) / 5 give very different answers.
  • Using the wrong tail in invNorm. The TI-84 defaults to the left tail (cumulative from the left). If your problem asks for the "top 5%," you need to enter 0.95, not 0.05.
  • Rounding the standard deviation too early. If you round σ to one decimal place before plugging it into the formula, your Z-score can drift off. Use the full value the calculator gives you, or store it in a variable.

Storing Values to Save Time

The TI-84 lets you store numbers to variables so you don't have to retype them.
After running 1-Var Stats, you can type:
x̄ → A (by pressing STO> then ALPHAMATH for "A")
Then use A in your formula: (X - A) / B
It's a small thing that saves a surprising amount of time on multi-part problems.

Quick Reference Summary

What you want Method TI-84 keys
Z-score from known mean/SD Manual formula Home screen arithmetic
Mean and SD from raw data 1-Var Stats STAT → CALC → 1
Z-score for a percentile invNorm 2ND → VARS → 3
Percentile from a Z-score normalcdf 2ND → VARS → 2

Final Thoughts

The TI-84 won't do your thinking for you, but it's solid at handling the computation once you set up the problem correctly. Knowing which function to reach for — manual arithmetic, 1-Var Stats, invNorm, or normalcdf — is really the whole skill here.

If you're prepping for an AP Statistics exam or a college stats course, practice running through each of these methods a few times until the button sequences feel automatic. The exam itself won't be hard on time if you're not hunting through menus while the clock ticks. Also, keep in mind troubleshooting concepts like how to safely restart a frozen TI-84 if needed during exams.

That's the full picture. Z-scores on the TI-84 are straightforward once you've done it a couple of times — and now you have four methods to choose from depending on what the problem hands you.

M
Mohammad Mushtaq

Content Writer & Calculator Expert

Connect on LinkedIn