How to Find Standard Deviation on TI-84 — Complete Step-by-Step Guide (2026)
Finding standard deviation on a TI-84 takes five button presses once your data is in a list. The calculator's built-in 1-Var Stats function does all the arithmetic instantly and gives you both the sample standard deviation (Sx) and the population standard deviation (σx) in the same output screen. This guide walks through every method — from entering a small data set on the home screen to running 1-Var Stats on a full list — so you get the right answer the first time.
Enter your data in L1 via STAT → 1: Edit. Then press STAT → arrow to CALC → 1: 1-Var Stats → specify L1 → ENTER. Read Sx for sample standard deviation or σx for population standard deviation.
- Sx = sample standard deviation (use when your data is a sample from a larger population).
- σx = population standard deviation (use when your data is the entire population).
- Most statistics courses and AP exams expect Sx — if in doubt, use Sx.
- The path to standard deviation: STAT → CALC → 1-Var Stats → select your list → ENTER.
- You can also enter data directly on the home screen for quick single calculations.
- The same steps work on the free online TI-84 simulator — no physical calculator needed.
Sx vs σx — Which Standard Deviation Do You Need?
The TI-84 always gives you both values, but using the wrong one in an exam or assignment is a common and avoidable mistake. The difference comes down to one question: does your data set represent everyone, or just a sample of a larger group?
Use when your data is a subset of a larger population. Divides by n − 1 (Bessel's correction). This is what most statistics courses, AP Stats, and research papers use.
Use when your data is the entire population — every single member included. Divides by n. Used in physics, quality control, and when studying a complete data set.
| Symbol | Full Name | Divides By | When to Use |
|---|---|---|---|
| Sx | Sample Std Dev | n − 1 | Data is a sample from a population |
| σx | Population Std Dev | n | Data covers the entire population |
Step 1 — How to Enter Data into Lists (L1)
Before running any statistics function, your data needs to be stored in a list. The TI-84 has six built-in lists: L1 through L6. L1 is the default for 1-Var Stats, so that's where to start.
-
1
Press STAT The STAT menu opens. You'll see three tabs: EDIT, CALC, and TESTS.
-
2
Press 1: Edit (or just press ENTER) The list editor opens showing L1, L2, and L3 columns side by side.
-
3
Move the cursor to the first empty cell under L1 If L1 already has data from a previous session, move up to highlight the L1 header, press CLEAR, then ENTER to wipe it cleanly.
-
4
Type each value and press ENTER after each one The cursor moves down automatically. Enter all your data points one by one: 12, ENTER, 15, ENTER, 9, ENTER… and so on.
-
5
Press 2nd → MODE (QUIT) when done This exits the list editor and returns to the home screen. Your data is now saved in L1.
Step 2 — Running 1-Var Stats on TI-84
With data in L1, you're two menus away from the standard deviation result.
-
1
Press STAT The STAT menu opens again.
-
2
Press the right arrow key → to move to the CALC tab You'll see a list of statistical calculation options.
-
3
Press 1: 1-Var Stats On newer TI-84 Plus CE firmware, a dialog box asks for the List and FreqList. On older firmware,
1-Var Statspastes to the home screen. -
4
Specify your list: press 2nd → 1 to enter L1 If you see a dialog box, navigate to the List field and press 2nd 1. On the home screen, type
1-Var Stats L1. -
5
Press ENTER (or select Calculate in the dialog) The statistics output screen appears immediately.
Step 3 — Reading the Output Screen
After running 1-Var Stats, the calculator shows a scrollable results screen. Standard deviation appears a few lines down — here's what the full output looks like and where to find the values you need.
Σx = 71
Σx² = 1045
Sx = 3.1145... ← Sample Std Dev
σx = 2.7856... ← Population Std Dev
n = 5
minX = 10
Q1 = 11
Med = 14
Q3 = 17
maxX = 19
Use the down arrow key to scroll through all the values — the screen only shows a few at a time. Sx is typically the 4th line and σx is the 5th.
Finding Standard Deviation from Two Lists (Frequency Data)
When your data comes in a frequency table — for example, 10 students scored 85, 6 scored 90, 4 scored 95 — you enter the values in L1 and the corresponding frequencies in L2, then tell 1-Var Stats to use both.
How to Set Up Frequency Lists
-
1
Enter the data values in L1 Example: 85, 90, 95
-
2
Enter the corresponding frequencies in L2 Example: 10, 6, 4 — matching the order in L1.
-
3
Press STAT → CALC → 1: 1-Var Stats
-
4
Set List = L1 and FreqList = L2 In the dialog box, navigate to FreqList and press 2nd 2 for L2. On the home screen, type:
1-Var Stats L1, L2 -
5
Press ENTER The calculator treats L2 values as frequencies and weights the standard deviation calculation correctly.
Worked Examples with Real Data
Example 1 — Small Sample (AP Stats Style)
Data set: Quiz scores for 7 students: 82, 75, 90, 88, 76, 95, 83
| Step | Action | What You See |
|---|---|---|
| 1 | Press STAT → 1: Edit → enter all 7 values in L1 | L1 shows 7 rows of data |
| 2 | Press STAT → CALC → 1: 1-Var Stats → L1 → ENTER | Output screen appears |
| 3 | Read Sx from line 4 of output | Sx = 7.2572... |
| 4 | Scroll down with ↓ to confirm n = 7 | n = 7 ✓ |
The sample standard deviation for this quiz data is approximately 7.26 points.
Example 2 — Frequency Table
Data: Heights of 30 plants (cm): 10cm × 8 plants, 12cm × 14 plants, 15cm × 8 plants
| Step | Action | What You See |
|---|---|---|
| 1 | Enter 10, 12, 15 in L1 | 3 values in L1 |
| 2 | Enter 8, 14, 8 in L2 | 3 frequencies in L2 |
| 3 | STAT → CALC → 1-Var Stats → List: L1, FreqList: L2 → ENTER | Output uses all 30 data points |
| 4 | Read Sx from output | Sx = 1.7099... |
The standard deviation in plant height is approximately 1.71 cm. Notice n = 30 confirms all frequencies were counted correctly.
What Every Value in the 1-Var Stats Output Means
The 1-Var Stats screen gives you far more than just standard deviation. Here's a complete reference for every value it returns:
| Symbol | Name | What It Tells You |
|---|---|---|
| x̄ | Mean | The arithmetic average of all values |
| Σx | Sum | Total of all data values added together |
| Σx² | Sum of Squares | Sum of each value squared — used in variance formulas |
| Sx | Sample Std Dev | Spread of data, treating it as a sample (divides by n−1) |
| σx | Population Std Dev | Spread of data, treating it as the full population (divides by n) |
| n | Count | Total number of data points entered |
| minX | Minimum | Smallest value in the data set |
| Q1 | First Quartile | Value below which 25% of data falls |
| Med | Median | Middle value (50th percentile) |
| Q3 | Third Quartile | Value below which 75% of data falls |
| maxX | Maximum | Largest value in the data set |
Common Mistakes and How to Fix Them
| Mistake | What Happens | Fix |
|---|---|---|
| Using σx when Sx is required | Slightly lower value — marked wrong on exams | Identify whether you have a sample or full population. Default to Sx for most coursework. |
| Old data left in L1 from previous session | Incorrect n and wrong standard deviation | Go to STAT → Edit, highlight the L1 header, press CLEAR → ENTER before entering new data. |
| Running 1-Var Stats without specifying a list | May calculate from wrong list silently | Always explicitly type or select L1 (or whichever list you used) when running 1-Var Stats. |
| Frequency values entered as decimals in L2 | ERR: STAT error | Frequencies must be positive whole numbers. Check L2 and correct any decimal entries. |
| Entering data on the home screen instead of a list | Can't run 1-Var Stats on home screen values | Always use the list editor (STAT → Edit) for multi-value data sets. |
| Reading Sx as σx or vice versa | Wrong value reported despite correct calculation | Scroll carefully — Sx appears before σx on the output screen. The symbols are visually similar; double-check which line you're reading. |
| Calculator showing unexpected errors after data entry | Corrupted list or memory issue | Try a RAM clear to free up memory, then re-enter the data. This does not delete archived programs. |
Practice Standard Deviation Right Now — Free
Open the free TI-84 online simulator, enter your data in L1, and run 1-Var Stats — no physical calculator needed.
Open Free TI-84 Simulator →Related TI-84 Statistics Guides
Standard deviation is rarely used in isolation. These guides cover the skills that connect directly to it in statistics coursework:
Frequently Asked Questions
How do I find standard deviation on a TI-84 calculator?
Press STAT → 1: Edit and enter your data values in L1. Then press STAT → arrow right to CALC → 1: 1-Var Stats → specify L1 → ENTER. The output screen shows Sx (sample standard deviation) and σx (population standard deviation). Use Sx for most statistics coursework.
What is the difference between Sx and σx on TI-84?
Sx is the sample standard deviation — it divides by n−1 and is used when your data represents a sample taken from a larger population. σx is the population standard deviation — it divides by n and is used only when your data includes every member of the population. For AP Statistics and most college-level courses, Sx is the correct value to report.
How do I clear old data from L1 before entering new data?
Press STAT → 1: Edit to open the list editor. Use the up arrow to highlight the L1 header at the top of the column (not just a cell within it). Press CLEAR, then ENTER. All values in L1 are erased. Alternatively, press 2nd → MEM → 4: ClrAllLists to clear all six lists at once.
Can I calculate standard deviation from a frequency table on TI-84?
Yes. Enter the distinct values in L1 and their corresponding frequencies in L2. Then run 1-Var Stats with both lists: STAT → CALC → 1-Var Stats → set List = L1 and FreqList = L2 → ENTER. The calculator weights each value by its frequency, giving you the correct mean and standard deviation for the full data set. Frequencies must be positive whole numbers — decimals will cause an ERR: STAT error.
Why is my standard deviation showing as 0 on TI-84?
A standard deviation of 0 means every value in your list is identical — there is no variation in the data. If you believe your data should vary, the most likely cause is that all values were entered the same by mistake, or old identical data is still in the list from a previous session. Clear L1, re-enter your values carefully, and run 1-Var Stats again. Also confirm that n matches the number of data points you entered.
How do I find standard deviation without entering data in a list?
For very small data sets (2–3 values), you can calculate standard deviation manually on the home screen using the formula. For sample standard deviation: compute the mean first, subtract each value from the mean and square the result, sum those squares, divide by n−1, then take the square root using 2nd → √. For anything more than 3 values, using 1-Var Stats with L1 is faster and less error-prone.
Does the TI-84 online calculator support 1-Var Stats?
Yes. The free TI-84 simulator at ti84calculato.com supports the full STAT menu including 1-Var Stats, list editing, and frequency calculations. Every step in this guide works identically on the online version. It's useful for practicing before an exam or verifying calculations when you don't have a physical calculator available.
How do I find variance on TI-84?
The TI-84 does not display variance directly in the 1-Var Stats output, but it's simple to calculate from the standard deviation result. After running 1-Var Stats and reading Sx, return to the home screen and type Sx² — press VARS → 5: Statistics → 3: Sx, then press x² → ENTER. The calculator squares the stored Sx value and displays the sample variance.
Finding Standard Deviation — The Short Version
The entire process is three steps: enter your data in L1 via the STAT Edit menu, run 1-Var Stats from the CALC tab, and read Sx or σx from the output. The calculator handles all the arithmetic — squaring deviations, summing them, dividing, and taking the square root — in under a second.
The one judgment call is always Sx vs σx. When working with sample data in class (which is most of the time), Sx is the right choice. If you're studying the complete population — all members, no sampling — use σx.
Once you have standard deviation, it connects directly to other statistics work on the TI-84: use it to compute Z-scores, plug it into normalcdf for probability calculations, or use it alongside the graphing tools to visualize normal distributions. For the full library of TI-84 tutorials, visit the Guides & Tutorials section.