Skip to content
Utiloom

Tax Calculator

Add or extract one flat tax rate with currency-aware integer minor units, exact decimal rate parsing, and explicit half-up reconciliation.

LocalNo tax calculation retention

Reviewed July 13, 2026

Guide, examples, and validation Show

About this tool

Choose the currency precision and whether the entered amount is before or after tax, then review a subtotal-plus-tax reconciliation and formula.

Tax Calculator is helpful when the practical question is whether tax should be added on top or separated from a price that already includes it. It is useful for quoting, invoicing, budgeting, and receipt checks across VAT, GST, and sales-tax style workflows.

  • Parses USD, EUR, and GBP to two decimal minor units and KRW to whole units without floating-point amount conversion.
  • Uses an exact rate with up to three decimal places and BigInt half-up division for added tax or included-tax subtotal.
  • Rejects unsupported query policies and reconciles before-tax amount plus tax to the displayed after-tax total.

How to use Tax Calculator

Choose whether the tax is added on top of the base amount or already included inside the final price, then enter the amount and rate to see subtotal, tax amount, and final total together. Use tax-included mode when you want to reverse-engineer a receipt or advertised price.

When this tool is useful

  • Add VAT, GST, or sales tax on top of a pre-tax subtotal.
  • Back tax out of a tax-included total on a receipt or quoted price.
  • Check invoice math quickly before sending or approving a payment.

Practical tips

  • Use tax-included mode when the displayed total already includes tax and you need the base amount underneath it.
  • Double-check the tax rate before comparing prices across regions because VAT and sales-tax rules vary.
  • Pair this with the percentage calculator if you also need discount or markup math on the same quote.

Examples you can test

Load an example, compare the result with the expected output, then replace it with your own input.

Estimate sales tax

Example input

Subtotal: 120, tax rate: 8.25%

Expected output

Tax amount and total

Useful for quick checkout, invoice, or quote estimates.

Back out pre-tax amount

Example input

Total: 108.25, tax rate: 8.25%

Expected output

Estimated pre-tax subtotal

Reverse calculations are helpful when a receipt only shows the final amount.

Validation checklist

  • Confirm the correct tax rate and whether it applies to the full amount.
  • Check rounding rules before using totals in invoices or reports.
  • Do not use a general tax calculator as legal, accounting, or tax advice.

Frequently asked questions

Can I calculate tax included inside a final price?

Yes. Extract included tax divides the entered total by one plus the flat rate, rounds the before-tax amount half-up once to the currency minor unit, and assigns the remainder to tax so the values reconcile.

Is this only for VAT?

No. The arithmetic can represent one flat VAT, GST, sales-tax, or similar rate, but it does not determine which rate or tax base applies in a jurisdiction.

What is the difference between 'add tax' and 'extract tax' modes?

Add tax multiplies the before-tax amount by the rate and rounds the tax minor units half-up. Extract tax treats the entered amount as final and backs out a rounded before-tax amount; tax is the exact minor-unit remainder.

Can I use this for compound tax scenarios like Canadian GST plus PST?

No. The calculator applies one flat rate to one base. Sequential, compounded, exempt, reduced, threshold, reverse-charge, or layered taxes require a jurisdiction-aware tax system; manually adding separate results can be wrong when bases differ.

Does the tool support tax rates with decimal precision like 7.25%?

Yes. Rates accept up to three decimal places from 0% through 1,000%. Amounts remain bounded by the selected currency precision and 1 billion major units.

Related tools

Keep the workflow moving

Continue with tools that handle a related input, output, or validation step.

Calculator

Age Calculator

Calculate exact age and the next birthday.

Local
Calculator

BMI Calculator

Calculate adult BMI with threshold evidence.

Local
Calculator

Break-even Calculator

Find break-even units and target-profit volume.

Local
Calculator

Business Days Calculator

Count weekdays between dates.

Local