{{ summaryTitle }}
{{ summaryValue }}
{{ summarySubtitle }}
{{ badge.label }}
{{ gstStageRateLabel }} Net GST Gross
GST inputs
Match the document: taxable price, GST-inclusive total, or GST-only line.
{{ amountFieldHint }}
$
Enter 0-100; decimal rates such as 9.5 are accepted.
%
Pick a preset to update GST rate, or leave Custom after typing your own percentage.
Use a whole number of identical units; minimum 1.
units
Select the receipt tax-head format required for your invoice.
Use invoice-total for summed rounding; per-unit for line-item rounding.
Nearest, down, or up to the cent; match the source system.
Optional; try April receipt audit or 9% vs 10% check.
Metric Value Copy
{{ row.label }} {{ row.value }}
Priority Action Why Copy
{{ row.priority }} {{ row.action }} {{ row.why }}
No invoice split chart data is available for the current inputs.
No GST rate ladder data is available for the current inputs.

        
Customize
Advanced
:

Introduction

A GST figure is only useful when the starting amount is understood. The same receipt number can be a pre-tax price, a customer-facing total that already includes tax, or the tax line itself. Each case uses the same rate, but it answers a different question: add GST, extract GST, or recover the taxable base behind a GST amount.

Goods and services tax is a consumption tax charged on taxable supplies in many jurisdictions. Businesses usually collect it from the buyer and report it to the tax authority, while tax credits, exemptions, zero-rating, imports, exports, and place-of-supply rules decide whether GST should appear on a particular transaction. Arithmetic checks can confirm the numbers after those classification decisions are known; they do not replace them.

Taxable base
The amount before GST is added. This is the base for the percentage calculation.
GST-inclusive total
The final amount paid by the customer after GST is included.
GST amount
The tax component calculated from the base or extracted from the inclusive total.
Tax head
The label used to present GST on an invoice, such as one combined line or an Indian CGST, SGST, or IGST line.
GST calculation paths Three source amount types lead to taxable base, GST amount, and GST-inclusive total. Three ways to read a GST amount The source amount decides whether GST is added, extracted from a total, or used to recover the base. Taxable base add GST Inclusive total extract GST GST amount recover base base + GST = total

Inclusive GST is the common trap. If a price already includes 10% GST, the tax is not 10% of that final price. The tax was applied to the smaller pre-tax base, so the inclusive total has to be divided by the tax multiplier before the tax share is isolated. At a 10% rate, GST is 10/110 of the inclusive total; at a 15% rate, it is 15/115.

Rounding creates another difference that can look like an error. Some invoices round after the whole line is extended across quantity, while others round the one-unit tax first and then multiply. The rate may be correct in both cases, yet the posted GST can differ by a cent or more on larger quantities.

GST arithmetic is a receipt check, pricing aid, and audit trail aid. It cannot decide whether a sale is taxable, exempt, zero-rated, GST-free, interstate, imported, exported, or subject to a special rate. Those answers depend on the jurisdiction, transaction date, supply type, customer status, and official guidance.

How to Use This Tool:

Start by matching the number in front of you. The amount field represents one unit, so use quantity only when that one-unit value needs to be extended across identical items.

  1. Choose Calculation basis. Use From taxable amount to add GST, From total amount to extract GST from an inclusive price, or From GST amount to back-solve the base behind a tax line.
  2. Enter the amount for one unit and set the GST rate. Rates from 0% to 100% are accepted, but GST-only mode needs a rate above 0% because a tax line cannot recover a base from a zero rate.
  3. Use Rate preset only as a shortcut for a rate you have already confirmed. The preset list includes Singapore 9%, Australia 10%, New Zealand 15%, and several Indian-labeled slab values, but official rate schedules can change.
  4. Set Quantity for repeated units. The tool rounds quantity to at least one whole unit.
  5. Choose GST structure for presentation. Combined GST keeps one tax amount, CGST + SGST split divides GST into two heads, and IGST single head keeps the full GST amount under one IGST line.
  6. Set Rounding scope and Rounding policy to match the invoice or accounting system. Use invoice-total rounding for line-total calculation and per-unit rounding when the source system rounds each unit first.
  7. Add an optional Scenario label when you want exported rows or JSON to identify the receipt, rate test, or audit note later.

