Percent Difference Calculator
Find the percentage difference between two distinct values.
Enter your values and click Calculate
How It Works
The calculator first finds the absolute difference between the two values by subtracting one from the other and taking the absolute value to remove any negative sign. It then calculates the average of the two numbers by adding them together and dividing by two. The percent difference is computed by dividing the absolute difference by that average and multiplying by 100. Using the average as the denominator — rather than either individual value — ensures the result is symmetric, meaning swapping the two input values always produces the exact same percentage. This symmetric property is what makes percent difference the correct tool when neither value is a defined reference or starting point. The only edge case is when both values are zero, which would require dividing by zero and produces an undefined result.