When teachers and school administrators look at student performance data, they rarely have scores that are neatly and symmetrically distributed. A single exceptionally weak or strong performer can shift the picture dramatically. That’s precisely where the median earns its place – not as a fallback option, but as the most honest descriptor of the “typical” student in many real classroom situations. Understanding how the median works, when to use it, and where it falls short is essential for anyone making data-informed decisions in education.
Table of Contents
- What the median actually means
- How to calculate the median
- Odd number of observations
- Even number of observations
- Why the median matters in educational data
- When skewness makes the median the better choice
- Positively skewed distributions
- Negatively skewed distributions
- Practical applications in education
- Reporting overall class performance
- Evaluating intervention programmes
- Comparing performance across schools or cohorts
- Limitations of the median
- It ignores most of the data
- It cannot be used in further statistical calculations
- It can be misleading in small datasets
- It is not appropriate for nominal data
- Choosing between median and mean: a practical guide
What the median actually means
The median is the value that sits exactly at the center of a dataset when all observations are arranged in order from lowest to highest. It divides the distribution into two equal halves – 50% of scores fall below it, and 50% fall above. This is why it is sometimes called a positional average or the 50th percentile. Unlike the mean, which is calculated by summing all values, the median is located purely by position. It doesn’t matter what the actual values are above or below it – only where the middle point falls.
According to the Australian Bureau of Statistics, the median is less affected by outliers and skewed data than the mean and is usually the preferred measure of central tendency when the distribution is not symmetrical. This makes it especially relevant in education, where data rarely follows a perfect bell curve.
How to calculate the median
The calculation process is straightforward and depends on whether the dataset has an odd or even number of values.
Odd number of observations
When the total number of data points (n) is odd, arrange the values in ascending order and identify the value at position (n + 1) / 2. That value is the median.
Example: A teacher records these seven test scores: 48, 55, 61, 67, 72, 78, 85. Arranged in order, the middle (4th) value is 67. Half the class scored below 67, and half scored above.
Even number of observations
When n is even, there is no single middle value. The median is calculated as the average of the two middle values – those at positions n/2 and (n/2 + 1).
Example: Scores for six students: 52, 58, 64, 70, 76, 82. The two middle values are 64 and 70. Median = (64 + 70) / 2 = 67.
As GeeksforGeeks explains, the first step is always to arrange data in ascending order, then check whether n is odd or even before applying the appropriate formula. This two-step discipline prevents calculation errors, especially with larger datasets.
Why the median matters in educational data
Educational data – test scores, attendance rates, reading levels – often does not follow a normal distribution. A few students who score extremely high or extremely low can pull the class average (mean) away from what most students actually achieved. The median resists this pull entirely.
Research published by the Harvard Graduate School of Education analyzed over 500 scale-score and raw-score distributions from 14 state testing programs and found that non-normal distributions are common across grades and subjects. This is not an edge case – it is the norm in educational measurement. When distributions skew, the mean gets pulled toward the tail, while the median stays anchored at the center of the data.
The University of Washington’s Institutional Assessment and Evaluation office offers a practical example of this in action: course ratings collected from students tend to be left-skewed, meaning most ratings cluster toward the high end. For this reason, they report median ratings rather than mean ratings, as the median remains in the middle of the distribution even when data leans to one side.
When skewness makes the median the better choice
Understanding what happens to the mean and median in skewed data is key to knowing when to rely on each.
Positively skewed distributions
In a positively skewed distribution, a small number of very high scores stretch the tail to the right. According to Lumen Learning’s introduction to statistics, in a right-skewed dataset, the mode is typically the smallest, followed by the median, and the mean is the largest – pulled furthest toward the tail. If a few students score exceptionally high on an assessment while the majority score in the average range, the mean will overstate typical class performance. The median will not.
Negatively skewed distributions
The reverse applies in negatively skewed data. When most students perform well but a few struggle significantly, the mean is dragged downward below where most students actually sit. Here too, the median provides a more stable picture of where the bulk of the class stands.
Laerd Statistics explains this clearly: as data becomes skewed, the mean loses its ability to identify the best central location because skewed values drag it away from the typical value. The median, by contrast, retains its position and is not as strongly influenced by skewed values.
Practical applications in education
The median is useful beyond just reporting a class average. Here are three concrete situations where educators should reach for the median over the mean.
Reporting overall class performance
When presenting test results to parents or administrators, the median score tells stakeholders where the “typical” student performed – without being distorted by the top scorer or the student who submitted a blank paper. If the class median on a science test is 68, it means half the class scored at or below 68 and half scored above. This is clean, interpretable, and resistant to outlier distortion.
Evaluating intervention programmes
When schools introduce support programmes for struggling learners, the scores of students receiving intervention may improve significantly while a few students remain at very low levels. Using the mean to measure progress can be misleading if the few extreme low scores suppress it. The median more accurately captures whether the majority of students moved forward.
Comparing performance across schools or cohorts
The American Board notes that the median establishes the midpoint of the data regardless of skew – making it the more reliable comparison point when two groups have different score distributions. Two schools may have the same mean but very different medians, revealing that one school has a broader spread of high performers masking a weaker middle cohort.
Limitations of the median
The median is a powerful tool, but it is not without weaknesses. Being aware of these limitations ensures it is used appropriately rather than applied as a default for every situation.
It ignores most of the data
The median only considers the position of the middle value – it takes no account of the actual scores of any other students. As Psychology Town points out, this can be seen as a weakness: if the median pays no attention to scores above or below it, its accuracy as a true summary of the full dataset can be questioned. Two completely different score distributions can produce the same median, giving no indication of how spread out the scores are.
It cannot be used in further statistical calculations
DataCamp highlights that the median is mathematically less manageable than the mean. It does not integrate easily into algebraic manipulations, which means it cannot be used in calculations for variance, standard deviation, or inferential statistics. When educators need to go beyond descriptive reporting into statistical modelling or hypothesis testing, the mean remains the preferred starting point.
It can be misleading in small datasets
According to a peer-reviewed article in PubMed Central, fluctuation in the median is greater when sample sizes are small. In a class of six students, one student changing position in the ranking can shift the median noticeably. The median is more stable and trustworthy with larger datasets.
It is not appropriate for nominal data
The Australian Bureau of Statistics notes that the median cannot be identified for categorical nominal data because such data has no inherent logical order. For instance, identifying a “median subject preference” among students choosing between Art, Science, and History is meaningless – there is no numerical midpoint to find.
Choosing between median and mean: a practical guide
Laerd Statistics offers clear guidance: the median is usually preferred when data is skewed or when dealing with ordinal data, because the value of the mean can be distorted by outliers. The mean, on the other hand, is preferred when data is continuous, symmetrical, and free of extreme outliers – and when further statistical analysis is needed. In practice, reporting both the mean and the median together is often the most informative approach. If the two values are significantly different, it is a reliable signal that the data is skewed, which itself is important context for interpreting results.
What do you think? If your class test results showed a mean of 72 but a median of 58, how would that gap change the way you interpret student performance – and what steps might you take as a result? When reporting student progress to parents or school leadership, do you think using the median instead of the mean would change the kinds of conversations that follow?
References
- https://en.wikipedia.org/wiki/Median
- https://www.abs.gov.au/statistics/understanding-statistics/statistical-terms-and-concepts/measures-central-tendency
- https://www.geeksforgeeks.org/maths/median/
- https://pmc.ncbi.nlm.nih.gov/articles/PMC5965643/
- https://www.washington.edu/assessment/course-evaluations/reports/course-reports/medians/
- https://courses.lumenlearning.com/introstats1/chapter/skewness-and-the-mean-median-and-mode/
- https://statistics.laerd.com/statistical-guides/measures-central-tendency-mean-mode-median.php
- https://www.americanboard.org/ptk/measures-central-tendency-and-variability/
- https://psychology.town/statistics/central-tendency-mean-median-mode/
- https://www.datacamp.com/tutorial/central-tendency
- https://pmc.ncbi.nlm.nih.gov/articles/PMC3157145/
- https://statistics.laerd.com/statistical-guides/measures-central-tendency-mean-mode-median-faqs.php
Leave a Reply