vasilenko.info

VAT calculator: add, extract, and spell out the amount

/en/calc/vat/ works calculations run in the browser

Enter an amount, choose a rate, and specify what to do with it: add tax on top, extract tax already included, or work backward from the tax amount itself. The calculator shows the tax, the amount before tax, the amount including tax, and the total in words—the line that goes on the invoice.

promoTwenty years of notes on websitesHow we did it in 2008 and what still works today.Open

Tax calculation

Change the number on the left—the result on the right recalculates as you type.

How it's calculated

Price before tax; the tax is added to it. The amount must be a number from zero, with no minus signs or letters.

What to do with the amount The third mode works in reverse: the field contains the tax amount, and the calculator restores the base amount and total. This is how you check the “VAT” line on someone else’s invoice.
VAT rate 5% and 7% are rates for people using Russia’s simplified tax system who have paid VAT since 2025. 22% is the standard rate there from 2026.

Standard rates as of the beginning of 2026. Reduced and preferential rates are not included: there are too many of them, and they depend on the type of product.

Currency
Rounding
There is no “Calculate” button: the result updates automatically.

Tax amount

$

Amount excluding VAT
VAT
Amount including VAT
Rate
Calculated rate
Share of tax in the amount including VAT

Amount including VAT in words

VAT amount in words

Calculated in your browser. Neither the amount nor the result is sent anywhere: you can verify this in the developer tools — after the requests load, no more are sent. Your calculation history and calculation link also stay entirely on your device.

List calculation

Up to fifty amounts at a time. The rows use the same rate, mode, and rounding settings as the panel above.

Plain numbers work. You can also include a name and your own rate, separated by semicolons: “Delivery; 3200; 10”. Columns copied from Excel work too — tabs are treated as separators.

The field is empty: paste your amounts here, and a table with the total will appear.

VAT rates by country

Standard rate as of the beginning of 2026. Click a row to apply the rate to the panel.

Standard VAT rates
CountryCurrencyRateApply

This table includes only the standard rate. Reduced, preferential, and zero rates are excluded: each country has several, and they do not apply to every transaction. Rates change — check local law or consult an accountant before making a deal.

promoCalculate ROI at the same timeCampaign payback based on spend and revenue.Open

How to use it

  1. Enter the amount exactly as it appears in the document

    Spaces between digit groups and the comma in the fractional part are parsed automatically. The label above the field tells you which amount is required in the selected mode.

  2. Select a mode

    “Add VAT” means the field contains the price before tax. “Extract VAT from the total” means VAT is already included. “Known VAT amount” means the field contains the VAT itself, and the calculator restores the base and total—useful for checking someone else’s invoice when only the VAT line balances.

  3. Set the rate

    The 22, 20, 10, 7, 5, and 0 buttons cover common rates. “Custom” accepts any value from 0 to 100, including fractional values. If you are calculating for another country, select it from “select a country rate.” There are 74 entries, and the currency will be filled in along with the rate if it is one of the four supported currencies.

  4. Choose rounding

    “To kopecks” matches an invoice. “To whole units” matches an estimate. The numbers are adjusted to match one another, so the base plus the tax always equals the displayed total exactly, with no one-kopeck discrepancy.

  5. Copy the amount in words

    Two ready-to-use lines appear below the total: the VAT-inclusive amount and the VAT amount written in words, with kopecks or cents. This is usually why people enter the amount in the first place: copy the line into an invoice or act.

  6. Use the list when you have many items

    The “Calculate a list” section accepts up to fifty amounts, one per row, with a description and its own rate for each. The total row adds up the columns, and the “Download CSV” button provides a file for Excel and Google Sheets.

  7. Save or share

    “Calculation link” copies an address to the clipboard that opens with your numbers already entered. “Print” sends a page to the printer or PDF without input fields—only the result. The ten most recent calculations remain in the history on this device.

promoBrowser task listNo account required—everything is stored on your device.Open

The formula and what it includes

Add VAT: VAT = Amount × Rate ÷ 100. VAT included: VAT = Amount × Rate ÷ (100 + Rate). From VAT amount: Base = VAT × 100 ÷ Rate

At a 20% rate, the divisor in the second case is 120; at 22%, it is 122; at 10%, it is 110. This gives the fractions 20/120, 22/122, and 10/110. The first reduces to 1/6, the second to 11/61, and the third to 1/11. As percentages, these are 16.67, 18.03, and 9.09. The calculator prints this value as a separate “effective rate” line, so you do not have to work it out mentally. The third mode uses the same formula in reverse: when the tax is known, the base equals the tax divided by the rate and multiplied by 100.

Example breakdown: amount 100,000 at a 22% rate

The input data is the same as the default field values: you can calculate it mentally and confirm that the tool is telling the truth.

  1. VAT: 100,000 × 22 ÷ 100 = 22,000.

  2. VAT-inclusive amount: 100,000 + 22,000 = 122,000.

  3. In words: one hundred twenty-two thousand rubles 00 kopecks—this line goes on the invoice.

  4. Now calculate it in reverse. Enter 122,000 and switch the mode to “Extract VAT from the total.”

  5. VAT: 122,000 × 22 ÷ 122 = 22,000. The amount excluding VAT is 122,000 − 22,000 = 100,000.

  6. Third check: enter 22,000 and select “Known VAT amount.” Base: 22,000 × 100 ÷ 22 = 100,000; total: 122,000.

The tax is the same in all three cases—22,000. The only difference is what it is calculated from: when VAT is added, it is 22% of 100,000; when VAT is extracted, it is 22/122 of 122,000; and in reverse, the base is restored from the tax amount itself. The currency does not affect the calculation; it labels the numbers and selects the words for the amount in words.

Frequently asked questions

promoAll toolsForty-four tools, all running in your browser.Open

Related calculators

4
Calculator

LTV and CAC

Lifetime customer revenue and acquisition cost.

Open

Calculator

Margin and markup

Converts markup to margin and back, and calculates profit per transaction.

Open

Calculator

Payment system fees

How much reaches your account after fees and what to include in the price.

Open