Mean Absolute Deviation Calculator

Mean Absolute Deviation Calculator

Enter a numeric dataset to calculate mean absolute deviation about the mean, compare optional median absolute deviation, and inspect each absolute distance from center.

📌MAD presets

Load a realistic sample, then edit the values, units, center choice, and rounding.

Mean Absolute Deviation Result

The MAD about the mean divides the sum of absolute distances by n.

Ready
MAD about mean 0 sum |x - mean| / n
Mean center 0 average of all values
Median MAD 0 optional robust spread
Sum absolute dev. 0 before dividing by n
Dataset and method settings
Separate numbers with commas, spaces, semicolons, tabs, pipes, or line breaks.
Used in the result summary and row table.
Examples: points, min, ms, degrees, dollars, percent, or blank.
The headline formula still reports MAD about the mean as sum(|x - mean|) / n.
Scaling is only applied to the optional median MAD comparison.
Strict mode is useful when pasted data should be entirely numeric.
All parsed values are included even when the table is shortened.
Sorting changes the display table only, not the calculations.
Controls displayed results; internal calculations use full precision.
📐Current spread grid
- Count n
- Median
- Range
- Max |x - mean|

Formula used for the main result: MAD about mean = sum(|x - mean|) / n.

📋Deviation table
# Value x - mean |x - mean| x - median |x - median| Mean MAD share
Calculate to show deviation rows.
🗂MAD method reference
Measure Formula Center used Best use Outlier sensitivity
Mean MADsum(|x - mean|) / nMeanStandard classroom and descriptive-stat spreadModerate
Median MADmedian(|x - median|)MedianRobust spread when extremes may be errorsLow
Average deviation from mediansum(|x - median|) / nMedianCompare mean-centered and median-centered distanceModerate
Standard deviationsqrt(sum((x - mean)^2) / n)MeanWhen squared deviations are requiredHigh
Rangemax - minExtremesFastest minimum-to-maximum spread checkVery high
IQRQ3 - Q1QuartilesMiddle 50 percent spreadLow
Formula breakdown
MeanAdd all values and divide by n. This center is used for the required mean absolute deviation formula.
Absolute deviationFor each value, calculate |x - mean|. The absolute value keeps distances positive.
MAD about meanMean absolute deviation about the mean = sum(|x - mean|) / n.
Median MADOptional median MAD uses median(|x - median|), which is more resistant to extreme values.
UnitsMAD keeps the same unit as the original data, unlike variance, which uses squared units.
Reading the resultA MAD of 4 points means values are, on average, 4 points from the mean.
📊Quick interpretation table
Pattern MAD clue What to compare Common action
Scores clustered near meanSmall MADMAD vs rangeReport center and tight spread
One extreme valueMean MAD risesMean MAD vs median MADCheck the extreme before removing it
Two balanced tailsMean and median MAD closeMean vs medianUse mean MAD for simple summary
Skewed sampleMean MAD differs from median MADCenter gapShow both centers in notes
Different unitsMAD not comparable directlyRelative MADUse MAD divided by |mean|
Very small nMAD may swingn and max deviationAdd more observations if possible
💡MAD calculation tips
Use mean MAD for the required formula: The standard result here is always sum(|x - mean|) / n. It is easy to explain because every value contributes one absolute distance from the average.
Use median MAD as a sensitivity check: If median MAD is much smaller than mean MAD, one or more tail values may be stretching the mean-centered spread.

The measure of standard deviation is what you typically learn first; it show up everywhere in textbooks. Another way to do this is with a measure called mean absolute deviation (MAD). MAD measures the average distance of a set of numbers away from their mean, but doesn’t square these difference. That preserves simplicity of the units and makes arithmetic easy.

MAD gives you the typical distance from the middle. In contrast, squared error distorts the value of standard deviation. The calculator takes calculation off your hands. You plug in your values (say, a set of quiz scores or temperatures). The calculator produce the average of that data set. That’s the key: without center point, how can we talk about distance?

What Is Mean Absolute Deviation

The farther you move away from middle, the more outlying you are. And once we have center point, the calculator determines the distance of each value to the center point. It takes absolute value (removing negatives) and then computes average of these distances.

Why? This method isn’t as harsh on outliers than standard deviation is. In many scenarios, you want to see typical experience without letting extreme values dominate the story.

Think of a class: The vast majority of students gets an eighty or an eighty-five on their test, whereas one person got a zero. Because the zero’s such a long way away from average, standard deviation will go up significantly. And squaring the gap makes it huge. So does MAD, though not so dramatically. It view the person who got a zero as having just had a bad day (a big mistake, sure, but still only a bad day).

That makes MAD good for data which is naturaly fine, with just a couple unusual points. With MAD you get to see what usual experience looks like; no added noise.

As an option, the tool provides comparison against what’s called the median absolute deviation (MAD). Why? Because your data might be messy. The median is middle value and isn’t affected by extreme values. So comparing the MAD based on mean versus median can be thought of as a type of sensitivity test. A large gap between the mean and median MAD tell you that outliers are probably pulling average off course. That’s a sign to look at the extreme values before drawing conclusions. It’s a diagnostic flag, not just a number.

The other issue is choosing center. For example, most folks chooses the mean because we’re used to it. However, the mean is also sensitive to skew. If you have very skewed data, such as household income, then the median can be more representitive of what’s typical. You can toggle in the calculator to get both perspectives. It will show you that center you choose changes the story about your spread. The MAD is small around the mean. Consistency! Or maybe not, the median may tell a different tale. If the median tells a different story, it means there’s a long tail.

It helps to know context though. Five degrees of temperature is not the same as five points on 100 point test. For the former, it may mean wide variability (especially if starting temp is low), while for latter it indicates close proximity between performances.

Unlike variance, MAD doesn’t change its units; variance squares them, which confuses most folk. That simplicity is part of its power. I can state that average deviation is five minutes, and you all know what I am talking about for your commute.

On that page, they put together a nice comparison table between MAD vs. Range, interquartile range, etc… And range is simple to compute, while also being easily skewed (it’s just the two extremes). IQR is more robust, but it doesn’t take into account anything outside of the quartiles. MAD is a nice compromise. It accounts for everything, but it is gentle about it. Turns out, that’s useful in a lot of ways for the world.

One thing to know about MAD: When working with small samples, MAD can be a fickle friend. In big samples, it’s nice and stable; in small samples, it jitter around. So don’t rely too much on a MAD calculated from only three numbers. You should of used more data if you wanted accuracy. But do use it for fast descriptions and spot-checks, it’ll help you understand variability without needing to dive into more complicated stats.

It’s not the entire tale. The average isn’t everything. When looking at a set of survey scores or lab results, it’s also important to see the spread. How far do those individual points moves away from the average? That’s what completes the picture; that makes a mere number more than a number. Instead of just viewing highest point, you begin viewing the space surrounding it. And that’s where absolute deviation truly shines. It takes a series of figures and transforms them into a story regarding variation and consistensy.

Mean Absolute Deviation Calculator