Docomint

Calculatrice de Médiane

Trouvez la valeur centrale d'une liste de nombres — la médiane, non affectée par les valeurs aberrantes.

🔒 Processed on your device

What is a Calculatrice de Médiane?

The median — the true middle value once a list is sorted — resists being dragged around by one extreme outlier the way a mean does, which is why household income or home price statistics are usually reported as a median, not an average.

How to use the Calculatrice de Médiane

  1. Paste a list of numbers, separated by commas or one per line
  2. Press Calculate
  3. The numbers are sorted and the middle value returned instantly, on your device

Formula

Median = middle value of the sorted list (or the average of the two middle values if the count is even)

The list is sorted first — the order you type numbers in doesn't affect which one ends up in the middle.

Example

Seven house prices — $310k, $340k, $290k, $1.2M, $355k, $305k, $330k — average out to over $447k because of the one $1.2M outlier, but the median is $330k, a far more representative "typical" price for the other six.

Common mistakes

Frequently asked questions

Why use median instead of average?

Median resists distortion from outliers. A single unusually large or small value can drag a mean far from what's actually typical, while the median — the middle value — barely moves. That's why home prices and household income are usually reported as medians.

How is the median calculated when there's an even number of values?

Sort the values, then average the two middle numbers. For 1, 2, 3, 4, the two middle values are 2 and 3, so the median is 2.5.

Does the order I enter numbers in matter?

No — the list is sorted automatically before the median is found, so entering numbers in any order gives the same result.

Can the median be a value that isn't in the original list?

Yes, when there's an even count of values — the median is the average of the two middle numbers, which can land between them rather than matching either one exactly.

Is my numbers uploaded anywhere?

No — Calculatrice de Médiane runs entirely in your browser using JavaScript/WebAssembly. Your numbers is never sent to a server.

Related calculators