Percentage Calculator

Calculate percentages three ways: X% of Y, X is what percent of Y, and percentage increase/decrease. 100% client-side, no uploads.

Advertisement
Advertisement

Calculate percentages without uploading your data

Three modes — percentage of a number, percentage of a total, and percentage change. Right in your browser. No uploads, no sign-up, no limits.

100% private
Live calculation
Free forever

How to use

  1. 1

    Pick a Mode

    Choose one of the three calculator cards based on what you want to compute: percentage of a number, percentage of a total, or percentage change.

  2. 2

    Enter Two Numbers

    Type the two input values. The result updates instantly — no 'Calculate' button to click. Decimal and negative numbers are supported.

  3. 3

    Read the Result

    The result is shown in a highlighted box. For percentage change, the color (green for increase, red for decrease) tells you the direction at a glance.

  4. 4

    Copy If Needed

    Use the copy button to copy the result to your clipboard for use in other applications or documents.

Why Use This Percentage Calculator?

Three modes, live results, and privacy-first design.

Three Modes in One Page

Cover the three most common percentage questions without jumping between different calculators or searching for formulas.

Live Calculation

Results update the moment you type — no 'Calculate' button to click. Adjust inputs and see results change instantly.

Color-Coded Change

Percentage increases are shown in green, decreases in red, so you can spot the direction at a glance without reading the sign.

Up to 6 Decimal Places

Precise enough for finance, science, and academic use. Trailing zeros are automatically trimmed for clean display.

100% Private

All calculations happen in your browser. Your numbers are never uploaded, stored, or logged.

Free with No Limits

No registration, no API key, no daily quotas. Free for personal and commercial use, forever.

Advertisement

Understanding Percentage Calculations

The three fundamental percentage problems

Nearly all percentage questions fall into one of three categories. (1) What is X% of Y? — finding a portion of a whole. For example, what is 15% of 200? The formula is: result = (X / 100) × Y. (2) X is what percent of Y? — finding what percentage one number is of another. For example, 30 is what percent of 200? The formula is: result = (X / Y) × 100. (3) Percentage change from X to Y — finding the relative increase or decrease. The formula is: result = (Y − X) / |X| × 100.

These three formulas cover virtually every percentage calculation you'll encounter in daily life, from calculating discounts and tips to analyzing financial performance and academic grades. Our tool provides all three modes on a single page, with live calculation so you can experiment with different inputs instantly.

Advertisement

Common percentage mistakes to avoid

A common mistake is confusing percentage points with percent change. If an interest rate rises from 5% to 7%, that's a 2 percentage point increase, but a 40% relative increase ((7−5)/5 × 100 = 40%). Financial news usually uses percentage points for interest rates and percent change for stock prices — knowing which one is being used is crucial for correct interpretation.

Another common mistake is dividing by the wrong number. In the 'X is what percent of Y?' calculation, you must divide X by Y (the whole), not Y by X. For example, if you scored 45 out of 60 on a test, the calculation is (45 / 60) × 100 = 75%, not (60 / 45) × 100 = 133%.

Percentage change vs. percentage point change

Percentage change measures relative change: (new − old) / |old| × 100. Percentage point change measures absolute change: new% − old%. For example, if a tax rate increases from 8% to 10%, the percentage point change is 2 (10 − 8), but the percent change is 25% ((10 − 8) / 8 × 100). Both are correct descriptions — they just convey different information. Always clarify which one you mean when communicating with others.

Advertisement

Common Use Cases

Real-world scenarios where a percentage calculator saves time.

Discounts & Sales

Compute the final price after a discount, or figure out the original price before tax was added.

Finance & Investing

Calculate the percentage gain or loss on a stock, the interest rate on a loan, or the return on an investment.

Academic Grades

Find out what percentage you scored on a test, or what mark you need on the final to hit a target grade.

Business Metrics

Compute month-over-month growth, conversion rates, or year-over-year revenue change.

How does this compare to other percentage calculators?

A side-by-side comparison of popular percentage calculation tools.

FeatureNovaToolsCalculator.netOmnicalculator
Privacy (no upload)100% localServer-sideServer-side
PriceFree unlimitedFree with adsFree with ads
Three modes in one page
Live calculationNo buttonButton click
Color-coded change
6 decimal placesLimited
Mobile friendlyLimited
Works offlineAfter page load

