Percentage Change Calculator
MathCalculate percentage increase or decrease between two values. Instantly find percentage change and absolute difference for any two numbers.
Percentage Change
What is a % Change?
A Percentage Change Calculator measures how much a value has increased or decreased relative to its starting point, expressed as a percentage. Enter an original value and a new value, and the calculator returns the percentage change, the absolute change, and the new value expressed as a percentage of the original — three outputs that together give a complete picture of how a quantity has shifted.
Percentage change is the most universal metric for expressing movement across time or conditions. It appears in investment returns (a mutual fund NAV that rose from ₹45 to ₹54 is up 20%), business metrics (revenue up 34% year-on-year), inflation figures (CPI up 4.8%), school marks (improved from 68% to 79%), and even cricket statistics (batting average up 12%). What makes percentage change powerful is that it normalises the comparison — a ₹10,000 rise in a ₹50,000 investment (+20%) is directly comparable to a 20% increase in any other quantity, regardless of its units or absolute size.
The formula is: Percentage Change = ((New − Original) ÷ Original) × 100. A positive result is an increase; a negative result is a decrease. The sign carries the directional information, so a single formula handles both scenarios — unlike some textbook formulations that present separate increase and decrease formulas.
The third output — New as % of Original — is the full ratio of new to old: (New ÷ Original) × 100. When this is 125%, the new value is 25% above the original. When it is 75%, the new value is 25% below. The relationship to percentage change is: New as % of Original = 100 + Percentage Change. This metric is particularly useful in budget and performance tracking where you need the ratio of current to baseline rather than the magnitude of the change.
For understanding how compounding affects growth over multiple periods, the SIP Calculator models the compound percentage change of systematic investments over time.
How to use this % Change calculator
Enter the Original Value — the starting point, benchmark, or base value. This is the denominator in the percentage change formula. For year-on-year comparisons, the prior year's figure is the original value. For investment tracking, the purchase price or initial NAV is the original value.
Enter the New Value — the current, final, or changed value. No need to decide in advance whether it is higher or lower — the calculator handles both cases with the same formula and shows a negative result for decreases.
Read the Percentage Change — the primary output. Positive = increase, negative = decrease. The magnitude tells you how large the change is relative to where you started.
Check Absolute Change — if the percentage seems surprising, the absolute change gives the raw difference in original units, grounding the result in real terms.
Use New as % of Original for ratio framing — particularly useful when comparing to a budget (current spend is 108% of forecast = over budget by 8%) or when the percentage change alone doesn't communicate the magnitude clearly.
Formula & Methodology
Percentage Change: Percentage Change = ((New Value − Original Value) ÷ Original Value) × 100 Absolute Change: Absolute Change = New Value − Original Value New Value as % of Original: New as % of Original = (New Value ÷ Original Value) × 100 Relationship between the three: New as % of Original = 100 + Percentage Change Variables: - Original Value (O) = Starting or reference value (cannot be 0) - New Value (N) = Changed or current value Worked example — salary increase from ₹42,000 to ₹52,500: Percentage Change = ((52,500 − 42,000) ÷ 42,000) × 100 = (10,500 ÷ 42,000) × 100 = +25%Absolute Change = 52,500 − 42,000 = +₹10,500New as % of Original = (52,500 ÷ 42,000) × 100 = 125% Worked example — stock price fall from ₹280 to ₹196: Percentage Change = ((196 − 280) ÷ 280) × 100 = (−84 ÷ 280) × 100 = −30%Absolute Change = 196 − 280 = −₹84New as % of Original = (196 ÷ 280) × 100 = 70% Assumptions and limitations: - If Original Value = 0, percentage change is mathematically undefined (division by zero). The calculator returns 0 for this edge case - Negative original values are valid (e.g., a loss that became a smaller loss or a profit) but interpretation requires care — a percentage change from −₹100 to −₹50 is a +50% "improvement" using this formula - This calculator computes simple percentage change, not compound annual growth rate (CAGR) — for multi-period annualised growth, use a dedicated CAGR formula