Explanation and example
To add VAT, multiply the net amount by 1 + rate / 100. To extract VAT from a total, divide it by 1 + rate / 100.
For example, for an amount of 1000 and a VAT rate of 20%:
Calculate VAT, add VAT to an amount, or extract VAT from an amount where it is already included.
To add VAT, multiply the net amount by 1 + rate / 100. To extract VAT from a total, divide it by 1 + rate / 100.
For example, for an amount of 1000 and a VAT rate of 20%:
Multiply the net amount by the VAT rate and divide by 100, then add the VAT amount to the original amount.
Divide the VAT-inclusive amount by 1 + VAT rate / 100. The result is the net amount, and the difference between total and net is VAT.
Yes. The rate is entered manually, so the calculator is not tied to a specific country or fixed VAT rate.
Yes. Amounts and rates accept either a dot or comma as the decimal separator.