Mean Absolute Deviation Calculator

Get the mean absolute deviation (MAD): the average distance of each value from the mean, with a distance table.

Separate numbers with commas, spaces or line breaks. You can paste a column from Excel or Sheets. 7 values read.

Mean absolute deviation
6.12245
Mean10.2857
Median absolute deviation4
Standard deviation (population), for comparison8.6473
510152025302468101230
each dot = one valuemean 10.2857

Working

xx − x̄|x − x̄|
2−8.28578.2857
4−6.28576.2857
6−4.28574.2857
8−2.28572.2857
10−0.28570.2857
121.71431.7143
3019.714319.7143
Σ|x − x̄|42.8571

MAD = 42.8571 ÷ 7 = 6.12245

Explain my result

An AI tutor reads your numbers and explains what they mean in plain words. Sends only the inputs and results shown above.

Mean absolute deviation formula

MAD = Σ|x − x̄| ÷ n

It answers the most natural question about spread: on average, how far is a value from the mean? Compare it with the standard deviation, which answers a slightly different question by squaring first. In the example 2, 4, 6, 8, 10, 12, 30, the value 30 adds 20 to the MAD total but 400 to the sum of squares, which is why the SD reacts more to outliers.

Frequently asked questions

How do you find the mean absolute deviation?

Find the mean. Subtract it from each value and drop the minus signs (take absolute values). Add those distances and divide by how many values there are.

Why is MAD smaller than the standard deviation?

Squaring gives big deviations extra weight, so the standard deviation is always at least as large as the MAD. For normal data the MAD is about 0.8 times the SD.

What is the difference between mean absolute deviation and median absolute deviation?

Both are abbreviated MAD. The mean absolute deviation averages distances from the mean. The median absolute deviation takes the median of distances from the median, which makes it highly resistant to outliers. Check which one your course means; this page shows both.

Where is mean absolute deviation taught?

It appears in US Common Core Grade 6 and 7 statistics as a first measure of spread before standard deviation, because it avoids squares and square roots.