// Free Online Tool
Add GST to a base price or remove GST from a final price. Supports all Indian GST slabs — 5%, 12%, 18%, and 28%. Instant calculation.
// Overview
The GST Calculator is an essential tool for anyone in India doing business, shopping, or managing accounts. GST (Goods and Services Tax) is India's unified indirect tax system introduced on July 1, 2017, replacing multiple taxes like VAT, service tax, and excise duty. It is levied at every stage of the supply chain.
GST in India has four main slabs: 5% (essential items like unbranded food products, mass transit), 12% (processed food, medicines, mobile phones), 18% (most services, electronics, restaurants), and 28% (luxury goods, automobiles, tobacco). There's also 0% for exempt goods like fresh vegetables and educational services.
Our calculator handles two modes: adding GST to a base price to get the invoice total, and removing GST from an MRP or final price to find the base price. Both operations are commonly needed by businesses, accountants, and consumers.
// Guide
// Formula
Adding GST: GST Amount = Base Price × (Rate/100) | Final Price = Base Price + GST Amount
Removing GST: Base Price = Final Price ÷ (1 + Rate/100) | GST Amount = Final Price – Base Price
// Benefits
// Use Cases
// Pro Tips
// FAQ
// Related Tools