
Freelance VAT Formula
Learn how a freelance VAT calculator works when adding VAT to a net invoice or removing VAT from a VAT-inclusive total.
The freelance VAT formula helps estimate the net amount, VAT portion, and gross invoice total. It is useful when pricing freelance work, preparing invoices, or checking how much tax is included in a payment amount.
- 100% Free
- No Sign-Up Required
- Private & Secure
- Mobile Friendly
VAT Calculation
Where:
First convert the VAT rate into a multiplier. If your starting amount excludes VAT, multiply it to get the total with VAT. If your starting amount already includes VAT, divide by the multiplier to find the pre-VAT amount, then subtract to isolate the VAT portion.
Variables Explained
| Variable | What It Means | Unit |
|---|---|---|
| amount - Invoice amount | The entered amount, treated as net when adding VAT or gross when removing VAT. | currency |
| vatRate - VAT rate | The VAT percentage applied to the invoice amount. | percent |
| vatMultiplier - VAT multiplier | The factor used to add VAT to a net amount or remove VAT from a gross amount. | N/A |
| netAmount - Net amount | The amount before VAT. | currency |
| vatAmount - VAT amount | The tax amount charged or included. | currency |
| grossAmount - Gross amount | The total amount including VAT. | currency |
Step-by-Step Calculation
Convert the VAT rate to a multiplier
Turn the VAT percentage into a factor that can be used in the rest of the calculation.
vatMultiplier = 1 + (vatRate / 100)
Choose how the starting amount is treated
In add VAT mode, the entered amount is before VAT. In remove VAT mode, the entered amount already includes VAT.
addVat: netAmount = amount; removeVat: grossAmount = amount
Calculate VAT when adding VAT
Multiply the net amount by the VAT rate to find the VAT to add.
vatAmount = netAmount * (vatRate / 100)
Calculate gross total when adding VAT
Add the VAT amount to the net amount to get the invoice total including VAT.
grossAmount = netAmount + vatAmount
Calculate net amount when removing VAT
Divide the VAT-inclusive amount by the multiplier to back out the amount before VAT.
netAmount = grossAmount / vatMultiplier
Calculate VAT portion when removing VAT
Subtract the net amount from the VAT-inclusive amount to isolate the VAT portion.
vatAmount = grossAmount - netAmount
Example: Remove 20% VAT from a freelance payment
Find VAT multiplier
1 + (20 / 100)
1.20
Treat the amount as gross
grossAmount = 1,200.00
1,200.00
Calculate the net amount
1,200.00 / 1.20
1,000.00
Calculate the VAT amount
1,200.00 - 1,000.00
200.00
Final Result
Net amount: 1,000.00, VAT amount: 200.00, gross amount: 1,200.00.
Assumptions
- ✓A single VAT rate applies to the entire invoice amount.
- ✓The invoice amount is fully taxable at the rate entered.
- ✓The calculation uses either a net starting amount or a gross starting amount, depending on the selected mode.
- ✓Results may be rounded to two decimal places for currency display.
Limitations
- !It does not handle mixed VAT rates on the same invoice.
- !It does not include exemptions, reverse charge arrangements, or special VAT schemes.
- !It may not match software that rounds each line item separately.
- !Actual invoicing requirements can vary by country and business setup.
Common Mistakes to Avoid
Entering a VAT-inclusive total while using the add VAT mode.
Using the wrong VAT rate for the service or country involved.
Assuming the whole invoice is taxable when part of it may not be.
Comparing the result with line-by-line invoice totals that use different rounding rules.
Forgetting that removing VAT requires division by the multiplier, not subtraction of the percentage from the gross amount.
Related Formulas
Frequently Asked Questions
How do you calculate VAT on a freelance invoice?
If your fee is before VAT, multiply the net amount by the VAT rate to get VAT, then add it to the net amount for the gross total.
How do you remove VAT from a VAT-inclusive amount?
Divide the gross amount by 1 plus the VAT rate as a decimal. The difference between the gross and net amounts is the VAT.
Why can't I just subtract 20% from a gross amount to remove 20% VAT?
Because the VAT is included in the total, the correct method is to divide by 1.20, not subtract 20% directly.
What is the VAT multiplier?
The VAT multiplier is 1 plus the VAT rate divided by 100. For example, 20% becomes 1.20.
Is the VAT amount always net times rate?
Yes when you start with a net amount. If you start with a gross amount, you usually find the net amount first and then subtract it from the gross total.
Ready to calculate your result?
Use the calculator to get instant results with your own inputs.