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

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?

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

References
  1. https://en.wikipedia.org/wiki/Median
  2. https://www.abs.gov.au/statistics/understanding-statistics/statistical-terms-and-concepts/measures-central-tendency
  3. https://www.geeksforgeeks.org/maths/median/
  4. https://pmc.ncbi.nlm.nih.gov/articles/PMC5965643/
  5. https://www.washington.edu/assessment/course-evaluations/reports/course-reports/medians/
  6. https://courses.lumenlearning.com/introstats1/chapter/skewness-and-the-mean-median-and-mode/
  7. https://statistics.laerd.com/statistical-guides/measures-central-tendency-mean-mode-median.php
  8. https://www.americanboard.org/ptk/measures-central-tendency-and-variability/
  9. https://psychology.town/statistics/central-tendency-mean-median-mode/
  10. https://www.datacamp.com/tutorial/central-tendency
  11. https://pmc.ncbi.nlm.nih.gov/articles/PMC3157145/
  12. https://statistics.laerd.com/statistical-guides/measures-central-tendency-mean-mode-median-faqs.php

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Assessment for Learning

1 Concept and Purpose of Evaluation

  1. Basic Concepts
  2. Relationships among Measurement, Assessment, and Evaluation
  3. Teaching-Learning Process and Evaluation
  4. Assessment for Enhancing Learning
  5. Other Terms Related to Assessment and Evaluation

2 Perspectives of Assessment

  1. Behaviourist Perspective of Assessment
  2. Cognitive Perspective of Assessment
  3. Constructivist Perspective of Assessment
  4. Assessment of Learning and Assessment for Learning

3 Approaches to Evaluation

  1. Approaches to Evaluation: Placement Formative Diagnostic and Summative
  2. Distinction between Formative and Summative Evaluation
  3. External and Internal Evaluation
  4. Norm-referenced and Criterion-referenced Evaluation
  5. Construction of Criterion-referenced Tests

4 Issues, Concerns and Trends in Assessment and Evaluation

  1. What is to be Assessed?
  2. Criteria to be used to Assess the Process and Product
  3. Who will Apply the Assessment Criteria and Determine Marks or Grades?
  4. How will the Scores or Grades be Interpreted?
  5. Sources of Error in Examination
  6. Learner-centered Assessment Strategies
  7. Question Banks
  8. Semester System
  9. Continuous Internal Evaluation
  10. Choice-Based Credit System (CBCS)
  11. Marking versus Grading System
  12. Open Book Examination
  13. ICT Supported Assessment and Evaluation

5 Techniques of Assessment and Evaluation

  1. Concept Tests
  2. Self-report Techniques
  3. Assignments
  4. Observation Technique
  5. Peer Assessment
  6. Sociometric Technique
  7. Portfolios
  8. Project Work
  9. Debate
  10. School Club Activities

6 Criteria of a Good Tool

  1. Evaluation Tools: Types and Differences
  2. Essential Criteria of an Effective Tool of Evaluation
  3. Reliability
  4. Validity
  5. Usability
  6. Objectivity
  7. Norm

7 Tools for Assessment and Evaluation

  1. Paper Pencil Test
  2. Oral Test
  3. Aptitude Test
  4. Achievement Test
  5. Diagnostic–Remedial Test
  6. Intelligence Test
  7. Rating Scales
  8. Questionnaire
  9. Inventories
  10. Checklist
  11. Interview Schedule
  12. Observation Schedule
  13. Anecdotal Records
  14. Learners Portfolios and Rubrics

8 ICT Based Assessment and Evaluation

  1. Importance of ICT in Assessment and Evaluation
  2. Use of ICT in Various Types of Assessment and Evaluation
  3. Role of Teacher in Technology Enabled Assessment and Evaluation
  4. Online and E-examination
  5. Learners’ E-portfolio and E-rubrics
  6. Use of ICT Tools for Preparing Tests and Analyzing Results

9 Teacher Made Achievement Tests

  1. Understanding Teacher Made Achievement Test (TMAT)
  2. Types of Achievement Test Items/Questions
  3. Construction of TMAT
  4. Administration of TMAT
  5. Scoring and Recording of Test Results
  6. Reporting and Interpretation of Test Scores

10 Commonly Used Tests in Schools

  1. Achievement Test
  2. Aptitude Test
  3. Achievement Test Versus Aptitude Test
  4. Performance Based Achievement Test
  5. Diagnostic Testing and Remedial Activities
  6. Question Bank
  7. Oral Test
  8. General Observation Techniques
  9. Practical Test

11 Identification of Learning Gaps and Corrective Measures

  1. Educational Diagnosis
  2. Diagnostic Tests: Characteristics and Functions
  3. Diagnostic Evaluation Vs. Formative and Summative Evaluation
  4. Diagnostic Testing
  5. Achievement Test Vs. Diagnostic Test
  6. Diagnosing and Remedying Learning Difficulties: Steps Involved
  7. Areas and Content of Diagnostic Testing
  8. Remediation

12 Continuous and Comprehensive Evaluation

  1. Continuous and Comprehensive Evaluation: Concepts and Functions
  2. Forms of CCE
  3. Recording and Reporting Students Performance
  4. Students Profile
  5. Cumulative Records

13 Tabulation and Graphical Representation of Data

  1. Use of Educational Statistics in Assessment and Evaluation
  2. Meaning and Nature of Data
  3. Organization/Grouping of Data: Importance of Data Organization and Frequency Distribution Table
  4. Graphical Representation of Data: Types of Graphs and its Use
  5. Scales of Measurement

14 Measures of Central Tendency

  1. Individual and Group Data
  2. Measures of Central Tendency: Scales of Measurement and Measures of Central Tendency
  3. The Mean: Use of Mean
  4. The Median: Use of Median
  5. The Mode: Use of Mode
  6. Comparison of Mean, Median, and Mode

15 Measures of Dispersion

  1. Measures of Dispersion
  2. Standard Deviation

16 Correlation – Importance and Interpretation

  1. The Concept of Correlation
  2. Types of Correlation
  3. Methods of Computing Co-efficient of Correlation (Ungrouped Data)
  4. Interpretation of the Co-efficient of Correlation

17 Nature of Distribution and Its Interpretation

  1. Normal Distribution/Normal Probability Curve
  2. Divergence from Normality