Get Receipt
← Field notes

Compliance

How to Show Sales Tax on a Receipt (Multiple Rates, Exemptions, and Rounding)

US receipts are tax-exclusive. Here is the canonical line order, the three ways to display a stacked rate, how exempt sales are notated, and why the printed lines must sum.

· 10 min read

Most of what looks like styling on the tax block of a US receipt is not styling. The order of the lines is fixed by arithmetic, the phrase “separately stated” comes out of state statute, and the decision to split a stacked rate across several lines changes what a buyer can reconcile. Get the block right once and every format you print inherits it.

US receipts are tax-exclusive

A US receipt shows a pre-tax subtotal, then the tax, then the total. That is the opposite of a VAT or GST country, where the shelf price already contains the tax and the receipt carries a tax-analysis block at the bottom to break it back out. The practical consequence is that a US subtotal is a real number a buyer can post to an expense account, and the tax is a separate number they can post to a tax account.

The canonical line order is:

  1. Item lines
  2. SUBTOTAL
  3. Item and order discounts, as negative amounts
  4. Taxable subtotal, when it differs from the subtotal, plus shipping when shipping is taxable
  5. Tax line or lines
  6. Tip or gratuity
  7. TOTAL
  8. Tender lines

The one common exception to tax-exclusive display is motor fuel. Federal and state excise taxes are inside the posted price per gallon, which is why a pump receipt shows gallons, price per gallon and a total but no separate excise line. A sales tax on fuel, where a state levies one, may still appear separately.

“Separately stated” is a legal phrase

Breaking the tax out is not a courtesy. Texas requires a seller to state the sales tax amount separately unless the seller both gives the customer a written statement that tax is included in the sales price and prominently displays a sign saying so — and a seller who takes that route then has to back the tax out by dividing the price by one plus the rate in order to report it. California’s Regulation 1700 works from the other direction: showing sales tax reimbursement on the sales check is one of the conditions that creates a presumption the buyer agreed to pay it.

Bookkeeping guidance lands in the same place for a different reason. A reviewer needs to isolate the pre-tax cost of a purchase to post it correctly, and the IRS recordkeeping guidance expects supporting documents that show the amount and what it was for. A receipt with a single blended figure forces the reviewer to reverse-engineer a rate they may not know.

Stacking state, county, city, and district

A US rate is almost never a single levy. It is a state rate plus some combination of county, city, transit authority, stadium district, tourism improvement district and other special-purpose districts. Texas is a clean illustration of the mechanism: the state rate is 6.25 percent, the local component is capped at 2 percent, so the highest combined rate a Texas seller collects is 8.25 percent — built from a city rate, a county rate, a special-purpose district rate and a transit authority rate that together cannot exceed the cap.

Because the components change by address and by year, the durable engineering decision is not which rate to hard-code but whether your receipt stores the components or only the sum. A receipt that stores only the sum can never be re-split later, which matters the first time a buyer’s accounts-payable team asks you to break out the district portion.

The three display idioms

Combined, with the rate shown. This is the default for most retail. One line, one rate, one amount — and showing the rate is what lets a reader verify the arithmetic without knowing your address.

2  CANVAS TOTE          @  18.00        36.00
1  ENAMEL MUG                            12.00
1  NOTEBOOK A5                            9.50
                      SUBTOTAL           57.50
                      TAX  8.875%         5.10
                      TOTAL              62.60

Split by jurisdiction. Same basket, same combined rate, each component on its own line. Common on business-to-business invoices and in states where buyers reclaim or report a district portion separately.

                      SUBTOTAL           57.50
                      STATE TAX  4.000%   2.30
                      CITY TAX   4.500%   2.59
                      DISTRICT   0.375%   0.22
                      TOTAL              62.61

Split by tax class. Prepared food, alcohol, sugary drinks and lodging routinely carry a second, higher rate than general merchandise, so a single receipt can legitimately carry two tax lines that are not jurisdictional at all. Label them so nobody reads them as a duplicate.

GENERAL MERCHANDISE
  1  CERAMIC PLATE                       22.00
  1  LINEN NAPKIN SET                    18.00
PREPARED FOOD
  2  SANDWICH             @   9.50       19.00
  1  ICED TEA                             3.25

         GENERAL SUBTOTAL                40.00
         PREPARED FOOD SUBTOTAL          22.25
         SUBTOTAL                        62.25
         TAX 1 (GENERAL)      8.250%      3.30
         TAX 2 (PREPARED FOOD) 10.250%    2.28
         TOTAL                           67.83

Per-line flags and the two subtotals

Grocery and general-merchandise formats put a single character after each line price and print a legend in the footer: T for taxable, N or F for non-taxable food, X for an exempt line such as a gift card or a bottle deposit. The flags are only useful if they are paired with a taxable and a non-taxable subtotal, because that pair is what lets a reader check the tax without adding up forty item lines by hand.

MILK 1 GAL                        4.29 F
BREAD WHOLE WHEAT                 3.49 F
PAPER TOWELS 6PK                 11.99 T
DISH SOAP                         4.79 T
GIFT CARD  $25.00                25.00 X

         TAXABLE SUBTOTAL        16.78
         NON-TAXABLE SUBTOTAL    32.78
         SUBTOTAL                49.56
         TAX  7.000%              1.17
         TOTAL                   50.73

T = TAXABLE   F = FOOD, NON-TAXABLE   X = EXEMPT

Exempt sales still need a tax line

When a resale or exempt-organization certificate applies, the receipt should name the exempt buyer, carry the exemption marker with the certificate number, and keep an explicit zero tax line.

