# Class Rank Percentile Calculator — Rank ↔ Percentile

> Convert your class rank to a percentile (or reverse) instantly. See where you stand and what "top X%" means for your rank. Free, no sign-up.

- **Category:** Education & Grades
- **Interactive calculator:** https://youcalc.com/en/education-grades/class-rank-percentile/
- **Price:** Free, no sign-up required

## Overview

This calculator converts a class rank into a percentile rank (or reverses the lookup) using the standard NIST formula. Enter your rank and class size to instantly see where you stand relative to your peers. Use it to understand college-application standing, scholarship eligibility thresholds, or simply to satisfy curiosity about your academic position.

## How to read your result

The headline figure is your percentile rank — the percentage of classmates you scored higher than. The strip visualization shows your position as a marker on a horizontal bar representing the full class; the shaded region at the start marks the "top X%" of students (those with the lowest rank numbers). Note the two distinct measures: the percentile rank (from the NIST formula, e.g. 90.9th) tells you how many people you outperformed, while the "top X%" figure (e.g. top 10%) is the simpler university-reporting convention that counts only those ranked at or above you — these two numbers are not the same for most ranks.

## Method

The percentile rank formula comes from NIST/SEMATECH e-Handbook of Statistical Methods (§6.2.5.2): percentile = (classSize − rank) / (classSize − 1) × 100, where rank 1 is the top student (100th percentile) and rank equal to classSize is the bottom student (0th percentile). The "top X%" figure is the university-reporting convention: topPercent = rank / classSize × 100. To invert percentile to rank, the formula is rearranged: rank = classSize − (percentile / 100) × (classSize − 1), rounded to the nearest integer and clamped to [1, classSize]. All inputs are validated with Zod before any computation.

## Example

- **Setup:** Rank 10 in a class of 100 students.
- **Result:** Percentile rank: 90.9 (you scored higher than 90.9% of the class). Top percent: 10.0% (you are in the top 10 of 100 students).

## Frequently asked questions

### What is the difference between percentile rank and "top X%"?

Percentile rank uses the NIST formula: (classSize − rank) / (classSize − 1) × 100, and represents the percentage of classmates you outperformed. "Top X%" is simpler: rank / classSize × 100, and counts how many students rank at or above you. For rank 10 in a class of 100, the percentile rank is 90.9 while the top percent is 10.0 — they measure the same standing from opposite directions.

### Why does rank 1 equal the 100th percentile?

Rank 1 is the highest-achieving student in the class, so by definition that student outperformed everyone else — 100% of classmates. Conversely, rank equal to class size gives 0th percentile because no one was outperformed.

### Which measure do universities use for admissions?

Most US universities report and request the "top X%" figure (e.g. "top 10%") rather than the NIST percentile rank because it is easier to communicate. Some selective schools publish exact cutoffs such as "top 7% of class." Always check the specific institution's requirements to know which convention applies.

### Can I use this for a percentile-to-rank lookup?

Yes — switch to "Percentile → Rank" mode and enter your target percentile and class size. The calculator inverts the formula and rounds to the nearest whole rank, then clamps the result between 1 and the class size.

### Does class size affect the percentile for the same relative position?

Yes, because the formula divides by (classSize − 1). For rank 2 in a class of 10 the percentile is 88.9, but rank 2 in a class of 100 gives 99.0. Larger classes give finer resolution between adjacent ranks.

## Related calculators

- [GPA Calculator](https://youcalc.com/en/education-grades/gpa-weighted-grade/)
- [Grade Percentage to Letter Grade & GPA Calculator](https://youcalc.com/en/education-grades/grade-percentage-letter/)
- [Grade Curve Calculator](https://youcalc.com/en/education-grades/grade-curve-calculator/)

## Sources

- https://www.itl.nist.gov/div898/handbook/prc/section2/prc252.htm
- https://www.calculator.net/percentile-calculator.html

---

Interactive version: https://youcalc.com/en/education-grades/class-rank-percentile/ · From YouCalc — https://youcalc.com
