→ Find out YOUR exact IQ in 20 minutes (calibrated test) Take the test
— Free embeddable widget

IQ Percentile Calculator

A free, real-time IQ-to-percentile calculator for psychology blogs, education sites, quiz pages, and IQ-comparison articles. One line of HTML, no signup, no attribution required.

Live preview

This is exactly what your visitors will see, embedded on your page:

Embed code

Paste this one line of HTML anywhere on your site. That's it.

<iframe
  src="https://corebrain.app/embed/iq-percentile/"
  width="100%"
  height="400"
  style="border:0;border-radius:16px;max-width:420px"
  loading="lazy"
  title="IQ Percentile Calculator">
</iframe>

Want a specific score pre-filled? Add #130 to the URL to start with IQ 130 in the input.

Why embed it

For psychology blogs
Visitors discussing IQ scores get an instant lookup tool right on your article — keeps them on your page longer.
For education sites
Help students contextualize their own test scores. Real Wechsler-distribution math, not made-up numbers.
For IQ comparison articles
Let readers plug in famous-person IQ estimates (Einstein 160, Hawking 160) and see the rarity instantly.
For gifted-education forums
A reference tool community members can use to interpret WAIS-IV, Stanford-Binet, and Cattell scores.

How the math works

The calculator uses the standard Wechsler IQ distribution — mean 100, standard deviation 15. The percentile is computed from the cumulative normal distribution function using the Abramowitz & Stegun erf approximation. Classifications follow conventional psychometric bands:

FAQ

Is the widget really free?

Yes. No signup, no API key, no rate limit. Embed it on as many pages as you want.

Do I need to credit Core Brain?

The widget includes a small "Powered by Core Brain" footer. You don't need to add anything else — the attribution is built in.

Will the widget break my page's loading speed?

No. The iframe uses loading="lazy" so it only loads when scrolled into view. The widget itself is <5KB of HTML/CSS/JS.

Can I customize the colors?

Not yet. The widget uses Core Brain's dark theme to match psychometric and education aesthetics. Light-theme support is planned.

Is the underlying IQ data accurate?

Yes — the percentile calculation is mathematically exact for the Wechsler distribution. The classification bands match standard psychometric convention. For your own actual IQ score, take the full 20-minute test at corebrain.app (IRT 3PL Bayesian scoring, same framework as WAIS).

Want your real IQ?

The widget tells you what an IQ score means. To get your actual IQ, take the full Core Brain test — 20 minutes, real psychometric scoring, six cognitive axes, 95% confidence interval.

Take the Core Brain IQ test →
— Core for developers

Build with the same psychometrics

Core Brain ships its scoring engine, item bank, and widget set as primitives you can drop into your own product. Use the embeddable widget today; full API + webhook access is in private beta.

Widget API (live)

Pre-fill the calculator with any IQ via URL hash. Useful for "your score was X" share pages.

https://corebrain.app/embed/iq-percentile/#137
Custom sizes

The widget is responsive down to 280px wide. Use any height ≥ 480px.

<iframe src="https://corebrain.app/embed/iq-percentile/"
  width="320" height="380" style="border:0;border-radius:14px">
</iframe>
Scoring engine (beta)

3-Parameter Logistic IRT with Bayesian MAP estimation. Same model as the WAIS. POST your item responses, get back IQ + 95% CI + reliability.

POST /api/v1/score
Authorization: Bearer YOUR_KEY
{ "items": [
    { "a": 1.4, "b": 0.6, "c": 0.25, "u": 1 },
    { "a": 1.1, "b": -0.4, "c": 0.25, "u": 0 }
] }
// → { theta, iq, ci95: [low, high], reliability }

Private beta — request access

Item bank licensing

200 IRT-calibrated items across 6 cognitive axes (pattern, numeric, verbal, spatial, logic, matrix), with empirically derived a/b/c parameters. Available for licensing to research, edtech, and HR products.

Get in touch →

Webhooks (planned)

Subscribe to test.completed, payment.succeeded, certificate.generated. Stripe-style signing, raw-body verification.

Roadmap — Q3 2026

Open methodology

All IRT parameter derivation, scoring math, and norming logic is documented. No black box. We publish what the WAIS doesn't.

Read the docs →

Built for developers who want real psychometrics in their product