SOLD TO   NORTHSIDE SCHOOL DISTRICT
TAX EXEMPT  -  CERT # 12-3456789

12  REAM COPY PAPER      @   6.25        75.00
 4  TONER CARTRIDGE      @  84.00       336.00

                    SUBTOTAL           411.00
                    TAX                  0.00
                    TOTAL              411.00

The temptation is to hide the tax row when the amount is zero, because it looks like noise. Do not. A receipt with no tax row is ambiguous between three very different situations: an exempt sale, a sale in a no-sales-tax state, and a sale where the seller forgot to collect. The zero line plus the certificate number resolves all three, and it is the row an auditor looks for when reconciling exempt sales against certificates on file.

Rounding, and making the lines add up

Compute the tax on the taxable subtotal at invoice level, carry the calculation to the third decimal place, and round half-up to the cent. Texas states that rule explicitly — a $250 sale at 8.25 percent computes to $20.625 and is charged as $20.63 — and it is the common convention elsewhere.

Per-item computation summed back up is a different method and can land a cent away from invoice-level computation. The split-by-jurisdiction sample above shows the same effect within one receipt: $2.30 plus $2.59 plus $0.22 is $5.11, while the identical basket taxed at a single combined 8.875 percent comes to $5.10. Neither is wrong. Picking one and applying it everywhere is what matters.

This is the whole ballgame for anything you generate: a receipt whose printed lines do not add up to the printed total is the number-one tell of generated output. Nobody has to be a forensic accountant to catch it — a buyer adds two numbers on a phone. Compute in integer cents rather than floating point, round once, and print the rounded values you actually summed. The receipt maker does its arithmetic in cents for exactly this reason.

Tips, shipping, and negative amounts

Tips come after the tax line and are not themselves taxed. A restaurant slip therefore reads subtotal, tax, tip, total, and the tip line on a tip-adjust slip is written in by the guest after the card is authorised.

                    SUBTOTAL            48.00
                    TAX  8.250%          3.96
                    TIP                  9.60
                    TOTAL               61.56

Shipping and delivery are state-dependent. Texas treats a delivery charge connected to a taxable sale as taxable and a delivery charge on an exempt sale as exempt — the charge follows the goods. Where shipping is taxable it folds into the taxable subtotal before the tax line, not after it, so the tax figure covers it.

Discounts and returns print with a leading minus sign, right-flush in the same money column as every other amount, so the column still reads as a single addition. A discount applied before tax reduces the taxable subtotal; a manufacturer coupon reimbursed to the seller generally does not, which is why grocery formats keep those two coupon types on separate lines. Split tenders each get a line with a running balance between them:

  1  DESK LAMP                           64.00
  1  BULB 2-PACK                          8.50
     PROMO  SAVE10                        -7.25
                    TAXABLE SUBTOTAL      65.25
                    TAX  6.250%            4.08
                    TOTAL                 69.33

GIFT CARD                                 25.00
BALANCE DUE                               44.33
VISA ****1234                             44.33
BALANCE DUE                                0.00

Note what the card line does and does not show. Four digits, no expiry. FACTA, at 15 U.S.C. §1681c(g), forbids printing more than the last five digits of the account number or the expiration date on a cardholder receipt, and the card brands’ own truncation guidance is stricter still for the customer copy.

Common questions

Do I have to itemize sales tax on a receipt?

In most states, yes, and it is a statutory question rather than a formatting preference. Texas requires the tax amount to be stated separately unless the seller gives the customer a written tax-included statement and posts a sign saying so. California’s rules presume tax reimbursement was agreed when it is shown on the sales check. Separately stating tax is also what lets a buyer isolate the pre-tax cost for their own books.

Can I show multiple sales tax lines on one receipt?

Yes, and larger point-of-sale systems routinely do. There are two reasons to split: by jurisdiction, when you want to show the state, county, city and special-district components of a stacked rate; and by tax class, when different goods on the same receipt carry different rates, as prepared food, alcohol and lodging often do. Both are valid, and both must sum to the printed tax figure.

What is the correct tax exempt receipt wording?

Print an explicit exemption marker with the certificate number, such as TAX EXEMPT - CERT # 12-3456789 or RESALE CERT ON FILE, name the exempt entity as the sold-to party, and keep a TAX $0.00 line on the receipt. Do not delete the tax line. An exempt sale with no tax row is indistinguishable from a sale where tax was simply forgotten.

Is sales tax included or added in the US?

US sales tax is added on top of the displayed price, which is why a receipt shows a pre-tax subtotal, then a tax line, then the total. VAT and GST countries display tax-inclusive prices with a tax-analysis block instead. The common US exception is motor fuel, where excise tax sits inside the posted pump price rather than appearing as a separate line.

How should sales tax be rounded on a receipt?

Calculate the tax to the third decimal place and round half-up to the cent: Texas states this explicitly, and it is the common convention. Compute on the taxable subtotal at invoice level rather than per item unless your state requires otherwise, because per-item computation summed back up can differ by a cent. Whichever method you use, apply it consistently so the printed lines add up to the printed total.

References

  1. 1.Sales and Use Tax Regulation 1700, Reimbursement for Sales TaxCalifornia Department of Tax and Fee Administration. Accessed August 2026.
  2. 2.Sales Tax Collection — frequently asked questionsTexas Comptroller of Public Accounts. Accessed August 2026.
  3. 3.Publication 94-105, Local Sales and Use Tax Collection — A Guide for SellersTexas Comptroller of Public Accounts. Accessed August 2026.
  4. 4.What kind of records should I keepInternal Revenue Service. Accessed August 2026.
  5. 5.IRS Receipts Requirements: What You Need to KnowBench Accounting. Accessed August 2026.