Increase from A to B
--
Free · Instant · No signup
Change between two amounts only. For X percent of Y, use the Percentage Calculator.
Page updated 2026-09-14.
Increase from A to B
--
Decrease from A to B
--
Symmetric difference
--
Going from A (80) to B (100) registers as both a 25% increase and a -25% decrease from this same calculator -- the increase and decrease fields are mirror images of each other by construction, since both divide by the same starting value A. The negative sign on 'decrease' simply confirms the value went up, not down.
Increase = (B - A) / A x 100 = (100 - 80) / 80 x 100 = 20/80 x 100 = 25%. Decrease = (A - B) / A x 100 = (80 - 100) / 80 x 100 = -25%. Both formulas share the identical denominator (A), which is exactly why they always come out as exact opposites of one another for any two values.
The symmetric (or 'relative') difference of 22.22% uses a genuinely different formula: |B - A| / ((A+B)/2) x 100 = 20 / 90 x 100 = 22.22% -- dividing by the average of the two values instead of just A, which produces a result that doesn't depend on which value you call 'A' and which you call 'B,' unlike the increase/decrease fields.
Increase = (B-A)/A. Decrease = (A-B)/A. Difference = |B-A| / ((A+B)/2). Distinct from the basic percentage calculator. Don't confuse this calculator's 'decrease' field with a different, commonly needed question: what percentage would you need to cut B by to get back down to A? That reverse question uses B, not A, as the base -- for 100 down to 80, it's (100-80)/100 = 20%, not the -25% this tool's decrease field reports (which is simply -1 times the increase, since both use A as the denominator).
This same base-switching trap is exactly why stock market commentary about 'up 50% then down 50%' being back to even is mathematically wrong -- a 50% gain takes a value from X to 1.5X, but a 50% loss calculated on that new, larger 1.5X base only returns it to 0.75X, which is 75% of the original amount, not 100%.
The symmetric difference formula exists specifically to sidestep this base-dependence problem when you need one consistent percentage-difference figure regardless of which value came first or second -- useful for comparing two values without implying a directional 'change,' like comparing two competitors' prices rather than tracking one price's change over time.
For a straightforward percentage-of calculation (like finding what 15% of 200 is) rather than comparing two values' relative change, note the footer's mention that this is distinct from a basic percentage calculator -- that's a genuinely different, simpler calculation this tool doesn't perform.
For percentage changes specifically in a financial or business metrics context (like revenue growth), the same increase formula used here applies directly -- this general-purpose calculator works for any two numbers, not just a specific domain.
Increase = (B - A) / A x 100 = (100 - 80) / 80 x 100 = 20 / 80 x 100 = 25%, measuring the change relative to the starting value A.
No -- that's a different calculation. This tool's decrease field always uses A as the denominator, so it just reports -25% (the negative of the increase). The 'what cut brings B back to A' question uses B as the denominator instead: (100-80)/100 x 100 = 20%. Mixing these two up is a common source of confusion.
It divides the absolute difference by the average of the two values instead of either one alone: |100-80| / ((80+100)/2) x 100 = 20/90 x 100 = 22.22%. This produces one consistent figure regardless of which value is A and which is B, unlike the increase/decrease calculations.
No -- a 50% gain takes a value from X to 1.5X, but a 50% loss calculated on that new, larger 1.5X base only returns it to 0.75X, which is 75% of the original amount, not 100%. The loss percentage and gain percentage are each measured against a different base value, which is why they don't cancel out.
No. Increase = (B-A)/A. Decrease = (A-B)/A. Difference = |B-A| / ((A+B)/2). Distinct from the basic percentage calculator. This tool specifically calculates percentage change and relative difference between two values. Finding a straightforward percentage of a single number (like 15% of 200) is a different, simpler calculation this tool doesn't perform.
Line Break / Newline Remover & Joiner Join wrapped lines into one string with a space or a comma-space separator.
Morse Code Translator (Text to Morse & Morse to Text) Translate A-Z and 0-9 to ITU Morse, or Morse dots and dashes back to text.
Daily Countdown Timer & Event Counter Days and hours from Date.now() until a target calendar date (local midnight).
Pomodoro Timer & Custom Interval Planner Total focus minutes from work, break, and rounds, plus an estimated end clock from now.