Back to all guides
Finance & Math6 min read

GST and VAT Calculation: Formulas for Tax-Inclusive and Tax-Exclusive Pricing

Learn the mathematical difference between adding tax and extracting tax, reverse VAT formulas, multi-tier tax brackets, and invoice compliance.

A
Aakash Sharma
Creator of Softnag & Full-Stack Developer
Published: August 5, 2026Updated: August 16, 2026
GST and VAT Calculation: Formulas for Tax-Inclusive and Tax-Exclusive Pricing - Finance & Math Illustrated Guide
Finance & Math

Finance & Math technical reference asset

Share this guide

Value-Added Tax (VAT) and Goods and Services Tax (GST) are destination-based consumption taxes levied on goods and services in over 160 countries worldwide, including the EU, UK, Canada, Australia, Singapore, and India.

For business owners, freelancers, and consumers, knowing how to accurately add tax to a quote or reverse-calculate the pre-tax base price from a total receipt is essential for correct bookkeeping.

Tax-Inclusive vs. Tax-Exclusive Pricing#

• Tax-Exclusive Price (Net Price): The base price of the item before any tax is added. B2B wholesale transactions are typically quoted exclusive of tax.

• Tax-Inclusive Price (Gross Price): The final checkout price that includes all applicable GST/VAT. Consumer retail prices (such as on supermarket shelves) are legally required to be displayed inclusive of tax in most jurisdictions.

Formula 1: Adding GST to Net Price (Tax Exclusive)#

To calculate the tax amount and total gross price from a net amount:

text
GST Amount  = Net Price * (Tax Rate / 100)
Gross Price = Net Price + GST Amount
            = Net Price * (1 + Tax Rate / 100)

Example ($500 base price at 18% GST):
  GST Amount  = 500 * 0.18 = $90.00
  Gross Total = 500 + 90   = $590.00

Formula 2: Extracting GST from Gross Price (Tax Inclusive)#

When you receive a total invoice of $590 and need to determine the original pre-tax base price and the tax paid:

text
Net Price   = Gross Price / (1 + Tax Rate / 100)
GST Amount  = Gross Price - Net Price
            = Gross Price * [Tax Rate / (100 + Tax Rate)]

Example ($590 total receipt at 18% GST):
  Net Price  = 590 / (1 + 0.18) = 590 / 1.18 = $500.00
  GST Amount = 590 - 500 = $90.00

The Common Reverse Tax Trap ($118 - 18% ≠ $100)#

A very frequent accounting mistake is attempting to extract 18% tax from $118 by simply calculating $118 \times 0.18 = $21.24$, and subtracting: $118 - 21.24 = $96.76$.

This is mathematically incorrect because the 18% tax was originally added to the base price of $100 ($18 tax), not the final $118 total. Always divide by `1 + (Rate / 100)` to find the true base.

Input Tax Credit (ITC) Basics for Invoicing#

In a GST system, businesses claim Input Tax Credits on the tax paid for business purchases (laptops, software subscriptions, office rent) against the tax collected from client sales, paying only the net difference to the government.

Key Takeaways & Best Practices
  • Tax-Exclusive: Multiply net price by $(1 + \text{Rate}/100)$ to get total.
  • Tax-Inclusive: Divide gross price by $(1 + \text{Rate}/100)$ to extract base price.
  • Never extract tax by subtracting a direct percentage from the gross total.
  • Ensure invoice line items clearly display net price, tax percentage, and total.

Final Thoughts

Calculate inclusive and exclusive GST, VAT, and sales tax in seconds with Softnag’s GST Calculator.

Related Technical Guides

View all 40 guides →