VAT calculator

Gross/net · Rates · WooCommerce

Enter an amount and calculate included or stripped VAT for all three rates at once. Exportable summary table and WooCommerce PHP snippets included.

Enter a gross or net price
Gross price (VAT included) incl. VAT
Net price (VAT excluded) excl. VAT
Rate for quick copy:
Split VAT (gross → net)
net = gross / (1 + rate)
Add VAT (net → gross)
gross = net × (1 + rate)
VAT amount
vat = gross − net

VAT calculation is one of the most frequent operations for anyone managing an e-commerce store or issuing invoices. Rates (4%, 10%, 22%) apply to different contexts and the calculation must always be accurate.

This calculator:

  • Calculates VAT amount and gross total from the net amount
  • Strips VAT from a gross price
  • Shows results for all three rates simultaneously
  • Batch mode for multiple amounts
  • WooCommerce PHP snippets for price management
  • CSV export