Percentage Calculator
Percentage calculations come up constantly in everyday life — from figuring out tips and discounts to analyzing business metrics and financial data. Our Percentage Calculator handles the four most common percentage operations in one convenient tool. Calculate what X% of Y is (for tips, discounts, and proportions), find what percentage one number is of another (for ratios and compositions), compute the percentage change between two values (for growth rates and comparisons), and increase or decrease a value by a given percentage (for markups, discounts, and adjustments). Every result is computed instantly and displayed with clear formatting, making it easy to double-check your math or explore different scenarios.
functions What is X% of Y?
help X is what % of Y?
trending_up Percentage Change
tune Adjust Value by %
How to use
Choose a calculation mode, enter your values, and click Calculate.
All results are rounded to 2 decimal places.
- check_circle What is X% of Y
- check_circle X is what % of Y
- check_circle Percentage change & adjust by %
What is a Percentage Calculator?
Most people confuse three distinct percentage questions. "What is 15% of $80?" is a straightforward part-of-a-whole calculation — useful for tips, discounts, and tax estimates. "$12 is what percent of $80?" asks for a ratio — useful for grade weighting, composition breakdowns, and market share. "What is the percentage change from 80 to 92?" asks how much something grew or shrank relative to a starting value — used in every quarterly earnings report and price comparison. Mixing them up is easy and consequential: if a fund returns 20% one year and drops 20% the next, you haven't broken even, because the drop applies to a larger base and leaves you at 96% of the original.
The "percent" vs. "percentage points" distinction causes its own errors. When an interest rate moves from 4% to 5%, it has risen by one percentage point, but the rate itself has increased by 25%. Both statements are correct, yet only one gives the full picture. Confusing the two is a classic sleight-of-hand in financial headlines. For a broader guide to financial arithmetic tools and when to use each one, see https://usertools.app/guides/ultimate-guide-to-ai-tools-2026. The VAT / Sales Tax Calculator applies percentage logic to tax-inclusive pricing, and the Loan / Mortgage Calculator shows how compounding transforms a simple interest rate into a dramatically different total cost.
When should you use it?
- check_circle Shoppers calculating the final price after a percentage discount at a sale
- check_circle Restaurant patrons quickly figuring out a 15%, 18%, or 20% tip amount
- check_circle Business analysts computing year-over-year revenue growth percentages
- check_circle Students solving percentage problems for math homework and exams
- check_circle Retailers calculating markup percentages to set product prices from wholesale cost
- check_circle Investors determining the percentage return on an investment or portfolio
How it works
The calculator implements four standard percentage formulas, each serving a different practical purpose. The 'X% of Y' mode multiplies Y by X/100 — this is the formula behind every tip calculation, sales discount, and tax estimate. The 'What percent is X of Y' mode divides X by Y and multiplies by 100, giving you the ratio expressed as a percentage.
Percentage change is calculated as ((New - Old) / |Old|) × 100, which gives you the relative difference between two values expressed as a percentage. A positive result means an increase; a negative result means a decrease. This formula is the standard used in financial reporting, scientific studies, and business analytics for measuring growth or decline.
The increase/decrease mode takes a base value and adjusts it by a percentage: for an increase, it computes Value × (1 + Percent/100); for a decrease, it computes Value × (1 - Percent/100). All results are rounded to 2 decimal places, which provides practical precision for financial calculations without cluttering the display with insignificant digits.