Percentage Increase
Calculate percentage increase or decrease between two values.
About the Percentage Increase
The Percentage Increase Calculator computes the relative change between two values — perfect for tracking salary raises, revenue growth, price changes, weight loss, or any before-and-after comparison. Enter an original value and a new value, and the tool returns the percentage change (positive for increase, negative for decrease), the absolute difference, the multiplier (e.g., 1.25x for a 25% increase), and a plain-language description of the direction and magnitude.
Percentage change is one of the most useful and most misused calculations in everyday math. It tells you not just how much something changed, but how much it changed relative to its starting point. A $5 raise on a $100 salary is 5%; a $5 raise on a $1,000 salary is 0.5%. The absolute change is the same, but the relative impact is dramatically different. This tool makes the relative change unambiguous.
Common use cases include computing annual salary raises, comparing month-over-month website traffic, calculating price inflation on a specific product, measuring weight loss or gain as a percentage of starting weight, and analyzing stock portfolio performance. The calculator works with any units — dollars, kilograms, visitors, anything — because the percentage is unitless.
How It Works
The percentage change formula is ((new - original) / original) × 100. The numerator new - original gives the absolute change (positive if new is larger, negative if smaller). Dividing by the original value normalizes the change to the starting point. Multiplying by 100 converts the result to a percentage.
For example, going from 100 to 125: change is +25, divided by 100 is 0.25, times 100 is +25%. Going from 125 back to 100: change is -25, divided by 125 is -0.20, times 100 is -20%. Notice that the percentage decrease is smaller in magnitude than the percentage increase, even though the absolute change is the same. This asymmetry is mathematical — a 25% gain is reversed by only a 20% loss — and is why investment losses are so hard to recover from.
The multiplier is the ratio new / original. A 25% increase corresponds to a 1.25x multiplier (the new value is 1.25 times the original). A 100% increase is a 2x multiplier (doubling). A 200% increase is a 3x multiplier (tripling). The multiplier is often more intuitive than the percentage for large changes — saying “revenue grew 3x” is clearer than “revenue grew 200%.”
The tool refuses to compute when the original value is zero, because division by zero is undefined. Going from 0 to 10 is technically an infinite percentage increase, which is not useful information. In that case, report the absolute change instead (e.g., “grew from 0 to 10”).
Worked Examples
Default values: 100 to 125. The calculator returns +25% change, +25 absolute difference, 1.25x multiplier, “Increase” direction. This is the classic quarter-growth scenario — revenue or traffic growing 25% quarter-over-quarter is a strong result.
Try a salary raise from $72,000 to $78,500. The change is +$6,500, divided by $72,000 = 0.0903, times 100 = +9.03%. A 9% raise is well above typical U.S. inflation (3-4% in recent years), so this is a real-terms raise, not just keeping up with inflation.
For weight loss, start at 200 lbs and end at 184 lbs. Change is -16 lbs, divided by 200 = -0.08, times 100 = -8%. An 8% body weight loss is clinically significant — enough to improve blood pressure, cholesterol, and insulin sensitivity per most medical guidelines.
For investment loss, start at $10,000 and end at $7,500. Change is -$2,500, divided by $10,000 = -0.25, times 100 = -25%. A 25% loss requires a 33% gain to recover (since $7,500 × 1.33 = $10,000). This asymmetry is why investment risk management matters.
For revenue growth, start at $1.2M and end at $3.6M. Multiplier is 3.0x, percentage change is +200%. Reporting “3x revenue growth” is clearer than “200% increase” for large gains.
When to Use This Tool
- Computing the percentage raise in a job offer or annual review to compare against inflation.
- Tracking month-over-month or year-over-year growth in sales, traffic, or user count.
- Calculating the percentage price change of a stock, ETF, or cryptocurrency holding.
- Measuring weight loss or fitness progress as a percentage of starting weight.
- Comparing inflation on specific products (e.g., eggs, gas, rent) versus the official CPI.
- Reporting project progress (e.g., “API endpoints increased from 18 to 47, a 161% increase”).
- Analyzing A/B test results where conversion rates changed from baseline.
Limitations & Disclaimer
This calculator computes simple percentage change between two values, not annualized or compounded change. It cannot compute percentage change from a starting value of zero (division by zero is undefined). For negative starting values (e.g., going from -$5,000 to -$3,000 in debt), the math works but the interpretation requires care — the percentage is positive but the value is still negative. The calculator does not handle percentage points (used for absolute changes in rates) — use subtraction for that. For multi-period annualized growth (CAGR) or geometric mean returns, use a dedicated tool. See our disclaimer for full terms.
Frequently Asked Questions
Why does a 25% increase only need a 20% decrease to reverse?
Percentage change is relative to the starting value. Going from 100 to 125 is +25% (25/100). Going from 125 back to 100 is -20% (25/125). The absolute change is the same (25 units), but the base differs. This asymmetry applies to all percentage calculations and is why investment losses are hard to recover from.
Can I calculate percentage change from zero?
Not meaningfully. Division by zero is undefined. Going from 0 to any positive number is technically infinite percentage growth. In practice, report the absolute change instead (“went from 0 to 5 users”) or use a different baseline (e.g., week 1 = baseline, week 2 = comparison).
How is this different from percentage of total?
Percentage change measures how much a value moved relative to its starting point. Percentage of total measures a part relative to a whole (e.g., 25 out of 100 = 25% of total). Use percentage change for before/after comparisons; use percentage of total for part/whole comparisons.
What's the difference between percent change and percentage points?
Percent change is relative (e.g., unemployment going from 5% to 6% is a 20% increase). Percentage points is absolute (the same change is 1 percentage point). Always clarify which you mean when discussing rates. For interest rates and poll numbers, percentage points is usually more appropriate.
Does the calculator handle negative numbers?
Yes, but interpret carefully. Going from -10 to -5 is mathematically a +50% change, but the value is still negative. For debt reduction, going from -$5,000 to -$3,000 represents paying off $2,000, which is a 40% reduction in debt. The calculator returns +40% (since the new value minus original is positive), but the practical meaning is debt reduction.
Can I use this for compound annual growth rate (CAGR)?
No. CAGR annualizes the growth over multiple periods using the formula <code>(end/start)^(1/years) - 1</code>. This calculator computes simple total percentage change. For multi-year annualized growth, use a dedicated CAGR calculator.
Last updated: July 21, 2026 · Author: HT99 Tools Editorial Team · Reviewed by: HT99 Tools Editorial Team