GST Calculator

Calculate inclusive/exclusive GST, build invoices, and split taxes.

₹0 Total Amount (Incl. GST)

Net Amount (Excl.)

₹0

Total GST

₹0

Effective Rate

0%

CGST

₹0

SGST

₹0

Introduction

The GST Calculator (Goods and Services Tax) computes tax amounts for both inclusive and exclusive pricing, automatically splits CGST/SGST for intra-state transactions, and generates professional multi-item invoices. It is an essential utility for business owners, accountants, and anyone dealing with modern indirect taxation.

How to Use the Calculator

  • Select Mode: Choose 'Single Item' for quick checks or 'Multiple Items' to use the Invoice Builder.
  • Enter Amount: Input the Net price (exclusive of tax) or the Gross price (inclusive of tax).
  • Select GST Rate: Choose standard slab rates (0%, 5%, 12%, 18%, 28%) or input a custom rate.
  • Choose GST Type: Select Intra-State (splits into CGST + SGST) or Inter-State (calculates standard IGST).
  • Toggle Inclusive/Exclusive: Use the switch to tell the calculator whether your starting amount already has GST embedded inside it.
  • Print & Export: Generate a print-ready invoice or copy the numerical summary for your records.

How It Works (Core Logic)

Calculating GST depends heavily on whether your base amount already includes the tax or not. Our engine handles both forward (Exclusive) and backward (Inclusive) equations:

# Exclusive Calculation (Adding Tax)
GST_Amount = Net_Amount × (Rate / 100)
Total_Amount = Net_Amount + GST_Amount

# Inclusive Calculation (Extracting Tax)
Net_Amount = Total_Amount / (1 + Rate / 100)
GST_Amount = Total_Amount - Net_Amount

# Intra-State Split (CGST/SGST)
CGST = GST_Amount / 2
SGST = GST_Amount / 2

Understanding the Results

Output What It Means
Net AmountThe base price of the item before any GST is applied.
Total GSTThe pure, aggregated tax amount owed to the government.
Total AmountThe final price including the GST (Net Amount + Total GST).
CGST / SGSTCentral and State GST. The tax is split exactly in half for intra-state sales.
IGSTIntegrated GST. Applies to the full amount for inter-state sales.

Real-Life Examples

Example 1: Restaurant Bill

Details: ₹2,000 (Exclusive) at 5% GST

Action: Intra-state setting applied

Result: Total is ₹2,100 (CGST: ₹50, SGST: ₹50)

Example 2: Electronics Buy

Details: ₹11,800 (Inclusive) at 18% GST

Action: Inter-state setting applied

Result: Net is ₹10,000. IGST collected is ₹1,800

Tips, Insights & Best Practices

  • Know your GST type: Use Intra-state (CGST+SGST) when the buyer and seller are physically in the same state.
  • Use inclusive mode for MRP: Most standard retail prices in stores already include GST embedded within them.
  • Use exclusive mode for B2B: Business-to-Business quotes and invoices almost exclusively show taxes as a separate, added line item.
  • HSN code lookup: Unsure of the rate? Products are classified by Harmonized System of Nomenclature (HSN) codes which dictate their exact GST slab.

Advanced Insights: GST Architecture

Rate Goods / Services Examples
0%Essential food items, basic education, healthcare.
5%Packaged food, footwear under ₹500, mass transport.
12%Processed food, computers, basic mobile phones.
18%Most standard goods and services (The default slab).
28%Luxury items, sin goods (tobacco), automobiles.

GST vs VAT vs Sales Tax

Feature GST VAT Sales Tax
Destination-basedYesNoNo
Cascading EffectEliminatedPresentPresent
Input Tax CreditFullPartialNone

FAQs

Q: What's the difference between CGST, SGST, and IGST?

A: CGST (Central) and SGST (State) apply when the buyer and seller are physically located in the exact same state. IGST applies when they are conducting business across state lines.

Q: How do I know if an amount is inclusive or exclusive of GST?

A: Standard retail prices (MRP printed on a box) are inherently inclusive. Business-to-business quotes are almost always exclusive. When in doubt, toggle the inclusive slider to match your official invoice.

Q: Can I use this for other countries' GST/VAT systems?

A: Yes, the core mathematical logic works perfectly for any percentage-based tax globally. However, the specific CGST/SGST split logic is heavily tied to the Indian GST legal framework.

Q: Is GST calculated on top of the MRP?

A: No. MRP (Maximum Retail Price) already legally includes the GST. The GST amount is simply mathematically embedded inside the printed price.

Limitations & Disclaimer

This calculator provides estimates: Actual tax liability may vary significantly based on highly specific HSN codes, state-specific rules, exemptions, and recent government amendments. Always consult a certified tax professional or Chartered Accountant for your official filings.

Conclusion: The GST Calculator simplifies complex, multi-tier tax systems. Whether you are a business owner invoicing a client or a consumer checking a bill, get perfectly accurate tax calculations instantly.

Suggest a Tool