What a percentage actually is
The word percent comes from the Latin per centum — "out of one hundred." A percentage is a normalized way to describe a ratio: instead of saying "7 out of every 20 students," we say "35%," and both statements carry exactly the same information. That normalization is why sales tax, interest rates, tips, and discounts are all expressed as percentages: it lets you compare very different quantities on a common scale.
The three questions a percentage calculator answers
Almost every real-world percentage problem is one of three questions, and each has a one-line formula:
- What percent is X of Y? — Formula:
(X ÷ Y) × 100. Example: 7 correct out of 20 questions is (7 ÷ 20) × 100 = 35%. - What is P% of Y? — Formula:
(P ÷ 100) × Y. Example: 15% of a $60 bill is 0.15 × 60 = $9 tip. - X is P% of what number? — Formula:
X ÷ (P ÷ 100). Example: $250 sale tax on a P=5% rate implies a purchase of 250 ÷ 0.05 = $5,000.
Percent change, increase, and decrease
Percent change compares two values from different points in time — a stock price, your body weight, a subscriber count. The formula is ((new − old) ÷ old) × 100. A positive result is a percent increase; a negative result is a percent decrease. Note that the denominator is always the old value: going from 100 to 150 is a 50% increase, but going from 150 back to 100 is only a 33.3% decrease, because the base changed.
| From | To | Percent change |
|---|---|---|
| 100 | 150 | +50% |
| 150 | 100 | −33.3% |
| 50 | 75 | +50% |
| 200 | 180 | −10% |
Reverse percentage: finding the original
Reverse percentage problems come up whenever you know the final amount and the discount or markup rate but need the original. If a jacket costs $84 after a 30% discount, the $84 represents 70% of the original price: original = 84 ÷ 0.70 = $120. The same trick works for taxes: a $107 receipt including 7% sales tax started as 107 ÷ 1.07 = $100 before tax.
Why stacking percentages doesn't add up
A common mistake is to add successive percentage changes. Two consecutive 10% increases are not a 20% increase — they compound to (1.10 × 1.10 − 1) × 100 = 21%. A 20% gain followed by a 20% loss doesn't return you to the starting point; it leaves you at 96% of it. This is why financial disclosures separate simple interest, APR, and APY, and why the tax code specifies the order of multiple deductions — the order changes the result.
How to use this percentage calculator
- Pick the calculation you need — percent of, what percent, or percent change.
- Enter the two known values in the correct fields.
- Read the result immediately; the calculator recomputes as you type.
- Use the reverse mode to back out the original price from a discounted or taxed amount.
Everyday uses
- Restaurant tips: 15%–20% of the pre-tax bill.
- Sales tax: multiply the pre-tax price by (1 + rate).
- Compound interest and inflation: use the dedicated compound interest calculator for multi-period growth.
- Grade calculations: use the grade calculator for weighted marks.
- Discounts and coupons: apply percentages in the order they're listed on the receipt.
Common pitfalls
Two traps trip up even careful people. First, percentage points vs. percent: if a mortgage rate rises from 5% to 7%, that's a 2 percentage-point increase, but a 40% relative increase. Financial reporting mixes the two constantly. Second, base rate neglect: a treatment that raises a risk from 0.1% to 0.2% is a 100% relative increase but only a 0.1 percentage-point absolute increase — the two framings deserve very different reactions.