Free Tool
Percentage
Calculator
Three ways to calculate percentages — instantly.
01 — Basic Percentage
What is
% of
?
02 — Find the Percent
is what percent of
?
%
03 — Percentage Change
What is the percentage increase / decrease
from
to
?
%
Tip: Press Tab to move between fields · Enter to calculate
if (e.key !== 'Enter') return; const focused = document.activeElement; if (!focused || focused.tagName !== 'INPUT') return; const card = focused.closest('.card'); if (card) card.querySelector('button').click(); });