Rent Regulation
Understand how FairePlace handles French rent control (encadrement des loyers) and rent evolution decrees.
Overview
In designated zones (zones tendues), French law restricts how much landlords can charge for rent. FairePlace automates these checks when creating or updating leases.
Two mechanisms apply:
| Mechanism | Law | Scope |
|---|---|---|
| Encadrement des loyers (rent cap) | Loi Alur / Loi Elan | Paris, Lyon, Lille, Montpellier, Bordeaux, and other designated cities |
| Decret d'evolution des loyers (rent evolution decree) | Annual decree | All zones tendues (~1,149 municipalities) |
How rent caps work
In cities with rent caps, every rental unit has a reference rent per m² that depends on:
- Location (postal code / neighborhood)
- Property type (apartment, house)
- Number of rooms
- Construction period
- Furnished vs unfurnished
Three reference values are published annually:
| Value | Description | Lease field |
|---|---|---|
| Loyer de reference | Median reference rent | reference_rent_per_m2 |
| Loyer de reference majore | Maximum rent (+20%) | reference_rent_increased_per_m2 |
| Loyer de reference minore | Minimum rent (-30%) | reference_rent_decreased_per_m2 |
The rent must not exceed reference_rent_increased_per_m2 × area unless a complement de loyer (rent supplement) is justified.
Check rent regulation for a location
Use the rent regulation check endpoint to determine which regulations apply:
Code
Code
Lease validation
When creating a lease, FairePlace validates the rent against the zone's reference values:
Code
Validation error example
If the rent exceeds the cap:
Code
Rent evolution decree
In zones tendues, the rent for a new tenant cannot exceed the previous tenant's last rent, adjusted by the IRL index. This applies even in areas without rent caps.
FairePlace tracks:
base_rent_amount— The previous rent (or initial rent for first lease)revision_index_type—IRLfor residential leasesnext_revision_date— When the next annual revision is due
IRL rent revision
Annual rent revisions use the IRL (Indice de Reference des Loyers) published by INSEE:
Code
FairePlace calculates this automatically:
Code
Code
Legal references
FairePlace implements the following French regulations:
| Rule | Legal basis | What FairePlace does |
|---|---|---|
| Encadrement des loyers | Loi ALUR (Art. 17), Loi Elan (Art. 140) | Validates rent against reference rent per m² by zone |
| IRL revision cap | Art. 17-1 Loi 89-462 | Calculates maximum rent increase using INSEE IRL index |
| Deposit limit | Art. 22 Loi 89-462 | Enforces 1 month (unfurnished) or 2 months (furnished) maximum |
| Zone tendue rules | Décret n°2023-822 | Checks if postal code falls in a tight housing market zone |
| Rent evolution decree | Annual decree (zones tendues) | Limits re-rental rent to previous tenant's rent + IRL |
| Notice period | Art. 15 Loi 89-462 | 1 month in zone tendue, 3 months otherwise |
| Recoverable charges | Décret n°87-713 | Validates charge categories against the legal list |
Key legal articles
- Loi n°89-462 du 6 juillet 1989 — Fundamental law governing residential leases
- Loi ALUR (2014) — Introduced rent caps (encadrement des loyers) and standardized lease contracts
- Loi Elan (2018) — Extended rent caps experimentally to additional cities
- Décret n°2023-822 — Updated list of municipalities in zone tendue
- Décret n°87-713 — Exhaustive list of recoverable charges from tenants
Disclaimer: FairePlace implements regulatory calculations based on published legal texts and official data sources (INSEE, prefectoral decrees). These automated checks assist in compliance but do not constitute legal advice. For specific situations, consult a qualified legal professional or your local ADIL (Agence Départementale d'Information sur le Logement).
Complement de loyer (rent supplement)
If the property has exceptional characteristics (terrace, exceptional view, premium equipment), the rent can exceed the reference cap with a documented justification:
Code
The supplement must be explicitly justified and appears as a separate line in the lease document.
Related
- Rent Regulation & Rent Control — Full endpoint reference
- Lease Overview — Lease lifecycle and compliance
- Energy Diagnosis — DPE requirements
- Leases API — Full endpoint reference