Utah Sales Tax Rate (2026)

State Base Rate

4.85%

Local jurisdictions may add additional sales tax.

Last updated:

Source: Utah State Tax Commission

How Sales Tax Works in Utah

Utah imposes a statewide base sales tax rate of 4.85%. Utah is a destination-based sales tax state, meaning the tax rate is determined by the buyer's delivery address.

County taxes: Utah counties can levy additional sales tax on top of the state rate, and rates vary by county.

City taxes: Cities in Utah may impose their own sales tax, adding further variability to combined rates.

Special district taxes: Special taxing districts (transit authorities, improvement districts, etc.) in Utah can add additional taxes that apply within their boundaries.

Rates in Utah are typically updated quarterly. Businesses should monitor rate changes regularly to maintain compliance.

Why Rates Vary by County in Utah

The combined sales tax rate a customer pays in Utah depends on the specific jurisdiction of the transaction. Local governments use sales tax revenue to fund essential services such as infrastructure, public safety, and education.

This means that two addresses within the same city may have different tax rates if they fall in different special taxing districts. ZIP codes are particularly unreliable for tax determination because a single ZIP code can span multiple counties or tax jurisdictions.

For businesses operating in Utah, manually tracking these rate changes across every jurisdiction is impractical. An automated API solution ensures you always apply the correct rate at the point of sale, reducing compliance risk and audit exposure.

Example API Response

Query real-time sales tax rates programmatically. Here is an example response for Utah County:

api-response
GETRequest
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://salestaxapi.io/api/rates?state=UT&zip=84043"
200Response
{
  "state": "UT",
  "zip": "84043",
  "county": "Utah County",
  "total_rate": 0.0725
}

Get real-time Utah sales tax rates via API

Access accurate, jurisdiction-level tax rates for every address in Utah. Updated daily from Utah State Tax Commission.

No credit card required · 14-day free trial

Utah Sales Tax FAQ

What is the sales tax rate in Utah?
Utah has a combined state sales tax rate of 4.85%. With local taxes, combined rates typically range from 6.1% to 8.7%.
Does Utah have local sales tax?
Yes. Utah counties, cities, and special taxing districts levy additional sales taxes on top of the state rate.
Is Utah an origin or destination-based state?
Utah is a destination-based sales tax state.
How often does Utah update sales tax rates?
Utah local rates can change quarterly. The Utah State Tax Commission publishes updated rate tables each quarter.

Related Resources