Average Calculator
Paste a list of numbers to get the mean, median, mode, range, min, max, count, sum, and standard deviation instantly.
- Free, no account
- No watermark
- No usage limit
About the Average Calculator
Paste a list of numbers and the mean shows up right away, along with the median, mode, sum, count, range, min, max, and both standard deviations, all of it recalculating as you type. No submit button, nothing to set up.
My honest opinion on average calculators is that the average by itself is close to useless. The mean of 50, 50, 50 is 50. The mean of 0, 50, 100 is also 50, same average, totally different data. If all you had was "the average is 50" you'd never know one set is dead flat and the other is scattered end to end. So this tool doesn't stop at the average. It puts the spread right next to it, because one number should never get to speak for a whole set on its own.
That's why you get ten results instead of one. Count and sum tell you how much data you fed it. Mean, median, and mode each describe the middle a different way. Range, min, max, and the two standard deviations tell you how far the numbers wander from that middle. Read together they give you the shape of the data, not just its center.
Everything runs in your browser. Nothing you paste is uploaded or stored, and once the page has loaded the tool keeps working with no connection. Paste a column straight out of a spreadsheet, a comma-separated line, or a messy blend of both, and any token that isn't a real number gets skipped instead of throwing an error. So you don't have to clean the list first.
How to use
- Type or paste your numbers into the box. Commas, spaces, tabs, and new lines all work as separators, so a spreadsheet column drops straight in.
- Read the ten stats below. They update the moment you change anything, live.
- Drop in one huge number and watch the mean jump while the median barely moves. That single experiment tells you a lot about your data in a second.
- Skip the cleanup. Currency symbols, stray words, and blank lines are ignored, so a rough paste still gives correct results for the numbers it does contain.
- Check the mean against the median. Close together, the data is fairly even. Far apart, something is pulling the average around, and the spread numbers will show how much.
Negatives and decimals are fully supported, and the results keep enough significant figures to stay accurate without flooding the screen.
Standard deviation, and why you get two
Most free average calculators hand you a mean and quit, and the mean by itself is the number most likely to fool you. This one refuses to stop there and gives you the standard deviation, the number that answers "how spread out is this, really." A small standard deviation means the values stay close to the mean. A large one means they are spread far from it. Two datasets with the exact same average can have completely different standard deviations, and that gap is usually the thing you actually care about.
You'll see two standard deviations here, population and sample, and they're almost always slightly different numbers. The reason is a single detail in the math. The population version divides by how many values you have, while the sample version knocks one off that count first. That small difference matters more than it sounds.
Use the population figure when your list is the entire group you care about. Every test in the class, every transaction last month, all of it, nothing left out. Use the sample figure when your numbers are a slice of something bigger and you're estimating the whole from that slice, like fifty survey responses standing in for ten thousand customers. The sample version comes out a touch larger on purpose, it nudges the estimate to correct for the fact that a small sample tends to look tighter than the full population really is.
Pick the wrong one and your answer is quietly off, more so on short lists where the n versus n-1 difference matters most. That's exactly why the tool shows both instead of guessing which you meant. Doing schoolwork? Check whether the question asks for "population" or "sample" standard deviation and read the matching row. One caveat, if you enter a single number there's no sample standard deviation at all, because you can't estimate spread from one data point, so that row shows a dash while the population value reads zero.
When the mean lies to you
The textbook example is income, and it's a good one. Picture five people in an office. Four earn 40,000 and the founder earns 260,000. The mean salary is 84,000, a figure not one person in that room takes home. The median, the middle value once you sort them, is 40,000, which actually describes a typical employee. This is the whole reason the news reports median household income and not the mean. Incomes stop at zero but have no ceiling, so a few huge earners drag the mean up while the median holds steady.
Watch for it whenever the mean sits well above the median. Your data has a long tail of large values pulling the average up. Below the median, the tail runs the other way. The mode, meanwhile, is just the value that shows up most, and it's the right pick for things like shoe sizes or votes where an "average" wouldn't be a real option anyone chose. If every number in your list is unique, the tool honestly reports no mode rather than inventing one.
Range, min, and max round out the picture cheaply. Range is simply max minus min, a rough quick measure of total spread. It's crude, because a single outlier can make it far larger, but paired with the standard deviation it gives you a fast read on whether one stray value is doing all the damage.
Frequently asked questions
Which standard deviation should I use, population or sample?
If you're matching a spreadsheet, the choice is already made for you. Excel and Google Sheets treat plain STDEV and STDEV.S as sample, and STDEV.P as population, so read the row that matches the function your formula used. When nothing points you either way, sample is the safer default for real-world data, since you rarely hold every possible value in hand.
Why is my sample standard deviation showing a dash?
Because you've entered only one number. The sample calculation divides by the count minus one, and with a single value that's a division by zero, plus there's no spread to estimate from one point anyway. Add a second number and the row fills in.
Does the calculator flag or remove outliers?
No, and that's deliberate. It shows every number you enter and lets the spread stats reveal the outliers instead of silently deleting anything. If the mean sits far from the median, or the range dwarfs the standard deviation, you've likely got one. Deciding what to do about it is a judgement call the tool leaves to you.
Can I paste numbers straight from Excel or Google Sheets?
Yes. A copied column arrives with a line break between each value, and the tool reads those fine, the same as commas, spaces, or tabs. You can even mix separators in one list. Formatted currency survives the trip too, so a column of $1,234.56 counts as 1234.56 rather than getting chopped at the comma, which is where most of these calculators quietly lose half your data. The genuinely murky one is a bare 1,234 with no decimal, because that is one number or two depending on who typed it. The tool picks the likelier reading, tells you above the results which way it went, and gives you a button to flip it. Header words and blank rows get skipped without complaint.
What's the difference between range and standard deviation?
Range is only the largest value minus the smallest, so it reflects just two numbers and one outlier can balloon it. Standard deviation accounts for every value and how far each one sits from the mean, which makes it a steadier measure of typical spread.
Is a high standard deviation bad?
Not on its own. It only means the values are spread out, which might be exactly what you'd expect. Test scores in a mixed-ability class should vary. Spring temperatures should swing. A high standard deviation is only a problem when you were counting on consistency and didn't get it, like parts coming off a production line.
How many numbers can I paste in?
Enough for any normal use, whole spreadsheet columns included. Every calculation happens on your device with no upload, so there's no server limit to bump into. Very large pastes stay quick because it's plain arithmetic behind the numbers, nothing weighty.