Percentage Difference Between Two Numbers

Compare two values symmetrically — no reference point needed.

Result

--
Percentage Difference
--
Absolute Difference
--
Average of Both Values
--
Formula Applied

On This Page

How Percentage Difference Works

The Percentage Difference Calculator measures how far apart two values are, expressed as a percentage of their average. Enter any two numbers and the tool returns the percentage difference, the absolute gap, and the average used as the base.

The key property of this calculation is that it is symmetric: it treats both values equally and does not assign either one as the "original" or "reference." This makes it the right tool for comparisons where no single value has a natural claim to being the baseline.

The Formula

Percentage Difference = |V1 − V2| ÷ ((V1 + V2) ÷ 2) × 100

Where:

  • V1, V2 — the two values being compared
  • |V1 − V2| — the absolute difference (always positive)
  • (V1 + V2) ÷ 2 — the average (midpoint) of the two values, used as the base

Example: Comparing two vendor quotes for the same work

Vendor A quotes ₹1,80,000. Vendor B quotes ₹2,20,000.

Absolute difference = |1,80,000 − 2,20,000| = ₹40,000

Average = (1,80,000 + 2,20,000) ÷ 2 = ₹2,00,000

Percentage Difference = (40,000 ÷ 2,00,000) × 100 = 20%

The two quotes are 20% apart from their midpoint. Neither quote is the "original" — both are equally valid data points being compared.

Difference vs Change: Which to Use

This is the question that most users get wrong. The choice depends on whether one value is clearly the starting point for the other.

ScenarioUse ThisWhy
A price today vs the same price 6 months agoPercentage DecreaseThe older price is clearly the original reference
Your salary vs your colleague's salaryPercentage DifferenceNeither salary is the baseline; both are peers
Before and after a product redesign launchPercentage IncreaseThe before-state is the clear reference point
Prices from two different storesPercentage DifferenceBoth are independent offers with no implied sequence
This year's revenue vs last year'sPercentage Increase or DecreaseLast year's is the established baseline

Where This Calculator Is Useful

Price comparison across sellers — When two different stores list the same item at different prices, neither price is the "original." A phone listed at ₹18,000 in one store and ₹22,000 in another has a percentage difference of 20%, based on a midpoint of ₹20,000. This gives a neutral comparison without favouring either seller's price as the reference.

Comparing two measurement readings — When two instruments or two observers measure the same thing and get slightly different values, percentage difference is the standard way to report the discrepancy. A thermometer reading 98.4°F and a digital sensor reading 99.1°F differ by a percentage difference of approximately 0.71% — a meaningful comparison that does not require designating one as the "correct" value.

Benchmarking two candidates or alternatives — If two job applicants score 74 and 88 on an assessment, the percentage difference is |74−88| / ((74+88)/2) × 100 = 14/81 × 100 = 17.3%. Neither score is the reference point; the comparison is purely between the two.

Research and data analysis — In experimental contexts, percentage difference is used to report the spread between two independently measured values of the same quantity, before a true reference value is established. It is a descriptive, directionally neutral measure.

Frequently Asked Questions

Percentage Difference = |V1 − V2| ÷ ((V1 + V2) ÷ 2) × 100. The denominator is the average of the two values, not one of them specifically. For prices of ₹1,800 and ₹2,200, the percentage difference is 400 ÷ 2,000 × 100 = 20%.
Percentage change divides by one specific value that is treated as the original or baseline. Percentage difference divides by the average of both values, making it symmetric. Use percentage change when one value clearly precedes the other in time or logic. Use percentage difference when comparing two values that are peers with no implied sequence.
Use percentage difference when neither value is a natural baseline. Comparing prices from two stores, salaries of two different employees, or scores from two independent assessments — none of these has a clear original value. Percentage increase and decrease both require one value to be the starting point, which is not always meaningful.
Yes. When one value is much larger than the other, the percentage difference can exceed 100%. Comparing 10 and 90: |10−90| ÷ ((10+90)÷2) × 100 = 80 ÷ 50 × 100 = 160%. This happens when the two values are far apart relative to their midpoint.
No. Because the formula uses the absolute difference and the average of both values, switching V1 and V2 gives exactly the same result. Percentage difference is always positive and symmetric — this is what distinguishes it from percentage change, where the order of values matters.
The absolute difference is |V1 − V2| — the raw numerical gap between the two values, always shown as a positive number. For values of 1,800 and 2,200, the absolute difference is 400. The percentage difference then expresses this gap as a percentage of the average (midpoint) of the two values.
The calculator uses standard arithmetic and displays results to two decimal places. For price comparisons, score comparisons, and business data, this is more than sufficient. If the input values themselves contain many decimal places, the displayed result may differ slightly from a high-precision computation at the last decimal.
Yes. If Student A scored 72 and Student B scored 88, the percentage difference is |72−88| ÷ ((72+88)÷2) × 100 = 16 ÷ 80 × 100 = 20%. This is a more balanced comparison than saying B scored 22.2% more than A, because neither student's score is the reference standard.