Percentiles and Quartiles Explained

Your kid is in the 90th percentile for height. What does that actually mean? It means about 90 percent of children their age are the same height or shorter. That single idea, the percent of data at or below a value, is what a percentile is. Quartiles are just three famous percentiles that cut a sorted dataset into four equal parts. Together, percentiles and quartiles help you see where one value sits inside a whole group of numbers.

Quick Answer
A percentile is the percent of values in a dataset that fall at or below a given value. The 90th percentile means about 90 percent of the data is at or below that point. Quartiles are the three percentiles that split sorted data into four equal quarters: Q1 is the 25th percentile, Q2 is the 50th percentile (the median), and Q3 is the 75th percentile. The interquartile range, or IQR, is Q3 minus Q1, and it measures the spread of the middle half of your data.

What a Percentile Is

A percentile tells you a value’s position inside a sorted dataset. It answers a simple question: what percent of the data sits at or below this number?

Say a test score lands at the 80th percentile. That means about 80 percent of the scores are equal to or lower than yours. It does not mean you got 80 percent of the questions right. Percentiles are about rank, not raw score.

This is why percentiles are so useful for comparison. A single number, like a height or a score, means little on its own. A percentile places it against everyone else in the group, so you instantly see whether it is low, middle, or high.

Percentiles show up everywhere. Growth charts for children, standardized test reports, and salary surveys all use them. In each case, the goal is the same: turn one raw value into a clear position within a larger group.

  • Low percentile (like the 10th): most of the data is above this value.
  • Middle percentile (the 50th): half the data is below, half above.
  • High percentile (like the 95th): almost all the data is below this value.

What Quartiles Are

Quartiles are three specific percentiles that divide sorted data into four equal parts. Each part holds about a quarter, or 25 percent, of the values. The word quartile comes from quarter, which is a handy way to remember what they do.

There are exactly three quartiles, and each has a plain meaning:

  • Q1, the first quartile, is the 25th percentile. About 25 percent of the data falls at or below it.
  • Q2, the second quartile, is the 50th percentile. This is the median, the middle value of the data.
  • Q3, the third quartile, is the 75th percentile. About 75 percent of the data falls at or below it.

So Q2 and the median are the same thing. If you want a deeper walkthrough of that middle value alone, see our guide on how to find the median. Quartiles simply add two more cut points, one on each side of the median.

The Three Quartiles at a Glance
Quartile Percentile What It Marks
Q1 25th End of the lowest quarter of the data
Q2 50th The median, the middle of the data
Q3 75th Start of the highest quarter of the data

How to Find Quartiles

Finding quartiles by hand is easier than it sounds. The key is to sort your data first, then find the median, then find the median of each half.

Let’s use a small sorted set of eight numbers: 2, 4, 5, 7, 8, 10, 12, 15. Here are the steps.

  1. Sort the data. It is already in order from low to high.
  2. Find Q2, the median. With 8 values, the middle sits between the 4th and 5th numbers, 7 and 8. So Q2 = (7 + 8) / 2 = 7.5.
  3. Split into halves. The lower half is 2, 4, 5, 7. The upper half is 8, 10, 12, 15.
  4. Find Q1. Q1 is the median of the lower half. The middle of 2, 4, 5, 7 sits between 4 and 5, so Q1 = (4 + 5) / 2 = 4.5.
  5. Find Q3. Q3 is the median of the upper half. The middle of 8, 10, 12, 15 sits between 10 and 12, so Q3 = (10 + 12) / 2 = 11.

That gives Q1 = 4.5, Q2 = 7.5, and Q3 = 11. The number line below shows where each cut point lands.

Number line of the sorted data with Q1, median, and Q3 marked The eight sorted values two through fifteen are plotted on a number line. Q1 is marked at 4.5, the median at 7.5, and Q3 at 11, dividing the data into four quarters. Where the Quartiles Fall Q1 = 4.5 Median = 7.5 Q3 = 11 2 4 5 7 8 10 12 15 Each quarter holds about a quarter of the eight values.
The three quartiles split the sorted data into four roughly equal groups.

The Interquartile Range (IQR) and Why It Matters

The interquartile range, or IQR, is a simple measure of spread. It is the distance between the first and third quartiles.

The formula is short: IQR = Q3 – Q1. Using our numbers, IQR = 11 – 4.5 = 6.5. That single value describes the width of the middle 50 percent of the data.

