Percentage Change Calculator
Measure percent increases or decreases between any two values, project target moves, and get shareable summaries instantly.
Revenue recaps, product experiments, and board updates all hinge on percent change. The Percentage Change Calculator turns any baseline and comparison number into a signed percent, human-readable status line, and optional variance against your target change. It keeps formatting local to your language, strips stray symbols, and never sends sensitive metrics to a server.
What is the Percentage Change Calculator?
It is a lightweight analytics assistant for growth leads, RevOps, marketers, and product managers who must defend movement between two values quickly. Paste any before/after pair and the tool outputs the exact percent move, absolute delta, ratio, and direction so you can narrate the story without opening spreadsheets.
How the percentage change calculator works
Every entry passes through a sanitizer that strips currency symbols and spaces, then picks the decimal separator by whichever of the comma or period appears last, so 1.250,75 and 1,250.75 both parse correctly. In compare mode the code evaluates (ending − starting) ÷ starting × 100 and refuses a starting value of zero, because that division is undefined. Apply mode instead computes starting × (1 + percent ÷ 100), so zero is allowed there. Precision is clamped to 0–4 decimals, output is formatted with Intl.NumberFormat for your locale, and an optional target percent counts as on track within a tolerance of 10^−(decimals+2).
Key features
How to use the Percentage Change Calculator
Select the calculation mode: compare two values or apply a percent directly to the baseline.
Enter the starting value such as last month's revenue, previous cohort size, or baseline KPI.
Add the comparison value for before/after analysis or enter the percent you want to apply when projecting a new result.
Choose the decimal precision, optionally define a target percent, and run the tool to see the status plus detailed outputs.
Common mistakes
Examples
See also
- Discount Calculator — When the percentage you are applying is a price cut, the discount calculator returns the final price and the amount saved instead of a raw delta.
- Standard Deviation Calculator — If you are comparing a whole series rather than two points, the standard deviation calculator shows how widely the values spread around their mean.
FAQ
Can I enter negative numbers?
Yes. The calculator supports negative baselines and comparisons so you can measure declines, credits, or debt swings.
What happens if the baseline is zero?
Percent change from zero is undefined, so the tool asks for a non-zero baseline. Consider using absolute change only in that scenario.
How should I pick decimal precision?
Use two decimals for most KPI reviews. Switch to three or four decimals when measuring scientific data or very small deltas.
Does the tool store my numbers?
No. Everything runs locally in your browser which keeps financials, experiments, and forecasts private.
How do I quote the result elsewhere?
Copy the status summary or any output card. Each block gives a label plus the formatted value for quick documentation.