Most online percentage calculators process your numbers on their server. Our tool does everything locally — your financial data never leaves your browser.

FAQ

Which three calculations does this tool support?
The tool supports the three most common percentage calculations: (1) What is X% of Y? — for example, what is 15% of 200? Answer: 30. (2) X is what percent of Y? — for example, 30 is what percent of 200? Answer: 15%. (3) Percentage change from X to Y — for example, what is the percentage increase from 200 to 250? Answer: 25% increase. Each mode updates live as you type, with no need to click a calculate button.
How is percentage change calculated?
Percentage change = (new value − old value) / |old value| × 100. A positive result is an increase; a negative result is a decrease. The absolute value of the old value is used in the denominator to ensure that the sign of the result correctly indicates the direction of change. The old value cannot be zero — if you enter 0 as the old value, the tool displays a dash, as percentage change from zero is undefined (it would be infinite).
Why does the tool show a dash instead of a number?
A dash means the inputs are empty, non-numeric, or would cause a division by zero. For example, in the 'X is what percent of Y?' mode, if Y is 0, the result is undefined because you cannot divide by zero. Similarly, in the percentage change mode, if the old value is 0, the percentage change is undefined. Fill in both fields with valid numbers (including non-zero values where division is required) to see the result.
How many decimal places are shown?
Up to 6 decimal places, with trailing zeros trimmed. This is precise enough for finance, science, and everyday use without looking cluttered. For example, 1/3 is displayed as 33.333333%, not 33.33% or 33.333333333%. If you need more precision, you can use the tool's output as input for further calculations. If you need fewer decimal places, you can round the result manually.
Can I use decimal numbers as inputs?
Yes. All inputs accept decimals (e.g., 12.5 or 0.075) as well as integers and negative numbers. Negative numbers are particularly useful for the percentage change calculation — for example, calculating the percentage change from −50 to −25 (a 50% increase) or from 25 to −25 (a 200% decrease). The tool correctly handles all combinations of positive, negative, and decimal inputs.
What is the difference between percentage points and percent change?
Percentage points measure the absolute difference between two percentages. For example, if an interest rate rises from 5% to 7%, that's a 2 percentage point increase. Percent change measures the relative difference: (7 − 5) / 5 × 100 = 40%. Both are valid ways to describe the change, but they convey different information. Financial news often uses percentage points for interest rates and percent change for stock prices.
How do I calculate a discount?
To calculate a discounted price, use the 'What is X% of Y?' mode. Enter the discount percentage as X and the original price as Y. The result is the discount amount. Subtract it from the original price to get the final price. For example, for a 25% discount on an $80 item: 25% of $80 = $20. Final price: $80 − $20 = $60. Alternatively, calculate 75% of $80 (100% − 25%) directly to get $60.
How do I calculate tip or tax?
Use the 'What is X% of Y?' mode. Enter the tip/tax percentage as X and the bill amount as Y. The result is the tip/tax amount. Add it to the bill for the total. For example, for an 18% tip on a $45 bill: 18% of $45 = $8.10. Total: $45 + $8.10 = $53.10. You can also calculate the total directly by computing 118% of $45.
Is this tool safe for sensitive financial data?
Yes. All calculations happen locally in your browser using JavaScript. Your numbers are never uploaded to a server, never stored, and never logged. You can verify this by opening your browser's DevTools Network tab — no network requests are made when you type numbers or view results. This makes the tool safe for use with sensitive financial data like salary figures, loan amounts, or investment values.
Can I use this tool for commercial projects?
Yes. The tool is free for both personal and commercial use with no watermarks, no attribution required, and no usage limits. You can use it for business calculations, financial analysis, academic grading, or any other purpose. There is no registration, no API key, and no subscription required.

100% Client-Side & Private

All calculations happen entirely in your browser using JavaScript.

  • Your numbers are never uploaded to a server, never stored in a database, never logged, and never transmitted over the network.
  • All computation is performed locally — no network requests are made when you type numbers or view results.
  • This makes the tool safe for use with sensitive financial data like salary figures, loan amounts, investment values, and business metrics.
  • You can verify the privacy by checking your browser's DevTools Network tab.

You might also like

Helpful guides

Advertisement