NEW!

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.

Your Data Stays in Your Browser

All calculations run locally. Your financial information is never uploaded or transmitted.

No Data Upload No Data Collection Local Processing

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.

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.

Learn more