GST Calculatorv1.0.0
Compute GST-inclusive and GST-exclusive amounts from any base price or total, with support for custom tax rates and step-by-step formula breakdowns. Handles adding GST to a net price and extracting GST from a gross price in a single interface.
Documentation
Goods and Services Tax applies to the sale price of goods and services in many countries. Two operations are supported: adding GST to a net (before-tax) price to find the gross total, and extracting GST from a gross (tax-inclusive) price to reveal the net amount and tax portion. The GST rate defaults to 10% but can be changed to match any jurisdiction.
- Select a Calculation Mode. Choose Add GST to a price when you know the pre-tax amount and need the final total. Choose Extract GST from a total when you have a GST-inclusive figure and need to separate the tax from the base price.
- Enter the dollar value in the Amount field. Accepted formats include whole numbers (1000), decimals (49.95), fractions (3/4), mixed numbers (5 1/2), and scientific notation (1.5e3). Dollar signs, commas, and percentage symbols are stripped automatically.
- Press the Calculate button or wait briefly for auto-calculation to run after you stop typing. Results appear immediately below the input.
- To adjust the tax percentage, open the Settings panel and change the GST Rate (%) field. Common rates include 5% (Canada), 7% (Thailand), 10% (Australia), 15% (New Zealand), and 18% (India standard rate). Enter any decimal rate such as 7.5 for regions with non-integer percentages.
- Control the number of decimal places shown in results by adjusting the Decimal Places field inside Settings. The default is 2, matching standard currency formatting.
- Enable the Show step-by-step breakdown checkbox inside Settings to view the formula substitution and intermediate values used in each calculation. This is helpful for verifying the arithmetic or for educational purposes.
- When adding GST, the formula applied is: GST Amount = Net Price x (Rate / 100), and Gross Price = Net Price + GST Amount.
- When extracting GST, the formula applied is: Net Price = Gross Price / (1 + Rate / 100), and GST Amount = Gross Price - Net Price.
- Press Reset to clear all inputs and restore the default GST rate of 10%, the default decimal places of 2, and the add-GST mode.
Accurate GST computation matters whenever pricing, invoicing, or budgeting involves tax-inclusive or tax-exclusive figures. Below are practical scenarios where separating tax from base price prevents costly mistakes.
- Retail pricing: Set shelf prices by adding GST to wholesale cost. Enter the supplier cost of 85.50 at a 10% rate to confirm the customer-facing price of 94.05.
- Invoice preparation: Separate the tax component from a lump-sum payment received. Enter the total invoice amount in extract mode to determine the net revenue and the GST payable to the tax authority.
- Freelance and consulting: Quote clients a GST-inclusive rate by entering the desired take-home fee and adding the applicable tax. A freelancer charging 150 per hour at 10% GST quotes 165 per hour.
- Import and export: Determine the landed cost of goods by adding the destination country GST rate to the declared customs value. Switch the rate to match the importing jurisdiction.
- Accounting reconciliation: Verify GST amounts on supplier invoices by extracting the tax from each line item total and comparing the result to the stated tax amount on the document.
- Budget forecasting: Estimate annual GST liability by computing the tax on projected quarterly revenue figures. Multiply the single-period GST amount by the number of periods to forecast the total obligation.
- E-commerce platforms: Display both tax-inclusive and tax-exclusive prices on product pages. Enter the base product cost, add GST at the applicable rate, and publish both figures for customer transparency.
- Cross-border comparison: Compare effective prices across countries with different GST rates. Enter the same base price and toggle the rate between 5%, 10%, 15%, and 18% to see how the final cost changes by jurisdiction.
Inputs, outputs, and what the GST Calculator computes
The form above accepts the following inputs and produces the outputs listed below. This summary is rendered in the page so the parameters are visible to crawlers, assistive tech, and indexing agents that don't fetch the embedded tool frame.
Inputs
- Add GST to a price · default: add
- Extract GST from a total · default: remove
- Amount (text input)
- GST Rate (%) (text input) · default: 10
- Decimal Places (numeric input) · default: 2 · range: 0 to 10
- Show step-by-step breakdown
Controls
Calculate · Reset
Worked example
Goods and Services Tax applies to the sale price of goods and services in many countries.