UltraConvert
Finance

GST / VAT Calculator

Calculate GST, VAT, and sales tax for any amount with support for adding tax (price-exclusive → inclusive) or removing tax (inclusive → exclusive). Includes presets for India's GST rates (5%, 12%, 18%, 28%), EU VAT (19-21%), UK VAT (20%), Australia GST (10%), New Zealand GST (15%), and Canadian GST/HST. Features CGST/SGST split calculation for Indian intra-state transactions and multi-currency display.

What does this tool do?

The GST/VAT Calculator handles two fundamental tax calculations: adding tax to a net amount (exclusive → inclusive) and removing tax from a gross amount (inclusive → exclusive). It supports any custom tax rate as well as country-specific presets with the most common rates. For India, it automatically calculates CGST (Central GST) and SGST (State GST) split for intra-state transactions, or shows IGST for inter-state. Results show net amount, tax amount, and gross amount with clear breakdowns. Multi-currency display helps international business.

How it works

For add tax: Gross = Net × (1 + Rate/100), Tax = Gross - Net. For remove tax: Net = Gross / (1 + Rate/100), Tax = Gross - Net. Indian GST split: CGST = SGST = Total Tax / 2 for intra-state (equal central and state components). IGST = Total Tax for inter-state (integrated GST, no split). The tool uses JavaScript's Number for calculations with appropriate rounding to 2 decimal places for currency. Exchange rates are approximate for display purposes only; actual transactions use current market rates.

Features

How to use

  1. 1

    Select operation

    Choose 'Add Tax' to calculate final price from pre-tax amount. Choose 'Remove Tax' to find pre-tax price from total.

  2. 2

    Enter amount

    Input either the net amount (before tax) or gross amount (after tax) depending on your selected operation.

  3. 3

    Select tax rate

    Use a country preset or enter a custom percentage. For India, also select whether CGST/SGST or IGST applies.

  4. 4

    Review breakdown

    See net amount, calculated tax, and gross total. For India, see the CGST/SGST split or IGST as applicable.

Common use cases

Invoice preparation

Calculate correct tax amounts for invoices, showing proper breakdown of net, tax, and total for customers.

Price comparison

Compare prices that include or exclude tax by converting to the same basis — helpful for B2B purchasing decisions.

Receipt verification

Verify that tax on receipts was calculated correctly by removing tax from the total and checking against the pre-tax amount.

Cross-border commerce

Calculate VAT/GST for international sales with different rates for different customer locations.

Tips & best practices

Frequently asked questions

How does Indian GST split work?
Intra-state (within same state): CGST + SGST = total GST, split equally between central and state. Inter-state: IGST only (no split), collected by central but eventually shared with destination state.
What's the difference between GST and VAT?
Mostly terminology. GST (Goods and Services Tax) is used by India, Australia, NZ, Canada, Singapore — unified federal+state or national tax. VAT (Value Added Tax) is the EU/UK term. Both are consumption taxes on value added at each stage.
Why is removing tax different from subtracting the percentage?
Tax is added to the net: £100 + 20% = £120. But £120 - 20% = £96, not £100. To reverse: £120 / 1.20 = £100. The base amount is different, so simple subtraction doesn't work.
Are the exchange rates accurate?
Exchange rates shown are approximate for reference. Actual transaction rates vary by payment provider, bank, and timing. Use current rates from your financial institution for actual transactions.

Related tools