Quick Answer
On a TI-84 calculator, enter your data in a list, run `1-Var Stats`, and then read the standard deviation from the results screen. The calculator shows `Sx` for the sample standard deviation and `σx` for the population standard deviation.
That means the button sequence is usually: `STAT` → `EDIT` to enter values, then `STAT` → `CALC` → `1:1-Var Stats` to calculate the summary. If you want to verify the answer outside the handheld, compare it with the site's sample standard deviation calculator, population standard deviation calculator, or mean calculator.
Short rule
Step-by-Step TI-84 Workflow
The arithmetic is automatic on the TI-84. Most wrong answers come from stale list data, picking the wrong list, or reading `σx` when the assignment expects `Sx`.
Open the list editor
Clear old values if needed
Enter the raw data into one list
Run 1-Var Stats
Read the correct output
Interpret the result
STAT -> 1:Edit
Enter data in L1
STAT -> CALC -> 1:1-Var Stats
List: L1
CalculateSx vs σx on the TI-84
This is the part that confuses most students. The TI-84 gives you both versions of standard deviation on the same results screen because the calculator does not know whether your list is a sample or a full population.
| TI-84 output | What it means | Use it when | Related concept |
|---|---|---|---|
| `Sx` | Sample standard deviation | Your list is part of a larger group | Sample vs. Population |
| `σx` | Population standard deviation | Your list is the whole group of interest | Standard Deviation Formula Explained |
| `x̄` | Mean of the list | You want the center as well as the spread | Mean calculator |
| `n` | Number of observations | You need to confirm the list length | Degrees of Freedom Explained |
Fast decision rule
Worked Example: Quiz Scores
Suppose your TI-84 list `L1` contains eight quiz scores: `72, 75, 81, 79, 68, 74, 77, 84`. If those scores come from one section of a larger course, the section is a sample, so `Sx` is the number to report.
L1 = {72, 75, 81, 79, 68, 74, 77, 84}
STAT -> CALC -> 1:1-Var Stats
List: L1
CalculateFor this list, the mean `x̄` is 76.25, the sample standard deviation `Sx` is about 5.25, and the population standard deviation `σx` is about 4.91. The numbers differ because the sample version uses the same `n - 1` logic explained in Bessel Correction (n-1) Explained.
| TI-84 result | Approximate value | How to use it |
|---|---|---|
| `x̄` | `76.25` | Average quiz score |
| `Sx` | `5.25` | Report this if the class section is a sample |
| `σx` | `4.91` | Report this only if those eight scores are the full population |
| `n` | `8` | Confirms all eight values were entered |
After you have the spread, a common next step is standardizing one score. Use the z-score calculator or read Z-Score Explained if you need to turn one student's score into a relative position.
Using a Frequency List
If values repeat many times, the TI-84 can summarize them more efficiently with a data list and a frequency list. That is useful when a teacher gives a short table like score 2 appears 3 times, score 4 appears 5 times, score 6 appears 2 times.
Put the unique values in `L1`
Put the frequencies in `L2`
Run 1-Var Stats with both lists
Read `Sx` or `σx` the same way
When frequency mode matters
Common TI-84 Mistakes
- Reading `σx` when the assignment asks for a sample:This is the most common exam mistake because both outputs appear together on the TI-84 results screen.
- Leaving old values in the list:If `L1` already contains hidden leftovers from a previous problem, `n`, the mean, and both standard deviations will all be wrong.
- Entering frequencies as raw data:A list like `3, 5, 2, 2` only belongs in `L2` when it represents counts. It is not the same as entering the repeated observations themselves.
- Mixing units in one list:Seconds and milliseconds, dollars and cents, or percentages and counts cannot be combined meaningfully in one standard deviation calculation.
If your result looks strange, first check `n`, then inspect the list entries, and then confirm whether you should be reporting `Sx` or `σx`. For a broader cross-check, the site's descriptive statistics calculator and variance calculator are the fastest sanity checks.
TI-84 Checklist
| Checkpoint | Why it matters | Quick check |
|---|---|---|
| Correct list is selected | The TI-84 only analyzes the list you tell it to use | Confirm `List: L1` or the intended list before calculating |
| Old data are cleared | Extra values change `n`, the mean, and the standard deviation | Highlight the list name, press `CLEAR`, then `ENTER` |
| Sample vs population is decided | You must choose between `Sx` and `σx` after the calculator computes both | Read the problem statement before you report the answer |
| Frequency list is used correctly | Counts belong in `L2`, not mixed into the raw data list | Use `1-Var Stats L1,L2` only when `L2` is a count list |
| Result is interpreted, not just copied | The number should be explained in context | Pair the result with interpretation guidance or a z-score tool |
The core TI-84 workflow is simple once the statistical choice is clear: enter data, run `1-Var Stats`, and report `Sx` or `σx` based on whether the list is a sample or a full population.
Further Reading
Sources
References and further authoritative reading used in preparing this article.
- TI-84 Plus CE Reference Guide: 1-Var Stats — Texas Instruments
- TI Solution 34473: Calculating Variance on the TI-84 Plus Family — Texas Instruments
- Standardized Tests: Best Practices for the TI-84 Plus CE — Texas Instruments