How to calculate percentage difference between two numbers

The percentage difference is:

The difference between two values divided by the average of the two values. Shown as a percentage.

Difference means to subtract one value from another:

Example: Alex sold 15 tickets, and Sam sold 25

The difference between 25 and 15 is: 25 − 15 = 10

Average is the value halfway between:

average = first value + second value2

Example continued

The average of 25 and 15 is: (25 + 15) / 2 = 40/2 = 20

And then the difference as a Percentage of the average:

Example continued

  • Difference is 25 − 15 = 10
  • Average is (25 + 15) / 2 = 20

10 as a percentage of 20 is:

1020 × 100% = 50%

The percentage difference between 25 and 15 is 50%

Here is the answer, in one line:

Example continued

25 − 15(25 + 15)/2 × 100% = 50%

Now let's find out when, why and how to use it ...

When Should it be Used?

Percentage Difference is used when both values mean the same kind of thing (for example the heights of two people).

  • But if there is an old value and a new value, we should use Percentage Change
  • Or if there is an approximate value and an exact value, we should use Percentage Error

Why do we Average the Two Values?

Because there is no obvious way of choosing which value is the "reference" value.

Example continued

  • If we use "15" we get 10/15 = 66.6...%
  • If we use "25" we get 10/25 = 40%

But which one should we use? And if someone else did the calculations which one would they use?

So it is best to choose a value halfway between so there is no confusion.

What if the Difference is Negative?

We can't say which value is more important, so we can't say if the difference is "up" (positive) or "down" (negative) ... so we simply ignore any minus sign.

Example: Alex works 6 hours, and Sam works 9 hours

Difference = 6 − 9 = −3

But in this case we ignore the minus sign, so we say the difference is simply 3

(We could have done the calculation as 9 − 6 = 3 anyway,
as Sam and Alex are equally important!)

The Average is (6+9)/2 = 7.5

Percentage Difference = (3/7.5) x 100% = 40%

How to Calculate

Step 1: Calculate the difference (subtract one value from the other) ignore any negative sign
Step 2: Calculate the average (add the values, then divide by 2)
Step 3: Divide the difference by the average
Step 4: Convert that to a percentage (by multiplying by 100 and adding a "%" sign)

Examples

Example: Juice costs $4 in one shop and $6 in another shop, what is the percentage difference?

  • Step 1: The difference is 4 − 6 = −2, ignore the minus sign: difference = 2
  • Step 2: The average is (4 + 6)/2 = 10/2 = 5
  • Step 3: Divide: 2 by 5: 2/5 = 0.4
  • Step 4: Convert 0.4 to percentage: 0.4×100 = 40%.

 The percentage difference is 40%

Another Example: There were 160 smarties in one box, and 116 in another box, what is the percentage difference?

How to calculate percentage difference between two numbers

160 to 116 is a difference of 44.

Average is (160+116)/2 = 276/2 = 138

44/138 = 0.319 (rounded to 3 places) = 31.9%

The percentage difference is 31.9%

The Formula

You can also put the values into this formula:

|First Value − Second Value(First Value + Second Value)/2| × 100%

(The "|" symbols mean absolute value, so any negatives become positive)

Example: "Best Shoes" gets 200 customers, and "Cheap Shoes" gets 240 customers:

|240 −200(240 + 200)/2| × 100% = |40/220| × 100% = 18.18...%

An interesting thing about this formula is that it doesn't matter which is the 1st or 2nd Value:

Put the values the other way around:

|200 − 240(200 + 240)/2| × 100% = |−40/220| × 100% = 18.18...%

The answer is the same (because we take the absolute value).

 

887, 1311, 888, 1312, 1313, 889, 3505, 3506, 891, 1315

Created by Álvaro Díez and Dominik Czernia, PhD candidate

Reviewed by Jack Bowater

Last updated: Jun 18, 2022

The percentage difference calculator is here to help you compare two numbers. Here we will show you how to calculate the percentage difference between two numbers and, hopefully, to properly explain what the percentage difference is as well as some common mistakes. In the following article, we will also show you the percentage difference formula. On top of that, we will explain the differences between various percentage calculators, and how data can be presented in misleading, but still technically true, ways to prove various arguments.

If you want to compute the percentage difference between percentage points, check our percentage point calculator.

What is percentage difference?

To answer the question "what is percentage difference?" we first need to understand what is a percentage. A percentage is just another way to talk about a fraction. A percentage is also a way to describe the relationship between two numbers. For example, we can say that 5 is 20% of 25, or 2 is 5% of 40. When we talk about a percentage, we can think of the % sign as meaning 1/100. Going back to our last example, if we want to know what is 5% of 40 we simply multiply all of the variables together in the following way:

5 * 1/100 * 40 = 200/100 = 2

If you follow this formula, you should obtain the result we had predicted before: 2 is 5% of 40, or in other words, 5% of 40 is 2. If you like, you can now try it to check if 5 is 20% of 25.