Interpreting Results:

The headline result changes with the calculation basis. GST-inclusive total means GST has been added to a taxable base. GST extracted means the tax share has been isolated from an inclusive total. Recovered taxable base means a GST-only amount has been used to rebuild the base and total.

Read Taxable base, GST amount, and Grand total as a set. A correct GST amount can still point to the wrong invoice if the basis was misread, the quantity was already included in the source amount, or the rate belongs to a different supply type.

GST result interpretation cues
Result cue What it tells you Check before relying on it
GST amount The rounded tax calculated, extracted, or supplied for the selected basis. Confirm the source amount was per unit and the rate is the right one for the supply.
GST share of total GST divided by the GST-inclusive total. Expect this to be lower than the add-on rate because the denominator includes tax.
Effective multiplier Grand total divided by taxable base. A 9% rate should behave like about 1.09 before rounding.
Alternate-scope GST The GST that would result from the other rounding scope. Use it when reconciling a receipt that differs by a few cents.
Rounding delta The difference between selected-scope GST and alternate-scope GST. Investigate rounding before changing the rate or tax classification.
Input warning A setup problem, such as GST-only mode with a 0% rate. Fix warnings before copying, downloading, or using the result in a record.

The GST Actions tab turns the current result into review cues, such as clearing warnings, matching rounding to the source system, and checking custom rates. Invoice Split Map compares taxable base, GST, and grand total across the selected and alternate rounding scopes. GST Rate Ladder keeps the taxable base constant and shows how the GST amount changes at common rate anchors plus the current rate. Those charts are arithmetic aids, not official rate selectors.

CSV, DOCX, image, and JSON exports are useful for handoff, but the source invoice still matters. Keep the source document, rate basis, tax treatment, and transaction date with any exported calculation.

Technical Details:

GST arithmetic starts with three related values. Let B be the taxable base for one unit, G be the GST for one unit, T be the GST-inclusive total for one unit, and r be the GST rate as a decimal. The relationship is stable across jurisdictions once the correct rate and tax treatment are known.

Exclusive and inclusive calculations are inverse operations. Adding GST multiplies the base by the rate and adds that tax to the base. Extracting GST from an inclusive price divides by the multiplier first, then treats the remainder as GST. Back-solving from a GST-only line divides the tax amount by the rate, which is why a positive rate is required.

Formula Core:

From taxable amount : G=B×r,T=B+G From total amount : B=T1+r,G=T-B From GST amount : B=Gr,T=B+G for r>0

For example, a 109.00 GST-inclusive amount at 9% has a base of 109.00 / 1.09 = 100.00 and GST of 9.00. A GST-only amount of 18.00 at 18% recovers a base of 18.00 / 0.18 = 100.00 and a total of 118.00.

Rounding rules for GST calculations
Rounding choice Rule Where differences appear
Invoice-total rounding Extend exact unit base and exact unit GST across quantity, then round the invoice base and GST to cents. Best match for systems that calculate the whole line before posting cents.
Per-unit rounding Round the unit base and unit GST to cents first, then multiply the rounded values by quantity. Can create a cent-level difference when quantity is greater than one.
Nearest cent Round to two decimal places using ordinary nearest-cent behavior. Most receipt-style checks use this unless the source system says otherwise.
Round down or up to cent Apply floor or ceiling behavior after the selected rounding scope. Useful for matching a known accounting policy, not for choosing a tax treatment.

Rate and Tax-Head Rules:

Rate presets and tax-head labels are presentation and comparison aids. The arithmetic accepts the selected percentage, but legal classification must come from the relevant tax authority, invoice rules, and transaction facts.

