Skip to content

Percentage Increase Calculator — Calculate Percent Growth Online

Last verified May 2026 — runs in your browser
What is the percentage increase from one value to another?
50%

Percentage Increase Formula

Percentage Increase = ((New Value − Original Value) / |Original Value|) × 100

((75 − 50) / |50|) × 100 = 50%

Percentage Increase Calculator — Calculate Percent Growth & % Change

Enter the original (old) value and the new value, and the page reports the percentage increase using the standard formula ((new − old) ÷ old) × 100. Useful when tracking a salary raise ("old salary $50,000, new $54,000 — that's an 8% increase"), comparing this quarter's sales to last quarter's, computing the year-over-year growth of a stock or KPI, sizing a price hike in proportional terms, or any moment when the absolute number is less informative than the percentage delta. The formula is shown verbatim under the result so you can verify the math by hand or screenshot it for a meeting.

About this tool

Percentage increase asks: how much bigger is the new value compared to the old, expressed as a percentage of the old? Formula: ((new − old) / old) × 100. Worked example: old = 50, new = 65 → (65 − 50) / 50 × 100 = 15 / 50 × 100 = 30%. The percentage is signed: a new value smaller than the old gives a negative "increase" — that's mathematically a decrease, and you may prefer the dedicated percentage-decrease calculator for cleaner UX in that direction. A common edge case: when old = 0, the formula divides by zero (an increase from zero is mathematically undefined as a percentage); the page handles this gracefully with a friendly message instead of returning Infinity. Negative old values produce mathematically valid but counter-intuitive results (an increase from −10 to −5 is +50% relative to −10 in absolute math, but the everyday reading is "the value rose by 5"). Common reference cases: salary raise from $50k to $54k = 8%, stock price $100 to $112 = 12%, monthly visitors 1,000 to 1,500 = 50%, your monthly grocery bill jumping from $400 to $480 = 20%.

  • Standard formula: ((new − old) / old) × 100
  • Step-by-step formula breakdown shown under the result
  • Reactive — recalcs as you change either value
  • Handles negative values with mathematically consistent signs
  • Friendly message when old = 0 (division by zero edge case)
  • Decimal inputs supported (price-precision changes, fractional metrics)
  • Copy result with one click
  • No upload — your numbers stay in your browser
  • Useful for salary raises, sales growth, KPI tracking, year-over-year comparison
  • Pairs with percentage-decrease and percentage-change calculators

Free. No signup. Your inputs stay in your browser. Ads via Google AdSense (consent required).

Frequently asked questions

What's the formula for percentage increase?

Percentage increase = ((new − old) / old) × 100. Worked example: old = 50, new = 65 → (65 − 50) / 50 × 100 = 15 / 50 × 100 = 30%. The result is signed: a new value smaller than the old gives a negative "increase" (mathematically a decrease — the dedicated percentage-decrease calculator returns a positive number in that case for cleaner UX). Common reference cases: salary raise from $50,000 to $54,000 = 8%; stock price $100 → $112 = 12%; monthly visitors 1,000 → 1,500 = 50%; grocery bill $400 → $480 = 20%. Foundational from ISO 80000-1:2022 percentage definition.

What's CAGR (Compound Annual Growth Rate) and when do I need it?

