TI TI84 Calculator Editorial Team

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.

⚡ Quick Answer

Enter your data in L1 via STAT1: Edit. Then press STAT → arrow to CALC1: 1-Var Stats → specify L1ENTER. Read Sx for sample standard deviation or σx for population standard deviation.

✅ Key Takeaways
  • 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: STATCALC1-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?

Sample Standard Deviation
Sx

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.

Population Standard Deviation
σx

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.

📌 Rule of thumb for students If your teacher hasn't specified which to use, default to Sx. In AP Statistics and most college-level courses, data sets are treated as samples unless explicitly stated otherwise.
SymbolFull NameDivides ByWhen to Use
SxSample Std Devn − 1Data is a sample from a population
σxPopulation Std DevnData 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.

💡 Editing a value If you type a wrong number, use the arrow keys to navigate back to it and simply type the correct value over it — no need to delete first. Press ENTER to confirm the change.

Step 2 — Running 1-Var Stats on TI-84

With data in L1, you're two menus away from the standard deviation result.

⚠️ Always specify the list If you run 1-Var Stats without specifying a list, the TI-84 defaults to L1 — which is fine if that's where your data is. But if you used L2 or a named list, you'll get the wrong result. Always confirm which list you're referencing.

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.

1-Var Stats Output x̄ = 14.2
Σ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

💡 Frequencies must be whole numbers The FreqList values must be positive integers. If you accidentally enter a decimal frequency (like 1.5), the calculator will return an ERR: STAT error. Check L2 if you see this error.

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

StepActionWhat You See
1Press STAT1: Edit → enter all 7 values in L1L1 shows 7 rows of data
2Press STAT → CALC → 1: 1-Var Stats → L1 → ENTEROutput screen appears
3Read Sx from line 4 of outputSx = 7.2572...
4Scroll down with ↓ to confirm n = 7n = 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

StepActionWhat You See
1Enter 10, 12, 15 in L13 values in L1
2Enter 8, 14, 8 in L23 frequencies in L2
3STAT → CALC → 1-Var Stats → List: L1, FreqList: L2 → ENTEROutput uses all 30 data points
4Read Sx from outputSx = 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:

SymbolNameWhat It Tells You
MeanThe arithmetic average of all values
ΣxSumTotal of all data values added together
Σx²Sum of SquaresSum of each value squared — used in variance formulas
SxSample Std DevSpread of data, treating it as a sample (divides by n−1)
σxPopulation Std DevSpread of data, treating it as the full population (divides by n)
nCountTotal number of data points entered
minXMinimumSmallest value in the data set
Q1First QuartileValue below which 25% of data falls
MedMedianMiddle value (50th percentile)
Q3Third QuartileValue below which 75% of data falls
maxXMaximumLargest value in the data set
📌 Standard deviation and Z-scores go hand in hand Once you have Sx, you can use it directly in the Z-score formula Z = (X − x̄) / Sx. For a complete guide on computing Z-scores and using normalcdf and invNorm, see the TI-84 Z-score guide.

Common Mistakes and How to Fix Them

MistakeWhat HappensFix
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 CLEARENTER 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 →

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 STAT1: 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 STAT1: 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 2ndMEM4: 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 VARS5: Statistics → 3: Sx, then press 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.