Calculator Inputs
Examples
Explanation
Enter values to see calculation explanation.
Enter values to see calculation explanation.
Choose the calculation type you need from the dropdown โ options include 'X% of Y', 'X is what % of Y', 'percentage change', 'increase by %', 'decrease by %', and 'reverse percent'.
Enter your numbers in the input fields. The tool validates entries in real time and highlights any invalid inputs.
Read the calculated result and the step-by-step formula displayed below it. The formula shows every operation so you can replicate it by hand.
Optionally copy the result to your clipboard or clear the fields to start a new calculation.
Handles the six most common percentage problems in a single interface โ basic percent of a number, reverse percent, percent difference, percent change, increase by a percent, and decrease by a percent. No need to switch between multiple tools.
Results update instantly as you type, and the full algebraic formula is displayed beneath each answer so you can understand and verify the math yourself.
The tool gracefully handles zero denominators, negative values, and very large numbers, displaying a clear explanation instead of crashing or showing NaN.
Every calculation runs entirely inside your browser using JavaScript. No inputs are transmitted to any server, logged, or stored โ your numbers stay on your device.
Tap targets are sized for thumb use on phones and tablets. The layout adjusts to any screen width without horizontal scrolling.
Unlike many online calculators that send your inputs to a backend for processing, this tool runs 100% client-side. Your salary figures, investment amounts, and tax rates never leave your browser. There is no account required and no data is ever collected.
Every result is accompanied by the full formula with your actual values substituted in. This means you learn the math behind the answer โ useful for students, teachers, and anyone who wants to double-check results manually or explain them to others.
Most calculators only solve one or two types of percentage questions. This tool covers all six in one place โ from 'what is 15% of $85?' to 'a price rose from $40 to $52, what was the percent increase?' โ saving time and reducing context switching.
Results are computed using standard arithmetic with no rounding until display. The tool does not assume tax rates, discount schedules, or any external values โ you supply all inputs, so the output is exactly as precise as your inputs.
A percentage is a dimensionless ratio expressed as a fraction of 100. The word comes from the Latin per centum, meaning "out of a hundred." Writing a number as a percentage is a way to make comparisons easier: saying a fund returned 7.2% is more intuitive than saying it returned 0.072 of its value.
Percentages underpin an enormous range of real-world calculations โ income tax brackets, credit card interest rates, nutritional labels, grade point averages, clinical trial efficacy rates, and discount pricing all rely on percentage arithmetic. Mastering the underlying formulas lets you verify any of these figures independently.
1. Find X% of Y (basic percent of a number)
Formula: result = (X รท 100) ร Y
Example: 18% of $250 = (18 รท 100) ร 250 = $45.00
2. X is what percent of Y? (find the rate)
Formula: rate = (X รท Y) ร 100
Example: $45 is what percent of $250? = (45 รท 250) ร 100 = 18%
3. X is Y% of what? (reverse percent / find the whole)
Formula: whole = X รท (Y รท 100)
Example: $45 is 18% of what? = 45 รท 0.18 = $250.00
4. Percentage change (increase or decrease)
Formula: change% = ((new โ old) รท |old|) ร 100
Example: A stock rises from $80 to $92 โ ((92 โ 80) รท 80) ร 100 = +15%
5. Increase a value by X%
Formula: result = original ร (1 + X รท 100)
Example: $200 increased by 8% = 200 ร 1.08 = $216.00
6. Decrease a value by X%
Formula: result = original ร (1 โ X รท 100)
Example: $200 decreased by 8% = 200 ร 0.92 = $184.00
Personal Finance: Calculating a 20% tip on a $65 restaurant bill ($13.00), or determining what a 3.5% savings account APY earns on a $5,000 balance after one year ($175.00). Keep in mind that APY calculations for compound interest require additional steps beyond simple percentage arithmetic.
Shopping and Discounts: A $120 jacket marked 35% off costs $120 ร (1 โ 0.35) = $78.00 before tax. If your state adds 8.25% sales tax, the final price is $78.00 ร 1.0825 โ $84.44. This tool handles each step separately; chain the operations yourself for multi-step scenarios.
Business and Investing: Gross margin percentage = ((revenue โ cost) รท revenue) ร 100. If a product sells for $50 and costs $32 to produce, the gross margin is ((50 โ 32) รท 50) ร 100 = 36%. Note that margin and markup are different figures โ markup is calculated over cost, not revenue.
Academic Grading: A student scores 73 out of 85 points. Their percentage score = (73 รท 85) ร 100 โ 85.9%. Always verify how your institution rounds final grades.
This calculator handles single-step percentage arithmetic. It does not calculate compound interest, loan amortization schedules, or multi-period growth rates โ those require dedicated financial calculators. The results depend entirely on the numbers you enter; always verify inputs when working with financial data that affects decisions.
This tool solves single-step percentage arithmetic โ it is not a substitute for a payroll or tax calculator when withholding, brackets, or compounding are involved. Income tax is rarely a flat percentage of gross pay because of tiered brackets and deductions, so "what is 22% of my paycheck" understates or overstates real withholding; for a US paycheck estimate use the salary calculator's FICA estimate instead. Likewise, a savings account or loan that compounds over multiple periods is not a single percentage step โ model it with the site's dedicated interest and loan calculators. Use this tool for the arithmetic itself, not as a stand-in for a specialized financial model.
| Factor | This calculator | Spreadsheet | Generic search-result widget |
|---|---|---|---|
| Shows the formula | Always, with your numbers substituted | Only if you write it out | Rarely shown |
| Covers all six problem types | Yes, one interface | Requires separate formulas per type | Usually one type per page |
| Sign-up or ads required | No | No | Often ad-supported |
| Data leaves your device | Never | Never (local file) | Frequently, for analytics |
Percentage arithmetic is the building block behind several other calculators on this site. Once you've worked out a raise or discount here, the credit card payoff calculator and savings goal calculator both take a percentage-based rate as one of their core inputs, and the tip calculator and VAT calculator are purpose-built versions of the "increase/decrease by X%" formula above for two specific everyday scenarios.
Subtract the original value from the new value to get the change. Then divide that change by the original value and multiply by 100. Formula: ((new โ old) รท old) ร 100. Example: if a price rises from $80 to $100, the increase is ((100 โ 80) รท 80) ร 100 = 25%.
Yes. Every calculation runs entirely inside your web browser using JavaScript. No numbers you enter are sent to any server, stored in a database, or logged in any way. You can verify this by opening your browser's developer tools and checking that no network requests are made when you type.
Yes. For a tip, use 'increase by X%' mode โ enter the bill amount and the tip percentage. For sales tax, use the same mode with your local tax rate. Note that this tool calculates each step separately; if you need a total including both a discount and a tax, run two separate calculations.
This is the reverse percent problem. You know a portion and the rate, and you want to find the original whole. For example: '$45 is 18% of what amount?' The answer is 45 รท 0.18 = $250. This is useful when you know a discounted price and the discount rate and want to recover the original price.
A percentage point is the arithmetic difference between two percentages. If a pass rate rises from 60% to 75%, it increased by 15 percentage points. The percent change in that rate is ((75 โ 60) รท 60) ร 100 = 25%. These are different measures โ journalists and marketers sometimes use them interchangeably, which creates confusion.
Use the formula: ((old โ new) รท old) ร 100. Example: a $120 item drops to $90 โ the decrease is ((120 โ 90) รท 120) ร 100 = 25% off. Alternatively, use the 'decrease by X%' mode if you already know the percentage and want to find the resulting value.
Because the percentage is applied to different base values each time. Starting at $100: a 50% increase gives $150. A 50% decrease on $150 gives $75 โ not $100. Percentage changes are multiplicative, not additive. This is why investment returns must be compounded rather than added.
Yes, completely free with no usage limits, no registration, no ads injected into results, and no premium tiers. All six calculation modes are available at no cost. Bookmark the page for quick access whenever you need fast, accurate percentage math without installing any software or app.
Not accurately. Income tax uses tiered brackets and deductions, not a single flat percentage, so applying one rate to your gross pay will understate or overstate real withholding. Use this tool for the underlying arithmetic; for a US paycheck estimate, the salary calculator's FICA estimate is closer, though it explicitly excludes federal and state income tax too.
Run two separate calculations. First apply the discount to the original price to get an intermediate result, then apply the tax percentage to that intermediate result โ not to the original price. Applying both percentages to the original number independently and adding them together gives the wrong total.
No. It performs pure percentage arithmetic on whatever number you enter, regardless of currency or unit. If you need to convert currencies first, do that conversion separately, then run the percentage calculation on the converted figure.
How freelancers turn gross invoices into real take-home pay. Self-employment tax, the QBI deduction, quarterly estimates, and a worked net-income example.
Read more →
Convert hourly to annual salary and back, the right way. Learn the formulas, the bi-weekly vs semi-monthly difference, overtime, and gross vs take-home pay.
Read more →
Learn how to calculate percentages with step-by-step formulas and examples covering basic percentages, percentage change, and reverse percentage problems.
Read more →