How to Find Mean and Standard Deviation on a TI-84 Calculator

Written by Amish  |  Last updated September 2026

How to Find Mean and Standard Deviation on a TI-84 Calculator

The TI-84 finds the mean and standard deviation of a data set with a single built-in function: 1-Var Stats. Enter your numbers into a list, run STAT → CALC → 1-Var Stats, and the calculator returns the mean, both the sample and population standard deviation, and several other summary values at once, no manual formula required.

Step-by-Step: Finding Mean and Standard Deviation on a TI-84

  1. Press STAT, then select 1:Edit to open the list editor.
  2. Under the L1 column, type each data value and press Enter after each one.
  3. Press STAT again, arrow over to the CALC menu, and select 1:1-Var Stats.
  4. If prompted for a list, confirm L1 (this is the default), then press Enter.
  5. Read the results directly off the screen. Scroll down with the arrow keys to see every value, since not everything fits on one screen at once.

Reading the Output

The TI-84 prints several labelled values. Here's what each one means:

SymbolMeaning
The mean (average) of your data
ΣxThe sum of all data values
Σx²The sum of each value squared, used internally to calculate the standard deviation
SxSample standard deviation (divides by n − 1)
σxPopulation standard deviation (divides by n)
nThe number of data values entered

The most common mistake is reading σx when the question calls for Sx, or the reverse. If your data is a sample meant to represent a larger population, which is true for most real-world data sets, use Sx.

Worked Example

Enter six test scores into L1: 78, 85, 92, 88, 95, 70. Running 1-Var Stats returns:

1-Var Stats
OutputValue
84.67
Σx508
Σx²43442
Sx9.29
σx8.48
n6
Sample standard deviation: 9.29  |  Population standard deviation: 8.48

Notice that Sx (9.29) is always a little larger than σx (8.48) for the same data set. Dividing by the smaller number n − 1, instead of n, always produces a slightly bigger result.

Key takeaway: The TI-84 always calculates both Sx and σx at the same time. You don't need to pick one in advance, just read off the value that matches whether your data is a sample or a full population.

Common Mistakes to Avoid

If you'd rather see the full step-by-step working, not just the final calculator output, our Standard Deviation Calculator shows every stage of the calculation for both population and sample data. For the same calculation done in a spreadsheet instead, see how to calculate standard deviation in Excel, and for the concept standard deviation is built from, see our guide on what variance is.

Frequently Asked Questions

What is the difference between Sx and σx on a TI-84?
Sx is the sample standard deviation, dividing by n-1, and is the value to use when your data is a sample representing a larger population. σx is the population standard deviation, dividing by n, and should only be used when your data includes every member of the group. The TI-84 calculates both automatically every time you run 1-Var Stats, so you just read off the one you need.
Why does my TI-84 show L2, L3 statistics I don't need?
1-Var Stats defaults to reading list L1 unless you specify otherwise. If your data is in a different list, type 1-Var Stats followed by the list name (for example 1-Var Stats L2) before pressing Enter. There's no need to clear other lists first.
How do I clear old data from a list before entering new numbers?
Press STAT, choose 4:ClrList, type the list name (for example L1), and press Enter. This empties the list without deleting it, so it's ready for new data.
Can the TI-84 calculate standard deviation for grouped or frequency data?
Yes. Enter your values in L1 and their frequencies (how many times each value occurs) in L2, then run 1-Var Stats L1, L2. The calculator will weight each value by its frequency automatically.

Related Articles

Read next: What Is Variance?, Standard Deviation vs Standard Error, How to Calculate Standard Deviation in Excel, or browse all articles on the StepSolvers blog.