GST rate and structure boundaries
Feature What changes What does not change
Rate preset Fills the percentage field with a labeled rate shortcut. Does not confirm that the rate is current or correct for the sale.
Custom rate Allows decimal rates and values up to 100%. Does not add a new legal category or exemption rule.
CGST + SGST split Splits rounded GST into two displayed heads, balancing any cent difference in the second head. Does not change the taxable base, total GST, or grand total.
IGST single head Presents the rounded GST amount as one IGST line. Does not decide whether the transaction is interstate or otherwise subject to IGST.
Rate ladder Compares GST amounts at 0%, 5%, 9%, 10%, 12%, 15%, 18%, 28%, and the current custom rate when different. Does not include every possible rate or product-specific rule.

Amounts are treated as non-negative, the rate is bounded from 0% to 100%, and quantity is handled as a whole number of at least one unit. Those bounds keep the arithmetic coherent, but they do not verify invoice authenticity, registration status, taxability, exemption eligibility, or date-specific rate changes.

Accuracy and Privacy Notes:

Use the results for GST arithmetic, receipt reconciliation, rate sensitivity checks, and working papers. Do not use them as a tax ruling. GST laws can distinguish between taxable, zero-rated, exempt, GST-free, imported, exported, special, or out-of-scope supplies, and those distinctions can change the correct rate or whether GST is charged at all.

  • Confirm the current official rate and supply treatment for the jurisdiction and transaction date.
  • Check whether the source price is per unit, already extended across quantity, or already GST-inclusive.
  • Match the rounding policy to the invoice system before treating a cent difference as an error.
  • Normal calculation and export preparation happen in the browser, so entered amounts do not need to be uploaded for the GST arithmetic.

Worked Examples:

Adding GST to a taxable price

Enter 100.00 as From taxable amount with a 10% rate and quantity 1. The receipt rows show Taxable base of $ 100.00, GST amount of $ 10.00, and Grand total of $ 110.00.

Extracting GST from an inclusive total

Enter 109.00 as From total amount with a 9% rate. The taxable base is recovered by dividing by 1.09, so the GST extracted is $ 9.00 and the base is $ 100.00 before quantity changes.

Back-solving from a GST line

Enter 18.00 as From GST amount with an 18% rate. The GST line implies a $ 100.00 taxable base and a $ 118.00 grand total. If the rate is set to 0%, the result shows an input warning because the base cannot be recovered.

Checking a quantity and rounding difference

For a small unit price repeated many times, compare Invoice-total rounding with Per-unit rounding. If the Rounding delta is not zero, the difference may come from the invoice system's rounding sequence rather than from an incorrect GST rate.

FAQ:

Why is GST extraction from a total not just total times the rate?

The rate applies to the taxable base, not to the final total. An inclusive total must be divided by 1 plus the rate before the GST share is isolated.

Why can a 10% GST rate produce a GST share below 10% of the total?

The final total includes both base and tax. At 10%, GST is 10/110 of an inclusive total, which is about 9.09% of the total.

Does splitting CGST and SGST change the tax?

No. The split changes the displayed tax heads only. The taxable base, total GST, and grand total stay tied to the same rounded GST amount.

Are the rate presets guaranteed to be current?

No. They are calculation shortcuts and comparison anchors. Check the current official rate, product or service treatment, place-of-supply rule, and transaction date before using a result on an invoice.

What should I check when a receipt differs by one cent?

Compare quantity, calculation basis, rounding scope, rounding policy, and whether the amount was per unit or already a full invoice line before changing the GST rate.

Glossary:

Taxable supply
A sale or supply on which GST is charged under the relevant jurisdiction's rules.
Taxable base
The amount before GST is added.
GST-inclusive total
The customer-facing total after GST is included.
GST amount
The tax component calculated from the taxable base or extracted from the inclusive total.
Rounding scope
The point where cent rounding is applied, either per unit or after the invoice total is extended.
CGST and SGST
Indian GST heads commonly used to present central and state components on eligible intra-state supplies.
IGST
Integrated GST, an Indian GST head associated with inter-state supplies and certain other contexts.