Covrixa Logo COVRIXA
COVRIXA FINANCE LAB

A modern Percentage Calculator for everyday calculations

Calculate percentage increase, decrease, ratio, percentage change, discounts, markups and profit/loss scenarios directly in your browser. Your inputs are processed instantly on the page.

Browser-side calculations
Increase, decrease and ratio modes
Fast mobile-friendly interface
Advertisement

Percentage Calculator Tool

Percentage Calculation

Enter a number and percentage to calculate the result.

Number Percent
#
%
What is Y% of X? Formula: X × Y / 100

Why Covrixa?

No registration
Your data stays on device
Mobile friendly
Completely free

Usage Examples

What is 15% of 200?

Answer: 200 × 15 / 100 = 30

30 is what % of 200?

Answer: 30 / 200 × 100 = 15%

Increase 200 by 15%

Answer: 200 × (1 + 15/100) = 230

Decrease 200 by 15%

Answer: 200 × (1 - 15/100) = 170

What is a $500 item after a 20% discount?

Answer: 500 × (1 - 20/100) = $400

What is a $1,250 salary after a 35% increase?

Answer: 1,250 × (1 + 35/100) = $1,687.50

What percentage is 80 out of 100?

Answer: 80 / 100 × 100 = 80%

A price went from $400 to $460. What is the % increase?

Answer: (460 - 400) / 400 × 100 = 15% increase

An investment grew from $10,000 to $12,500. What is the return?

Answer: (12,500 - 10,000) / 10,000 × 100 = 25% increase

A price dropped from $750 to $600. What is the % decrease?

Answer: (600 - 750) / 750 × 100 = -20% decrease

How It Works

Finding a Percentage of a Number

Multiply the number by the percentage and divide by 100. Example: 20% of 500 = 500 × 20 ÷ 100 = 100.

Finding a Ratio as a Percentage

Divide the part by the total and multiply by 100. Example: 30 is 15% of 200.

Percentage Increase and Decrease

Multiply by (1 + % / 100) to increase, or by (1 - % / 100) to decrease. Example: 200 + 15% = 230, 200 - 15% = 170.

Percentage Change

Subtract the old value from the new value, divide by the old value, and multiply by 100. Formula: (New - Old) / Old × 100. Example: $400 to $460 = (460 - 400) / 400 × 100 = 15% increase.

What Is Percentage Calculation?

A percentage is a value obtained by dividing a whole into 100 equal parts. Derived from the Latin "per centum" (by the hundred), the percentage concept is one of the most widely used mathematical tools for making ratios and changes understandable. Expressing values out of 100 makes it possible to compare numbers of different sizes on a common scale.

In daily life, we frequently encounter percentages: store discounts, salary increases, bank interest rates, exam scores, VAT rates, survey results, and investment returns. Percentage calculation is a fundamental skill that helps us understand these values and shape our decisions.

In finance, percentage calculations are critical: profit and loss ratios, investment returns, interest calculations, and inflation effects all rely on percentages. Loan and compound interest calculations are also built on percentage logic.

Percentage Calculation Formulas

Percentage of a Number

Find a specific percentage of a number.

Number × Percentage / 100

Ratio as a Percentage

Find what percentage one value is of another.

Part / Total × 100

Percentage Increase

Increase a number by a given percentage.

Number × (1 + Percentage / 100)

Percentage Decrease

Decrease a number by a given percentage.

Number × (1 − Percentage / 100)

Percentage Change

Calculate the percentage change between two values. A positive result means an increase, a negative result means a decrease.

(New Value − Old Value) / Old Value × 100

Common Daily and Financial Uses

🛒

Discounts and Price Increases

Calculate discount rates when shopping, salary increases, and price changes. Find the final price of a 20% off item or a 35% increased salary.

📊

Profit and Loss Ratios

Businesses use percentages for profit margin and loss ratio calculations. The difference between cost and selling price is expressed as a percentage.

📈

Investment Return Calculation

Use the percentage change formula to calculate investment returns, compare different investment vehicles, and measure portfolio performance.

🧾

Taxes, Fees and Commissions

VAT, income tax, commission rates, and insurance deductions are expressed as percentages. You need percentage calculation to understand the difference between gross and net values.

🎓

Grades and Success Rates

Convert exam results to percentage success rates, calculate grade averages, and determine pass/fail thresholds. For example, 80 points out of 100 equals 80% success.

Common Mistakes

1

Confusing percentage of a number with ratio calculation

