Growth rate, drop, percentage-point gap, and reverse-solve the new value — signed, color-coded, browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
What this tool does
A focused calculator for the relationship between two numbers, not "what is X% of Y" (use the percentage calculator for that). Four modes cover the questions that trip people up. Old to New gives a signed percent change with the old value as the denominator, so 150 to 180 reads +20% and a fall reads red. Old plus rate reverse-solves the new value: 200 and -10% gives 180. Percentage points settles the classic confusion — 5% to 8% is +3 points but a +60% relative change, shown side by side. A vs B answers "A is what percent more or less than B". Every result is signed, arrowed, green for a rise and pink for a fall, with one-click copy. Inputs round-trip through the URL; the decimals preference is remembered locally. Refuses to print infinity when the base is zero. 100% client-side.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Marketer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Percentage Change Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Percentage Calculator 5 common percentage calculations — "x% of y", "x is what% of y", percentage change, increase/decrease — instant, browser-only Open
- 2 Discount Calculator Sale price, amount saved, % off — plus stacked discounts, BOGO, spend-X-save-Y, tax, and reverse % — instant, browser-only Open
- 3 ROI Calculator ROI %, net gain, annualized ROI (CAGR) and payback period — one screen, share a link — 100% in your browser Open
Real-world use cases
Report quarter-over-quarter revenue growth in an earnings deck
Q1 revenue was $4.2M, Q2 came in at $4.83M. Drop both into Old to New and you get +15% — the signed, color-coded number that goes on the growth slide. The Difference stat also shows the raw +$0.63M so you can put the absolute dollars in the footnote. Because the denominator is locked to the OLD quarter, this matches how every board deck and analyst model defines QoQ growth, so nobody on the finance team re-derives it and gets a different figure.
Translate a stock or crypto move into a clean percentage
A position opened at 318 and is now at 271. Old to New returns -14.78% in red with a down arrow, plus the -47 absolute delta. The color and sign mean you read the direction at a glance instead of squinting at whether 271/318 is above or below 1. Copy the sentence straight into your trade journal. Switch decimals to 2 for the report, or 0 when you just want the headline number.
Set and check a KPI target without fooling yourself
Support tickets resolved within SLA sat at 82%, the OKR says push it to 90%. Percentage points tells you that is +8 percentage points, while the relative bump is only +9.76%. Knowing it is 8 points, not "8 percent", keeps the goal honest in the all-hands. Then use Old plus rate to sanity-check: 82 plus an 8-point move is the target, but an 8% relative move would land you at just 88.6%, short of goal.
Sanity-check a "everything must go" price cut
A $59 item is marked down to $39. A vs B (A = 39, B = 59) reports -33.9%, the real discount off the original. But you also want to know the markup needed to get back to $59 later: feed 39 and 59 the other way and you see +51.3%, the reverse direction. The asymmetry between -33.9% down and +51.3% back up is exactly the +50%/-50% trap, made concrete with your own prices.
Grade a before/after experiment for a class or a blog post
A landing page converted at 2.4%, the redesign converts at 3.1%. Percentage points shows +0.7 pp, and the relative change shows a far punchier +29.2%. Both are true, and the mode prints them together so your write-up can lead with the +29% headline while the footnote keeps the honest +0.7-point figure. The copy button gives you the full sentence to paste into the post, citing this tool as the source.
Common pitfalls
Dividing by the new value instead of the old one. Growth and price moves always divide by the STARTING value. From 150 to 180, divide by 150 to get +20%, not by 180 (which would wrongly give +16.7%). This tool locks the denominator to the old value in Old-to-New so you cannot pick the wrong one.
Saying "percent" when you mean "percentage points". A rate moving 5% to 8% rose 3 percentage points, not "3 percent". Reporters and PMs say "3 percent" and it sounds like a tiny +0.15-point nudge instead of the real +60% relative jump. Always name the unit. The Percentage points mode shows both numbers so you label it correctly.
Assuming a +X% then -X% cancels out. It never does, because the second percentage is taken on a different, usually larger, base. +50% then -50% lands you at 75% of where you started, not 100%. To undo a +50% gain you need a -33.3% cut. Verify any round trip in Old-plus-rate before you quote it.
Privacy
All four calculations (percent change, reverse-solve, percentage-point gap, A-vs-B difference) are plain JavaScript that runs entirely in your browser tab. No number you type is uploaded, no analytics record what you calculated, and there is no account or login. The one privacy caveat: the shareable URL encodes your two values in the query string (for example ?a=150&b=180), so if you paste a "share link" with sensitive figures into Slack or email, the destination server's access log will record those numbers. For revenue, salary, or other confidential values, use the copy button to grab the result text instead of sharing the URL. Your decimals preference is stored only in this browser's localStorage and never sent anywhere.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- AI Model Comparison AI model comparison — 20+ models (GPT / Claude / Gemini / Llama / Qwen) across price, context, speed, capabilities (2026).
- Annuity Calculator Annuity & retirement calculator — see monthly income from your savings, accumulation + payout phases, multiple scenarios.
- Avatar Generator Generate avatars from initials, identicons, or random shapes. Download PNG/SVG.
- Barcode Generator Code 128 / EAN-13 / UPC-A / Code 39 — generate scannable 1D barcodes, export SVG or PNG, fully offline.