Mean: The arithmetic average — sum of all values divided by the count. It is sensitive to extreme values (outliers) and represents the "balance point" of the data set.
Median: The middle value when your numbers are sorted. It is more resistant to outliers than the mean and is often a better measure of "typical" for skewed distributions.
Mode: The value that appears most frequently. A data set can have no mode (all values unique), one mode, or multiple modes.
Range: The difference between the largest and smallest values, giving a quick sense of how spread out the data is.
Geometric Mean: The nth root of the product of all values. It is meaningful for growth rates, ratios, and data sets where values are multiplied rather than added. Only calculated when all values are positive.
How This Calculator Works
You enter a comma-separated or space-separated list of numbers. The tool parses the input, sorts the values, and computes the mean (sum ÷ count), median (middle of sorted list), and mode (highest-frequency value). It also reports range, min, max, sum, count, and the geometric mean when all values are positive. Results update live as you type.
Quick Questions
When should I use mean vs. median?
Use the mean when your data is roughly symmetric with no extreme outliers. Use the median when the data is skewed — for example, household income data where a few very high earners pull the mean upward.
What does "No mode" mean?
If every value in the set appears exactly once, there is no single most-frequent value, so the calculator reports "No mode." This is common with small or highly varied data sets.
Can I paste data from a spreadsheet?
Yes. Copy a column of numbers from Excel or Google Sheets and paste it into the input field. The calculator accepts commas, spaces, tabs, and newlines as separators.
Why is the geometric mean sometimes unavailable?
The geometric mean requires all values to be positive. If your data includes zero or negative numbers, the product becomes zero or negative and the nth root is undefined in real numbers.
How many numbers can I enter?
There is no hard limit, but very large data sets (thousands of values) may slow the live-update feature. For most homework and survey tasks, the calculator handles the input instantly.
Sources
Mean – Wikipedia (arithmetic, geometric, and harmonic mean definitions)
Median – Wikipedia (definition and properties for even and odd data sets)