Oklahoma Sales Tax Rate (2026)

State Base Rate

4.5%

Local jurisdictions may add additional sales tax.

Last updated:

Source: Oklahoma Tax Commission

How Sales Tax Works in Oklahoma

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

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

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

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

Why Rates Vary by County in Oklahoma

The combined sales tax rate a customer pays in Oklahoma 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 Oklahoma, 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 Oklahoma County:

api-response
GETRequest
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://salestaxapi.io/api/rates?state=OK&zip=73102"
200Response
{
  "state": "OK",
  "zip": "73102",
  "county": "Oklahoma County",
  "total_rate": 0.08625
}

Get real-time Oklahoma sales tax rates via API

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

No credit card required · 14-day free trial

Oklahoma Sales Tax FAQ

What is the sales tax rate in Oklahoma?
Oklahoma has a state sales tax rate of 4.5%. With county and city taxes, combined rates can exceed 11% in some jurisdictions.
Does Oklahoma have local sales tax?
Yes. Oklahoma counties and cities both levy additional sales taxes, which can vary significantly by location.
Is Oklahoma an origin or destination-based state?
Oklahoma is a destination-based sales tax state.
How often does Oklahoma update sales tax rates?
Oklahoma local rates can change quarterly as cities and counties enact or modify their tax rates.

Related Resources