Percentage Calculator

Percentage Calculator

Free online percentage calculator: find X% of Y, what percent X is of Y, and compute percentage increases or decreases โ€” with instant results.

General Calculators

Calculator Inputs

Examples

Result โ€“
2 dec.

Explanation

Enter values to see calculation explanation.

Formula

Keywords

percentage calculatorpercentage increasecalculate percentagemath calculator

Need something else?

How to use

1

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'.

2

Enter your numbers in the input fields. The tool validates entries in real time and highlights any invalid inputs.

3

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.

4

Optionally copy the result to your clipboard or clear the fields to start a new calculation.

Features

Six Calculation Modes

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.

Real-time Results with Formulas

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.

Input Validation and Edge-case Handling

The tool gracefully handles zero denominators, negative values, and very large numbers, displaying a clear explanation instead of crashing or showing NaN.

100% Browser-Based Privacy

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.

Mobile-First Responsive Design

Tap targets are sized for thumb use on phones and tablets. The layout adjusts to any screen width without horizontal scrolling.

Why Choose This Tool?

Complete Privacy โ€” No Server Processing

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.

Educational Transparency

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.

Handles All Six Common Percentage Problems

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.

Accurate and Assumption-Free

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.

Understanding Percentage Calculations: Formulas, Use Cases, and Common Mistakes

What Is a Percentage?

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.

The Six Core Formulas

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

Practical Applications by Context

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.

Common Mistakes to Avoid

  • Confusing percentage points with percentages: If an interest rate rises from 4% to 5%, that is an increase of 1 percentage point โ€” but it is a 25% increase in the rate itself. The two phrasings are not interchangeable.
  • Applying percentage increases and decreases sequentially: A 50% increase followed by a 50% decrease does not return to the original value. $100 ร— 1.50 = $150; $150 ร— 0.50 = $75 โ€” a net loss of 25%.
  • Using percentages without a clear reference base: "Sales improved 200%" is meaningful only if you know the starting figure. Always state what the percentage is calculated against.
  • Rounding intermediate results: Rounding before the final step introduces accumulated error. Keep full precision until the last calculation.

Limitations of This Tool

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.

When Not to Use This Calculator

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.

Three Worked Walkthroughs

  • Diego's restaurant discount stack: Diego has a $64 bill with a 15% loyalty discount and 8% local sales tax added after the discount. He runs "decrease by 15%" on $64 to get $54.40, then a separate "increase by 8%" on $54.40 to get $58.75 โ€” chaining the two single-step results because the tool intentionally keeps each operation transparent rather than guessing the order for him.
  • Hannah's raise negotiation: Hannah earns $58,000 and is offered a raise to $61,500. Using the percentage change mode: (61,500 โˆ’ 58,000) รท 58,000 ร— 100 = 6.03%, which she can compare against her company's stated raise pool before responding.
  • Tom's grade weighting: Tom scored 42 out of 50 on a midterm worth 30% of his final grade. He first finds 42 is what percent of 50 (84%), then finds 84% of the 30% weight to see the midterm contributed 25.2 percentage points to his final grade.

Percentage Calculator vs. a Spreadsheet or Generic Search Widget

FactorThis calculatorSpreadsheetGeneric search-result widget
Shows the formulaAlways, with your numbers substitutedOnly if you write it outRarely shown
Covers all six problem typesYes, one interfaceRequires separate formulas per typeUsually one type per page
Sign-up or ads requiredNoNoOften ad-supported
Data leaves your deviceNeverNever (local file)Frequently, for analytics

Chaining Percentage Math With Other Tools

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.

Frequently Asked Questions

How do I calculate a percentage increase?

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%.

Is this tool really private?

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.

Can I use this for calculating taxes and tips?

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.

What does 'X is Y% of what' mean?

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.

What is the difference between percentage points and percent change?

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.

How do I calculate a percentage decrease?

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.

Why does a 50% increase followed by a 50% decrease not return to the original 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.

Is this calculator free?

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.

Can I use this to estimate income tax withholding?

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.

How do I calculate a discount and a tax applied one after the other?

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.

Does this tool handle currency conversion alongside percentages?

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.

Related Articles

Learn more