Percentage Calculator
Math & NumbersCalculate percentages, percentage change, increase or decrease, and reverse percentages with step-by-step working shown.. Free, private — all processing in your browser.
The Percentage Calculator handles every common percentage problem in one interface: what percent is X of Y, what is X% of Y, percentage increase or decrease between two numbers, and reverse percentage (finding the original value from a discounted price or tax-inclusive total). These calculations come up constantly in real life and professional work — figuring out a tip, calculating a discount, analyzing quarter-over-quarter growth, computing tax-exclusive prices, grading tests, computing test score percentages, or measuring marketing campaign lift.
Each calculation mode shows the exact formula used and the step-by-step working, so the tool doubles as a learning aid for students and a quick reference for professionals who want to verify the math. Inputs support decimals, negative values, and fractions entered as 3/4 style. Results are copyable with one click and formatted consistently (two decimal places by default, configurable). Every calculation is reversible: type a percent-of-number result and work backward to find the original number. No cookies, no server round-trips, no sign-up — just fast, accurate percentage math.
Percentage Calculator — key features
Four calculation modes
Percent of number, what percent, percentage change, and reverse percentage — covers 95% of everyday and business percentage math.
Step-by-step working
Every result shows the formula used and the substitution so you can verify the math or teach it to someone else.
Reverse calculations
Work out the original price before tax or the pre-discount price from the final cost — a common commerce task.
Decimal and fraction input
Enter values as 3/4, 0.75, or 75% — the calculator parses all three forms and treats them equivalently.
Negative value support
Negative percentages and negative base numbers work correctly, which matters for loss calculations and temperature change analysis.
Precision control
Choose display precision from whole numbers to six decimals depending on whether you need rough or exact values.
Copy and share
Every result has a copy button, and the URL encodes the current calculation for bookmarking or sharing.
No tracking
All math runs in your browser. Sensitive commercial calculations never leave your machine.
How to use the Percentage Calculator
- 1
Choose a calculation mode
Pick percent-of-number, what-percent, percentage-change, or reverse-percentage from the top selector.
- 2
Enter your values
Fill in the two required inputs. Negative values and fractions are accepted.
- 3
Read the result
The answer updates instantly with the formula and substitution visible below it.
- 4
Adjust precision if needed
Change decimal places to round to nice numbers or to preserve full precision for financial work.
- 5
Copy or share
Copy the result, or share the URL with a colleague so they see the same calculation pre-filled.
Common use cases for the Percentage Calculator
Shopping and commerce
- →Sale discounts: Calculate the sale price when an item is 30% off, or work back from a sale price to find the original retail value.
- →Tax-inclusive pricing: Find the pre-tax price from a total that includes 20% VAT, or add VAT on top of a net price.
- →Tips at restaurants: Calculate a 15% or 20% tip on a bill amount instantly, including splitting across a group.
Business and finance
- →Revenue growth analysis: Compute quarter-over-quarter or year-over-year percentage change in sales, users, or any metric.
- →Margin and markup calculations: Convert between markup percentage (applied to cost) and margin percentage (of price) for product pricing.
- →Commission and bonus structures: Calculate commission amounts from sales totals, or figure the sales needed to hit a bonus threshold.
Education and science
- →Test scores and grades: Convert raw score to percentage, weight multiple section scores, or calculate required final-exam grade.
- →Lab measurement error: Compute percent error between a measured value and a known true value for lab reports.
- →Survey and statistics: Translate raw response counts into percentages for presenting survey results or research findings.
Percentage Calculator — examples
Percent of a number
Finding 20% of 150 for a tax calculation.
20% of 150
30 formula: 150 × (20/100) = 30
What percent
Finding what percent 37 is of 200 for a test grade.
37 is what % of 200
18.5% formula: (37 / 200) × 100 = 18.5%
Percentage increase
Revenue growth from 100k to 150k this year.
From 100000 to 150000
+50% increase change: +50000 formula: ((150000 - 100000) / 100000) × 100 = 50%
Reverse percentage — discount
Original price when sale price is $80 after 20% off.
$80 after 20% discount
original: $100.00 formula: 80 / (1 - 0.20) = 100
Reverse percentage — tax
Pre-tax price when total is $120 with 20% VAT included.
$120 total with 20% VAT
pre-tax: $100.00 VAT amount: $20.00 formula: 120 / (1 + 0.20) = 100
Technical details
Percentage math rests on a simple foundation: percent means per hundred, so X% = X/100 as a decimal. Every percentage operation reduces to multiplication or division by (X/100).
Percent of a number: (percentage/100) × number. 15% of 250 = 0.15 × 250 = 37.5.
What percent: (part/whole) × 100. 37.5 is what percent of 250? (37.5/250) × 100 = 15%.
Percentage change: ((new - old) / old) × 100. From 100 to 120, change is ((120-100)/100) × 100 = 20% increase. From 100 to 80 is -20% (decrease).
Percentage increase/decrease (applying a change): new = old × (1 + change/100). 100 increased by 20% = 100 × 1.20 = 120. 100 decreased by 20% = 100 × 0.80 = 80.
Reverse percentage (finding original after change): original = final / (1 + change/100). If a product costs $120 after a 20% markup, original = 120 / 1.20 = 100. If a price is $80 after a 20% discount, original = 80 / 0.80 = 100.
Percentage points vs percent: this is a frequent confusion. If interest rate rises from 4% to 6%, that is a 2 percentage-point increase but a 50% relative increase. Always state whether you mean absolute (points) or relative (percent) change to avoid miscommunication.
Percent error: ((measured - true) / true) × 100. Used in science and engineering to quantify measurement accuracy. Absolute percent error uses |measured - true|.
The calculator handles all these formulas with full floating-point precision internally and rounds the display to your chosen decimal places. Intermediate calculations never use the rounded value, so chained operations do not accumulate error.
Common problems and solutions
⚠Percent vs percentage points confusion
If interest rises from 4% to 6%, that is a 2 percentage-point increase, but a 50% relative increase in the rate itself. State explicitly whether changes are absolute (points) or relative (percent) to avoid miscommunication.
⚠Asymmetric increase and decrease
A 50% increase followed by a 50% decrease does not return to the original. Starting at 100: +50% = 150, then -50% = 75. The percentages apply to different base values each time.
⚠Compounding not applied
Simple percentage change ignores compounding. For multi-period growth (monthly, yearly), use compound-growth formulas. This tool covers single-period percentage math; use the compound interest calculator for multi-period work.
⚠Reverse discount confusion
A 20% discount applied to $100 gives $80. Working back from $80 needs division by 0.80 (not multiplication by 1.20). The tool handles this correctly but users often try to reverse with the wrong factor.
⚠Mixing markup and margin
Markup percentage is on cost (selling price = cost × (1 + markup%)). Margin percentage is on price (margin% = (price - cost) / price × 100). A 50% markup is not a 50% margin — it is a 33.3% margin.
⚠Division by zero on change
Percentage change from zero is undefined (division by zero). The tool shows an error rather than infinity. For growth-from-zero scenarios, use absolute values or specify a different baseline.
⚠Rounding compounding errors
Rounding intermediate values before a final calculation introduces error. The tool rounds only at display time; do not copy a rounded value and feed it back in for a chained calculation.
Percentage Calculator — comparisons and alternatives
Compared to typing '15% of 250' into Google, this tool offers four distinct modes (percent-of, what-percent, change, reverse) with formulas shown. For a single quick conversion the search box works; for teaching, business analysis, or any series of related calculations, having all four modes in one place is far faster.
Compared to spreadsheet formulas, this tool is quicker for one-off calculations and does not require a spreadsheet to be open. For batch calculations (a column of discounts, for example), a spreadsheet is better — formulas scale; browser-tool-clicking does not.
Compared to specialty financial calculators, this tool covers general-purpose percentage math without a steep interface. For mortgage amortization, compound interest tables, or tax liability, use a dedicated tool — the percentage calculator is the building block, not the full financial suite.
Frequently asked questions about the Percentage Calculator
▶How do I calculate 15% of a number?
Multiply the number by 0.15. For 15% of 200: 200 × 0.15 = 30. More generally, X% of Y equals (X/100) × Y. The tool does this automatically in the percent-of-number mode.
▶What is the difference between percentage increase and percentage change?
Percentage change can be positive or negative (increase or decrease). Percentage increase is specifically positive, and percentage decrease is specifically negative. The formula is the same — ((new - old) / old) × 100 — but the sign indicates direction.
▶How do I find the original price before a discount?
Divide the sale price by (1 minus the discount as a decimal). $80 after 20% off: 80 / 0.80 = $100 original. The tool handles this automatically in reverse-percentage mode.
▶How do I calculate percentage change between two values?
Subtract the old value from the new value, divide by the old value, then multiply by 100. From 50 to 65: (65-50)/50 × 100 = 30% increase. From 50 to 40: (40-50)/50 × 100 = -20% (decrease).
▶What is percent error and how do I calculate it?
Percent error measures how far a measured value is from the true value. Formula: |(measured - true) / true| × 100. If you measured 9.7 and the true value is 10, percent error is |(9.7-10)/10| × 100 = 3%.
▶Is there a difference between percent and percentage?
In practice they are used interchangeably. Strictly, 'percent' modifies a specific number (15 percent of sales), while 'percentage' is more abstract (the percentage of sales that came from Europe). Most style guides accept either usage.
▶How is markup different from margin?
Markup is a percentage of cost: selling price = cost × (1 + markup%). Margin is a percentage of selling price: margin% = (price - cost) / price × 100. A 50% markup is a 33.3% margin. A 100% markup is a 50% margin. Both terms are common in retail pricing.
▶Can I calculate compound percentage growth?
This tool handles single-period percentage. For multi-period compound growth (monthly interest over a year, for example), use the compound interest calculator. The formula is final = initial × (1 + rate)^periods, not a simple percentage addition.
Additional resources
- Khan Academy — Percentages — Free comprehensive lessons on percentage math with exercises.
- Purplemath — Percent word problems — Worked examples of common percentage problems with detailed solutions.
- Math is Fun — Percentage Change — Clear explanation of percentage change with interactive examples.
- Wikipedia — Percentage — Encyclopedia overview of percentages, their notation, and common applications.
- Investopedia — Margin vs Markup — Business reference explaining the practical difference between margin and markup calculations.
Related tools
All Math & NumbersAge Calculator
Calculate exact age from a birth date in years, months, days, and smaller units with leap-year-accurate arithmetic.
Aspect Ratio Calculator
Calculate image and video aspect ratios. Resize dimensions while maintaining ratio for common 16:9, 4:3, 1:1 and custom formats.
BMI Calculator
Calculate body mass index (BMI) in metric or imperial units with WHO category classification and healthy weight range for your height.
Compound Interest Calculator
Calculate compound interest on investments with configurable rate, frequency, duration, and optional monthly contributions.
Discount Calculator
Calculate sale price, discount amount, and total savings with support for percentage-off, dollar-off, and stacked discount scenarios.
GPA Calculator
Calculate GPA on 4.0 scale for college or high school. Supports weighted (AP/Honors) and unweighted GPA calculations.
Learn more
Explore more tools
200+ free tools that run in your browser.
Browse all tools →