Free ToolsOnline Toolkit
All ToolsBlogDeveloperCalculatorsDocumentsAboutFAQContact
Home
Tools
Percentage Calculator

Percentage Calculator Online — Free Percent Calculator Tool

Use our percentage calculator online to instantly calculate percentages, increases, decreases, and ratios. This free percent calculator handles all your percentage math.

Find a percentage of a number

%
0%100%200%

Quick percentages

About Percentage Calculator

Percentage Calculator quickly answers percentage questions for students, shoppers, and business professionals. Calculate what percent one number is of another, find percentage increases and decreases, compare values with ratios, and work backwards using reverse percentage calculations.

How to use this tool

  1. Select an operation type from the six tabs: X% of Y, Increase by %, Decrease by %, % Difference, Reverse %, or X is Y% of?
  2. Enter the required values into the input fields — each operation type has different inputs with clear labels.
  3. Use the percentage slider for quick adjustment, or click the quick preset buttons (5%, 10%, 15%, etc.) for common values.
  4. Click "Calculate" to see the result with the formula and an optional step-by-step breakdown.
  5. Click "Copy" to copy the result, and expand "History" to review and reuse your previous calculations.

Example

Input

What is 15% of 80?

Output

12

Tool guide

Percentage use cases in development

Percentage calculations are everywhere in software: CSS width values, discount codes, tax computation, progress bars, analytics dashboards, and A/B test result interpretation. Our calculator handles three core operations: "What is X% of Y?" (e.g., 15% of 200 = 30), "X is what percent of Y?" (e.g., 30 out of 200 = 15%), and "What is the percentage increase/decrease?" (e.g., 100 to 150 = 50% increase). Understanding the difference between these cases prevents common math errors in reporting.

A common pitfall: percentage points vs percent change. If a conversion rate goes from 2% to 3%, that is a 1 percentage point increase but a 50% relative increase. These are often confused in business reporting. Our calculator shows both the absolute difference and the relative change so you can communicate the right metric.

Rounding strategies in percentage math

Rounding percentage results can produce totals that are not exact due to accumulated rounding error. For example, three categories at 33.33% each total 99.99%, not 100%. Our calculator offers floor, ceil, round, and banker's rounding (round-half-to-even) modes. For financial calculations, always use banker's rounding — it is the standard for accounting (IEEE 754) because it reduces cumulative bias over many operations. For display purposes, round to 2 decimal places but keep full precision for downstream calculations.

When computing tax amounts, some jurisdictions require truncation (rounding toward zero) to avoid collecting more than legally owed. Our tool lets you select the rounding method appropriate for your jurisdiction. The difference is pennies per transaction but can be significant at scale.

How to use the Percentage Calculator

Step 1: Select the type of percentage calculation you need — "What is X% of Y?", "X is what percent of Y?", "Percentage increase/decrease", or "Reverse percentage".

Step 2: Enter the known values in the input fields. The calculator updates the result instantly as you type.

Step 3: For "What is X% of Y?", enter the percentage and the base number. For example, enter 15 and 200 to find that 15% of 200 is 30.

Step 4: For "X is what percent of Y?", enter the part and the whole. For example, enter 30 and 200 to find that 30 is 15% of 200.

Step 5: For percentage increase or decrease, enter the original value and the new value. The tool shows both the absolute difference and the relative percentage change.

Step 6: For reverse percentage, enter the result after the percentage was applied and the percentage itself. The tool calculates the original value before the percentage was applied.

Step 7: Copy the result for use in your report, shopping calculation, or data analysis.

Common mistakes and how to fix them

Error: Confusing percentage points with percent change. If a rate goes from 2% to 3%, that is a 1 percentage point increase but a 50% relative increase. These are different metrics and should not be used interchangeably.

Error: Using the wrong base for percentage change. The formula is (new - original) / original x 100. If you reverse the order (original - new) / new, you get the wrong percentage. Always divide by the original value.

Error: Assuming a 50% decrease undoes a 50% increase. A 50% increase from 100 gives 150. A 50% decrease from 150 gives 75, not 100. The base changes with each operation.

Error: Rounding too early in multi-step calculations. Keep full precision during intermediate steps and round only the final result. Rounding each step introduces cumulative error.

