Percentage Calculator

Calculate percentages instantly for tips, taxes, or shopping discounts. Enter a percentage and an amount to see the exact numbers immediately. Like all of our free calculators, it is 100% free and works right in your browser.

Calculate Percentage
Percentage Amount
Total + Percentage (Tip/Tax)
Total - Percentage (Discount)
Enter a percentage and an amount. The results will update instantly in the stats below.
Your data never leaves your browser

How to Use This Free Percentage Calculator

free percentage calculator

Our tool makes everyday math incredibly simple. Just enter the percentage you are looking for, and the total amount. The calculator instantly gives you three easy-to-read numbers:

  • Percentage Amount: The exact slice of the pie. If you want 25% of 500, this card shows you 125.
  • Total + Percentage: The original amount with the percentage added on top. This is perfect for calculating a final restaurant bill with a tip, or a total retail price with sales tax included.
  • Total – Percentage: The original amount with the percentage removed. This is perfect for calculating the final checkout price of an item during a store sale or discount event.

The Mathematical Formulas Behind Percentage Calculations

Percentages are simply fractions with a denominator of 100. The word “percent” comes from the Latin “per centum,” meaning “by the hundred.” According to Encyclopedia Britannica’s Percent Guide, percentages are widely used to describe relative proportions and interest rates. Here is a breakdown of the math formulas used in standard percentage calculations:

1. Calculating the Percentage Amount

To find a specific percentage of a total amount, you divide the percentage by 100 to convert it to a decimal, and then multiply it by the total amount. The formula is:

Percentage Amount = (Percentage / 100) * Total Amount

Example: To find 15% of $80:
(15 / 100) * 80 = 0.15 * 80 = 12

2. Calculating the Total + Percentage (Increase)

To increase a number by a percentage, you calculate the percentage amount first and add it to the original number. Alternatively, you can multiply the original number by (1 + (Percentage / 100)). The formula is:

Increased Amount = Total Amount * (1 + (Percentage / 100))

Example: To add an 8% sales tax to a $100 purchase:
100 * (1 + 0.08) = 100 * 1.08 = 108

3. Calculating the Total – Percentage (Decrease)

To decrease a number by a percentage (like a sale discount), you calculate the percentage amount and subtract it from the original number. Alternatively, you can multiply the original number by (1 – (Percentage / 100)). The formula is:

Decreased Amount = Total Amount * (1 - (Percentage / 100))

Example: To apply a 20% discount to a $50 item:
50 * (1 - 0.20) = 50 * 0.80 = 40

Real-World Business Calculations: Markup vs. Profit Margin

In business, percentages are used to calculate pricing, markups, and profit margins. However, many business owners confuse markup and profit margin, leading to pricing errors that hurt profits. Here is the difference:

1. Markup Percentage

Markup is the percentage added to the cost price of a product to determine its selling price. It represents the extra amount you charge customers above what it cost you to buy or manufacture the product. The formula is:

Markup Percentage = ((Selling Price - Cost Price) / Cost Price) * 100

Example: If you buy an item wholesale for $50 and sell it for $75, your markup amount is $25. Your markup percentage is:
(($75 - $50) / $50) * 100 = (25 / 50) * 100 = 50%

2. Profit Margin Percentage

Profit margin represents the percentage of the selling price that is profit. Unlike markup, which is relative to the cost, profit margin is relative to the revenue. The formula is:

Profit Margin Percentage = ((Selling Price - Cost Price) / Selling Price) * 100

Example: If you buy an item for $50 and sell it for $75, your profit is still $25, but your profit margin percentage is:
(($75 - $50) / $75) * 100 = (25 / 75) * 100 = 33.33%

Everyday Percentages: Tipping and Discounts

Percentages are part of everyday life. Understanding how to calculate them on the fly helps you make better financial decisions:

Standard Restaurant Tipping Guidelines

Tipping etiquette varies widely by country and service level. Here is a general guide to standard tipping percentages in North America:

  • 15% (Standard Service): Considered the baseline tip for average service in restaurants.
  • 18% (Good Service): Standard tip for good, attentive service.
  • 20% (Excellent Service): Standard tip for exceptional service. Often applied automatically to large parties (typically 6 or more people).
  • 10% (Adequate/Below Average): Generally given only if service was lacking.

The Trap of “Double Discounts”

Stores often advertise promotions like “Take 30% off, plus get an extra 10% off at checkout.” Many shoppers think this equals a 40% discount, but the math is different because the discounts are applied sequentially, not cumulatively:

  1. First, the 30% discount is applied to the original price.
  2. Then, the 10% discount is applied to the *new, already reduced price*.

Example: On a $100 jacket with 30% off + an extra 10% off:
– 30% off reduces the price from $100 to $70.
– The extra 10% discount is applied to the $70, which is $7 off.
– The final price is $63, representing a total discount of 37%, not 40%.

Frequently Asked Questions

What is a percentage?

A percentage is a number or ratio expressed as a fraction of 100. The word “percent” literally means “per hundred.” So, 25% means 25 out of every 100.

How do I calculate a percentage manually?

To find X percent of an amount, you divide the percentage by 100 to get a decimal, and then multiply that decimal by the total amount. For example, to find 20% of 80: you convert 20% to 0.20, and multiply 0.20 * 80 = 16. You can skip the math entirely by just plugging the numbers into our tool.

How do I convert a decimal to a percentage?

To convert any decimal number into a percentage, simply multiply the decimal by 100 and append the percentage symbol (%). For example, 0.45 becomes 45% (0.45 * 100), and 1.25 becomes 125% (1.25 * 100).

How do I convert a fraction to a percentage?

To convert a fraction to a percentage, divide the numerator (top number) by the denominator (bottom number) to get a decimal. Then, multiply that decimal by 100. For example, to convert 3/4 to a percentage: 3 divided by 4 equals 0.75. Multiplying 0.75 * 100 gives you 75%.

What is a basis point (bps) and how does it relate to percentage?

A basis point (bps) is a unit of measure equal to 1/100th of 1 percent. It is commonly used in finance to discuss interest rates and bond yields. 100 basis points equal 1 percent. So, a rate increase of 50 basis points means the interest rate increased by 0.50%.

Why am I getting a weird long decimal?

Some divisions result in repeating decimals (like 0.333333…). Our tool automatically rounds answers to 6 decimal places to keep the numbers clean and readable while maintaining high accuracy for financial calculations.

Does this tool store my financial numbers?

No. Your calculations are performed entirely on your own device using JavaScript. We do not store, track, or transmit any numbers you enter.

Leave a Comment