Statistic Online

What do mean, median, mode, and standard deviation reveal about your dataset?

Find the central tendencies and spread of your dataset to understand what your numbers really mean. Enter values separated by commas — see mean, median, mode, range, and standard deviation. Shows which measure best represents your data. Assumes numerical data with no missing values.

Updated June 2026 · How this works

Example calculation — edit any field to use your own numbers

Worth knowing
How It Works
The formula, explained simply

Statistics turn raw numbers into meaningful insights by revealing patterns hidden in the chaos. A customer satisfaction survey with scores of 1, 2, 8, 9, 9 has a mean of 5.8 — but that average misleads because no customer actually gave a 6 rating. The median of 8 and mode of 9 tell the real story: most customers love the product despite two harsh critics.

The tool calculates five key measures that each reveal different aspects of your data. Mean adds all values and divides by count — sensitive to every number including outliers. Median finds the middle value when sorted — immune to extreme values. Mode identifies the most frequent value — shows what typically happens. Range measures spread from lowest to highest. Standard deviation quantifies how much individual values deviate from the mean.

Your choice of statistic depends on what story your data tells. Symmetric data with no outliers makes mean and median nearly identical — either works for reporting. Skewed data with extreme values makes median more representative than mean. Data with clear patterns makes mode reveal the most common outcome.

When To Use This
Right tool, right situation

Use this statistical analysis when you need to summarize and understand the central tendencies and spread of numerical data. Academic research, business reporting, quality control, and performance analysis all require these fundamental statistics to communicate findings clearly. The tool works best with continuous numerical data like measurements, scores, prices, or quantities.

Avoid using these statistics for categorical data, ranked preferences, or datasets with significant missing values. Categories like color preferences or satisfaction ratings need different analysis methods. Time-series data with trends requires specialized statistics that account for temporal patterns — basic descriptive statistics miss the sequential relationships that drive forecasting models.

Common Mistakes
Why results sometimes look wrong

Users often enter datasets with mixed units or invalid characters, breaking the calculation entirely. Text mixed with numbers, currency symbols, or percentage signs creates parsing errors. The tool expects pure numerical values — clean your data first by removing symbols and ensuring consistent units across all measurements.

Choosing mean when median would be more representative misleads analysis. Mean works well for symmetric data without extreme values, but fails when outliers skew the average. A salary survey with values $35K, $38K, $42K, $40K, $150K shows mean of $61K — but median of $40K better represents typical pay since the executive salary distorts the average.

Misinterpreting standard deviation as a percentage or range causes confusion in data interpretation. Standard deviation is not a percentage — it uses the same units as your original data. If measuring test scores, standard deviation of 8.5 means individual scores typically vary by 8.5 points above or below the mean, not 8.5 percent.

The Math
Worked examples and deeper derivation

Statistical calculations follow precise formulas that transform raw observations into standardized measures. Mean equals the sum of all values divided by the count: (x₁ + x₂ + ... + xₙ) ÷ n. For the dataset [5, 10, 15, 20, 25], the mean is 75 ÷ 5 = 15.

Median requires sorting values first, then finding the middle position. With odd counts, median is the center value. With even counts, median is the average of the two middle values. For [5, 10, 15, 20], median is (10 + 15) ÷ 2 = 12.5. Range subtracts minimum from maximum: 20 - 5 = 15.

Standard deviation measures average distance from the mean through a two-step process. First, calculate variance: find each value's deviation from mean, square those deviations, then average the squared deviations. Second, take the square root of variance to get standard deviation in the same units as your original data. This makes standard deviation interpretable — it represents typical variation in your dataset's natural units.

Test score analysis
Class scores: 85, 92, 78, 88, 95, 72, 90, 84, 87, 91
Mean of 86.2 shows overall class performance, but median of 87.5 better represents the typical student since no extreme outliers skew the average.
Sales revenue data
Monthly sales: 15000, 18000, 22000, 16000, 45000, 19000, 17000
Mean of $21,714 is pulled up by one exceptional month, while median of $18,000 shows typical monthly performance — use median for realistic projections.
Response time measurements
Server response: 120, 135, 128, 142, 131, 127, 133
Mean of 131ms matches median of 131ms closely with low standard deviation of 7.1ms, indicating consistent performance with no concerning outliers.
Expert Unlock
The thing most explanations skip

Population versus sample variance changes the standard deviation formula slightly — dividing by n for populations, n-1 for samples. Most statistical software defaults to sample standard deviation (n-1) for unbiased estimation, but this tool uses population standard deviation (n) since users typically analyze their complete dataset rather than inferring about larger populations.

When should I use mean vs median vs mode?

What is the difference between mean median and mode
Mean is the mathematical average of all values added together. Median is the middle value when numbers are arranged in order. Mode is the most frequently occurring value. Mean gets skewed by extreme values, median shows the typical middle point, and mode reveals the most common occurrence in your dataset.
How do I know if my data is skewed or normal
Compare your mean and median. If they are nearly identical, your data is symmetric. If mean is higher than median, you have positive skew from large outliers. If mean is lower than median, you have negative skew from small outliers. The standard deviation shows how spread out your values are from the mean.
What does standard deviation tell me about my data
Standard deviation measures how much your individual data points typically vary from the mean. Low standard deviation means values cluster tightly around the average. High standard deviation means values are spread out widely. For normal distributions, about 68% of values fall within one standard deviation of the mean.

Need something this doesn't cover?

Suggest a tool — we'll build it →