§PlainStatute

Housing · Rent control

Does Tennessee Have Rent Control?

Whether Tennessee caps how much rent can rise, whether cities can set their own limits or are barred from it, and the exemptions. Rent control is separate from the notice a landlord must give before an increase. Cited to the statute.

Confirmedagainst Tenn. Code Ann. § 66-35-102 · checked against a mirror of the official code (Cornell LII / Justia)Reviewed by Cholilurrohman · July 2026
Rent control · Tennessee
Tennessee bans local rent control. State law bars any local government from passing or keeping an ordinance that limits how much rent a landlord can charge, and the state sets no rent cap of its own, so ordinary rent is set by the lease and the market.
Preempted
Rent control?Preempted
StatuteTenn. Code Ann. § 66-35-102

What the rent control law says in Tennessee

Whether rent increases are capped, who sets the limit, and the housing the rule does not reach.

Recent or pending change

Section 66-35-102 has been tightened three times in eight years, most recently by a 2024 amendment effective 1 July 2024 that strengthened its inclusionary-zoning limits. The text here was read from a 2024 code-year mirror rather than a live official page, so confirm the current wording before relying on it in a dispute.

What the law saysWhat it means
Local rent control is barred statewideUnder Tennessee Code Annotated section 66-35-102(a), a local governmental unit shall not enact, maintain, or enforce an ordinance or resolution that would have the effect of controlling the amount of rent charged for leasing private residential or commercial property. The word maintain reaches an ordinance already on the books.
A private party can sue for damagesUnder section 66-35-102(b)(3), a person who suffers an ascertainable loss because of a prohibited practice may sue to recover actual damages. This is a stronger deterrent than a bare ban, because a developer harmed by a rent-control ordinance can collect from the local government.
No statewide capTennessee sets no statewide limit on rent. With local caps blocked and no state ceiling, the rent amount is governed by the lease and the market, subject only to the notice a change requires.
What is exemptWhat it means
Voluntary incentive programsThe section allows a purely voluntary, incentive-based program to encourage workforce or affordable housing, using tools like tax incentives or infrastructure help, so long as the local government does not use its zoning or land-use power to leverage below-market housing.
Government-owned propertyA separate section, 66-35-103, excepts management of government-owned property, so a local government may still set rent on housing it owns.
No federal rent control
There is no national rent control law. Whether rent can be limited is decided state by state. Tennessee is in the majority of states that ban local rent control, while only a few states cap rent or let cities do so.
A cap is not a notice rule
Rent control means a limit on how much the rent can rise. That is different from a rent-increase notice rule, which only sets how much warning a landlord must give before an increase. Tennessee bars the cap but a change still needs proper notice.
In plain words
A quick key to the legal terms used on this page.
Preempted
When a state law overrides and blocks cities or counties from making their own rules on the same subject.

What you can do right now

Concrete, neutral steps if you are facing a rent increase in Tennessee. This is legal information, not legal advice.

  1. Know that no cap applies

    Tennessee has no rent limit, and no local government may create one. A landlord may raise the rent by any amount at renewal or when a month-to-month tenancy continues. Plan around the lease, not a legal ceiling.

  2. Read the increase terms in your lease

    Your protection comes from the lease. During a fixed term the rent is locked at the agreed figure. Check when your term ends and what notice the lease requires before an increase can take effect.

  3. Confirm the notice and effective date

    No cap applies, but an increase still cannot start mid-term on a fixed lease, and a month-to-month change needs the notice your tenancy requires. Confirm the date the higher rent is allowed to begin.

  4. Get Tennessee tenant help

    If an increase or a notice looks improper, Tennessee legal help through justiceforalltn.org can explain your options. The dispute will turn on the lease and notice, since there is no rent limit to enforce.

Tenant help in Tennessee

If you think an increase breaks a cap or a local ordinance, a legal aid office or the state consumer-protection unit can tell you whether a limit applies to your unit.

Justice for All (Tennessee Legal Help)

This is general legal information, not legal advice. Caps, local ordinances, and exemptions turn on the specific unit and city, so confirm your situation against the statute.

What renters in Tennessee get wrong about rent control

Tennessee gave rent control its own chapter, and used it to shut the door firmly. Title 66, chapter 35 is titled Rent Control, and its central section, 66-35-102(a), bars a local governmental unit from enacting, maintaining, or enforcing an ordinance that would control the amount of rent charged for private residential or commercial property. The chapter carries its own definition section and no population threshold, so the bar is statewide and applies everywhere, unlike some Tennessee landlord-tenant rules that only reach larger counties. What makes Tennessee unusual is the enforcement. Section 66-35-102(b)(3) lets a person who suffers an ascertainable loss from a prohibited ordinance sue the local government for actual damages. Across the states that preempt rent control, this is the rare one that lets a private party collect money from a city, which is a sharper deterrent than simply voiding the ordinance. The section also carries an inclusionary-zoning ban, tightened as recently as 2024, that blocks a local government from forcing below-market units as a condition of a permit or zoning change. Narrow carve-outs remain for voluntary incentive programs and government-owned property. There is no statewide cap, so for an ordinary Tennessee renter the lease and the market set the rent.

Common questions

Does Tennessee have rent control?

No. Tennessee has no statewide rent cap, and Tennessee Code Annotated section 66-35-102(a) bars any local government from enacting or keeping an ordinance that controls the amount of private rent.

Can my rent be raised any amount in Tennessee?

Yes, at renewal or when a month-to-month tenancy continues. Because no rent cap applies, the increase is governed by the lease and the market, not a legal ceiling, as long as proper notice is given.

Can a Tennessee city cap rent?

No. State law bars a local government from a rent-control ordinance, and it even lets a person harmed by such an ordinance sue the local government for actual damages.

Is there a statewide rent limit in Tennessee?

No. Tennessee sets no statewide ceiling on rent. With local rent control barred and no state cap, the rent amount is set by the lease and the market.

Primary source
Tenn. Code Ann. § 66-35-102
Tennessee Code Annotated, § 66-35-102 (Justia mirror) · law.justia.com
Cholilurrohman
Every figure on this page is checked line-by-line against the current statute. Editorial standards →

Not legal advicePlainStatute provides plain-language summaries of public law for general information only. This is not legal advice. Statutes change; always confirm current requirements with the official source linked above before acting.

Embed this explainer

Paste this on your own site. The embed stays in sync with this page, so any update here shows up there too.

<iframe
  src="https://plainstatute.com/embed/statute/rent-control--tennessee"
  title="Tennessee statute explainer by PlainStatute"
  loading="lazy"
  height="640"
  style="width:100%;max-width:640px;border:1px solid #e4e2d9;border-radius:12px"
  data-plainstatute="rent-control--tennessee"></iframe>
<script>
  window.addEventListener('message', function (e) {
    if (e.origin !== 'https://plainstatute.com') return;
    var d = e.data || {};
    if (d.type !== 'plainstatute:embed-height') return;
    var f = document.querySelector('iframe[data-plainstatute="' + d.slug + '"]');
    if (f) f.height = d.height;
  });
</script>