Mean, Median, Mode Calculator

Compute mean, median, mode, range, variance and standard deviation.

Paste a list of numbers (separated by commas, spaces or newlines) to instantly see count, sum, mean, median, mode(s), min, max, range, variance and standard deviation.

Common use cases

  • Summarize a small dataset for a report or presentation
  • Verify spreadsheet stats without opening Excel or Sheets
  • Compute standard deviation for a quick variance check
  • Identify mode(s) in survey responses or test scores

Frequently asked questions

What if there's no mode?
If every value appears once, there's no mode — we display a dash. With ties, we show all tied values.
Population or sample variance?
Population variance (divides by n). For sample variance (divides by n − 1), multiply by n / (n − 1).
How are inputs parsed?
Split on any combination of commas, spaces, semicolons or newlines. Non-numeric tokens are ignored.

Related tools