"Finding a percentage of a number" and "finding the ratio between two numbers" are different operations. 15% of 200 is 30, but 30 as a percentage of 200 is 15%.

2

Using the new value instead of the old value as the base

When calculating percentage change, the division is always done by the old value. Using the new value as the base gives an incorrect result.

3

Assuming 20% off + 20% increase returns to the original price

A 20% discount followed by a 20% increase does not return to the original price. A $100 item at 20% off becomes $80, and a 20% increase on $80 gives $96.

4

Entering decimal and thousand separators incorrectly

In US format, the decimal separator is a dot (1,250.50). In some other regions, the comma is the decimal separator (1.250,50). Our tool handles both formats correctly.

5

Forgetting the old value cannot be zero in percentage change

The percentage change formula divides by the old value. If the old value is zero, a division-by-zero error occurs. Percentage change cannot be calculated in this case.

Your Calculations Stay in Your Browser

This tool does not save the calculation values you enter. Calculations are performed instantly in your browser; number and percentage values are used for calculation purposes. No registration is required. Anonymous or aggregated analytics data may be processed to measure and improve site performance.

Advertisement

Basic Percentage Formulas Explained

Finding a percentage: To express a value as a percentage of a total, use (Value / Total) × 100. For example, if 12 out of 30 students in a class are girls, the ratio is (12 / 30) × 100 = 40%. This formula is widely used in survey results and market share analysis.

Calculating a percentage of a number: To find a specific percentage of a number, apply Number × (Percentage / 100). For instance, 20% of $500 equals 500 × (20 / 100) = $100. This is used for VAT calculations, discount amounts, and commission calculations.

Percentage change: To determine the increase or decrease rate between two values, use ((New − Old) / Old) × 100. If a stock rises from $100 to $150, the change rate is ((150 − 100) / 100) × 100 = 50% increase. This formula is essential for investment returns, inflation rates, and growth calculations.

Example Use Case Scenarios

1
VAT Calculation: To find the total price including VAT, add the VAT rate to the base price. For a $1,000 item with 20% VAT, the total is 1,000 × (1 + 20/100) = $1,200.
2
Discount Calculation: Quickly find sale prices during seasonal promotions. An $800 jacket with 35% off comes to 800 × (1 − 35/100) = $520.
3
Salary Raise: Calculate your new salary after an annual raise. A $52,000 salary with a 25% increase becomes 52,000 × 1.25 = $65,000.
4
Grade Calculation: Find your percentage score on an exam by dividing your points by the total and multiplying by 100. A score of 80 out of 100 equals 80% success rate.
5
Interest Rate Comparison: Use percentage calculations to compare deposit interest rates across banks. A $50,000 deposit at 12% annual interest yields 50,000 × 12 / 100 = $6,000 per year.
6
Tip and Commission: Calculate tips at restaurants or sales commissions by multiplying the total amount by the percentage rate. A 10% tip on a $450 bill equals $45.

Frequently Asked Questions

How do you calculate a percentage?

To find a percentage of a number, multiply the number by the percentage and divide by 100. Formula: Number × Percentage / 100. Example: 15% of 200 = 200 × 15 / 100 = 30. This basic formula is used to solve the most common percentage problems in daily life, from calculating discount amounts and VAT to evaluating investment returns and exam scores.

With the Covrixa Percentage Calculator, you can perform this operation in seconds. Simply enter the number and percentage values, and the result appears instantly. The step-by-step breakdown also shows you how the formula works.

How do you calculate percentage increase?

To increase a number by a percentage, multiply by (1 + percentage/100). Formula: Number × (1 + Percentage / 100). Example: Increase 200 by 15% = 200 × (1 + 15/100) = 200 × 1.15 = 230. This calculation is especially useful for salary raises, inflation increases, and investment returns. For instance, an employee earning $52,000 who receives a 25% raise would see a new salary of 52,000 × 1.25 = $65,000.

Select the "% Increase" mode in our tool to easily perform this calculation and view the step-by-step process. The result, increase amount, and final value are all displayed simultaneously.

How do you calculate percentage decrease?

To decrease a number by a percentage, multiply by (1 − percentage/100). Formula: Number × (1 − Percentage / 100). Example: Decrease 200 by 15% = 200 × (1 − 15/100) = 200 × 0.85 = 170. One of the most common uses is shopping discounts. An $800 jacket with 35% off results in a new price of 800 × 0.65 = $520. This formula is also used for loss ratio calculations.

Use the "% Decrease" mode to instantly calculate discounted prices, loss ratios, and reduction amounts. The operation steps and formula explanation are displayed alongside the result.

