When you read that the “average” income in a city is ₹80,000 a month, that number can be misleading. A handful of extremely high earners can pull the average upward, leaving most people earning far less than the figure suggests. This is exactly where the median becomes useful. It cuts through distortion and tells you the value that sits right in the middle of your data, giving a more honest picture of what is typical.

Table of Contents

What is the median?

The median is the middle value of a dataset when all the values are arranged in order, either from smallest to largest or largest to smallest. It is one of the three main measures of central tendency, alongside the mean and the mode. While the mean adds up every value and divides by the count, the median simply locates the point that splits the data into two equal halves.

Half of all observations fall below the median, and half fall above it. This makes the median a “robust” statistic, meaning it is not pulled around by extreme values the way the mean is.

Why the median matters when data is not evenly distributed

Real-world data is often skewed. Income, property prices, and household expenditure rarely spread out neatly around a central point. Instead, a small number of very high values stretch the data to one side. In such situations, the mean gets dragged toward the tail and stops representing the typical case.

The median does not have this problem. The median is less affected by outliers and skewed data than the mean and is usually the preferred measure when a distribution is not symmetrical. A classic example is salary data, where a few top earners create a false impression of the typical income if you only look at the mean. The median ignores how extreme those top values are and reports the genuine middle.

There is also a practical limit worth knowing. The median is also a good choice for ordinal data, such as satisfaction ratings, but it cannot be calculated for nominal categories like blood group or religion, because those cannot be logically ordered.

How to calculate the median

The method changes depending on whether your dataset is small and listed individually, or large and grouped into class intervals. Both follow the same underlying idea: find the middle.

Finding the median in a small dataset

For a short list of values, the process is straightforward.

Step 1: Arrange all the values in ascending order.

Step 2: Count the number of observations, written as n.

Step 3: Decide whether n is odd or even.

If n is odd, the median is the value at the position (n + 1) / 2. Consider the marks 12, 18, 21, 24, 30. Here n = 5, so the median is the (5 + 1) / 2 = 3rd value, which is 21.

If n is even, there are two middle values, so the median is their average. Take the values 12, 18, 21, 24, 30, 36. Now n = 6, and the two middle values are the 3rd and 4th items, 21 and 24. The median is (21 + 24) / 2 = 22.5. Notice that the median itself need not be a value that actually appears in the dataset.

Finding the median in a large dataset

When data is extensive, it is usually organised into a frequency distribution table with class intervals such as 0-10, 10-20, and so on. Grouped data is useful for large datasets where we study patterns across ranges rather than individual points. Here the exact middle value is hidden inside a class interval, so we estimate it using a formula.

The formula for the median of grouped data is:

Median = l + [(n/2 − cf) / f] × h

Each symbol has a plain meaning:

l is the lower boundary of the median class. n is the total of all frequencies. cf is the cumulative frequency of the class just before the median class. f is the frequency of the median class itself. h is the class width or size.

The steps to apply it are as follows. First, build the frequency distribution table and add a cumulative frequency column by running a total down the frequencies. Next, calculate n/2. Then locate the median class, which is the first class whose cumulative frequency is greater than or equal to n/2. Finally, read off l, cf, f, and h for that class and substitute them into the formula.

One caution applies to large datasets with intervals like 10-19, 20-29. Before calculating, convert these into continuous boundaries such as 9.5-19.5 and 19.5-29.5 by adjusting 0.5 on each side, so the classes touch without gaps.

A practical example using expenditure data

Suppose a researcher records the monthly expenditure of 50 households in a locality and groups the figures into intervals. The aim is to find the median expenditure, the point below which half the households spend less and above which half spend more.

Consider this distribution of monthly expenditure in rupees:

1000-2000: 6 households  |  2000-3000: 10 households  |  3000-4000: 16 households  |  4000-5000: 12 households  |  5000-6000: 6 households

The cumulative frequencies build up as 6, then 16, then 32, then 44, then 50. The total n = 50, so n/2 = 25.

