Algebra

Percentage Decrease Calculator

Find percent decrease between numbers. Free online Percentage Decrease Calculator for algebra — instant, accurate results, mobile-friendly, no signup needed.

Decrease
25%

Derivation

  1. ├── 01Givena = 100, b = 75
  2. ├── 02Formula{let t=e.a;return(t-e.b) / t × 100}
  3. ├── 03Substitute{let t=e.100;return(t-e.75) / t × 100}
  4. └── 04Compute Decrease25
Did you know?

Every calculator here runs 100% in your browser — nothing is sent to a server or stored in a database.

§01What is

Understanding the Percentage Decrease Calculator

The Percentage Decrease Calculator computes Decrease from 2 inputs: original, decreased to. Find percent decrease between numbers.

Algebra is the art of solving for the unknown. Rearranging a formula to isolate the variable you actually need is the single most common real-world math skill — and doing it with real numbers under time pressure is where errors happen. The Percentage Decrease Calculator sits in that toolkit — it find percent decrease between numbers. Enter your numbers above and the result updates instantly; every step of the math is shown in the Derivation panel so you can see exactly how the answer was reached.

§02The Formula

How it’s calculated

{let t=e.a;return(t-e.b) / t × 100}

Where

a
Original
b
Decreased to
§03Practical Example

Step-by-step walkthrough

Scenario

Apply the formula to a realistic set of inputs: Original = 100, Decreased to = 75.

  1. 01Start by noting the input — Original: 100.
  2. 02Start by noting the input — Decreased to: 75.
  3. 03Substitute these values into the formula: {let t=e.a;return(t-e.b) / t × 100}
  4. 04Compute Decrease: the calculator returns 25.
  5. 05Cross-check the answer by opening the Derivation panel above — every line of math is shown so you can follow the computation end-to-end.
§04Variants

Common Percentage Decrease Problems

The formula gets rearranged depending on which variable you need. Here are the patterns you’ll run into in the real world — find the one that matches your problem and follow the worked steps.

01 · PATTERN

Original halved

a = 50 (from 100)

Keep every other input at its default and halve the original. See how decrease responds.

  1. 01New Original: 50
  2. 02Baseline Decrease: 25
  3. 03New Decrease: -50
  4. 04Decrease decreases by 300% → use this sensitivity to plan for real-world variation.
02 · PATTERN

Original doubled

a = 200 (from 100)

Keep every other input at its default and double the original. See how decrease responds.

  1. 01New Original: 200
  2. 02Baseline Decrease: 25
  3. 03New Decrease: 62.5
  4. 04Decrease increases by 150% → use this sensitivity to plan for real-world variation.
03 · PATTERN

Decreased to halved

b = 37.5 (from 75)

Keep every other input at its default and halve the decreased to. See how decrease responds.

  1. 01New Decreased to: 37.5
  2. 02Baseline Decrease: 25
  3. 03New Decrease: 62.5
  4. 04Decrease increases by 150% → use this sensitivity to plan for real-world variation.
04 · PATTERN

Decreased to doubled

b = 150 (from 75)

Keep every other input at its default and double the decreased to. See how decrease responds.

  1. 01New Decreased to: 150
  2. 02Baseline Decrease: 25
  3. 03New Decrease: -50
  4. 04Decrease decreases by 300% → use this sensitivity to plan for real-world variation.
§05FAQ

Frequently asked questions

Yes. The calculator implements the standard formula as documented and returns exact floating-point results. No approximations are used unless noted in the formula.
Your feedback

How useful was this calculator?

Your ratings stay in your browser — they help us learn which tools people actually rely on.

Rate it
Was this helpful?