Now, if we want to talk about percentage difference, we will first need a difference, that is, we need two, non identical, numbers. Let's take, for example, 23 and 31; their difference is 8. Now we need to translate 8 into a percentage, and for that, we need a point of reference, and you may have already asked the question: Should I use 23 or 31? As we have not provided any context for these numbers, neither of them is a proper reference point, and so the most honest answer would be to use the average, or midpoint, of these two numbers.

We would like to remind you that, although we have given a precise answer to the question "what is percentage difference?", precision is not as common as we all hope it to be. It is very common to (intentionally or unintentionally) call percentage difference what is, in reality, a percentage change. This makes it even more difficult to learn what is percentage difference without a proper, pinpoint search.

We will tackle this problem, along with dishonest representations of data, in later sections. We hope this will help you distinguish good data from bad data so that you can tell what percentage difference is from what percentage difference is not. For now, though, let's see how to use this calculator and how to find percentage difference of two given numbers.

How to find the percentage difference?

To calculate the percentage difference between two numbers, a and b, perform the following calculations:

  1. Find the absolute difference between two numbers: |a - b|
  2. Find the average of those two numbers: (a + b) / 2
  3. Divide the difference by the average: |a - b| / ((a + b) / 2)
  4. Express the result as percentages by multiplying it by 100
  5. Or use Omni's percentage difference calculator instead 😃

And that's how to find the percentage difference! You can extract from these calculations the percentage difference formula, but if you're feeling lazy just keep on reading because, in the next section, we will do it for you. Just remember that knowing how to calculate the percentage difference is not the same as understanding what is the percentage difference.

We have mentioned before how people sometimes confuse percentage difference with percentage change, which is a distinct (yet very interesting) value that you can calculate with another of our Omni Calculators. If you have read how to calculate percentage change, you'd know that we either have a 50% or -33.3333% change, depending on which value is the initial and which one is the final.

The percentage difference formula

Before we dive deeper into more complex topics regarding the percentage difference, we should probably talk about the specific formula we use to calculate this value. The percentage difference formula is as follows:

percentage difference = 100 * |a - b| / ((a + b) / 2)

To get even more specific, you may talk about a percentage increase or percentage decrease. To simply compare two numbers, use the percentage calculator. Or if you want to calculate relative error use the percent error calculator.

Now you know the percentage difference formula and how to use it. Please keep in mind that since there is an absolute value in the formula, the percentage difference calculator won't work in reverse. This is why you cannot enter a number into the last two fields of this calculator.

When is the percentage difference useful and when is it confusing?

Now it is time to dive deeper into the utility of the percentage difference as a measurement. It should come as no surprise to you that the utility of percentage difference is at its best when comparing two numbers; but this is not always the case. We should, arguably, refrain from talking about percentage difference when we mean the same value across time. We think this should be the case because in everyday life we tend to think in terms of percentage change, and not percentage difference.

For now, let's see a couple of examples where it is useful to talk about percentage difference. Let's say you want to compare the size of two companies in terms of their employees. In this example, the company C has 93 employees, and company B has 117. To compare the difference in size between these two companies, the percentage difference is a good measure. In this case, using the percentage difference calculator, we can see that there is a difference of 22.86%. One key feature of the percentage difference is that it would still be the same if you switch the number of employees between companies. As we have established before, percentage difference is a comparison without direction.

It is, however, not correct to say that company C is 22.86% smaller than company B, or that B is 22.86% larger than C. In this case, we would be talking about percentage change, which is not the same as percentage difference. Another problem that you can run into when expressing comparison using the percentage difference, is that, if the numbers you are comparing are not similar, the percentage difference might seem misleading. Why?

Imagine that company C merges with company A, which has 20,000 employees. Now the new company, CA, has 20,093 employees and the percentage difference between CA and B is 197.7%. Let's take it up a notch. Now a new company, T, with 180,000 employees, merges with CA to form a company called CAT. We're not quite sure what this company does, but we think it's something feline related. CAT now has 200.093 employees. Now, the percentage difference between B and CAT rises only to 199.8%, despite CAT being 895.8% bigger than CA in terms of percentage increase.

"How is this even possible?" Thats a good question. The reason here is that, despite the absolute difference gets bigger between these two numbers, the change in percentage difference decreases dramatically. The two numbers are so far apart that such a large increase is actually quite small in terms of their current difference. Therefore, if we want to compare numbers that are very different from one another, using the percentage difference becomes misleading. If you want to avoid any of these problems, our recommendation to only compare numbers that are different by no more than one order of magnitude (two if you want to push it). If you want to learn more about orders of magnitude and what this term means, we recommend our scientific notation calculator.

As with anything you do, you should be careful when you are using the percentage difference calculator, and not just use it blindly. In our example, the percentage difference was not a great tool for the comparison of the companiesCAT and B. At the end of the day, there might be more than one way to skin a CAT but not every way was made equally.

