2026-08-10
GST inclusive vs exclusive pricing — why the same invoice gives two different numbers
Every few weeks someone writes in confused because our GST Calculator gave them a different number than the one their accountant quoted. The tool isn't wrong and neither is the accountant — they were answering two different questions. The most common cause of a "wrong" GST number isn't a bad formula. It's not knowing whether the amount you started with already has GST baked in.
The two directions
There are only two things you can ever be doing with a price and a GST rate:
Adding GST to a base price (exclusive → inclusive). You have a price before tax and want to know the final price a customer pays.
GST amount = base price × (rate / 100)
final price = base price + GST amountA ₹1,000 service at 18% GST becomes ₹1,000 + ₹180 = ₹1,180.
Removing GST from a final price (inclusive → exclusive). You have a price that already includes tax — an MRP, a bill total, a subscription price — and want to know how much of it is actually tax.
This is where people get tripped up, because the instinct is to just multiply the final price by the rate again:
Wrong: ₹1,180 × 18% = ₹212.40 ← this is not the GST componentThat number is too high, because 18% of ₹1,180 is not the same as 18% of the ₹1,000 base that ₹1,180 was built from. The correct way to reverse it is:
base price = final price / (1 + rate/100)
GST amount = final price − base priceFor ₹1,180 at 18%: base = 1,180 / 1.18 = ₹1,000, so GST = ₹180. Same answer as the forward calculation, because it's the same transaction — just worked backwards.
Why this matters more than it looks
The gap between the "wrong" and "right" answer grows with the rate. At 5% GST the two methods are close enough that people rarely notice the error. At 28% GST — the slab that covers items like large appliances and cars — multiplying the inclusive price by the rate directly overstates the tax component by a meaningful margin, which throws off input tax credit claims, refund calculations, and price comparisons between two sellers quoting inclusive vs exclusive figures.
A quick way to tell which one you have
If the number on the page is described as a "price," an "MRP," or "amount payable," it's almost always inclusive — work backwards. If it's described as a "taxable value," a "base rate," or appears on a purchase order before a separate tax line, it's exclusive — work forwards. When in doubt, check whether a tax line item is shown separately anywhere on the document; if it is, whatever total includes that line is inclusive.
Rounding, and why two correct answers can still differ by a rupee
GST is calculated per line item under Indian tax rules, not on the invoice total. If an invoice has five line items and you sum the base prices first and then apply GST once, you can land a rupee or two away from summing GST calculated separately per line and adding those up — both are internally consistent, but they answer "what was actually charged" differently. Our calculator works on a single amount at a time for this reason: multi-line invoice math depends on how the seller structured the bill, not just the rate.
Try it yourself with the GST Calculator — toggle between add and remove to see both directions on the same number.