Range and Standard Deviation
Voltage drop, wire sizing, load balancing
Medication dosages, IV drip rates, vital monitoring
Measures of central tendency (mean, median, mode) tell you where the center of your data is, but they do not tell you how spread out the data is. Two datasets can have the same mean but look completely different. Range and standard deviation measure this spread — how much individual values differ from each other and from the center.
Range
The range is the simplest measure of spread. It is the difference between the highest and lowest values in a dataset.
Example 1: Daily High Temperatures
Daily high temperatures for one week (in F): 72, 68, 75, 80, 71, 69, 77.
Answer: The range is 12F, meaning daily highs varied by 12 degrees over the week.
The range is easy to calculate, but it has a major weakness: it only uses two values (the highest and lowest). A single outlier can make the range misleading.
Example 2: Range with an Outlier
Test scores: 82, 85, 88, 84, 86, 45.
Without the outlier (45), the range would be . One unusually low score makes the range suggest far more variability than the majority of the data actually has. This is why we need standard deviation.
Variance and Standard Deviation
Standard deviation measures how far values typically fall from the mean. It uses every data point — not just the extremes.
The calculation has two stages: first you find the variance, then you take its square root.
Formulas
Variance (for a population):
Standard deviation (for a population):
Where:
- = each individual data value
- = the mean of the dataset
- = the number of data values
- = “the sum of”
For a sample (a subset of a larger population), divide by instead of . On most standardized tests and in introductory courses, you will use the population formula above.
Example 3: Step-by-Step Standard Deviation
Dataset: 4, 8, 6, 5, 7
Step 1: Find the mean.
Step 2: Subtract the mean from each value and square the result.
| Value () | Deviation () | Squared deviation ( |
|---|---|---|
| 4 | ||
| 8 | ||
| 6 | ||
| 5 | ||
| 7 |
Step 3: Find the variance (average of squared deviations).
Step 4: Take the square root to get the standard deviation.
Answer: The standard deviation is approximately 1.41.
This tells you that values in this dataset typically fall about 1.41 units away from the mean of 6.
What Standard Deviation Tells You
- Low SD = data points are clustered close to the mean (consistent, reliable).
- High SD = data points are spread far from the mean (variable, inconsistent).
Consider two students’ test scores, both with a mean of 80:
- Student A: 78, 80, 82, 79, 81 (SD 1.4) — very consistent
- Student B: 65, 95, 70, 90, 80 (SD 11.4) — highly variable
Same average, very different stories. Standard deviation reveals the difference.
Quick Reference
| Measure | Formula | What It Tells You |
|---|---|---|
| Range | Total spread (sensitive to outliers) | |
| Variance | Average squared distance from the mean | |
| Standard Deviation | Typical distance from the mean |
Real-World Application: Electrician — Measuring Voltage Consistency
An electrician tests the voltage output of a circuit at five different times throughout the day to check for stability. The expected voltage is 120 V.
Readings (in volts): 119.5, 120.2, 120.0, 119.8, 120.5
Step 1: Find the mean.
Step 2: Find the squared deviations.
| Reading | Deviation | Squared Deviation |
|---|---|---|
| 119.5 | ||
| 120.2 | ||
| 120.0 | ||
| 119.8 | ||
| 120.5 |
Step 3: Calculate variance and standard deviation.
Interpretation: With a standard deviation of only 0.34 V, this circuit delivers very stable power. Voltage fluctuations are minimal and well within the acceptable range. If the SD were much higher — say 5 V or more — the electrician would investigate for loose connections, overloaded circuits, or faulty equipment.
Practice Problems
Test your understanding with these problems. Click to reveal each answer.
Problem 1: Find the range of this dataset: 23, 15, 42, 8, 31.
Answer: The range is 34.
Problem 2: Calculate the standard deviation of this dataset: 10, 12, 14, 16, 18.
Mean:
Squared deviations: , , , ,
Variance:
Standard deviation:
Answer: The standard deviation is approximately 2.83.
Problem 3: Two machines fill bottles to a target of 500 mL. Machine A has SD = 2 mL. Machine B has SD = 8 mL. Which machine is more consistent?
Machine A is more consistent because its standard deviation is lower. Its fill amounts are typically within 2 mL of the target, while Machine B’s vary by about 8 mL.
Problem 4: A nursing student records patient wait times (in minutes): 12, 15, 14, 45, 13. Calculate the range. Does the range give a good picture of typical variability? Why or why not?
The range is 33 minutes, but this is misleading. Four of the five wait times are between 12 and 15 minutes. The single outlier (45 minutes) inflates the range dramatically. The standard deviation would give a more accurate picture of typical variability.
Key Takeaways
- Range () is quick to calculate but easily distorted by a single outlier.
- Standard deviation measures how far values typically fall from the mean — it uses every data point.
- A low standard deviation means data is consistent and tightly clustered. A high standard deviation means data is spread out and variable.
- To calculate SD: find the mean, subtract it from each value, square the deviations, average them (variance), and take the square root.
- Two datasets can share the same mean but have very different standard deviations — always check the spread.
Return to Statistics for more topics in this section.
Next Up in Statistics
All Statistics topicsLast updated: March 28, 2026