Skip to content
I Hate Online Tools

Mean, median, mode & std dev

Paste numbers for mean, median, mode, variance, and sample or population std deviation.

Runs in this tab. The file stays here.

Count9
Mean3.6667
Median4.0000
Mode5
Variance3.0000
Std dev (sample)1.7321

This runs in your browser. Nothing is uploaded.

About Mean, median, mode & std dev

Paste numbers for mean, median, mode, variance, and sample or population standard deviation.

This statistics calculator stays in the tab. Nothing is uploaded to ihateonlinetools.com for the calculation. That is the same offline promise as the rest of the site: your numbers, caption, or recipe never need to sit in a third-party form log.

Paste numbers separated by spaces, commas, or newlines. You get count, mean, median, mode, variance, and standard deviation. Mode lists every value tied for highest frequency, or reports none when all values are unique.

The sample versus population toggle matters: sample divides by n−1, population by n. Pick sample when the list is a subset used to estimate a larger set. Pick population when the list is the whole set you care about. Related tools on this site cover nearby jobs without forcing a signup wall.

How to use Mean, median, mode & std dev

  1. 1Open /math/statistics-calculator/ and check the side-panel defaults.
  2. 2Enter your values or paste your list; the main pane updates.
  3. 3Copy the result if you need it elsewhere. Closing the tab clears local state unless noted.

What it won't do

  • Not professional advice and not a hosted account product.
  • Garbage in, garbage out: wrong inputs yield wrong outputs.

Common questions

Does statistics calculator upload anything?

No. Inputs and outputs stay in the browser process. Sharing features that exist, such as countdown links, only put values you choose into the URL on your device.

What formula or method does statistics calculator use?

Paste numbers separated by spaces, commas, or newlines. You get count, mean, median, mode, variance, and standard deviation. Mode lists every value tied for highest frequency, or reports none when all values are unique.

When should I not rely on statistics calculator alone?

When a clinician, building code, platform policy, or teacher requires a signed process. This page is a calculator and explainer, not a certificate.

Is statistics calculator free and offline-capable?

Yes. After the static page loads, the logic runs without calling an external compute API. Return visits may use the service worker cache for the shell.

Related tools

Why this one doesn't upload your file

There is no server to upload to. This page is a static file, and the work happens in your browser using the same graphics and WebAssembly code that renders every other site you visit. Your file is read from disk into memory, processed, and handed back as a download. Once the page has loaded you can disconnect from the network entirely and it keeps working. The longer explanation

Install the app