// Free Online Tool
Calculate percentages instantly — find X% of Y, what % X is of Y, or the percentage increase/decrease between two values.
// Overview
A Percentage Calculator is a multipurpose arithmetic tool that handles the most common percentage calculations people need in daily life. Whether you're calculating exam marks, figuring out a discount, working out your salary hike percentage, or understanding GST on a product, percentage calculations are everywhere.
Our calculator handles three common scenarios: finding what X% of a number Y is (e.g., "what is 18% of ₹5,000?"), and calculating the percentage change between two values (e.g., "my salary went from ₹40,000 to ₹48,000 — what percentage increase is that?").
Percentages are used in finance (interest rates, returns), academics (marks, grades), commerce (discounts, markup), taxation (GST, income tax slabs), and everyday life. Understanding how to compute them accurately is a fundamental life skill.
// Guide
// Formula
X% of Y = (X ÷ 100) × Y
Percentage Change = [(New – Old) ÷ |Old|] × 100
Positive result = percentage increase. Negative result = percentage decrease.
// Benefits
// Use Cases
// Pro Tips
// FAQ
// Related Tools