How do you calculate percentage change between two numbers?

Percentage change is calculated with the formula: (New Value − Old Value) / Old Value × 100. For example, if a product's price rises from $400 to $460, the change rate is (460 − 400) / 400 × 100 = 15% increase. This calculation is critical in the investment world. Portfolio value changes, stock performance, real estate appreciation, and inflation rates are all expressed as percentage changes. A positive result means an increase, a negative result means a decrease.

Use the "% Change" mode on the Covrixa Percentage Calculator to instantly see the percentage difference between two values. Remember that the old value cannot be zero; otherwise the percentage change cannot be calculated.

How do you calculate a discount percentage?

Use the % Decrease mode. Enter the original price as the number and the discount rate as the percentage. Example: A $500 item with a 20% discount = 500 × (1 − 20/100) = $400. You can also reverse the calculation to find the discount rate. By using the "% Change" mode with the original and discounted prices, you can determine what percentage discount was applied.

This tool saves you time when planning your shopping budget or comparing discounted prices across multiple items. All calculations happen in your browser, so your data stays secure.

What does a negative percentage result mean?

A negative percentage result indicates the value has decreased. For example, if a price drops from $400 to $300, the percentage change is -25%, meaning a 25% decrease. A positive result means an increase, and zero means no change. Negative percentages are especially important in financial analysis. Stock declines, loss ratios, population decreases, and sales drops are all expressed as negative percentages. This allows the direction and magnitude of change to be summarized in a single number.

Whether the result is positive or negative depends on which value is designated as old and which as new. Therefore, it is important to enter the correct values into the correct fields when calculating percentage change.

Can I calculate percentages with decimal numbers?

Yes, you can calculate percentages with decimal numbers. You can use a comma or dot as the decimal separator. For example, values like 12.5% or 1,250.75 can be used. Results are shown with sufficient decimal precision. Our tool automatically recognizes both comma-separated (European format) and dot-separated (US format) inputs and processes them correctly.

Complex financial calculations often involve decimal values. Interest rates (12.5%), exchange rates (1.2345), and stock prices (152.75) can all be used comfortably in our tool.

Does this tool save my data?

This tool does not save the calculation values you enter. Calculations are performed instantly in your browser; number and percentage values are used for calculation purposes. No registration is required. Anonymous or aggregated analytics data may be processed to measure and improve site performance. Privacy is important to us. At Covrixa, we follow a no-data-collection, in-page processing principle.

No numerical values you enter during calculations are sent to or stored on our servers. This ensures that all your calculations, including sensitive financial data, remain secure. You can continue using the tool even without an internet connection once the page has loaded.

Related Tools

Other free Covrixa tools you may be interested in

Usage Guide

Percentage Calculator Guide: Increase, Decrease and Ratio Calculations

What is a Percentage Calculator?

A percentage calculator is a versatile tool that helps you solve common percentage problems instantly. Whether you need to find what percentage one number is of another, calculate a percentage increase or decrease, find a percentage of a number, or determine the ratio between two values -- Covrixa's Percentage Calculator handles all these operations in one place.

All calculations are performed directly in your browser. No data is sent to any server, making it a fast and private way to handle everyday math.

How to Use the Percentage Calculator

Covrixa's tool offers four calculation modes, each selectable from tabs at the top:

  1. Find the Percentage -- Calculate what percentage one number is of another. Example: "30 is what percent of 200?" -> 15%.
  2. Percentage Increase/Decrease -- Calculate how much a value increases or decreases by a given percentage. Example: "200 increased by 15%" -> 230.
  3. Find Percentage of a Number -- Calculate a specific percentage of a given number. Example: "What is 15% of 200?" -> 30.
  4. Ratio Calculation -- Determine the ratio between two numbers. Example: ratio of 150 to 50 -> 3:1.

When to Use a Percentage Calculator

Practical Examples

Example 1 -- Discount: A $120 jacket has a 30% discount. Set mode to "Percentage Decrease", enter 120 and 30% -> the sale price is $84.

Example 2 -- Investment Gain: Your crypto went from $2,500 to $3,750. Set mode to "Find the Percentage", enter "3750 is what percent of 2500?" -> 150%, meaning a 50% gain.

Example 3 -- Ratio: A recipe calls for 3 cups flour and 2 cups sugar. Set mode to "Ratio", enter 3 and 2 -> ratio is 3:2.

Prepared by Covrixa Team · Last updated: June 2026

Was this helpful?

Percentage Calculator · Free Tool · Covrixa