The default list of eight values (4, 8, 12, 16, 20, 14, 8, 11) has a mean of 11.625, a median of 11.5, a mode of 8, a range of 16, and a standard deviation of 4.742. Paste a list of numbers and get the summary statistics that describe it — mean, median, mode, range, and standard deviation, plus the count; values can be separated by commas, spaces, or both.
Suppose you put the default values into Statistics Calculator:
Plug those into the formula mean = Σx/n; σ = √(Σ(x−μ)² / n) and the result is:
The mean is the sum of the values divided by the count (93 ÷ 8 = 11.625 for the defaults). The median is the middle value after sorting — with an even count, the average of the two middle values. The mode is the most frequent value; if several values tie, the calculator reports one of them. Range is the maximum minus the minimum. Standard deviation uses the population formula, σ = √(Σ(x − μ)² / n), dividing by n rather than n − 1 — the right choice when your list is the entire dataset rather than a sample. If your numbers are a sample drawn from a larger population, the sample formula (dividing by n − 1) gives a slightly larger, less biased estimate: 5.069 instead of 4.742 for the default list.
Last reviewed July 2, 2026 · Editorial policy