VAT & Sales Tax Calculator

← All Tools / VAT Calculator

💵 VAT & Sales Tax Calculator

Calculate net price, gross price, and tax amounts. Switch between adding tax to a net value or removing tax from a gross total.

Calculated Results:

Net Price (Excl. Tax) $100.00
Tax / VAT Amount +$20.00
Gross Price (Incl. Tax) $120.00

How VAT Calculator works

  1. Toggle **Add VAT** or **Remove VAT** to define if the initial value excludes or includes the sales tax.
  2. Type the base cash amount in the input field, and supply the appropriate state or national VAT rate percentage.
  3. Click **Calculate Tax** — the system evaluates calculations fully client-side.
  4. **Math Equations**: - **Add VAT**: `Gross = Net * (1 + Rate / 100)` - **Remove VAT**: `Net = Gross / (1 + Rate / 100)`