The first class whose cumulative frequency reaches or exceeds 25 is the 3000-4000 class, since its cumulative frequency is 32. This is the median class. For it, l = 3000, the cumulative frequency before it is cf = 16, the frequency is f = 16, and the class width is h = 1000.

Substituting into the formula gives Median = 3000 + [(25 − 16) / 16] × 1000 = 3000 + (9 / 16) × 1000 = 3000 + 562.5 = ₹3562.5. So the median monthly expenditure is about ₹3,562. Half the households spend below this amount and half spend above it, regardless of how high the spending of the wealthiest few households reaches.

Why this matters beyond the classroom

This is not just a textbook exercise. National statistical agencies rely on the median exactly for this reason. The Ministry of Statistics and Programme Implementation reports Monthly Per Capita Consumption Expenditure (MPCE) through the Household Consumption Expenditure Survey, which in 2023-24 collected data from over 2.6 lakh households across all states and union territories. When consumption or income data is summarised, the median gives policymakers a clearer sense of how a typical household lives, because it is not distorted by the small number of very high spenders.

The same logic explains why median figures appear in economics and real estate, where distributions tend to be skewed. Median house prices, median wages, and median rents all describe the centre more faithfully than averages do.

A limitation to keep in mind

The median is powerful, but it is not perfect for every purpose. Because it depends only on position and not on the actual size of each value, the median cannot easily be used in further mathematical calculations the way the mean can. Statistical models, formulas, and many tests are built around the mean. So the choice of measure always depends on the data and the question being asked. For symmetrical data, the mean works well. For skewed data, the median earns its place.

What do you think? If you were analysing the monthly earnings of workers in your own town, would the mean or the median give a fairer picture of a typical income? And can you think of a situation where reporting only the median might actually hide something important about the data?

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://www.abs.gov.au/statistics/understanding-statistics/statistical-terms-and-concepts/measures-central-tendency
  2. https://statisticsbyjim.com/basics/measures-central-tendency-mean-median-mode/
  3. https://statistics.laerd.com/statistical-guides/measures-central-tendency-mean-mode-median.php
  4. https://statistics.laerd.com/statistical-guides/measures-central-tendency-mean-mode-median-faqs.php
  5. https://www.geeksforgeeks.org/maths/median-of-grouped-data/
  6. https://www.cuemath.com/data/median-of-grouped-data/
  7. https://brightchamps.com/en-us/math/data/median-of-grouped-data
  8. https://www.pib.gov.in/PressReleasePage.aspx?PRID=2088390
  9. https://medium.com/@jaberi.mohamedhabib/measures-of-central-tendency-understanding-mode-median-and-mean-eab80ada8868
  10. https://yourcx.io/en/blog/2024/08/median-definition-and-examples-understanding-the-central-tendency-in-statistics/

Comments

Leave a Reply

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

Research Methodology

1 Research- Meaning, Concept, Need

  1. Definition of Research
  2. Need for and Purpose of Research
  3. Conceptual Framework of Research and Terminology
  4. Basic and Applied Research
  5. Scientific Method
  6. Research Design
  7. Value of Studying Research Methodology for Library and Information Professionals

2 Historical Research

  1. Historical Research
  2. Definitions
  3. What is Not Historical Research?
  4. What Constitutes Historical Research?
  5. Advantages
  6. Limitations
  7. Purposes
  8. Scope of Application
  9. Types
  10. Importance in LIS
  11. Process of Conducting Research
  12. Internet
  13. Scientific Research
  14. Problems

3 Survey Research

  1. Data Collection
  2. Sampling
  3. How to Conduct a Survey
  4. Problems
  5. Instruments of Survey Research

4 Experimental Research

  1. Experimentation
  2. Hypothesis
  3. Research Procedure
  4. Validity
  5. Design of the Experiment
  6. Limitations of Experimental Method

