Percentage Increase Calculator
To increase a number by a percentage, multiply the number by (1 + percent ÷ 100): new value = value × (1 + percent ÷ 100).
verified_userReviewed by the Calculopedia editorial teamLast updated 2026-08-14
Embed on your site
Embed this calculator on your site:
<iframe src="https://calculopedia.darzh.xyz/embed/percentage-increase-calculator/" width="100%" height="700" style="border:0;border-radius:12px" loading="lazy"></iframe>
quizExample
How this calculator works, with real numbers (no JavaScript needed):
Inputs
- Original number
- 20000
- Increase by
- 10
Results
- New value
- 22,000
- Amount of increase
- 2,000
functionsThe formula
A percentage increase takes one number and scales it up — the behind-the-scenes math of a pay raise, a price hike, a fee rise or a markup. It is the direct operation: not comparing two readings, but producing the new value from the old one, and reporting both the increase amount and the result.
The formula
New value = value × (1 + percent ÷ 100)
Or as two explicit steps:
Increase = value × percent ÷ 100
New value = value + increase
Worked example
₹20,000 increased by 10%:
Increase = 20,000 × 10 ÷ 100 = ₹2,000
New value = 20,000 + 2,000 = ₹22,000
One line: 20,000 × 1.10 = ₹22,000.
Why 1 + percent ÷ 100?
"Add 10%" means "keep the whole (100%) and add another 10% on top", which is 110% of the original. As a decimal, 110% is 1.10, so a single multiplication by 1.10 is all the arithmetic needed. The pattern generalizes: add 25% → ×1.25; add 5% → ×1.05; add 200% → ×3.00, which triples the number.
Everyday uses
- Salary increase — a 12% raise on ₹50,000 becomes 50,000 × 1.12 = ₹56,000.
- Price rise — an ₹1,200 item up 8% is ₹1,296.
- Rent, fees and taxes — any "plus X%" clause in a contract.
- Markup — a retailer adding 20% to a ₹500 cost sells at ₹600 (the markup & margin tool shows the profit side).
Several increases multiply, not add
Two successive 10% increases are not 20%:
₹20,000 × 1.10 × 1.10 = ₹24,200 (a net 21% rise)
Inflation described as "10% this year, 10% next" compounds to 21% over the two years — the exact mechanism that makes long-run price rises look so punishing in the news and so slow on a month-by-month basis.
Reversing an increase
To recover an original from an increased value, divide by (1 + percent ÷ 100). A ₹22,000 salary after a 10% raise was ₹22,000 ÷ 1.10 = ₹20,000. The same reciprocal relationship explains why a raise then a cut is not neutral: ₹20,000 × 1.10 × 0.90 = ₹19,800, because the cut operates on the larger, raised base.
Tips and service charges
Adding a percentage to a bill obeys the same rule. An 18% service charge on a ₹2,000 meal is ₹2,000 × 1.18 = ₹2,360, and a 10% tip on a ₹540 bill is ₹54 — both direct applications of multiplying by (1 + percent ÷ 100).
Increases above 100%
The multiplier handles rates over 100% naturally: a 150% increase on ₹20,000 is 20,000 × 2.50 = ₹50,000 — the original plus one and a half times itself. Rates over 100% trip up payroll and pricing spreadsheets far more often than expected, precisely because they operate on (1 + percent ÷ 100), not on the percentage alone.
The input limits and why
The calculator caps the percentage at 1,000, which comfortably covers even extreme claims (a tenfold growth claim is 900%). A rate of exactly 100% doubles the number — worth remembering, because "doubled" and "increase by 100%" are the same statement spoken differently.
Common mistakes
- Adding the percentage to the original as a plain number (20,000 + 10 = 20,010) instead of multiplying by (1 + percent ÷ 100).
- Applying the increase to the already-raised value when the stated base was the original one.
- Confusing the sign of the multiplier — a 10% increase is ×1.10, while ×0.90 is a decrease.
For the reverse operation — taking a percentage off a number — use the percentage decrease calculator. To measure how far a value has already moved, the percentage change tool is the right one.
helpFrequently asked questions
question_markHow do I add a percentage to a number?
Multiply the number by (1 + percent ÷ 100). For example, adding 10% to 20,000 gives 20,000 × 1.10 = 22,000.
question_markWhat is a 12% increase on 50,000?
50,000 × 1.12 = 56,000. The increase is 6,000 and the new value is 56,000.
question_markWhat is the formula for percentage increase?
New value = original × (1 + percent ÷ 100). The increase itself is original × percent ÷ 100.