Skip to content
Statistics Medium #normal#gaussian#bell-curve

Normal Distribution

The classic bell curve with shaded sigma bands and a configurable percentile callout.

A free, animated normal distribution you can read here or embed on any website, from Scrollchart.

Normal Distribution

x=1.5: 93th pctile

The normal distribution is a symmetric, bell-shaped probability density defined by two parameters: mean (mu) and standard deviation (sigma). The curve peaks at the mean and tapers symmetrically on both sides. Approximately 68% of values fall within 1 sigma, 95% within 2 sigma, and 99.7% within 3 sigma of the mean.\n\nThe vertical reference line locates a specific observed value. The floating callout translates that position into a percentile. A value at mu + 1.5 sigma sits at roughly the 93rd percentile, meaning it exceeds 93% of the distribution.\n\nNormal distributions describe data shaped by the accumulation of many small independent variations: adult heights in a population, repeated instrument-measurement errors in a lab, standardized test scores, blood pressure readings across a clinical sample.

Good for

  • IQ score articles and percentile calculators
  • Exam score and standardized test explainers
  • Manufacturing tolerance and quality control posts

Source & accuracy

This normal distribution is an editorial illustration built to represent the concept accurately. Where it shows figures, they are typical or representative values chosen to make the relationship clear, not a single underlying dataset. The diagram and its explainer are reviewed and maintained centrally, and updated over time as understanding improves.

The ubiquitous bell curve and its sigma bands

The normal (Gaussian) distribution is perhaps the most important probability distribution in statistics. Defined by a mean and standard deviation, it produces the characteristic symmetric bell shape. Shaded bands often indicate standard deviation intervals: one sigma captures 68 percent of the data, two sigma captures 95 percent, and three sigma captures 99.7 percent.

These proportions are empirical rules that hold exactly for normal distributions and approximately for many real datasets. A horizontal percentile callout on the curve highlights a user-specified value, showing what fraction of the population falls below that threshold.

Central limit theorem and prevalence

The normal distribution is ubiquitous because of the central limit theorem: the sum (or average) of many independent random variables, regardless of their individual distributions, tends toward a normal distribution as the number of terms grows. This explains why heights, test scores, and measurement errors across diverse fields often follow normal curves.

Real-world data rarely follows a perfect normal distribution, but the normal is a robust approximation for many purposes. When data deviates significantly (skew, extreme outliers), transformations like log or square-root can normalize it, or specialized distributions (log-normal, Weibull) may fit better.

Embed this diagram

Add this animated normal distribution to your own site. Copy one line of HTML, or use the embed builder for theme and sizing options.

Reference

What this is
A free, embeddable, animated normal distribution for any website.
Who uses it
Data journalists, Researchers & academics, Content marketers, News organizations.
How to embed
Copy one line of HTML. No signup. No watermark. Works in WordPress, Webflow, Ghost, Substack, plain HTML.
File size
iframe embed, ~80 KB gzipped (loads on demand, does not block your page paint).
License
Free forever. Editorial explainer text included; updated centrally over time.

Embed format options

Copy the universal HTML snippet, the WordPress shortcode, or an iframe fallback - see the WordPress plugin page for details. Any format keeps the same Core Web Vitals profile and the same explainer text.

Embed snippet
<div data-scrollchart="normal-distribution" data-scrollchart-v="1"></div>
<script src="https://scrollchart.com/embed.js" async></script>

Frequently asked questions

Where can I get a free animated "Normal Distribution" for my website?
Scrollchart provides "Normal Distribution" as a free, embeddable animated diagram you can add to any website with one line of HTML. No signup is required and there is no watermark. The diagram and its explainer text are served from scrollchart.com, so the embed stays current without any maintenance on your end.
How do I embed a normal distribution in a blog post or article?
Paste the one-line HTML snippet from the Scrollchart diagram page into your post editor. It works in WordPress, Webflow, Ghost, and plain HTML with no plugin required. The animated diagram and its explainer text load from scrollchart.com and render directly in your page DOM.