Sales Tax Calculator
Two directions: add tax to a pre-tax price, or pull the tax out of a tax-included total (the one people always get wrong).
Add tax to a price
Remove tax from a total (reverse)
The reverse-tax trap
To remove 13% tax from a $113 total, you divide by 1.13 (giving $100) — you do not subtract 13% ($113 × 0.87 = $98.31, which is wrong). Subtracting the percentage applies it to the wrong base. This matters constantly for bookkeeping: receipts show tax-included totals, but your accounting records need the pre-tax amount and the tax as separate lines.
Common rates for reference
| Region | Tax | Typical rate |
|---|---|---|
| Canada (ON) | HST | 13% |
| Canada (AB) | GST only | 5% |
| Canada (BC) | GST + PST | 12% |
| US states | Sales tax | 0–~10% (state + local) |
| UK / EU | VAT | Mostly 17–27% (UK 20%) |
| Australia / NZ | GST | 10% / 15% |
Rates change and many places have exemptions (groceries, children's clothing, etc.) — always confirm the current rate for your jurisdiction and product category.