The meaning of percentage difference in real life

And we have now, finally, arrived at the problem with percentage difference and how it is used in real life, and, more specifically, in the media. The percentage difference is a non-directional statistics between any two numbers. However, when statistical data is presented in the media, it is very rarely presented accurately and precisely. Even with the right intentions, using the wrong comparison tools can be misleading, and give the wrong impression about a given problem.

As for the percentage difference, the problem arises when it is confused with the percentage increase or percentage decrease. We have seen how misleading these measures can be when the wrong calculation is applied to an extreme case, like when comparing the number of employees between CAT vs B. But now, we hope, you know better and can see through these differences, and understand what the real data means.

One other problem with data is that, when it is presented in certain ways, it can lead to the viewer reaching the wrong conclusions or can give the wrong impression. Let's take a look at one more example and see how changing the provided statistics can clearly influence on how we view a problem, even when the data is the same.

How to lie with data without lying?

The first thing that you have to acknowledge is that data alone (assuming it is rightfully collected) does not care about what you think or what is ethical or moral ; it is just an empirical observation of the world. What this implies, is that the power of data lies in its interpretation, how we make sense of it and how we can use it to our advantage.

Let's have a look at an example of how to present the same data in different ways to prove opposing arguments. Taking, for example, unemployment rates in the USA, we can change the impact of the data presented by simply changing the comparison tool we use, or by presenting the raw data instead. The unemployment rate in the USA sat at around 4% in 2018, while in 2010 was about 10%. Leaving aside the definitions of unemployment and assuming that those figures are correct, we're going to take a look at how these statistics can be presented.

For the first example, one can say that there has been an the unemployment rate has seen an overall decrease by 6% (10% - 4% = 6%). Alternatively, we could say that there has been a percentage decrease of 60% since that's the percentage decrease between 10 and 4. Lastly, we could talk about the percentage difference around 85% that has occurred between the 2010 and 2018 unemployment rates.

If we, on the other hand, prefer to stay with raw numbers we can say that there are currently about 17 million more active workers in the USA compared to 2010. Or we could that, since the labor force has been decreasing over the last years, there are about 9 million less unemployed people, and it would be equally true. Just by looking at these figures presented to you, you have probably started to grasp the true extent of the problem with data and statistics, and how different they can look depending on how they are presented.

The important take away from all this is that we can not reduce data to just one number as it becomes meaningless. You should be aware of how that number was obtained, what it represents and why it might give the wrong impression of the situation. So just remember, people can make numbers say whatever they want, so be on the lookout and keep a critical mind when you confront information.

FAQ

Is percentage difference equal to percentage change?

No, these are two different notions. In percentage difference, the point of reference is the average of the two numbers that are given to us, while in percentage change it is one of these numbers that is taken as the point of reference. Moreover, unlike percentage change, percentage difference is a comparison without direction.

What is the percentage difference between 20 and 30?

Let's go step-by-step and determine the percentage difference between 20 and 30:

  1. Compute the absolute difference between our numbers: |20 - 30| = |-10| = 10
  2. Compute also their average: (20 + 30) / 2 = 50 / 2 = 25
  3. Divide the difference by the average: 10 / 25 = 0.4
  4. Express the result as a percentage: 0.4 * 100 = 40%

When is the percentage difference equal to 100%?

The percentage difference is equal to 100% if and only if one of the numbers is three times the other number. It's not hard to prove that! Look:

  1. The percentage difference between a and b is equal to 100% if and only if we have a - b = (a + b) / 2.

  2. With no loss of generality, we assume a ≥ b, so we can omit the absolute value at the left-hand side. It follows that 2a - 2b = a + b

  3. Hence, a = 3b, as claimed!

Álvaro Díez and Dominik Czernia, PhD candidate

How to calculate percentage difference between two numbers

Advanced mode

If you want to calculate one percentage difference after another, hit the advanced mode button below.

Winning percentagePercent offPercent error… 6 more

How do you find the percentage difference between 2 numbers?

The formula for percentage difference looks like this: Percentage difference = Absolute difference / Average x 100.

How do you calculate percentage difference manually?

How do you calculate percentage change? • ((after value – before value) / before value) * 100 = % change. Simply subtract the before value from the after value; then divide by the before value. Multiply the result by 100.

How do you calculate percent difference easily?

Formula to Calculate Percentage Difference. As stated, the percentage difference is be calculated by dividing the absolute value of the change by the average of the values and multiplying by 100.

How do I calculate the percentage difference between two numbers in Excel?

Find the percentage of change between two numbers.
Click any blank cell..
Type =(2500-2342)/2342, and then press RETURN . The result is 0.06746..
Select the cell that contains the result from step 2..
On the Home tab, click . The result is 6.75%, which is the percentage of increase in earnings..