The IQR matters because it ignores the extreme low and high ends. A few very large or very small values, called outliers, barely move it. That makes the IQR a stable way to describe how tightly the bulk of your data is packed.

Compare that with the plain range, which is the highest value minus the lowest. The range is easily thrown off by one unusual number. The IQR stays steady because it only looks at the middle half, so it is often the better measure of spread for messy real-world data.

Bracket diagram showing the IQR as the span from Q1 to Q3 A bracket spans from Q1 at 4.5 to Q3 at 11, labeled as the interquartile range of 6.5. The median at 7.5 sits inside the bracket. The IQR Spans the Middle Half Q1 = 4.5 Q3 = 11 Median 7.5 IQR = Q3 – Q1 = 6.5
The IQR measures the width of the middle 50 percent, from Q1 to Q3.

Analysts often use the IQR to flag possible outliers and to build box plots. The quartiles and the IQR are the heart of the five-number summary, which our sibling guide covers in full along with box plots.

A Note on Different Methods

Here is an honest catch: there is more than one accepted way to compute quartiles. Different textbooks and software can give slightly different values for Q1 and Q3.

The main split is between two approaches:

  • Exclusive method: when the data has an odd count, the median is left out of both halves before finding Q1 and Q3.
  • Inclusive method: the median is included in both halves. Some tools also use interpolation formulas that land between data points.

For our even set of 8 values, both simple methods agree, since no single value is the median. With other datasets, though, a calculator or spreadsheet may report Q1 or Q3 a bit differently. That is normal and expected.

The takeaway is to pick one method and stay consistent. When your homework or software gives a value that differs from a hand calculation, the method is usually the reason. Always follow the convention your course or tool uses.

Want to skip the by-hand steps? Our Median Calculator finds the median and quartiles from your data in one click, so you can check your work fast and see the middle values clearly.

Frequently Asked Questions About Percentiles and Quartiles

What Does Being in the 90th Percentile Mean?

Being in the 90th percentile means about 90 percent of the values in the group are at or below yours. In a height chart, a child at the 90th percentile is as tall as or taller than roughly 90 percent of peers. It describes rank within a group, not a raw score or a grade.

What Is the Difference Between a Percentile and a Percentage?

A percentage is a part of a whole, like getting 80 percent of questions right. A percentile is a rank position, showing what share of the data sits at or below a value. Scoring in the 80th percentile means you outranked about 80 percent of people, which is different from an 80 percent score.

What Are the Three Quartiles?

The three quartiles are Q1, Q2, and Q3. Q1 is the 25th percentile, Q2 is the 50th percentile (the median), and Q3 is the 75th percentile. They divide sorted data into four equal parts, with each part holding about 25 percent of the values.

Is the Second Quartile the Same as the Median?

Yes. Q2, the second quartile, is exactly the median of the dataset. It marks the 50th percentile, where half the values fall below and half fall above. So whenever you find the median, you have already found the second quartile.

How Do You Calculate the Interquartile Range?

The interquartile range is Q3 minus Q1. First find the first and third quartiles, then subtract. For example, if Q1 is 4.5 and Q3 is 11, then the IQR is 11 – 4.5 = 6.5. It measures the spread of the middle 50 percent of the data.

Why Do Different Tools Give Different Quartiles?

There are several accepted methods for computing quartiles. Some include the median when splitting the data, some exclude it, and some interpolate between values. These small differences can shift Q1 and Q3 slightly. The results are all valid, so match the method your course or software uses.

What Is a Percentile Rank?

A percentile rank is the percentile assigned to a specific value. If your test score has a percentile rank of 75, then about 75 percent of scores are at or below yours. It turns a raw number into a position within the whole group for easy comparison.

Sources

Authoritative Sources Used in This Article

This article is for general education only, not professional statistical advice. Methods and notation can vary by field, course, or software, so follow your textbook or instructor for exact conventions. Reviewed for accuracy by Prof. Dr. Khalil Mudassar, PhD. Last updated September 11, 2026.


Author

shakeel-Muzaffar
Founder & Editor-in-Chief at  ~ Web ~  More Posts

Shakeel Muzaffar is the Founder and Editor-in-Chief of MultiCalculators.com, bringing over 15 years of experience in digital publishing, product strategy, and online tool development. He leads the platform's editorial vision, ensuring every calculator meets strict standards for accuracy, usability, and real-world value. Shakeel personally oversees content quality, formula verification workflows, and the platform's commitment to publishing tools that are genuinely useful for students, professionals, and everyday users worldwide.

Leave a Comment