5 Fundamental, Applied and Action Research

  1. Scientific Method
  2. S. R. Ranganathan’s Spiral of Scientific Method
  3. Basic Research
  4. Applied Research
  5. Action Research
  6. Descriptive Research
  7. Comparative Research
  8. Exploratory Research
  9. Diagnostic Research
  10. Social Research

6 Measurement of Variables

  1. Types of Variables
  2. Measurement of Qualitative Data
  3. Census versus Sample Survey
  4. Sampling Procedure
  5. Types of Sampling

7 Data Presentation

  1. Preparation of a Table
  2. Tabular Presentation
  3. Graphical Presentation
  4. Bar Diagrams
  5. Pie Chart

8 Statistical Techniques

  1. Measures of Central Tendency
  2. Arithmetic Mean
  3. Median
  4. Mode
  5. Measures of Dispersion
  6. Variance and Standard Deviation
  7. Coefficient of Variation
  8. Correlation
  9. Pearson’s Product Moment Correlation
  10. Regression Analysis
  11. Linear Regression
  12. Non-linear Regression
  13. Time Series Analysis

9 Statistical Packages

  1. Statistical Packages
  2. Microsoft Excel
  3. SPSS
  4. Other Software for Statistical Analysis

10 Observation Method

  1. Meaning and Definition
  2. Purpose
  3. Characteristics
  4. Planning and Process of Observation
  5. Recording of Data
  6. Types
  7. Advantages and Disadvantages
  8. Application in Libraries and Information Centers

11 Questionnaire Method

  1. Questionnaire Method: Definition
  2. Questionnaire Construction
  3. Types of Questionnaires
  4. Types of Questions
  5. Use of Scales
  6. Precautions in Questionnaire Construction
  7. Pretesting of Questionnaire
  8. Distribution of Questionnaire
  9. Response Rate
  10. Advantages and Limitations of Questionnaire Method

12 Interview Method

  1. Introduction
  2. Interviewing
  3. Types of Interviews
  4. Structured Interview
  5. Unstructured Interview
  6. Focussed Interview
  7. Non-directive Interview
  8. Clinical Interview
  9. Telephonic Interview
  10. Computer Assisted Telephone Interviewing (CATI) System
  11. Interview Process
  12. Advantages and Limitations of Interview Method

13 Experimental Method

  1. Research Problem Appropriate for an Experiment
  2. Parts of an Experiment
  3. Steps in Planning an Experimental Research
  4. Laboratory Experiment and Field Experiment
  5. Experimental Research Design
  6. Advantages, Disadvantages, and Limitations of Experimental Method

14 Case Study

  1. Case Study: Definition, Characteristics, and Importance
  2. Uses, Advantages, Disadvantages, and Limitations of Case Study
  3. Research Problem Appropriate for a Case Study
  4. Research Design in Case Study
  5. Steps in Case Study Method
  6. Case Study vs Case Work and Other Methods

15 Research Design

  1. What is Research Design?
  2. Need and Purpose
  3. Functions of Research Design
  4. Types of Research Design
  5. Based on Nature of Investigation
  6. Based on Data Collection Methods
  7. Based on Number of Contacts Made with the Subjects
  8. Based on Reference Period
  9. Summary

16 Research Plan

  1. Definition
  2. Need and Purpose
  3. Functions
  4. Types
  5. Structure
  6. Funding
  7. Monitoring
  8. Ethics

17 Statistical Inference

  1. Concept of Statistical Inference
  2. Statistical Estimation
  3. Concept of Hypothesis Testing
  4. Critical Regions and Types of Errors
  5. Testing of Hypothesis for a Single Sample
  6. Test for Difference between Two Samples
  7. Contingency Table

18 Presentation of Results

  1. Research Reports and their Types
  2. Importance and Significance of Research Reports
  3. Preparation of a Research Proposal
  4. Research Reports: Plan Outline, Format and Contents
  5. Preparation and Organisation of Research Notes
  6. Drafting of Research Reports
  7. Language and Grammar
  8. Physical Production