OOnDevice

Percentage Calculator

Calculate percentages: what is X% of Y, X is what % of Y, and percentage change.

Works offlineNothing uploaded
What is% of?
is what % of?
Change fromto

How to use it

1

Choose calculation type

Select the percentage operation you need.

2

Enter your values

Input the numbers for your calculation.

3

View the result

See the calculated percentage instantly.

When to use Percentage Calculator

You're a tenant in New York reviewing a lease renewal notice that says rent is going up by $127 on a $1,650 base — and you want to know if that's a legal 7.7% increase or something higher. Enter the old and new numbers in percentage-change mode and the answer is instant. The calculator covers three operations: X% of a value (what is 8.5% sales tax on $340?), what percent one number is of another (you scored 47 out of 55 — what percentage is that?), and the change between two values. All arithmetic runs in your browser tab with JavaScript — your numbers stay on your screen. Walk away with the exact figure for your form, your receipt check, or your argument at the table.

  • Check if a rent increase exceeds the legal cap
  • Find what score 47 out of 55 is as a percentage
  • Calculate 15% sales tax on a $340 restaurant supply order

About this tool

Three percentage problems come up constantly: what is X% of a number, a number is what percent of another number, and the percentage change between two values. This handles all three. Pick the mode, enter your numbers, and get the answer instantly — no formula lookup required. Useful for tax calculations, sale-price checks, grade curves, stat comparisons, and budget splits. The math runs on your computer with JavaScript — no inputs are stored or sent anywhere. Pure computation, no AI involved.

Frequently asked

What calculations can I do?
Three types: what is X% of Y, X is what percent of Y, and the percentage change between two numbers.
How is percentage change calculated?
Percentage change = ((new - old) / |old|) x 100. A positive result means an increase, negative means a decrease.
Is this percentage calculator private? Can I use it offline?
Yes on both counts. The arithmetic runs through JavaScript's Number type in your browser tab — the percentages you enter never leave this session, and the page works without a network connection.