This tool benchmarks Nashville’s cost of living against the US national average, which is set to 100. Nashville’s composite index is about 108, so it converts a salary from any city into the income you would need to keep the same standard of living in Nashville.
How it works
Each city has a single composite index where 100 is the US average. The equivalent salary scales by the ratio of the two indices:
equivalent_salary = current_salary * (nashville_index / current_index)
percent_diff = (nashville_index / current_index - 1) * 100
The composite is built from weighted category sub-indices — housing carries the most weight, followed by groceries, transportation, utilities, and healthcare.
Example
Earning $80,000 in a city at the national average (index 100), the equivalent in
Nashville at index 108 is 80,000 * (108 / 100) = $86,400 — about 8% more to
hold your standard of living steady.
Notes
The index and sub-indices are representative benchmarks, not a personal budget. Housing in particular varies sharply by neighborhood. Treat the equivalent salary as a planning baseline and confirm with real rent and expense figures before relocating.