One outlier can drag the mean
Add a single giant value (say, a billionaire’s income) and the mean leaps upward—even if every other number stays small.
Tip: Ctrl/Cmd + Enter runs Calculate.
Quartile method: Exclusive median-of-halves excludes the overall median from Q1 and Q3 when the count is odd. Inclusive median-of-halves includes it. Textbooks and software can vary, so switch methods if you need to match a class or worksheet.
| Format | Example |
|---|---|
| Comma-separated | 4, 7, 9, 10 |
| Spaces or new lines | 4 7 9 10 or one value per line |
| Semicolons and mixed delimiters | 4; 7, 9 10 |
| Negatives and decimals | -2.5, 0, 4.75 |
| Scientific notation | 1e3, 2.5e-2, -4E+1 |
This calculator summarizes a dataset in seconds and shows the arithmetic behind each answer. It is built for homework checks, spreadsheet cleanup, test scores, measurements, prices, survey responses, and any list where you need the average, middle value, most common value, and spread.
The mean is the familiar average: add all values and divide by the count. Because every value contributes, a few very large or very small numbers can pull the mean up or down. The median is the middle value after sorting the list, so it is more stable when there are outliers. The mode is the most frequent value; some datasets have multiple modes, and others have none if every value appears only once. Together, these measures of central tendency show where the “center” of your data lies.
To understand spread, the calculator also shows the range (max minus min) and the quartiles. Quartiles split your ordered data into four equal parts, and the interquartile range (IQR) captures the middle 50%. The IQR is especially helpful when you want a robust sense of variability without being overly influenced by extreme values. The outlier check uses the common 1.5 x IQR rule, which flags values below Q1 - 1.5 x IQR or above Q3 + 1.5 x IQR.
Use the preset buttons to compare a simple homework list, repeated values with more than one mode, and a skewed dataset that includes an outlier. Each preset fills the input and calculates immediately so you can see how the interpretation changes.
Maintained by Starlight Robotics for Starlight Tools. Last reviewed: July 7, 2026. The calculator uses standard descriptive statistics definitions for mean, median, mode, range, quartiles, IQR, and Tukey-style 1.5 x IQR outlier fences. All calculations run locally in your browser, so your data stays private.
Commas, spaces, semicolons, or new lines. Extra whitespace is ignored.
The mean adds every value and divides by the count. The median is the middle value after sorting, so it is less affected by a few very high or very low numbers.
Use the median when the data is skewed or has outliers, such as income, home prices, or response times.
Yes. If two or more values tie for the highest frequency, the calculator lists every mode.
Outliers can pull the mean toward the extreme value. They can also make the range much larger because range only compares the minimum and maximum.
We sort your numbers, split the dataset using the selected quartile method, calculate Q1 and Q3 as medians of those halves, then calculate IQR = Q3 - Q1.
Quartile methods vary. This calculator offers exclusive and inclusive median-of-halves methods. Excel and other tools may use inclusive, exclusive, or percentile interpolation formulas.
Yes. Paste rows or columns directly. The calculator accepts commas, spaces, semicolons, new lines, negatives, decimals, and scientific notation, then reports any ignored tokens.
If every value appears once, there is no mode and we’ll say so.
Yes—calculations run entirely in your browser.
Add a single giant value (say, a billionaire’s income) and the mean leaps upward—even if every other number stays small.
Highway speed signs often show the median speed, not the mean—because medians ignore a few reckless drivers or slow trucks.
Mode isn’t just numeric: the most common baby name, T-shirt size, or hex color in a pixel array is a mode, too.
Classic box plots flag outliers at 1.5×IQR beyond Q1 or Q3—the middle 50% is literally the box.
Combine groups and a mean or median trend can reverse direction—always check subgroups before trusting a headline.