Cumulative Percentage Calculator

A cumulative percentage is a running total expressed as a share of the whole: add each value to the ones before it, divide by the grand total, multiply by a hundred. The last figure is always exactly 100, which makes it a check rather than a coincidence — the running total has by then absorbed ever...

cumulative at item i = running total to i ÷ grand total × 100

The last value is always exactly 100, which makes it a check rather than a coincidence. Everything before it depends on the order — which is why a Pareto question has to be asked of sorted data.

THE DATA

total 420.00

ITEMS REACHING 80%

3 of 7

43% of the items account for 81.2% of the total of 420.00.

#ItemValueShareCumulative
1Wrong size186.0044.3%44.3%
2Damaged in transit94.0022.4%66.7%
3Wrong item sent61.0014.5%81.2%
4Late arrival38.009.0%90.2%
5Colour differs21.005.0%95.2%
6Missing parts12.002.9%98.1%
7Other8.001.9%100.0%
Total420.00100.0%100.0%

On the 80/20 rule. It is an empirical observation, not a law — Pareto noticed that a fifth of Italian landowners held four fifths of the land, and the pattern recurs often enough to be useful and not often enough to be relied on. Here it comes out at 43/81 rather than 80/20. What the cumulative column is actually good for is ranking effort: the items above the threshold are where attention pays back fastest, whatever the split happens to be.

THE RUNNING TOTAL

EACH ITEM, AND THE RUNNING TOTAL BEHIND ITbars are the values, the line is the cumulative percentage80%1234567rankThe first 3 of 7 reach 81.2% of the total.

The line only ever rises. Each step adds a share of the same total, so the curve is monotonic and finishes at 100 whatever the data. How quickly it gets there is the whole of what it has to say: a steep start means a few items dominate, a straight diagonal means everything matters equally.

THE SAME NUMBERS, TWO ORDERSonly the final point is fixed — everything before it moves0%50%100%Your data is already in descending order, so the two curves coincide.
THE WHOLE, AS A HUNDRED PARTSthe darker blocks are the ones that reach the thresholdevery block is a share of the same total, so they fill it exactly

Live calculation · updates as you type

Created with❤️byeaglecalculator.com

HOW TO USE

  1. 1

    Enter each item with its value. Labels are optional and only affect how the table reads — the arithmetic uses the values alone.

  2. 2

    Leave the sort on unless you have a reason not to. The cumulative column is meaningful for a Pareto question only when the largest values come first.

  3. 3

    Set the threshold to whatever share you care about. Eighty per cent is conventional, but the useful question is where your own data actually breaks rather than where a rule of thumb says it should.

  4. 4

    If the shares need to total exactly 100 for a report, switch on the reconciliation. It distributes the rounding leftovers rather than leaving a visible gap.

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE PERCENTAGE CALCULATORS

Was this calculator helpful?

Last updated: August 2, 2026 · The last cumulative value is 100 by construction · Sorting decides every value before it.