A percentile (also called a centile) is a statistical measure that indicates the relative standing of a value within a collection of observations. Saying that a score is at the 30th percentile means that about 30% of values in the reference group are equal to or below that score. Percentiles partition ordered data into 100 equal parts and give a simple way to express how unusual or typical a particular observation is compared with the rest of a data set.
Basic meaning and notation
Percentiles are indexed from 0 to 100. The 0th percentile is at the minimum of the sample and the 100th percentile at the maximum. Commonly cited values include the 25th, 50th and 75th percentiles, often called the first, second and third quartiles; the 50th percentile is also the median. In practice, percentiles describe a cutoff value: the pth percentile is a value below which approximately p percent of the observations fall.
How percentiles are computed
Computing a percentile requires ordering the observations from smallest to largest and locating the position associated with the desired percentage. For discrete samples the position may not be an integer, and several conventions exist to resolve this. Two widely used approaches are:
- Nearest-rank (or empirical) method: take the element whose rank corresponds to p percent of the sample size. This is simple and common in educational reporting.
- Interpolation methods: estimate a value between neighboring observations when the computed rank is fractional. Many statistical packages use variants of linear interpolation to produce smooth quantiles.
Because multiple definitions exist, published percentile values may differ slightly depending on the chosen algorithm; this matters most for small samples.
History and context
The idea of dividing distributions into equal-probability parts dates back to early work on descriptive statistics and probability in the 19th and early 20th centuries. The term "percentile" follows naturally from the practice of using percent divisions. Percentiles gained practical importance with standardized testing and growth charts, where they provide an immediately understandable scale for relative performance or development.
Uses, examples and interpretation
Percentiles are widely used because they are intuitive and robust to extreme values. Typical applications include:
- Educational testing — reporting how a student's score compares with peers (percentile rank).
- Medical growth charts — indicating how a child's height or weight compares with a reference population.
- Income and epidemiology studies — describing inequality or risk by showing the fraction of the population below given thresholds.
Interpretation must be cautious: being in a high percentile does not convey the magnitude of difference from other scores, only the relative position. Percentiles are not the same as percentages of a maximum possible score, nor do they measure central tendency by themselves.
Related measures and notable facts
Percentiles are one type of quantile; other related concepts include quartiles, deciles (ten equally sized groups), and percent ranks (the percentage of observations at or below a value). Compared with means or variances, percentiles are less sensitive to outliers and are useful for summarizing skewed distributions. For rigorous work it is important to state the computational method used and whether percentiles refer to a sample or to a theoretical population distribution. For further introductory material see general statistics references.

