Percentage Change Calculator
Calculate percentage increase or decrease between two values — enter an original and new value to get the percentage change, absolute difference, and direction instantly.
FREE ONLINE TOOL
Calculate percentages with 4 modes: X% of Y, what percent X is of Y, percentage change, and markup/discount. Real-time results with visual bar and stat cards.
Percentage Calculator is a free, browser-based math tool. Calculate percentages with 4 modes: X% of Y, what percent X is of Y, percentage change, and markup/discount. Real-time results with visual bar and stat cards.
More Math Tools
Universal Unit ConverterConvert 90+ units across 10 categories: length, weight, temperature, volume, are Scientific CalculatorFull scientific calculator with dark theme UI, trig functions (sin/cos/tan), log Random Number GeneratorGenerate random numbers within any range with optional no-duplicate mode. Number Base ConverterConvert numbers between binary, octal, decimal, hexadecimal, and custom bases (2A percentage is simply a fraction whose denominator is 100, but the number of contexts in which people calculate percentages is astonishingly broad: sales tax, tips, discounts, grade averages, markup, commission, growth rates, poll results, medication dosages, and every field of business and science. The three fundamental operations are 'X is what percent of Y', 'what is X percent of Y', and 'Y increased or decreased by X percent'. FastTool's percentage calculator exposes all three plus percent change between two values in a clean interface that runs locally. You pick the operation, enter two numbers, and see the answer plus the worked calculation so it is clear exactly what the tool did on your behalf.
Percentages are everywhere, and getting them wrong in the wrong context — a medication dosage, a tax filing, a discount negotiation — has real consequences. Mental maths works for round numbers, but real-world numbers are rarely round, and even competent adults misread 'a 20% increase followed by a 20% decrease' as returning to the original value (it does not — you end up at 96% of the original). A reliable calculator removes the cognitive load and makes it easy to double-check before acting on any percentage-based decision.
Percentage of a number: part = (percent / 100) × whole. Number as a percentage of another: percent = (part / whole) × 100. Percent increase: new = old × (1 + percent / 100). Percent decrease: new = old × (1 - percent / 100). Percent change between two values: change = ((new - old) / old) × 100. The classic gotcha is that successive percentage changes do not simply add: a 20% increase followed by a 20% decrease is × 1.20 × 0.80 = 0.96, a 4% net decrease. Similarly, a 50% gain followed by a 50% loss leaves you with 75% of the original, not 100%. This is why investment returns quoted as averages are almost always arithmetic means, while the return that actually matters is the geometric mean, which is always smaller for any volatile series. Understanding this gap is what separates informed investors from the ones who get burned by average-return marketing.
When you see a discount 'stacked' with another discount in an ad, never add them. A '30% off plus 20% off at checkout' is 44% off, not 50%, because the second discount applies to the already-reduced price. Train yourself to compute (1 - d₁) × (1 - d₂) mentally, and you will stop being surprised at the till.
Calculations use the closed-form formula for the operation, implemented with attention to numerical stability (avoiding catastrophic cancellation, using the well-conditioned form of standard identities, and returning scientific notation for very large or very small magnitudes to preserve significant digits). Arithmetic runs in IEEE-754 double-precision, providing 15-17 significant decimal digits — more than enough for any classroom or engineering application but not a replacement for arbitrary-precision libraries in research contexts.
Percentage Calculator is a free, browser-based utility in the Math category. Calculate percentages with 4 modes: X% of Y, what percent X is of Y, percentage change, and markup/discount. Real-time results with visual bar and stat cards. Standard processing runs on the client — no account is required, and there is no paywall or usage cap. The implementation uses audited standard-library primitives and published specifications rather than proprietary algorithms, so the output is reproducible and transparent.
FastTool targets WCAG 2.2 Level AA conformance: keyboard-navigable controls, visible focus states, semantic HTML, sufficient colour contrast, and screen-reader compatibility. If you encounter an accessibility issue, please reach us via the site footer.
Percentages surface constantly in everyday life, from calculating a tip at dinner to figuring out a sale discount, computing tax, or analyzing survey data. Despite being a simple concept, manual percentage math is error-prone, especially with chained calculations like markups or compound changes. This tool handles all common percentage operations, including finding what percent one number is of another, applying increases and decreases, and reversing a percentage to find the original value.
You might also like our Percentage Change Calculator. Check out our Discount Calculator. For related tasks, try our Matrix Calculator.
Multiply 200 by 0.15 to get 30. This is useful for calculating tips, discounts, or tax amounts.
Divide 75 by 300 and multiply by 100: (75 / 300) * 100 = 25%. This tells you the proportional relationship.
Percentage change = ((100 - 80) / 80) * 100 = 25%. Always divide by the original value, not the new one.
| Feature | Browser-Based (FastTool) | Graphing Calculator | Math Suite |
|---|---|---|---|
| Setup Time | 0 seconds | 10-30 minutes | 2-5 minutes signup |
| Data Privacy | Browser-based standard processing | Stays on your machine | Stored on company servers |
| Cost | Completely free | One-time or subscription | Freemium with limits |
| Cross-Platform | Works everywhere | Platform-dependent | Browser-based but limited |
| Speed | Instant results | Fast once installed | Network latency applies |
| Collaboration | Share via URL | File sharing required | Built-in collaboration |
No tool is perfect for every scenario. Here are situations where a different approach will serve you better:
The word 'percent' comes from the Latin 'per centum,' meaning 'by the hundred.' While the concept seems elementary, percentage-related errors are surprisingly common even among professionals. The key insight is that percentages are relative, not absolute: a 50% increase followed by a 50% decrease does not return to the original value — it results in a 25% net decrease. Similarly, if Product A is 25% more expensive than Product B, then Product B is 20% cheaper than Product A (not 25% cheaper). This asymmetry is the source of many pricing and statistical misunderstandings.
Percentage points versus percentages is a distinction that matters enormously in finance and statistics. If an interest rate rises from 5% to 7%, it has increased by 2 percentage points but by 40 percent. News reports that confuse these terms can dramatically misrepresent the magnitude of changes. In business contexts, understanding compound percentage growth is essential: a company growing at 10% annually will double in approximately 7.2 years (the Rule of 72 — divide 72 by the growth rate to estimate the doubling time).
Percentage Calculator is implemented in pure JavaScript using ES modules and the browser's native APIs with capabilities including 4 calculation modes: X% of Y, X is what % of Y, % change, markup/discount, real-time calculation as you type, visual percentage bar with animation. The tool processes input through a validation-transformation-output pipeline, with each stage designed for reliability and speed. Standard computation happens client-side in the browser's sandboxed environment, so it does not require a FastTool application server. The responsive interface uses standard HTML and CSS, adapting to any screen size without compromising functionality.
The concept of negative numbers was controversial in European mathematics until the 17th century, though Chinese and Indian mathematicians had used them for centuries.
Zero was first used as a number by ancient Indian mathematicians around the 5th century. Before that, most civilizations had no concept of nothingness as a number.
You can calculate what percentage one number is of another directly in your browser using Percentage Calculator. Calculate percentages with 4 modes: X% of Y, what percent X is of Y, percentage change, and markup/discount. Real-time results with visual bar and stat cards. Simply enter your numbers or mathematical expression, adjust settings like 4 calculation modes: X% of Y, X is what % of Y, % change, markup/discount, real-time calculation as you type, visual percentage bar with animation, and the tool handles the rest. Results appear instantly with no server processing or account required.
Percentage change and how is it calculated is a key concept in math that Percentage Calculator helps you work with. Calculate percentages with 4 modes: X% of Y, what percent X is of Y, percentage change, and markup/discount. Real-time results with visual bar and stat cards. Understanding percentage change and how is it calculated is important because it affects how you approach this type of task. Percentage Calculator on FastTool lets you explore and apply percentage change and how is it calculated directly in your browser, with features like 4 calculation modes: X% of Y, X is what % of Y, % change, markup/discount, real-time calculation as you type, visual percentage bar with animation — no sign-up or download required.
Check out: Percentage Change Calculator
You can add or subtract a percentage from a number directly in your browser using Percentage Calculator. Calculate percentages with 4 modes: X% of Y, what percent X is of Y, percentage change, and markup/discount. Real-time results with visual bar and stat cards. Simply enter your numbers or mathematical expression, adjust settings like 4 calculation modes: X% of Y, X is what % of Y, % change, markup/discount, real-time calculation as you type, visual percentage bar with animation, and the tool handles the rest. Results appear instantly with no server processing or account required.
Difference between markup and discount percentage is a key concept in math that Percentage Calculator helps you work with. Calculate percentages with 4 modes: X% of Y, what percent X is of Y, percentage change, and markup/discount. Real-time results with visual bar and stat cards. Understanding difference between markup and discount percentage is important because it affects how you approach this type of task. Percentage Calculator on FastTool lets you explore and apply difference between markup and discount percentage directly in your browser, with features like 4 calculation modes: X% of Y, X is what % of Y, % change, markup/discount, real-time calculation as you type, visual percentage bar with animation — no sign-up or download required.
You might also find useful: Discount Calculator
This is a common question about Percentage Calculator. Calculate percentages with 4 modes: X% of Y, what percent X is of Y, percentage change, and markup/discount. Real-time results with visual bar and stat cards. The tool features 4 calculation modes: X% of Y, X is what % of Y, % change, markup/discount, real-time calculation as you type, visual percentage bar with animation and runs entirely client-side for maximum privacy. It is one of 902 free tools on FastTool, focused on calculations, conversions, and mathematical analysis.
Think of Percentage Calculator as your go-to math assistant in the browser. Calculate percentages with 4 modes: X% of Y, what percent X is of Y, percentage change, and markup/discount. Real-time results with visual bar and stat cards. It includes 4 calculation modes: X% of Y, X is what % of Y, % change, markup/discount, real-time calculation as you type, visual percentage bar with animation. It serves students, teachers, and professionals who want to solve math problems quickly and accurately without installing software or creating accounts. The entire experience is free, private, and instant.
Check out: Proportion Calculator
Yes, Percentage Calculator works perfectly on mobile devices. The responsive design ensures buttons and inputs are sized for touch interaction, with adequate spacing to prevent accidental taps. Whether you are on a small phone screen or a large tablet, the experience remains smooth, complete, and fully functional. Performance is optimized for mobile browsers, so even on older devices you will get fast results without lag or freezing.
After the initial load, yes. Percentage Calculator does not make any server requests during operation, so losing your internet connection will not affect the tool's functionality or cause data loss. All processing logic is downloaded as part of the page and runs entirely in your browser. Save the page as a bookmark for easy access when you are back online, and the tool will work again immediately after the page reloads.
You might also find useful: Tip Calculator
Most online math tools either charge money for full access or require account-based server processing, which raises both cost and data-handling concerns. Percentage Calculator avoids those tradeoffs for standard workflows: it is free, browser-first, and delivers instant results. On top of that, it supports 21 languages with full right-to-left layout support, works offline after loading, and runs on any device without requiring an app download or account creation.
Percentage Calculator offers multilingual support with 21 languages including English, Turkish, Hindi, Japanese, Korean, and more. Whether you prefer French, German, Spanish, Portuguese, or another supported language, the entire interface translates instantly using a client-side translation system. Right-to-left scripts like Arabic and Urdu are handled natively with full layout mirroring. This makes Percentage Calculator accessible to users worldwide regardless of their primary language.
Check out: Fraction Calculator
Use Percentage Calculator for interest rate calculations, amortization estimates, and other financial math tasks. This is a scenario where having a reliable, always-available tool in your browser saves meaningful time compared to launching a desktop application or searching for an alternative.
Scale recipe ingredients up or down using Percentage Calculator — perfect for adjusting serving sizes without manual arithmetic. Because Percentage Calculator runs entirely in your browser, you maintain full control over your data throughout the process, which is especially important when working with sensitive or proprietary information.
Calculate training loads, pace targets, and body composition metrics with Percentage Calculator to support your fitness goals. This is a scenario where having a reliable, always-available tool in your browser saves meaningful time compared to launching a desktop application or searching for an alternative.
Use Percentage Calculator to compute statistical measures, probability values, and distribution parameters for academic or professional analysis. Since there are no usage limits, you can repeat this workflow as many times as needed, experimenting with different inputs and settings until you achieve the exact result you want.
MOST POPULAR
The most frequently used tools by our community.
BROWSE BY CATEGORY
Find the right tool for your task across 17 specialized categories.
Articles and guides that reference this tool:
Authoritative sources and official specifications that back the information on this page.
Definition and formulas
Mathematical reference
General reference