A newspaper headline says: "Electricity tariffs to rise by 200\% in the next year." You read it fast and your brain lands on "double." That feels right — 100\% is "all of it," so 200\% must be "twice as much." The bill doubles. You mentally prepare.

The bill does not double. It triples.

The mismatch between what "200\% increase" sounds like and what it actually computes to is one of the most common percentage traps, and it shows up everywhere — in news articles, in startup growth stats, in exam questions. This article pins it down for good.

Where the trap lives

The two phrases that get confused:

Same "200\%." Two different answers. The key word that flips the meaning is the word "increase": it tells you that the 200\% sits on top of the original, not in place of it.

Three stacked bars showing the original bill one thousand rupees, two hundred percent of the original two thousand rupees, and a two hundred percent increase three thousand rupeesThree horizontal bars. The top bar is one hundred twenty pixels wide and labelled original bill one thousand rupees. The middle bar is two hundred forty pixels wide and labelled two hundred percent of the original two thousand rupees — that is, exactly twice as long. The bottom bar is three hundred sixty pixels wide and labelled a two hundred percent increase three thousand rupees — that is, three times as long as the top bar. Dashed vertical lines mark the boundaries so the reader can see the lengths one, two, and three clearly. ₹1000 (original) ₹2000 = 200% of original (the doubling) ₹3000 = original + 200% increase (the tripling) ×1 ×2 ×3
"$200\%$ of the original" (middle bar) and "a $200\%$ increase" (bottom bar) are not the same. The word "increase" tucks in an extra $100\%$ — the original itself — before adding the $200\%$ on top. That is where the factor of three comes from.

The algebra of "percent increase"

A percent increase of p\% multiplies a quantity by \left(1 + \tfrac{p}{100}\right). Let's unpack that formula.

Now plug in the numbers. For p = 200:

X \left(1 + \frac{200}{100}\right) = X \times 3

A 200\% increase multiplies by 3. It triples.

For p = 100, it multiplies by 2 — that is the doubling, and the source of the confusion. A 100\% increase is a doubling. So the mental association "100\% = all of it = doubling" is actually correct — it just misleads you when p grows past 100.

Why the multiplier is 1 + p/100: the "1" is the original quantity (which you keep — it didn't vanish), and the "p/100" is the increase added on top. Forgetting to count the original "1" is exactly the mistake that turns a tripling into a doubling.

The table every student should memorise

Here is the translation from percentage increase to multiplier to plain-English factor:

Increase Multiplier In words
0\% \times 1 unchanged
50\% \times 1.5 one and a half times
100\% \times 2 doubled
200\% \times 3 tripled
300\% \times 4 quadrupled
1000\% \times 11 eleven times the original

The general rule: an increase of p\% corresponds to a multiplier of \left(1 + \tfrac{p}{100}\right). So an increase of 500\% means six times the original, not five times. If you are ever unsure, translate the percentage to a multiplier first — it sidesteps the entire category of verbal confusion.

The opposite direction — a decrease of p\% — multiplies by \left(1 - \tfrac{p}{100}\right), and here the percentage has to be capped at 100\%. You can't have a decrease of 200\% for any quantity that can't go below zero. A share price, a temperature above absolute zero, a population — none of these can drop by more than 100\%. (You'll see financial news talk about "down 110\%" when a company has more debt than assets, but that's a misuse born of trying to force a multiplicative language onto something that's already negative.)

The opposite trap: the startup pitch

The same confusion runs in reverse for founders quoting growth metrics. A startup grows revenue from ₹1 crore to ₹5 crore in a year. What is the growth rate?

When you see a startup deck that says "500\% growth," check whether they mean the multiplier (5\times) or the increase (+400\%). Often they mean the former, but the phrasing hides a factor of one between being 5-times-the-original and being increased-by-500\%-of-the-original. The difference matters: if you misread "500\% growth" as "a 500\% increase," you are undercounting by one full unit of the original.

Example: your salary jumps from ₹$40{,}000$ to ₹$1{,}20{,}000$. What's the raise in percentage terms?

You know the multiplier is 1{,}20{,}000 / 40{,}000 = 3. So the new salary is 3\times the old.

As a percent increase:

\frac{\text{new} - \text{old}}{\text{old}} \times 100 = \frac{80{,}000}{40{,}000} \times 100 = 200\%

So you got a "200\% raise" — which is a tripling of your salary, not a doubling. The "+100\%" that most people hear in "200\%" is the original salary you already had; the 200\% on top is the raise itself.

If you said "my salary doubled," you would be under-reporting: that would be only a 100\% raise, and your new salary would be ₹80{,}000, not ₹1{,}20{,}000.

Checking your intuition

Three ways to self-audit whenever a percentage headline appears:

  1. Convert to a multiplier. An increase of p\% is a multiplier of (1 + p/100). A reduction of p\% is a multiplier of (1 - p/100). Do this before believing any claim.

  2. Ask what the base is. "200\% of what?" If it is 200\% "of the original," it is a 2\times. If it is "an increase of 200\%," it is a 3\times. Different bases, different answers.

  3. Translate to plain words. "200\% increase" = "tripled." "300\% increase" = "quadrupled." If the plain-word version doesn't match the headline's vibe, someone is confusing the two.

Summary

Related: Percentages and Ratios · Plus 20% Then Minus 20%: Why You End Up Below Where You Started · 50% Off Then 30% Off Is Not the Same as 80% Off · Why You Can't Add Successive Discount Percentages