Skip to content
Everyday Utilities Free • No signup • Instant results

Sales Tax Calculator

Quickly add or extract sales tax from any amount.

$
%

About the Sales Tax Calculator

This sales tax calculator handles two common scenarios: adding sales tax to a pre-tax amount (the typical U.S. retail checkout) and extracting sales tax from a tax-inclusive total (common in Europe, the UK, and other regions with VAT). Enter the amount, the applicable sales tax or VAT rate, and the mode, and the tool returns the tax portion and the total or net amount.

In the U.S., sales tax is added at the register: a $100 item at 8.25% becomes $108.25 at checkout. In the EU and UK, VAT is included in the displayed price: a €100 item at 21% VAT contains €17.36 of VAT and €82.64 of net price. Both modes are essential depending on where you live and the type of transaction.

U.S. state and local sales tax rates range from 0% (Oregon, Montana, Delaware, New Hampshire) to over 10% in parts of Alabama, Louisiana, and Tennessee. The combined state + local + special district rates can be checked on your state's Department of Revenue website. EU VAT rates range from 17% (Luxembourg) to 27% (Hungary), with most countries between 19% and 25%.

How It Works

For adding tax (U.S. style):

tax = amount * (rate / 100); total = amount + tax = amount * (1 + rate/100)

For extracting tax (VAT style):

net = total / (1 + rate/100); tax = total - net

The two operations are inverses: if you add 8.25% tax to $100, you get $108.25; if you extract 8.25% tax from $108.25, you get back to $100. The math is straightforward, but a common error is to compute the tax-inclusive portion as total * rate% rather than total * rate% / (1 + rate%) — this overstates the tax.

For example, $108.25 with 8.25% tax: incorrect extraction gives $108.25 * 0.0825 = $8.93 (wrong), correct extraction gives $108.25 / 1.0825 = $100.00 net, $8.25 tax.

Worked Examples

Adding tax (U.S.): You buy a $100 item in California at 8.25% combined sales tax.

  1. Tax: $100 * 0.0825 = $8.25
  2. Total: $100 + $8.25 = $108.25

Extracting tax (EU VAT): You see a €100 price tag in Germany with 19% VAT included.

  1. Net price: €100 / 1.19 = €84.03
  2. VAT portion: €100 - €84.03 = €15.97

For comparison, a €100 price in Hungary (27% VAT) contains €21.26 VAT and €78.74 net. A £100 price in the UK (20% VAT) contains £16.67 VAT and £83.33 net.

If you operate a business and need to remit VAT, the extract-tax mode tells you exactly how much VAT to send to the tax authority from a tax-inclusive sale.

When to Use This Tool

Use this sales tax calculator when:

  • Estimating the total cost of an online purchase before checkout
  • Computing the tax-inclusive price for an invoice or receipt in a VAT country
  • Splitting a restaurant bill into the net amount and tax portion
  • Calculating sales tax for a business's monthly or quarterly tax remittance
  • Converting a U.S.-style price (pre-tax) into a European-style price (tax-inclusive) for international pricing
  • Estimating the tax portion of a vehicle or real estate transaction
  • Teaching percentage math in a personal finance or business class

For B2B transactions where the buyer is VAT-registered, the invoice often shows the VAT separately (or marks it as 'reverse charge' if cross-border). Use the extract-tax mode to verify the VAT calculation on any received invoice.

Limitations & Disclaimer

This calculator applies a single flat tax rate to the entire amount. It does not model tax-exempt items (groceries in many states, prescription drugs, clothing under $110 in New York/Pennsylvania), reduced rates for specific categories (e.g., 5% VAT on food in the UK), reverse-charge VAT for cross-border B2B, multi-jurisdiction combined rates (state + county + city + special district), or tax holidays (e.g., back-to-school weekends). The rate you enter must be the combined applicable rate for your transaction. This is an educational tool, not tax advice. Consult your state's Department of Revenue or a tax professional for actual tax calculations. See our disclaimer for full terms.

Frequently Asked Questions

What is the difference between sales tax and VAT?

Sales tax (U.S.) is collected only at the final retail sale to the consumer; the displayed price is pre-tax. VAT (EU, UK, most of the world) is collected at each stage of production but credited back for business inputs; the displayed consumer price is tax-inclusive. The economic effect is similar but the accounting and display conventions differ.

What is the highest sales tax rate in the U.S.?

Combined state + local sales tax rates can exceed 10% in parts of Alabama (Tennessee has state rate of 7% plus up to 2.75% local), Louisiana (combined ~10%), Arkansas (combined ~9.5%), and Washington (combined ~10%). The lowest non-zero state rate is 4% in Colorado (some cities add up to 5% more).

Does the calculator handle tax-inclusive prices?

Yes — select 'Extract Tax from Amount' mode. The calculator divides by (1 + rate) to find the net amount, then subtracts to find the tax portion. This is the correct way to handle VAT-inclusive or GST-inclusive prices displayed in most countries outside the U.S.

Why is my receipt's tax amount slightly different from the calculator?

Common reasons: (1) the receipt shows tax rounded to the nearest cent per item, while the calculator applies tax to the subtotal, (2) the actual rate may include a special district tax not in your entered rate, (3) some items (groceries, prescription drugs) are exempt or taxed at a lower rate. Always verify the rate with your state's Department of Revenue.

Can this handle Canadian GST/HST/PST?

Yes — enter the combined GST/HST + PST rate. For example, Ontario has 13% HST (federal 5% + provincial 8%) and Alberta has 5% GST only. Quebec has 5% GST + 9.975% QST = 14.975% combined. Use the extract-tax mode for tax-inclusive Canadian pricing.

Are online purchases subject to sales tax?

Since the 2018 Supreme Court decision in South Dakota v. Wayfair, U.S. states can require online sellers to collect sales tax even without a physical presence in the state. Most major marketplaces (Amazon, eBay) now collect based on the buyer's shipping address. The rate depends on the destination, not the seller's location.

Last updated: July 21, 2026  ·  Author: HT99 Tools Editorial Team  ·  Reviewed by: HT99 Tools Editorial Team