To learn how to calculate percentage values in any situation, divide the specific amount by the total amount and multiply the result by 100. If you already know the percentage and want to find the value it represents, convert the percentage into a decimal by dividing it by 100, then multiply that decimal by the total number. For example, to find 20% of $150, you multiply 150 by 0.20 to get $30.
Which calculation method should you choose?
The right way to find a percentage depends on the tools you have in front of you and the size of your dataset:
- Online calculator: Best when you are dealing with awkward decimals, need instant answers without setup, or want to verify quick numbers. The AtomnyX Percentage Calculator handles four different operations instantly in your browser without requiring paper, signups, or spreadsheets.
- Mental math or pen and paper: Best for quick daily estimates, calculating sales tax, or figuring out a restaurant tip when you only need round numbers.
- Smartphone or desk calculator: Best for one-off personal finances, discounts while shopping, or reconciling a single paper bill.
- Spreadsheets (Excel or Google Sheets): Best when you need to calculate percentage changes, growth rates, or profit margins across dozens or hundreds of rows at once.
Method 1: Calculate percentages with an online tool
Mental math with percentages is error-prone, especially with decimals or large numbers. An online tool gives you instant, accurate results across all four common percentage operations with no pen, paper, or Google Sheets required.
- Open the Percentage Calculator in any desktop or mobile browser.
- Select the specific operation you need: percentage of a number, what percentage one number is of another, percentage increase or decrease, or reverse percentages.
- Enter your numbers into the input boxes.
- View your result immediately. The page generates instant results, is completely free, and requires no ads or signup.
Method 2: Work out percentages by hand or paper
Every percentage calculation is based on the idea that "percent" means "parts per hundred." You can solve almost any problem manually using one of four basic formulas.
Find the percentage of a number
To find what a certain percentage of a whole number equals, divide the percentage by 100 to convert it into a decimal, then multiply it by the whole value. The formula is (X ÷ 100) × Y.
- Take your percentage rate (X) and divide by 100. For 20%, calculate
20 ÷ 100 = 0.20. - Multiply that decimal by your base number (Y). For 150, calculate
0.20 × 150. - Write down your final result:
30.
Find what percentage one number is of another
When you know the part and the total and want the rate, divide the part by the total and multiply by 100. The formula is (X ÷ Y) × 100.
- Divide the partial number (X) by the full number (Y). For 50 out of 200, calculate
50 ÷ 200 = 0.25. - Multiply the resulting decimal by 100:
0.25 × 100 = 25. - Add the percent sign to finish:
25%.
Calculate a percentage increase
To add a percentage to an existing number, such as a price markup or sales tax, multiply the original value by 1 plus the decimal percentage. The formula is Y × (1 + X ÷ 100).
- Convert your percentage increase to a decimal and add 1. For a 15% increase, calculate
1 + (15 ÷ 100) = 1.15. - Multiply your starting number by this factor. To increase 200 by 15%, calculate
200 × 1.15. - Your new increased total is
230.
Calculate a percentage decrease
To deduct a percentage from an original value, such as a retail sale discount, multiply the original value by 1 minus the decimal percentage. The formula is Y × (1 − X ÷ 100).
- Convert your discount to a decimal and subtract it from 1. For a 20% discount, calculate
1 − (20 ÷ 100) = 0.80. - Multiply the base number by this remaining factor. To discount 500 by 20%, calculate
500 × 0.80. - Your final discounted price is
400.
Method 3: Use a standard or mobile calculator
The percent key (%) on phone apps and desk calculators can cause confusion because physical and digital calculators do not all treat it the same way. The most reliable approach on any basic calculator is to use decimals directly.
- Unlock your phone and open the built-in Calculator app on iOS or Android.
- To find a percentage of a number, enter the base value first. For example, type
150. - Press the multiplication key (
×). - Type the percentage rate as a decimal. For 20%, type
0.2. If you are calculating a service tip, you can check our guide on how to calculate a tip for fast decimal equivalents, or use a dedicated tip calculator. - Press the equals sign (
=) to display the answer. - If you want to apply an increase directly using the percent button, type
150 + 20 % =. Some calculators automatically add the $30 and output $180, while others require you to multiply by1.20manually.
Method 4: Calculate percentages in Excel and spreadsheets
Spreadsheet software like Microsoft Excel and Google Sheets stores percentages as raw decimals behind the scenes. When you enter 20%, the program treats it internally as 0.20.
- Click an empty cell where you want your result to appear.
- To calculate what percentage a part is of a whole, type
=, click the cell with the part (such asA2), type/, and click the cell with the total (such asB2). The formula looks like=A2/B2. - Press Enter. You will see a raw decimal like
0.25. - Select the cell and click the percent sign button (
%) in the toolbar under the Home tab. This formats0.25to display as25%without modifying the underlying math. - To calculate percentage change between an old number in cell
A2and a new number in cellB2, enter=(B2-A2)/A2. The parentheses are mandatory so Excel subtracts before dividing. Format the result as a percentage.
Common percentage calculation mistakes and how to fix them
Even simple math can go wrong when numbers get entered into software or tax forms. These four mistakes account for most calculation errors.
Mixing up percentage points with percentage change
If an interest rate rises from 4% to 5%, that is an increase of 1 percentage point. However, the percentage change is (5 − 4) ÷ 4 = 0.25, which equals a 25% increase. Always check whether a document or contract requires the absolute point difference or the relative percentage increase.
Dividing by the new number instead of the old one
When calculating percentage increase or decrease, the denominator must always be the original baseline value, never the updated final value. If revenue jumps from $10,000 to $15,000, you must divide the $5,000 difference by the starting $10,000 (a 50% increase), not the ending $15,000 (which would mistakenly give 33.3%).
Adding sequential percentages together
Percentages cannot simply be added together when applied across successive steps. If an item is discounted by 20% and then an additional 10% coupon is applied at checkout, the total discount is not 30%. The first discount reduces a $100 item to $80. The 10% coupon then takes 10% off $80 ($8), resulting in a final price of $72, or an actual total discount of 28%.
Omitting parentheses in spreadsheet formulas
Spreadsheets strictly follow standard mathematical order of operations, executing division before subtraction. If you type =B2-A2/A2 without parentheses, Excel divides A2 by A2 first (which equals 1) and then subtracts 1 from B2. Always write =(B2-A2)/A2 so the subtraction happens first.
When preparing client statements or business invoices with taxes and discounts applied, getting these calculations right is critical. You can save time and prevent manual rounding errors by preparing itemized bills using a free invoice generator.
Frequently Asked Questions
How do you calculate a percentage of money?
To find a percentage of money, convert the percentage into a decimal by dividing by 100, then multiply that decimal by the dollar amount. For example, to find an 8% sales tax on a $65 purchase, calculate 0.08 × 65 = 5.20. The tax amount is $5.20, bringing the total bill to $70.20.
How do you calculate percentage increase between two numbers?
To calculate the percentage increase between two numbers, subtract the original starting number from the new number, divide that difference by the original number, and multiply by 100. If your monthly power bill rises from $80 to $100, subtract 80 from 100 to get 20, divide 20 by 80 to get 0.25, and multiply by 100 to find a 25% increase.
How do you calculate percentage difference?
Percentage difference is used when comparing two numbers where neither one is considered the original base. To find it, take the absolute difference between the two values, divide that difference by the average of the two numbers, and multiply by 100. For example, comparing 40 and 60 gives a difference of 20 and an average of 50. Dividing 20 by 50 and multiplying by 100 yields a 40% difference.
How do you calculate percentage change in Excel?
To calculate percentage change in Excel, enter the formula =(New_Value - Old_Value) / Old_Value into your target cell, replacing the placeholders with your actual cell references (such as =(C2-B2)/B2). Select the formula cell and click the Percent Style button (or press Ctrl+Shift+% on Windows, Cmd+Shift+% on Mac) to display the decimal as a formatted percentage.