Math calculator

Kurtosis Calculator

Tail weight — which is not the same thing as a pointy peak.

How heavy the tails are — not how pointy the peak is

Excess kurtosis near zero — and Excel still reports 1.13.

Excess kurtosis over 10 values

0.093507

Raw kurtosis 3.093507 — the same thing before subtracting 3. Heavier tails than a normal distribution.

Excess kurtosis g₂

0.093507

m₄/m₂² − 3

Raw kurtosis

3.093507

normal = 3

Excel KURT

1.129592

sample-adjusted excess

Standard error

1.334249

under normality

Three numbers again: 0.0935 excess, 3.0935 raw, and 1.1296 from Excel’s KURT. The first two differ by exactly 3 and describe the same thing — but that means “kurtosis 3” is ambiguous between perfectly normal and very heavy-tailed, which are not close together. Excel’s is a third quantity, a sample-adjusted excess, and here it is 12.0803× the plain excess value. Always say which one you mean.
This kurtosis is within what a perfectly normal sample of 10 produces by chance. The standard error is 1.3342, so the 95% band runs to roughly ±2.6685. Kurtosis is noisier than skewness — it depends on fourth powers, so a single point can dominate it — and at n below about 100 it is a weak signal.
One value contributes 84.9% of the entire fourth moment. Kurtosis weights deviations by the fourth power, so a point twice as far out counts sixteen times as much. When a single observation dominates like this, the kurtosis is largely a statement about that observation rather than about the distribution — check it with the outlier calculator before reading anything into the shape.
The floor for this data is -0.79430, and the absolute floor is −2. Excess kurtosis can never be below g₁² − 2 for any distribution — a hard algebraic bound, not a tendency — and never below −2 at all. Only a two-point distribution reaches −2, so a reported value below it is arithmetically impossible and indicates a formula error rather than unusual data.

What this tool shows

Kurtosis measures tails, not peakedness. The peakedness reading is in most textbooks and has been disproved repeatedly. And “kurtosis 3” is ambiguous: normal under one convention, very heavy-tailed under another. This shows all three, with the tail-weight reading and the algebraic floor.

  • Excess kurtosis, raw kurtosis and Excel’s KURT
  • The standard error, so the value can be judged
  • The hard floor at g₁² − 2, and the absolute floor at −2
  • A warning when one point dominates the fourth moment
  • Why flat data has negative excess kurtosis
  • Where Excel’s adjusted value can leave the valid range
Tails, not peaks Three conventions Algebraic floor checked Dominance warning

Excel’s KURT can return −2.571, below the floor no distribution passes.

Updated 8 September 2026 · Works in any browser, no installation

Kurtosis measures how much of a distribution’s variance comes from rare extreme values. High kurtosis means heavy tails — occasional values far from the mean. It is not a measure of how pointed the peak is, despite that being the usual textbook description.

At a glance

Formula shown
Excess kurtosis g₂ = m₄/m₂² − 3, where mₖ is the kth central moment divided by n. Raw kurtosis is m₄/m₂², which is g₂ + 3; a normal distribution has raw 3 and excess 0. Excel’s KURT returns the sample-adjusted excess, ((n+1)g₂ + 6)(n−1)/((n−2)(n−3)). Hard bound: g₂ ≥ g₁² − 2, and never below −2.
Scenario support
Assessing financial risk of extreme moves; checking a normality assumption; deciding whether a mean is a stable summary; detecting whether a few observations dominate a dataset; comparing tail behaviour between samples.
Educational estimate
Planning support from the values you enter — not professional advice.

It measures tails, not peakedness

“Kurtosis measures how peaked a distribution is” appears in most introductory texts, and it is wrong. The correction is not a quibble — the peakedness reading leads to the wrong conclusion about what a high kurtosis is telling you.

The arithmetic settles it. Kurtosis is the average fourth power of the standardised deviation. Values near the mean have standardised deviations below 1, and raising a number below 1 to the fourth power makes it smaller. A value at 0.5 standard deviations contributes 0.0625; one at 4 standard deviations contributes 256. The centre of the distribution is almost entirely written out of the calculation. Whatever kurtosis is measuring, it cannot be the peak.

What it measures is tail weight — how much of the total variance comes from rare, far-out values. High kurtosis means occasional extremes. Low kurtosis means the data is confined.

