Calculators/Sales Tax & GST

Sales Tax & GST

Add or subtract VAT, GST, or general sales tax rates from prices instantly.

Tax Direction
$
Tax Rate
%
Net Price
$100.00
Tax Amount
$15.00
Gross Price
$115.00
📢
Advertiser SponsorA light banner block that integrates smoothly.
[AdSense Native Banner]
💡 How to Use & Sales Tax Formulas

How to Use:

  1. Select the Tax Direction using the segmented toggle:
    • Add Tax (+): Calculate tax on top of a net base price (standard checkout scenario).
    • Remove Tax (-): Back-calculate the base price from a tax-inclusive gross amount.
  2. Input the monetary value inside the price textbox.
  3. Set the tax percentage (e.g. 15% GST/VAT) using the slider or precise number field.
  4. Inspect the Net Price, calculated Tax Amount, and Gross Price output blocks. Click 📋 to copy the values.

1. Adding Tax Formula:

Calculates the markup tax and sums them together:

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

2. Removing Tax (Reverse Tax) Formula:

Calculates the underlying pre-tax base price from a total price:

Net Price = Gross Price / (1 + (Tax Rate / 100))
Tax Amount = Gross Price - Net Price
Copied to clipboard!