What this answers
This tool answers "does this sample's shape look consistent with a normal distribution?" visually, showing exactly where and how a sample departs from normality, information a single normality-test statistic cannot convey on its own.
How it is calculated
Your values are sorted, and each one is paired with the theoretical quantile a standard normal distribution would produce at that same rank, using the Blom position convention (the same one this site's Shapiro-Wilk engine uses). If your data were drawn from a normal distribution, these pairs would fall close to a straight reference line built from your sample's own mean and standard deviation. Systematic curvature, S-shapes, or a small number of points straying far from the line are each a specific, visually distinct kind of departure from normality.
Worked example
For a right-skewed sample like 2, 4, 5, 7, 8, 9, 12, 15, 18, and 25, the points curve noticeably away from the reference line at the upper end, exactly the pattern a Q-Q plot is designed to reveal: the largest values are farther from the bulk of the data than a normal distribution would predict, consistent with the sample's visible right skew.
Assumption audit
What this result does not mean
A Q-Q plot that looks reasonably straight is evidence consistent with normality, not proof of it; formal statements about normality require a test statistic like the Shapiro-Wilk Normality Test, ideally used alongside this plot rather than instead of it.
Limitations
This calculator compares only against a normal reference distribution; comparing against a different theoretical distribution (uniform, exponential, or another named distribution) is not supported by this specific engine.