DEV Community

Mehdi Kabbaj
Mehdi Kabbaj

Posted on

What 51 US jurisdictions reveal about dental prices (open dataset + DOI)

I spend my time on an unglamorous question: how much does dental care actually cost, and why does the same procedure cost wildly different amounts depending on where you live? To answer it with data instead of anecdotes, our team built the US Dental Cost Index — average implant, veneer and braces prices for all 50 US states + DC in 2026 — and released the whole thing as an open CSV. Here's what the numbers say, and how you can grab the data.

The headline: geography, not clinical complexity, drives the gap

A single dental implant averages $3,759 in Alabama and $5,733 in California — a ~$2,000 swing for the same procedure. The cheapest cluster (Alabama, Arkansas, Mississippi) sits ~24% below the national average; the priciest (California, New York, Hawaii) runs well above it.

The interesting part is why. When you plot each state's composite dental Cost Index against its cost-of-living index, you get a Pearson correlation of r = 0.835 — a strong, clean relationship. In plain terms: dental fees track local rent, wages and overhead far more than they track anything clinical. The tooth doesn't care what state it's in; the lease on the building does.

How the index is built

For each of the 51 jurisdictions the dataset reports:

  • average single implant price (with low/high range)
  • average per-tooth veneer price
  • average full-course braces price
  • a composite Cost Index = mean of each procedure ÷ its national average × 100 (so 100 = the US average)
  • the state cost-of-living index
  • an affordability access-and-value score (0–100)

The Cost Index is deliberately simple and reproducible: no black box, just each procedure normalized to its national average and averaged. Methodology is documented here → US Dental Cost Index methodology.

Get the data (CSV, CC BY 4.0)

The full dataset is open and free to reuse with attribution:

rank,state,code,implant_avg_usd,implant_low_usd,implant_high_usd,veneer_avg_usd,braces_avg_usd,cost_index,cost_of_living_index,affordability_score
1,Alabama,AL,3759,2631,5263,940,3007,76,88.8,50
2,Arkansas,AR,3833,2683,5366,958,3066,77,86,62
3,Mississippi,MS,3885,2720,5439,971,3108,79,84,54
Enter fullscreen mode Exit fullscreen mode

Why this matters beyond a trivia stat

If you're uninsured (about 1 in 4 American adults have no dental coverage), the $2,000 implant gap is actionable: dental tourism within the US, dental school clinics, and savings plans all become rational moves once you can see the price surface. We keep a companion guide to free and low-cost dental care by state for exactly that reason.

And for anyone doing health-economics or cost-of-living analysis, the 0.835 correlation is a tidy, citable data point — the CSV is small, clean and ready to drop into a notebook.

This is market and pricing research, not clinical or treatment advice. Data compiled by the Real Dental Costs Data & Research Team. Free to cite with a link to the source.

Top comments (0)