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