Sales Tax Calculator

Add the jurisdictions that apply at the delivery address and the combined rate assembles itself. The breakdown matters as much as the total, because filing happens per jurisdiction rather than against one blended number.

Rules differ by country. This tool performs the calculation you ask for. What you are entitled to charge, and how it must be presented, is set by your contract and your local law — check both before relying on a figure here.

What this tool does

A US sales tax rate is rarely a single rate. It is a state rate, usually a county rate on top, often a city rate, and frequently a special district — a transit authority, a stadium, a hospital levy — that covers a few blocks and stops at the next street. What the customer sees is the sum. What a filing needs is the parts.

No rate table ships with this calculator, and that is a deliberate refusal rather than an omission. Rates change on their own schedule, they follow the delivery address rather than the billing address in most states, and a hardcoded table that has quietly gone stale produces confidently wrong figures that nobody catches until an assessment arrives. Look the destination up, enter the components, and the arithmetic and the allocation are handled here.

How it works

  1. Look the rate up for the destination

    Most states source a sale to where the buyer takes delivery, so the rate travels with the shipping address. Two customers a mile apart in the same city can sit in different special districts and pay different totals for the same order.

  2. Enter the components, not the total

    State, county, city and district each go in on their own row. The combined rate is their sum, and keeping them apart here is what makes the result usable when the return is due.

  3. Say whether tax sits on top or inside the price

    Most US invoices add it on top of the listed price. If you quote a tax-included figure — common in food service and at events — the tool works backwards from the total rather than multiplying it up again.

  4. The shares add back exactly

    Each jurisdiction’s share is allocated out of the total by rate weight rather than calculated independently from the base. Independent calculation can leave the parts a cent short of the whole; allocation cannot, so nothing has to be forced at the end.

Worked example

A supplier ships $2,400 of goods to an address carrying a 6.25% state rate, a 1.75% county rate, a 1.25% city rate and a 1.00% transit district.

Inputs

Taxable amount
$2,400.00
State
6.25%
County
1.75%
City
1.25%
Special district
1.00%

Result

Combined rate
10.25%
State share
$150.00
County share
$42.00
City share
$30.00
District share
$24.00
Total charged
$246.00
Invoice total
$2,646.00

Why it matters: Charging the state rate alone would have collected $150 and left $96 to come out of margin when the return was filed. Across a lot of the country the state rate is the smallest part of the question, and the districts are the part nobody remembers to check.

Best practices

  • Store the rate against the delivery address on the order, not against the customer record. A customer who ships to two addresses is two rates wearing one name.
  • Keep the component breakdown even when the document shows a single line. Returns are filed per jurisdiction, and reconstructing the split months later from a blended figure is guesswork with an audit attached.
  • Re-check rates on a calendar, not on instinct. District rates in particular begin and expire on fixed dates, and nothing in your own system will mention that one moved.
  • Hold the exemption certificate before you zero-rate a sale, not after. An uncollected amount on an unsupported exemption is normally the seller’s to pay, with interest.
  • Show the charge as its own line rather than folding it into the unit price. Tax-included pricing is legitimate in some settings and makes every downstream reconciliation harder in all of them.

Common mistakes

Charging the state rate and stopping there

Where county, city and district rates all apply, the state rate can be little more than half of what is actually due. The shortfall is not billed to anyone and surfaces nowhere until the return is prepared, at which point it comes straight out of the margin on every order shipped that quarter.

Taxing the billing address

Most states source the sale to the destination. Billing a head office in one state for goods delivered to a site in another, and applying the head office rate, gets both the amount and the jurisdiction wrong — and the second error is the harder one to unwind.

Assuming a rate covers a whole ZIP code

ZIP codes are postal delivery routes and were never drawn around tax boundaries. One can span two cities and three districts. That is why address-level lookup exists, and why ZIP-level tables silently misprice a slice of every order book that relies on them.

Leaving the question of whether you must collect until later

Whether you are obliged to collect in a state at all depends on your connection to it, and economic thresholds mean volume of sales alone can create the obligation without an office, a warehouse or an employee there. That is a question about your business rather than about any rate, and it is not one a calculator can settle.

Frequently asked questions

How do I calculate sales tax?

Multiply the taxable amount by the combined rate — the sum of every jurisdiction applying at the delivery address. $2,400 at a combined 10.25% is $246, giving a total of $2,646. The work is in establishing the rate, not in the multiplication.

What is a combined rate?

The single percentage a buyer actually pays, made up of the state rate plus any county, city and special district rates that apply at that address. It is a convenience for the customer and a liability for the seller, because the return is filed against the components rather than the combined figure.

Do I charge based on where I am or where the customer is?

In most states, where the customer takes delivery — destination sourcing. A minority use origin sourcing for sales within the state, and interstate sales are generally sourced to the destination regardless. Confirm the rule for the states you actually sell into; it is a state-by-state answer, not a national one.

How do I find the tax inside a tax-included total?

Divide by 1 plus the combined rate. A $110.25 total at 10.25% is $100 of goods and $10.25 of tax. Multiplying the $110.25 by 10.25% instead gives $11.30, which overstates the liability and leaves the line items unable to reconcile with the total.

Why does my rate not match a ZIP code lookup?

Because a ZIP code is not a tax jurisdiction. Boundaries cross each other, and a lookup that resolves only to five digits has to pick one answer for an area that may genuinely have several. Rate determination at street-address level is what removes the ambiguity.

Is sales tax the same as VAT?

No, and treating them as interchangeable causes real problems. Sales tax is charged once, at the final sale to an end user, with resellers presenting an exemption certificate instead of paying it. VAT applies at every stage, with each business in the chain reclaiming what it paid. A document designed for one rarely satisfies the requirements of the other.

Turn the answer into an invoice

The result above transfers straight into the invoice generator — dates, amounts and terms already filled in. Free, no account needed.

Open the invoice generator

Sources & further reading

Related

Published · General information, not legal, tax or financial advice.