You can construct a distribution with an infinitely sharp peak and low kurtosis, and one that is flat at the centre with high kurtosis. Westfall documented the history of the error in 2014 under the title “Kurtosis as Peakedness, 1905–2014. R.I.P.” and the reading persists anyway, because a peaked-looking picture usually accompanies heavy tails when the variance is held fixed. The correlation is real; the definition is not.

Try the tool’s uniform preset for the cleanest demonstration. Twelve evenly spaced values — completely flat, no peak at all — give an excess kurtosis of −1.22. Flatness reads as negative kurtosis, because a uniform has no tails, and that is the opposite of what the peakedness story predicts.

The practical reading: a high kurtosis says “this data produces occasional large surprises”. That is a statement about risk, and it is why the measure matters in finance far more than in describing shapes.

Three conventions, and one of them can be impossible

Like skewness, kurtosis names more than one quantity, and here the ambiguity is worse because two of them differ by a constant.

Raw kurtosis is m₄/m₂², and a normal distribution has 3. Excess kurtosis subtracts that 3, so a normal distribution has 0 and the sign tells you immediately whether tails are heavier or lighter than normal.

So “the kurtosis is 3” is genuinely ambiguous — exactly normal under one convention, distinctly heavy-tailed under the other. Those are not near each other, and the word “excess” is frequently dropped.

Excel’s KURT is a third quantity again, a sample-adjusted excess kurtosis. On the tool’s default data the plain excess is 0.094 and KURT returns 1.130 — twelve times larger. Both are defensible; they estimate different things.

And the adjusted version can return a value no distribution can have. Excess kurtosis has an absolute floor of −2. Load the tool’s two-point preset — five zeros and five ones — and the plain excess kurtosis is exactly −2, sitting on the floor. Excel’s KURT returns −2.571.

That is not a spreadsheet bug. The adjusted estimator is constructed to be unbiased for the population value, and an unbiased estimator of a bounded quantity is free to land outside the bound on any particular sample — it only has to be right on average. It does mean the number cannot be read as a description of a distribution, because no distribution has it.

The floor, and what sits on it

Kurtosis has a hard lower bound that is worth knowing, because it turns some reported values into provable errors.

For any distribution, excess kurtosis ≥ skewness² − 2. It follows from the Cauchy–Schwarz inequality applied to the third and fourth moments — algebra, not a tendency. So a symmetric distribution can go as low as −2, and a strongly skewed one cannot get anywhere near it: at a skewness of 2, excess kurtosis cannot be below +2.

The absolute minimum of −2 is reached by exactly one shape — a two-point distribution, with all the mass split between two values and nothing in between or outside. A fair coin scored 0 or 1 is the standard example, and the tool’s preset returns exactly −2.000000.

There is no upper bound. Kurtosis can be arbitrarily large, and for some distributions it is infinite — a t distribution with four or fewer degrees of freedom has no finite fourth moment at all. When kurtosis is infinite, a sample kurtosis is still a number, and it is a number that grows without limit as you collect more data. It is estimating something that does not exist.

Some useful reference values. Normal 0. Uniform −1.2. Exponential +6. Laplace +3. A t distribution with 5 degrees of freedom, +6. Log-returns on most financial assets land between +3 and +10 — comfortably heavier than normal, which is the empirical fact behind most tail-risk modelling.

It is the noisiest of the common statistics

Kurtosis depends on fourth powers, and that makes it far more variable than anything else people compute routinely.

At n = 30 the standard error is about 0.83. So a 95% band under normality runs to roughly ±1.7 — wider than most of the effects people read into a kurtosis. At n = 100 it is still ±0.95. Below a few hundred observations, kurtosis is a weak signal.

A single point can dominate it. Fourth powers grow fast: a value twice as far from the mean contributes sixteen times as much. On heavy-tailed data one observation can supply most of the entire fourth moment, and the tool warns when that happens. In that situation the kurtosis is a statement about that observation, not about the distribution — check it against the outlier calculator before drawing conclusions.

The estimate is also biased downward at small n, for a reason that compounds the problem: a small sample is unlikely to contain the rare extreme values that create high kurtosis in the first place. So the samples most likely to come from a heavy-tailed process are the ones least likely to show it. This is exactly the sample-size trap that the 3σ outlier rule falls into, in a different form.

The honest use: treat kurtosis as a rough flag on samples of a few hundred or more, compare it against its own standard error rather than a fixed threshold, and look at the data before believing it.

