GST Calculator - Goods and Services Tax Calculator

Calculate GST (Goods and Services Tax) to add to a base price, or remove GST from a tax-inclusive price, at any tax rate.

AI Quick Summary

Definition & Purpose:

Goods and Services Tax (GST) is an indirect consumption tax included in the final price of goods and services. This calculator either adds GST to a tax-exclusive base price, or works backward to remove GST from a tax-inclusive total.

When to Use:

Use this calculator to work out how much tax to add to a listed price, or to figure out how much of an already-taxed price is the base cost versus the tax itself.

Key Takeaway Insights:

  • Adding and removing GST are not mirror-image operations on the same number — adding 18% to 100 gives118, but removing 18% from that same 118 correctly returns exactly100, while naively subtracting 18% from 118 would give the wrong answer (96.76).
  • GST-inclusive and GST-exclusive prices use different formulas specifically because the tax rate applies to the base price, not to the already-taxed total.
  • The same math underlies GST, VAT, and similar consumption taxes used in many countries — only the rate and terminology differ.

GST Tax Calculation

Calculation Type
$
%

GST Split Summary

Total Gross Price$1,180.00
Net Price (Pre-Tax)$1,000.00
85%
GST Amount$180.00
15%
Cost Proportion
Net Price
GST Amount
Share or Export Results

Introduction

GST Calculator – Add or Remove Goods and Services Tax

Goods and Services Tax (GST) is an indirect consumption tax included in the final price consumers pay for goods and services, though it's collected and remitted to the government by the businesses selling them. This calculator handles both directions of the calculation: adding GST to a tax-exclusive base price, or working backward to strip GST out of a tax-inclusive total.

The GST Formulas

Adding GST (tax-exclusive price):

GST Amount = Base Price × (GST Rate / 100) Total Price = Base Price + GST Amount

Removing GST (tax-inclusive price):

Base Price = (Total Price / 1 + dfracGST Rate)100 GST Amount = Total Price - Base Price

Worked Examples

Adding 18% GST to a $100 base price:

  1. GST Amount = 100 × (18 ÷ 100) =18.00$
  2. Total Price = 100 + 18 =118.00$

Removing 18% GST from a $100 tax-inclusive price:

  1. Base Price = 100 ÷ 1.18 ≈84.75$
  2. GST Amount = 100 - 84.75 =15.25$

Why You Can't Just Subtract the Rate

It's tempting to remove GST from a tax-inclusive price by simply subtracting the tax rate — but that gives the wrong answer. Taking 18% straight off 118 leaves96.76, not the correct 100 base price that produced that118 total in the first place. The issue is that the tax rate applies to the base price, not to the already-taxed total, so removing it correctly requires dividing by (1 + rate ÷ 100) rather than subtracting a percentage of the total.

GST Rate Tiers

Many countries that use GST apply different rates depending on how a product is classified — necessities are often taxed lower, luxury goods higher. Applying different rate tiers to a flat $1,000 base price:

GST RateGST AmountTotal Price
5%$50.00$1,050.00
12%$120.00$1,120.00
18%$180.00$1,180.00
28%$280.00$1,280.00

What This Calculator Does Not Include

Real-world exclusions: This calculator applies a single flat rate to a single amount. It doesn't handle invoices with multiple line items taxed at different rates, tax exemptions, or jurisdiction-specific rules like reverse charge or input tax credits.

Formula & Variables Explained

Add: GSTAmount = BasePrice * (Rate/100), Total = BasePrice + GSTAmount | Remove: BasePrice = TotalPrice / (1 + Rate/100), GSTAmount = TotalPrice - BasePrice

This tool utilizes standard equations formulated under standard rules.

Variables:

  • Input parameter: Values supplied to resolve the output formula.

How to Calculate (Step-by-Step)

  1. Input the required parameters into the form.
  2. Click the calculate or auto-compute option.
  3. The outputs will refresh instantly with step-by-step variables.

Worked Examples Calculation

1Add GST to a $100 Base Price @ 18%

Inputs Given:

Base Price = $100.00, GST Rate = 18%, Mode = Add

Step-by-Step Calculation:

GST Amount = 100 * (18/100) = 18.00. Total Price = 100 + 18 =118.00.

Result Obtained:

GST Amount = 18.00 | Total Price =118.00

2Remove GST from a $100 Tax-Inclusive Price @ 18%

Inputs Given:

Total Price = $100.00, GST Rate = 18%, Mode = Remove

Step-by-Step Calculation:

Base Price = 100 / (1 + 0.18) = 100 / 1.18 = 84.75. GST Amount = 100 - 84.75 =15.25.

Result Obtained:

Base Price = 84.75 | GST Amount =15.25

Real-World Applications

Widely used in student curriculum, professional projections, and quick estimations.

Limitations & Common Mistakes

Caution & Mistakes:
  • Entering incompatible unit formats (e.g. Mixing Metric and Imperial).
  • Typographical mistakes in numeric entry fields.
Limitations:

Applies a single flat tax rate to a single amount. Does not account for multi-rate transactions, exemptions, or jurisdiction-specific tax rules that may apply different rates to different line items.

Frequently Asked Questions (FAQ)

Q:What is the difference between GST inclusive and exclusive prices?

A GST-inclusive price already has the tax baked into the number you see — the listed price is the final amount a buyer pays. A GST-exclusive price is the base cost before tax, meaning the GST amount still needs to be added on top to reach the final purchase price. Which one you're working with determines whether you should add or remove tax with this calculator.

Q:Can GST rates differ by product?

Yes — most countries that use GST apply tiered rates depending on how a product or service is classified, often distinguishing between necessities, standard goods, and luxury items. Common tiers include rates like 5%, 12%, 18%, and 28%, though the exact brackets and what falls into each vary by country.

Q:Is GST the same as VAT?

In practice, GST (Goods and Services Tax) and VAT (Value Added Tax) work the same way — both are multi-stage, destination-based consumption taxes collected at each stage of a product's value chain but ultimately borne by the end consumer. The two terms are largely interchangeable naming conventions used in different countries.

Q:Why can't you just subtract the tax rate to remove GST from a price?

Because the tax rate applies to the base price, not to the total that already includes tax. If an 18% tax on a 100 base price produces a118 total, simply subtracting 18% of 118 (21.24) would give 96.76 — not the correct100 base price. The correct approach divides the total by (1 + rate/100) instead, which correctly reverses the original calculation.

References & Citations

Last Updated: 2026-08-09
Formula Verified
Written By

CalculationDesk Editorial Team

Content & Calculation Editors

The CalculationDesk Editorial Team consists of math educators, technical writers, and product specialists dedicated to ensuring accuracy and clarity for everyday calculations.

Reviewed By

CalculationDesk Review Team

Quality Assurance & Formula Verifiers

Our internal Review Team ensures that every calculator logic corresponds precisely to established academic standards and industry specifications.

Was this calculator helpful?

Embed this Calculator

You are welcome to embed this tool on your own blog or website. Simply copy the code snippet below and paste it into your HTML code.