Percentage basics you can apply immediately
Most percentage mistakes come from switching the base by accident. “X% of Y” uses Y as the base. “What percent is X of Y?” also uses Y as the base, but solves for the rate instead of the amount.
Common use cases
- Discount checks: verify whether a marked “30% off” matches the final price.
- Growth analysis: compare month-over-month change with consistent bases.
- Reporting: distinguish percentage points from percent change.
Quick example
If revenue moves from 80 to 100, the percent change is (100−80)/80 = 25%. If a rate changes from 5% to 7%, that is +2 percentage points, not +2%.
Percentage decisions: choose the base first
Most real-world percentage confusion comes from mixing bases. Before calculating, state the base in words: “percent of what?” In pricing, the base may be list price; in growth reporting, it is usually the previous period; in quality metrics, it may be total attempts or total population. Once the base is explicit, formulas become straightforward and results are easier to audit.
How each mode should be used
- X% of Y: convert a rate into an amount (discount, tax, commission).
- X is what % of Y: convert two amounts into a share (completion, pass rate, utilization).
- Increase/decrease by X%: project outcomes after a relative change.
Common mistakes to avoid
- Switching the denominator mid-analysis (for example, comparing to the wrong period).
- Confusing percentage points with percent change in rate-based reporting.
- Stacking multiple percentage discounts as if they were additive rather than sequential.
Interpretation checklist
When validating a result, check three items: base value, direction (increase/decrease), and rounding policy. For financial or tax-sensitive contexts, keep full precision during intermediate steps and round only at the final display/reporting stage.
Mini audit example
A product price rises from 120 to 138. The increase is 18, so percent change is 18/120 = 15%. If you instead divide by 138, you get 13.04%, which answers a different question. This is why “which number is the base?” must be documented in reports. The calculator helps prevent this mistake by keeping input roles explicit and separated.
For dashboards, place the base period in the label itself (for example, “vs previous month”) so readers do not misinterpret a valid percentage computed against a different denominator.
See also
- Discount calculator for stacked percentage and fixed-amount discounts.
- VAT / Sales Tax calculator for net-to-gross and gross-to-net conversions.
- Ratio and proportion solver when percentages must be framed as part-to-whole ratios.
- Split bill calculator for practical allocation with tips, taxes, and weights.
FAQ
How do I work out X% of Y?
Turn the percent into a fraction of 100 and multiply by Y. For example, 20% of 150 = 150 × (20 ÷ 100) = 30.
How do I work out an increase or decrease?
To increase, use Y × (1 + X ÷ 100). To decrease, use Y × (1 - X ÷ 100). X is the percent and Y is the original number.
What is the difference between % and “points”?
When 10% goes up to 12%, you can say “up 2 points”. You can also say “20% higher than before”, because 12 is 20% bigger than 10.
Which number is used as the starting value?
This calculator always treats Y as the starting value. If you change which number you use as the starting value, the answer in percent will also change.
What does “percent” mean in simple words?
Percent means “out of 100”. For example, 1% is 1 out of 100, 10% is 10 out of 100, and 25% is 25 out of 100. You can turn a percent into a decimal by dividing by 100.
When is this calculator useful?
It is handy for things like sale prices (for example, 30% off a price), test scores (for example, 40 out of 50 as a percent), or the share of a group (for example, how many students in a class). Even if you do not like formulas, you can just type numbers into X and Y and let the calculator do the work.