What is the difference between a percent and a percentage point?▾
A percent expresses a ratio relative to a base value — 20% of $100 is $20. A percentage point is the arithmetic difference between two percentages — if interest rises from 2% to 3%, that is a one percentage point increase, not a 1% increase. Confusing these two is one of the most common errors in financial reporting.
How do I reverse a percentage to find the original price?▾
Divide the final amount by (1 + rate/100) for reverse-add, or by (1 − rate/100) for reverse-subtract. For example, to find the pre-GST price when the gross total is ₹1,180 at 18% GST: ₹1,180 ÷ 1.18 = ₹1,000. The reverse mode does this automatically.
Why does a 50% increase followed by a 50% decrease not return the original?▾
Because each percentage operates on a different base. Starting with 100, a 50% increase gives 150, and a 50% decrease of 150 gives 75 — not 100. Percentage changes are multiplicative, not additive, so they don't simply cancel each other out.
How do I compute year-over-year growth?▾
Use the percent-change mode: enter the old value and the new value. The formula is ((new − old) / old) × 100. A positive result is growth; a negative result is a decline. Both the percentage and the absolute change are shown in the result.
Does this round results — and to how many decimals?▾
Results are rounded to two decimal places by default, which is appropriate for most financial and academic use cases. Currency amounts display exactly two decimals; pure percentage outputs show two decimals. For scientific precision you can read the full unrounded value before copying.
How do I find what percent X is of Y?▾
Select the 'X is what % of Y' mode, enter X as the first number and Y as the second. The formula applied is (X ÷ Y) × 100. For example, 47 ÷ 60 × 100 = 78.33%.
Can I use negative percentages?▾
Yes. A negative percentage in the increase mode produces the same result as the decrease mode, and vice versa. Percent-change results are signed — negative means the new value is less than the old value.
What is percent error and how do I calculate it?▾
Percent error measures how far a measured or estimated value is from the true value: ((|measured − true|) / |true|) × 100. Use the percent-change mode with the true value as Y and the measured value as X, then take the absolute value of the result.