Tutorial · 2026-05-12

How to Use the % Button on a Calculator

The percent key on different calculators does different things — here's what to expect on phone, desktop, and four-function calculators.

The % button is not standardized

Surprising but true: the percent key works differently on different calculators. Three main behaviors:

Behavior 1: Simple percent of

Most phone calculators and basic four-function calculators:

80 × 15 % = 12

The % key divides the previous number by 100. So 15 % becomes 0.15, then multiplied by 80 = 12.

Behavior 2: Add/subtract percent

Some calculators interpret +% as “add this percentage”:

80 + 15 % = 92    (15% added)
80 − 15 % = 68    (15% subtracted)

Useful for tax and discount calculations.

Behavior 3: Scientific calculators

Scientific calculators (like iOS in landscape mode) often treat % as a postfix operator that simply means “÷ 100”:

15% = 0.15

You then explicitly multiply: 0.15 × 80 = 12.

The Windows Calculator

Standard mode does the Behavior 2 trick: 200 + 15% = gives 230. Scientific mode behaves differently.

The iPhone/iOS Calculator

Portrait orientation (basic): Behavior 2. 80 + 15% = gives 92.

Landscape orientation (scientific): Behavior 3. 15% gives 0.15.

If in doubt

Skip the % button. Convert manually: divide by 100 first, then multiply. 15 ÷ 100 × 80 always gives 12, on any calculator.

FAQ

Quick answers.

Because the calculator interprets +15% as "add 15% of the running value" (200 + 30 = 230). It is not adding 0.15. Different calculators handle this differently.

Read next

More articles.