Beginner

Third Quartile Calculator — Q3 (75th Percentile)

Enter a list of numbers to find Q3 — the third quartile (75th percentile) — plus Q1, Q2, the IQR and the upper Tukey fence. Q3 is the value below which 75% of your data falls.
Enter at least 4 numbers separated by commas, spaces or semicolons
Third Quartile (Q3)
30

75th percentile — median of the upper half of the data

Minimum
4
Q1 — 25th percentile
10
Q2 — Median (50th percentile)
19
Q3 — 75th percentile
30
Maximum
45
IQR (Q3 − Q1)
20
Upper Tukey fence (Q3 + 1.5 × IQR)
60
Count (n)
11
49.114.319.424.529.634.839.945MinQ1Q2Q3MaxQ3 marks the boundary above which the top 25% of values fall
Step by step
  1. 1

    Count (n)

    11
  2. 2

    Median (Q2)

    19
    The data is split at this median; for odd n the median itself is excluded from both halves (Tukey hinges).
  3. 3

    Upper half size

    5
    Values above Q2 — Q3 is the median of these 5 values.
  4. 4

    Third quartile (Q3)

    median of upper 5 values = 30
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Q3 is the 75th percentile: sort the data, split at the median, then take the median of the upper half (Tukey hinges). It marks the boundary below which three-quarters of the data falls and anchors the IQR (Q3 − Q1). The upper fence Q3 + 1.5 × IQR flags potential outliers. Needs ≥ 4 data points.

Formula
Q3 = median of the upper half of the sorted data (Tukey hinges) • IQR = Q3 − Q1
How this is calculated

The third quartile (Q3) is found by first sorting all values in ascending order and locating Q2 (the overall median). The data is then split into two halves: when the count is odd, the median value itself is excluded from both halves (Tukey hinges method, the default in R and Excel's QUARTILE.EXC). Q3 is the median of the upper half — the values above Q2.

Q3 marks the 75th percentile: roughly three-quarters of your data falls at or below this value. Together with Q1 it defines the interquartile range IQR = Q3 − Q1, which measures the spread of the central 50% of the data without distortion from extreme values. The upper Tukey fence (Q3 + 1.5 × IQR) is the standard box-plot threshold above which values are flagged as potential outliers.

Different software may return slightly different Q3 values because there are at least nine recognised interpolation methods. The Tukey hinges method used here works directly on data values without interpolation, making it the most transparent and widely taught approach. For large samples all methods converge to the same result.

Frequently asked questions

Q3 is the value below which approximately 75% of the data falls. It marks the right edge of the box in a box-and-whisker plot and anchors the upper end of the interquartile range. A very high Q3 relative to the mean suggests a right skew or upper outliers in the distribution.

There are nine standard methods for computing quartiles. This calculator uses Tukey hinges (R type 2 / Excel QUARTILE.EXC), which excludes the median from both halves. R's default (type 7) uses linear interpolation and may return a slightly different value, especially for small samples. Differences shrink as sample size grows.

You need at least 4 values to split the data into meaningful halves and compute both Q1 and Q3. With very small samples (4–6 values) the quartiles can be sensitive to individual values — interpret Q3 with caution for tiny data sets.

Also known as

third quartile calculator
q3 calculator statistics
75th percentile calculator
upper quartile calculator
tukey hinges q3
five number summary q3
iqr upper quartile

APA

TG we-Calculate Editorial Team. (2026). Third Quartile Calculator — Q3 (75th Percentile) [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/third-quartile-calculator

Chicago

TG we-Calculate Editorial Team. "Third Quartile Calculator — Q3 (75th Percentile)." TG we-Calculate. 2026. https://we-calculate.com/calculator/third-quartile-calculator.

IEEE

TG we-Calculate Editorial Team, "Third Quartile Calculator — Q3 (75th Percentile)," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/third-quartile-calculator

BibTeX

@misc{wecalculate_third_quartile_calculator, title = {Third Quartile Calculator — Q3 (75th Percentile)}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/third-quartile-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?