Math

Percentage Calculator.

Live percentage math inside a luminous glass workspace for formula, change, difference, marks, money, tips, discounts, and spreadsheet use.

SPEC // PARAMETERS

Answer

Example: 25% of 200

MODE_VAR: PERCENTOF

[ Primary Value ]

Percentage

[ Secondary Value ]

Base value

DATA_POINT_RESOLUTION

CALCULATED // VALUE

50

Amount

SPEC // FORMULA

percent = 25 / 100 * 200

LOGIC: 25% of 200 is 50.

REF // SYMBOLS

Excel_FN

=25/100*200

Sheets_FN

=25/100*200

Need a change for Percentage Calculator?

About this calculator

Method, formulas, and limits.

What this does

Solves nine common percentage problems in one tool: percent of a number, what percent one number is of another, percentage increase or decrease, percentage difference between two values, percentage point changes, reverse percentage calculations, discount amounts, tip and tax totals, and exam mark percentages.

Who it is for

Students working on math homework, professionals calculating discounts or tax, teachers grading assignments, shoppers figuring out sale prices, and anyone who needs quick percentage answers without memorizing formulas.

How it works

Each mode uses the standard percentage formula appropriate for that calculation. For example, percent of a number uses (percentage / 100) x base value, while percentage change uses ((new - old) / old) x 100. Results update live as you type, and each mode shows the formula used so you can verify the math or replicate it in Excel.

Limitations

All calculations are exact to two decimal places. The difference mode compares two values against their average, not a starting point. Percentage point changes are shown as the arithmetic difference between two percentages, distinct from a relative percentage change.

Key calculations

Percent of a Number
Multiply the percentage by the base value and divide by 100. result = (percentage × base) / 100
Percentage Change
Find the relative difference between an old and new value. change = ((new − old) / old) × 100
Percentage Difference
Compare two values against their average rather than a starting point. difference = (|a − b| / ((a + b) / 2)) × 100
Reverse Percentage
Find the original value before a percentage change. original = final / (1 + percent / 100)

Reference ranges

Percent Of
Common uses range from 5% (small sales tax) to 25% (tip). Discounts typically fall between 10% and 50% off the original price.
Increase or Decrease
Single-digit percentage changes are normal for daily price shifts. Double-digit changes indicate significant movement, such as an 80% to 100% increase for a stock doubling.
Difference
Values under 10% mean two numbers are close relative to their average. Over 50% means they are far apart. The result is always positive because it measures symmetric distance.
Percentage Points
A move from 35% to 40% is a 5 percentage point change, which is very different from a 14.3% relative increase. This mode clarifies that distinction.

How to use it

  1. 1.Choose a modeSelect one of nine modes from the sidebar: percent of, what percent, increase or decrease, difference, percentage points, reverse change, discount, tip or tax, or exam marks.
  2. 2.Enter your valuesType numbers into the primary and secondary input fields. The label above each field changes to describe the value expected for the selected mode.
  3. 3.Read the resultThe calculated value appears instantly in the large result panel. The formula, Excel equivalent, and Google Sheets equivalent are displayed below for verification.
  4. 4.Adjust inputs at any timeChange either value and the result updates live. Use the mode buttons in the sidebar to switch to a different calculation type.
  5. 5.Share your calculationClick CSV_SHARE to copy a URL with your current mode and values, or PRNT_OUT to send the page to a printer.

Use (new − old) / old × 100. For example, if a value rises from 80 to 100, the increase is ((100 − 80) / 80) × 100 = 25%. A negative result means a decrease rather than an increase.

Use (percentage / 100) × base value. For example, 25% of 200 is (25 / 100) × 200 = 50. You can also think of it as multiplying the base by the decimal form of the percentage.

Use the same formulas in any spreadsheet. For what percent, use =A1/B1*100. For percent of a number, use =A1*B1/100. For percentage change, use =(B1-A1)/A1*100. Most spreadsheet programs use the same arithmetic so you can copy the formulas shown in the reference panel.

Percentage increase uses a start value and an end value to measure growth or decline from a known starting point. Percentage difference compares two values against their average, which is useful when neither value is the clear starting point. The two methods give different results for the same pair of numbers.

A change from 35% to 40% is 5 percentage points, not a 5% increase. The relative increase is (40 − 35) / 35 × 100 ≈ 14.3%. Percentage points measure the arithmetic difference between two percentages, while percent change measures the relative difference.

Yes, the discount mode calculates the sale price after a percentage off the original price. For product pricing scenarios like comparing markup percentage versus margin percentage, or for batch export workflows, open the Markup Calculator which is designed specifically for those use cases.

Related calculators

Quick jumps