VAT Calculator

Add VAT to a net amount or strip it out of a gross one, at whatever rate applies to you.

How to use

  1. Enter the amount and VAT rate.
  2. Choose Add (net to gross) or Remove (gross to net).
  3. Read net, VAT and gross.

Examples

Remove 21% VAT from 121
Output: Net 100, VAT 21.

Frequently asked questions

Removing VAT is not just subtracting the %

Correct: net = gross / (1 + rate). Subtracting 21% of the gross would give the wrong net.

Related tools