Median of Percentages
Order, locate and report the middle percentage — with the even-count rule and the grouped-data formula
What the Median Tells You
The median is the value that splits an ordered data set in half: at least 50% of the values are at or below it, and at least 50% at or above.
Percentages are just numbers on a – scale, so the procedure is the ordinary one — but only if every percentage is measured on the same kind of base. Six departments' pass rates can be sorted and a median taken. A 90% rate from 10 students and a 40% rate from 4,000 students are still one data point each; the median deliberately ignores how big each group is.
The critical caveat: the median of subgroup percentages is not the overall percentage. To get the overall rate, add the numerators and add the denominators. The median answers "what is a typical department?", not "what fraction of all students passed?"
Why use it at all? The median is resistant. Rates bounded at 0 and 100 are often skewed, and one 0% or 100% group would drag a mean but leave the median untouched.
How to Find It
- Sort all values in ascending order. Do not skip this — an unsorted list is the most common source of a wrong answer.
- Count the values, , including repeats.
- Locate position .
If is odd, that position is a whole number and the median is the value sitting there:
If is even, the position lands halfway between two values, so average them:
Grouped data. When percentages are reported in classes, interpolate within the class containing the -th observation:
where is the lower boundary of the median class, the cumulative frequency before it, its frequency, and its width. This assumes values are spread evenly inside the class.
Common Mistakes to Avoid
- Taking the middle of the list as typed. Always sort first. The middle of an unsorted list is meaningless.
- Reporting the position instead of the value. means "the third value", not "3%".
- Using as the position for odd . For that gives 2.5, not the third value; the formula is .
- Averaging subgroup percentages to get an overall rate. Neither the mean nor the median of rates recovers the pooled rate — this is Simpson's paradox territory.
- Mixing formats. Convert everything to one form ( or ) before sorting; sorts below if you leave them mixed.
- Dropping duplicates. Repeated values each occupy a position and shift the middle.
Examples
Frequently Asked Questions
Exactly as for any numbers: sort them ascending, count them, and take the value in position (n+1)/2. If n is even, average the two middle values. The percent sign changes nothing as long as every value uses the same scale.
Average the two middle values. For six sorted values the median is the mean of the 3rd and 4th. The result may be a percentage that does not appear in the data, which is normal.
No. The median treats each subgroup as one data point regardless of its size. For an overall rate, sum the numerators and divide by the sum of the denominators. The two can differ dramatically when group sizes are uneven.
Report the median when the values are skewed or contain extremes near 0% or 100%, because it is unaffected by them. Report the mean when the distribution is roughly symmetric and you need a figure that can be added or weighted later.
Related Solvers
Related Guides
Try AI-Math for Free
Get step-by-step solutions to any math problem. Upload a photo or type your question.
Start Solving