Percentage Calculator FAQ
What can this percentage calculator calculate?
This calculator can answer three common percentage questions. It can calculate A as X% of B, find how many percent bigger or smaller B is than A, and calculate the percentage difference between A and B.
How do I calculate a value as a percentage of another value?
Use the first mode, A is X% of B. This covers questions such as What is 25% of 100?, 25 is what percent of 100?, and 25 is 25% of what number?. The core formula is X% = (A / B) × 100.
How do I calculate percent increase or decrease?
Use the second mode, B is X% bigger/smaller than A. It uses X% = ((B - A) / A) × 100. A positive result means B is bigger than A, and a negative result means B is smaller than A.
What is the difference between percent change and percentage difference?
Percent change compares a new value with a starting value, so direction matters. Percentage difference is symmetric and compares the gap between two values relative to their average. This calculator uses X% = |A - B| / ((A + B) / 2) × 100 for percentage difference.
Why can I only solve for X% in percentage difference mode?
Because percentage difference is symmetric, the same result can come from more than one pair of input values. That means reverse-solving uniquely for A or B would be ambiguous, so this mode always returns X% as the result.