CAGR = (end / start)^(1/years) − 1, the constant interanual growth rate that would compound from start to end over the given number of years. It is NOT equal to the simple arithmetic average of yearly percentage growths (which overstates due to Jensen's inequality on geometric vs arithmetic means). Worked example: $1,000 → $2,000 over 7 years → CAGR = (2000/1000)^(1/7) − 1 = 2^(1/7) − 1 = 0.1041 = 10.41% per year, NOT (100% / 7) = 14.3%. Use CAGR for any multi-period growth comparison: portfolio returns, revenue growth across years, population growth, subscriber base. Brealey, Myers, Allen & Edmans Principles of Corporate Finance 15th edition (2025) introduces CAGR in the time-value-of-money chapter; CFA Level I Quantitative Methods covers the geometric-vs-arithmetic distinction.

How is inflation reported as percentage change (CPI methodology)?

The US Bureau of Labor Statistics (BLS) reports headline inflation as the 12-month percentage change in the CPI-U (Consumer Price Index for All Urban Consumers) basket, weighted by household expenditure surveys. CPI methodology is documented at BLS Handbook of Methods CPI section (bls.gov/opub/hom/cpi, current methodology updated through 2024 indexes). Eurostat publishes the parallel HICP (Harmonised Index of Consumer Prices); the European Central Bank targets 2% YoY HICP inflation symmetric (since the July 2021 strategy review). "Headline" CPI includes food and energy; "core" CPI excludes them for less volatility. Monthly releases report both the latest 1-month change (annualised) and the rolling 12-month YoY for trend comparison. Personal Consumption Expenditures (PCE) is the Fed's preferred measure for the dual-mandate inflation goal, also reported as YoY %.

Why does "doubling" mean +100% (not +200%)?

"Doubling" means the new value equals 2× the old, which is an INCREASE of 1× the old, which is 100% (since +100% means "add 100% of the original"). Going from 1 to 2 is +100% (1 became 2). +200% would mean tripling (1 became 3, an increase of 2× the original), and "100% increase" = 200% of original ≠ 200% increase. Common confusion: many people read "a 200% increase" as doubling, when it's actually tripling. Quick check: "X% increase" → new = old × (1 + X/100). A 100% increase: new = old × 2 (doubling). A 200% increase: new = old × 3 (tripling). A 50% increase: new = old × 1.5. The relationship is multiplicative on the original, not on the new.

What happens when the old value is zero?

Division by zero is undefined in mathematics, so percentage increase from 0 has no meaningful value (the formula ((new − 0) / 0) × 100 is mathematically infinite or undefined depending on convention). The calculator surfaces a friendly message instead of returning Infinity or NaN. Conceptually, this case represents "creating something from nothing" — a startup going from $0 revenue to $1M can't be expressed as a percentage increase (it's a categorical transition, not a relative one). Practical workarounds: report the absolute number ("+$1M revenue from a zero base"); use a different framing ("first year of revenue"); or pick a small non-zero baseline if mathematically defensible. The same edge case applies in CPI / GDP reporting when a series starts mid-period.

Sources (5)
  • International Organization for Standardization (2022). ISO 80000-1:2022 — Quantities and units, Part 1: General; defines percentage (%) as the dimensionless ratio 0.01; foundational for percentage-increase formula ((new − old) / old) × 100. ISO Technical Committee 12 (TC 12); supersedes ISO 80000-1:2009 / ISO 31-0.
  • U.S. Bureau of Labor Statistics (BLS) (2024). Consumer Price Index (CPI) methodology — inflation reported as 12-month percentage change (year-over-year YoY) in the CPI-U index basket weighted by household expenditure surveys. CPI-U All Items YoY is the headline inflation figure quoted by media and central banks. Personal Consumption Expenditures (PCE) is the Fed's preferred dual-mandate inflation measure (published by the Bureau of Economic Analysis, BEA). U.S. Bureau of Labor Statistics (BLS), Washington DC; CPI methodology documented at BLS Handbook of Methods CPI section (bls.gov/opub/hom/cpi, current methodology updated through 2024 indexes; the legacy numbered Chapter 17 PDF dated 2018-02-14 has been superseded by the segmented web format).
  • European Central Bank (ECB) / Eurostat (2021). ECB monetary policy strategy — symmetric 2% medium-term inflation target measured by Eurostat's Harmonised Index of Consumer Prices (HICP), reported as 12-month percentage change. HICP harmonises consumer-price measurement across EU member states (Regulation (EU) 2016/792); the ECB's symmetric framing replaced the previous "below, but close to, 2%" wording in the July 2021 strategy review. European Central Bank, Frankfurt; ECB Monetary Policy Strategy Statement July 2021 (ECB Press Release 8 July 2021); Eurostat HICP methodology under Regulation (EU) 2016/792 of the European Parliament and Council (11 May 2016).
  • Brealey, R., Myers, S., Allen, F., & Edmans, A. (2022). Compound Annual Growth Rate (CAGR) = (end / start)^(1/years) − 1, where years is the number of compounding periods. NOT equal to the simple arithmetic average of yearly percentage growths (which overstates due to Jensen's inequality). Standard formula in academic finance (Wharton MBA curriculum, CFA Level I Quantitative Methods). Brealey, Myers, Allen & Edmans, Principles of Corporate Finance, 15th edition (McGraw-Hill, 2025); 14th ed (2022) was first to add Edmans as 4th author. Also Bodie, Kane & Marcus Investments, 13th edition (McGraw-Hill, January 2023).
  • World Wide Web Consortium (W3C) (2018). Web Content Accessibility Guidelines (WCAG) 2.1 — Success Criterion 4.1.3 Status Messages. W3C Recommendation 5 June 2018; carried unchanged into WCAG 2.2 (Recommendation 5 October 2023).

These are the original publications the formulas in this tool are based on. Locate them by journal name and year on Google Scholar or PubMed.