What Percentage Difference Means and When to Use It

Percentage difference tells you how much one number has changed compared to another, expressed as a percentage. It answers questions like "How much did the price go up?" or "How much faster is this than that?" The formula compares the change to the original amount, then converts that to a percentage.

You use percentage difference when you want to understand the size of a change in relative terms. A $10 increase means something different if the original price was $50 versus $500. Percentage difference makes that comparison clear and fair.

Key Takeaways

  • The percentage difference formula is: (New Value − Old Value) ÷ Old Value × 100.
  • Always divide by the original or starting value, not the new value, or your answer will be backwards.
  • A positive result means an increase; a negative result means a decrease.
  • Percentage difference is different from percentage point difference, which is used when comparing percentages themselves.
  • Check your math by working backwards: multiply the old value by the percentage change, then add it to the old value to see if you get the new value.

The Basic Formula and What Each Part Means

The formula for percentage difference is straightforward:

(New Value − Old Value) ÷ Old Value × 100 = Percentage Difference

Break it down into steps. First, subtract the old value from the new value. This gives you the absolute change — how many units went up or down. If a shirt cost $20 and now costs $25, the absolute change is $5.

Next, divide that change by the old value. This tells you what fraction of the original amount changed. In the shirt example, $5 ÷ $20 = 0.25. Finally, multiply by 100 to convert the decimal to a percentage. So 0.25 × 100 = 25%. The shirt price increased by 25%.

If the new value is smaller than the old value, the result will be negative. A shirt that dropped from $20 to $15 shows a change of −$5 ÷ $20 × 100 = −25%, meaning a 25% decrease.

Step-by-Step Example: Calculating a Price Increase

Let's say a gallon of milk cost $3.50 last month and costs $3.85 this month. Here is how to find the percentage increase:

Step 1: Identify the old value and new value. Old value = $3.50. New value = $3.85.

Step 2: Subtract. $3.85 − $3.50 = $0.35.

Step 3: Divide by the old value. $0.35 ÷ $3.50 = 0.10.

Step 4: Multiply by 100. 0.10 × 100 = 10%.

The milk price increased by 10%. To check your work, multiply the old price by 10%: $3.50 × 0.10 = $0.35. Add that to the old price: $3.50 + $0.35 = $3.85. That matches the new price, so the answer is correct.

Common Mistakes to Avoid

The most frequent error is dividing by the new value instead of the old value. If you divide $0.35 by $3.85 instead of $3.50, you get 0.091 or about 9.1%, which is wrong. Always divide by the starting point, not the ending point.

Another mistake is forgetting to multiply by 100. If you stop after dividing, you have a decimal (0.10), not a percentage (10%). The multiplication by 100 is essential.

A third trap is confusing percentage difference with percentage points. If a test score went from 70% to 80%, that is a 10 percentage point increase. But the percentage difference is (80 − 70) ÷ 70 × 100 = 14.3%. Percentage points are used when comparing percentages themselves; percentage difference is used when comparing any two numbers.

Using Percentage Difference for Negative Numbers and Decreases

When the new value is smaller than the old value, the formula still works — you just get a negative result. A store that had 200 customers last week and 150 this week shows a change of (150 − 200) ÷ 200 × 100 = −25%. The negative sign tells you it is a decrease.

Some people write this as "a 25% decrease" instead of "−25%". Both are correct. The negative sign in the formula is the clearest way to show direction, but in conversation, saying "down 25%" or "a 25% decrease" is also fine.

Be careful when the old value is negative. If a company had a loss of −$100 last year and a loss of −$50 this year, the old value is −$100. The formula becomes (−50 − (−100)) ÷ (−100) × 100 = 50 ÷ (−100) × 100 = −50%. This means the loss decreased by 50%, which is actually an improvement. The math works, but negative starting values can be confusing, so double-check your setup.

Percentage Difference Versus Percentage Change

In everyday use, "percentage difference" and "percentage change" mean the same thing — they both use the formula (New − Old) ÷ Old × 100. The term you use does not change the calculation.

However, in some technical fields, "percentage difference" can refer to a different formula that treats both values equally: |Value 1 − Value 2| ÷ ((Value 1 + Value 2) ÷ 2) × 100. This version is symmetric — it does not matter which number you call "old" and which you call "new." For most everyday purposes, stick with the standard formula above. If you are working in a field that requires the symmetric version, your instructor or supervisor will tell you.

Quick Reference Table for Common Scenarios

ScenarioOld ValueNew ValueCalculationResult
Salary increase$40,000$44,000(44,000 − 40,000) ÷ 40,000 × 10010% increase
Website visitors down5,0004,250(4,250 − 5,000) ÷ 5,000 × 10015% decrease
Test score improvement7281(81 − 72) ÷ 72 × 10012.5% increase
Temperature drop68°F59°F(59 − 68) ÷ 68 × 10013.2% decrease

Frequently Asked Questions

What if the old value is zero?

You cannot divide by zero, so the formula breaks down. If something went from zero to any number, there is no meaningful percentage change — you cannot express "something from nothing" as a percentage. In this case, describe the change in absolute terms instead: "We went from 0 customers to 50 customers" rather than trying to calculate a percentage.

Do I always multiply by 100?

Yes, if you want the answer as a percentage. If you stop after dividing, you have a decimal (0.25), which is the same as 25%, but it is not written in percentage form. Multiplying by 100 converts the decimal to the percentage you see and use.

Can percentage difference be more than 100%?

Yes. If a price went from $10 to $35, the change is (35 − 10) ÷ 10 × 100 = 250%. The new value is 3.5 times the old value, so it is a 250% increase. This is correct and happens whenever the new value is more than twice the old value.

Is percentage difference the same as percent error?

Percent error is a specific type of percentage difference used in science and math when comparing an experimental result to a known correct value. The formula is the same, but "error" implies one value is right and the other is wrong. In general percentage difference, both values are just different measurements with no judgment about which is correct.

How do I calculate percentage difference on a calculator?

Enter the formula step by step: subtract the old value from the new value, press divide, enter the old value, press equals, then multiply by 100. Or use a spreadsheet: type =(B1-A1)/A1*100 where A1 is the old value and B1 is the new value. The spreadsheet will do all the math at once.