๐Ÿงพ Sales Tax Calculator

Updated: 2026-07-11

Free online sales tax calculator. Enter amount and tax rate to calculate total price with tax and tax amount. Supports add-tax and remove-tax modes. Pure frontend, no data upload.

How to Use

  1. Enter Amount and Rate
    Enter the amount and tax rate percentage.
  2. Select Mode
    Choose add-tax or remove-tax mode.
  3. View Results
    See net price, tax amount, and gross price.

FAQ

What is sales tax?

Sales tax is an indirect tax on goods and services, typically calculated as a percentage of the price. Rates vary by country/region: China VAT (13%/9%/6%), US sales tax (0-10% by state), EU VAT (15-27%).

What is the difference between add-tax and remove-tax modes?

Add tax: enter net price (excluding tax), calculate tax and gross price. Remove tax: enter gross price (including tax), reverse-calculate net price and tax. Remove mode is useful for extracting tax from tax-inclusive invoices.

How to calculate tax from a tax-inclusive price?

Tax = Gross ร— Rate / (1 + Rate). For example, gross price $108.25 at 8.25%: tax = 108.25 ร— 0.0825 / 1.0825 = $8.25, net = $100.

What are common tax rates?

China VAT: 13%/9%/6%/3%. US sales tax varies: 0% (Oregon/Montana), 7.25% (California), 8.875% (NYC). EU VAT: 19% (Germany), 20% (France/UK), 21% (Spain).

Is my data uploaded to a server?

No. All calculations happen locally in your browser. Data is never uploaded to any server.