Error: Not understanding that percentages can exceed 100%. A 200% increase means the new value is triple the original. Percentages are not limited to 0-100% in calculations.

Tips and best practices

For reverse percentage calculations (finding the original before a percentage was applied), use the formula: original = result / (1 + percentage/100). Our calculator has a dedicated mode for this.

When computing tax amounts, apply the discount before tax. Discounted subtotal x tax rate = tax amount. This ensures you pay tax on the reduced price, not the original.

For quick mental estimates: 10% is move the decimal one place left, 5% is half of 10%, 1% is move the decimal two places left. These shortcuts help verify calculator results.

In business reporting, always include both the percentage change and the absolute numbers. "Sales increased 50%" sounds impressive but may mean only 1 additional unit if the base was 2.

For financial calculations, use banker rounding (round half to even) to minimize cumulative bias. This is the IEEE 754 standard used in accounting and financial software.

Frequently asked questions

How do I calculate a percentage of a percentage?

Multiply the percentages: 20% of 50% = 0.20 x 0.50 = 0.10 = 10%. This is common when calculating tax on a discounted price (pay sales tax on the discounted amount).

What is the difference between percentage and percentage point?

A percentage point is the arithmetic difference between two percentages. If a rate rises from 4% to 6%, that is a 2 percentage point increase. The relative increase is 50% (2/4 x 100). Percentage points describe the absolute difference.

When are percentages misleading?

Percentages can be misleading when the base is small. "100% increase" from 1 to 2 sounds dramatic but represents only 1 additional unit. Always report the absolute values alongside percentages for context.

How do I calculate a 20% tip?

Multiply the bill by 0.20. For quick mental math, move the decimal one place left to find 10%, then double it. For a $50 bill: 10% = $5, 20% = $10.

How do I find what percent one number is of another?

Divide the part by the whole and multiply by 100. For example, 30 out of 200: 30 / 200 x 100 = 15%. Our calculator does this in the "X is what percent of Y?" mode.

What is a compound percentage increase?

A compound increase applies the percentage to the new value each period. For example, 10% growth per year means year 2 is 10% more than year 1, not the original. The formula is: final = original x (1 + rate)^periods.

How do I calculate percentage decrease?

Use the formula: decrease % = (original - new) / original x 100. For example, from 200 to 150: (200 - 150) / 200 x 100 = 25% decrease.

Can percentages be negative?

Yes, a negative percentage indicates a decrease. For example, -5% means a 5% reduction from the original value. This is common in financial reporting for losses or declines.

How do I calculate a weighted average percentage?

Multiply each percentage by its weight, sum the results, and divide by the total weight. For example, if 60% of students scored 80% and 40% scored 90%, the weighted average is (0.6 x 80 + 0.4 x 90) = 84%.

What is the difference between simple and compound interest percentages?

Simple interest applies the percentage to the original amount each period. Compound interest applies the percentage to the growing balance (principal + accumulated interest). Compound interest grows faster over time.

Related Tools

Discount Calculator

Use our discount calculator to instantly calculate sale prices, savings, and final costs. This free percent off calculator handles percentage or fixed amount discounts.

Tip Calculator

Use our tip calculator to instantly calculate tip amounts, split bills, and per-person totals. This free gratuity calculator helps you decide how much to tip at restaurants.

Loan Calculator

Use our loan calculator online to calculate monthly payments, total interest, and amortization schedules. This free personal loan calculator helps you plan any loan.

Related Reading

  • Percentage Calculations Developers Get Wrong

Free Tools

Online toolkit

A premium collection of browser-first utilities for developers, creators, and teams who want fast, private workflows without signup.

Built by Zohaib Hassan — trusted web tools designed for speed, precision, and privacy.

Explore

  • All Tools
  • Blog
  • Developer Tools
  • Document Tools
  • Calculators

Resources

  • Privacy Policy
  • Terms of Service
  • Disclaimer
  • FAQ
  • Contact

Company

  • About
  • Sitemap
  • Request a tool

© 2026 Free Online Tools. All rights reserved.

Crafted for developers, students, and teams who value private browser-first utilities.