Pennsylvania Sales Tax Rate (2026)

State Base Rate

6%

Local jurisdictions may add additional sales tax.

Last updated:

Source: Pennsylvania Department of Revenue

How Sales Tax Works in Pennsylvania

Pennsylvania imposes a statewide base sales tax rate of 6%. Pennsylvania is an origin-based sales tax state, meaning the tax rate is determined by the seller's location for in-state sales.

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

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

Rates in Pennsylvania are typically updated annually. Businesses should monitor rate changes regularly to maintain compliance.

Why Rates Vary by County in Pennsylvania

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

api-response
GETRequest
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://salestaxapi.io/api/rates?state=PA&zip=19102"
200Response
{
  "state": "PA",
  "zip": "19102",
  "county": "Philadelphia County",
  "total_rate": 0.08
}

Get real-time Pennsylvania sales tax rates via API

Access accurate, jurisdiction-level tax rates for every address in Pennsylvania. Updated daily from Pennsylvania Department of Revenue.

No credit card required · 14-day free trial

Pennsylvania Sales Tax FAQ

What is the sales tax rate in Pennsylvania?
Pennsylvania has a state sales tax rate of 6%. Allegheny County adds 1% and Philadelphia adds 2%, making their combined rates 7% and 8% respectively.
Does Pennsylvania have local sales tax?
Only Allegheny County (1%) and Philadelphia (2%) levy additional local sales taxes. The rest of the state pays only the 6% state rate.
Is Pennsylvania an origin or destination-based state?
Pennsylvania is an origin-based sales tax state.
How often does Pennsylvania update sales tax rates?
Pennsylvania's state rate is set by legislation and rarely changes. The local rates in Philadelphia and Allegheny County are also relatively stable.

Related Resources