Where it earns its keep

Once read as tail weight rather than peakedness, the applications are specific.

Financial risk. Asset returns have consistently positive excess kurtosis, meaning extreme moves happen far more often than a normal model allows. A risk model built on normality underestimates the frequency of large losses, and kurtosis is the single number that says by roughly how much. This is why “25-sigma events” get reported: the sigma is right and the distribution behind it is wrong.

Testing normality alongside skewness. The Jarque–Bera test combines both into a single statistic. It is more informative than either alone, because a distribution can be symmetric and heavy-tailed, or skewed with normal-weight tails, and those need different responses.

Deciding whether the mean is a stable summary. High kurtosis means the sample mean will jump around between samples, because it is occasionally dominated by an extreme value. That is a direct argument for the median, or for a trimmed mean, regardless of any normality question.

Signal processing and quality control, where a rising kurtosis in a vibration or defect signal often indicates impulsive faults appearing before the mean level changes at all.

Where it does not help: describing a distribution’s shape to a general audience. “Excess kurtosis 2.3” conveys nothing. “Values more than three standard deviations out happen four times as often as a normal distribution predicts” conveys the same fact and can be acted on.

Sources and methodology

References for the tail-weight reading and the bound.

Method. All three conventions come from the same central moments rather than from rescaling one another. The standard error uses the exact normal-theory expression rather than the √(24/n) approximation, which overstates precision at the sample sizes where kurtosis is actually reported. The tool measures what share of the fourth moment a single observation contributes, and warns above 40% — a check no threshold on the kurtosis itself can perform. The suite asserts that a two-point dataset returns exactly −2, that the g₁² − 2 bound holds across ten thousand random datasets, that a twelve-point uniform returns −1.2168 despite having no peak at all, and that Excel’s adjusted formula returns −2.571 on that two-point data — below a floor no distribution passes. That engine is verified on every change against 62 assertions. The count and the per-case breakdown are published on the formula verification page.

Related calculators

Where this goes next:

SkewnessAll three skewness conventions at once with the standard error beside them, because Excel SKEW runs 18.6% above the textbook formula at n=10 and a normal sample of 30 swings ±0.85 by chance.
Standard DeviationSample and population standard deviation, plus variance, mean, median, quartiles, z-scores, outliers, and confidence intervals.
OutlierRuns four outlier rules together and says when each is failing — the 3-sigma rule cannot flag anything below n=11, two outliers hide each other, and the quartile convention alone can decide the answer.
Normal DistributionProbabilities under a normal curve in all four directions with the region shaded — and the empirical rule given exactly, because two standard deviations is 95.45% and the 95% everyone quotes sits at 1.96σ.
VarianceSample and population variance from your data, with a live simulation that shows exactly how much the wrong divisor costs — 20% low at n = 5, closing as the sample grows.
Mean, Median and ModeAll three centres marked on your own data, every mode rather than just the first, and the mean-median gap read as a direct measure of skew.

More in Math, or browse all calculators.

Educational use disclaimer

An educational tool. Kurtosis measures tail weight rather than peakedness, is extremely noisy below a few hundred observations, and is biased downward in small samples — precisely because a small sample is unlikely to contain the rare values that create high kurtosis.

How we calculate · Found an error? email us

Authorship & verification

Written and maintained by , a business operator who builds spreadsheet-based calculators.

What's changed (4 updates)

Published 8 September 2026

  1. Published a kurtosis calculator built on the tail-weight reading rather than the peakedness one. Values inside one standard deviation are raised to the fourth power and become smaller, so the centre is almost written out of the calculation — a twelve-point uniform with no peak at all returns an excess kurtosis of minus 1.217.
  2. Shows excess, raw and Excel's KURT together, because 'kurtosis 3' means a perfectly normal distribution under one convention and a distinctly heavy-tailed one under another.
  3. Checks the algebraic floor. Excess kurtosis can never fall below the skewness squared minus two, verified over ten thousand random datasets, and never below minus two at all — while Excel's sample-adjusted formula returns minus 2.571 on two-point data, a value no distribution can have.
  4. Warns when a single observation supplies more than 40% of the fourth moment, since the kurtosis is then a statement about that point rather than about the distribution.

Add this calculator to your site

Responsive embed — and private: nothing your visitors type leaves their browser.