
Security Deposit Rules: What Tenants Should Know
Security deposit rules for tenants: what landlords can deduct, how fast they must return it, and the documentation that protects your money.
Struggling to find the perfect home? Explore Movely services that can help you!

A lease is more than “how much rent and when it’s due.” It is a legally binding contract that determines what happens when something goes wrong, from a broken heater to a job transfer that forces an early move. Understanding a few key clauses before you sign can prevent expensive surprises and make it easier to negotiate fair terms.
This guide covers lease agreement basics for renters, with a plain-English breakdown of the clauses that matter most (and the ones that quietly shift risk onto you).
Most residential rentals fall into one of these structures:
The contract language determines how much flexibility you actually have. In relocations, the “term” and “early termination” clauses are often the difference between a smooth transition and a big financial hit.
If you’re relocating internationally, you may also encounter the word leasehold in property contexts, which can refer to long-term rights to use property rather than a typical rental lease. For a quick orientation on that concept in a real market, see this leasehold resource hub that compiles posts on leasehold structures.
This section sounds basic, but mistakes here can cause real problems.
Why it matters: If a roommate is not on the lease, you might be fully responsible for their share of rent, and they might not have clear rights to stay.
Look for:
Tip: If you have a relocation timeline, ask for a clause that aligns your lease end date with your move window, or negotiate a month-to-month conversion after the initial term.
The rent section should state:
Red flag: “Convenience” fees for paying online can add up. If only one payment method is available and it includes recurring fees, ask whether ACH or another low-cost option exists.
Lease agreements often include a separate fee schedule. Read it like a price list.
Common fees include late fees, NSF fees, lockout fees, move-in fees, amenity fees, trash or pest fees, and utility billing fees.
What to check:
Security deposits are one of the most disputed parts of renting.
Your lease should define:
Because deposit rules are state-specific, verify the statutory deadline and requirements in your state (many state attorney general offices publish tenant guides). For federal-level orientation on renting and avoiding housing-related issues, HUD’s tenant resources are a helpful starting point.
Practical move-in advice: Pair the deposit clause with a written move-in condition report and timestamped photos. If the lease mentions a move-in checklist, make sure you actually receive it.
This clause should explain:
Watch for “tenant pays for any service call if no issue is found” language. It can be reasonable for misused emergency calls, but it can also discourage legitimate repair requests.
Many leases include habitability language plus addenda for lead paint (common for older buildings in the US) and mold acknowledgments.
Key points:
If you are unsure about a disclosure, ask questions in writing before signing. Written threads matter if a dispute arises.
Your lease should state when the landlord can enter the unit and what notice is required, except for emergencies. Notice standards vary by state, so the contract should not be your only reference.
Look for:
If you work nights, have pets, or travel often, entry rules can materially affect your daily life.
Relocations can change quickly. This clause determines whether you can hand off the lease if your job moves again.
If flexibility matters, ask for clear language on:
This is one of the most expensive clauses to misunderstand.
Common structures:
What to clarify:
If you anticipate job uncertainty, negotiate this before signing. Once you move in, your leverage drops.
Often these clauses appear in addenda or community rules.
Pay attention to:
If something is important to you (a second parking spot, a pet, a small home office setup), make sure it is in writing.
Many renters lose part of their deposit because “small changes” violated the lease.
Look for language on:
If you need modifications (accessibility, for example), request written permission and keep it with your lease documents.
A lease may require renter’s insurance with minimum liability coverage and might ask to list the landlord as an “additional interested party.” That is common.
Make sure you understand:
For consumer guidance on insurance and financial products, the CFPB’s resources can be useful when you are comparing policies and understanding common terms.
These clauses describe what happens if rent is late, a rule is violated, or the lease ends.
Pay special attention to:
Even if a clause is written broadly, it may not be enforceable in your jurisdiction. Still, you should treat it as a signal of how aggressively the landlord might handle disputes.
Not every landlord will negotiate, but many will, especially in mid-market properties, off-season cycles, or when you present as a low-risk tenant.
These are common, reasonable asks:
Keep the tone practical: you are not trying to “win,” you are trying to make obligations clear and predictable.
Some leases are unfair by design. Others are simply sloppy. Either way, stop and ask questions if you see:
If you are unsure, consider having a local tenant advocate, housing counselor, or attorney review the agreement. Many areas also have tenant unions or legal aid clinics that can help you understand common local pitfalls.
A good lease signing is boring in the best way. To get there, collect and confirm:
When you understand these lease agreement basics, you can compare rentals on more than just rent price. You can compare risk, flexibility, and how conflicts will be handled, which is exactly what matters when your housing decision intersects with a move, a new job, or a new country.
- **`xs`** → `--space-xs` = `0.5rem` (≈ 8px)
- **`sm`** → `--space-sm` = `0.625rem` (≈ 10px)
- **`s`** → `--space-s` = `0.75rem` (≈ 12px)
- **`m`** → `--space-m` = `1rem` (≈ 16px, базовый)
- **`md`** → `--space-md` = `1.25rem` (≈ 20px)
- **`l`** → `--space-l` = `1.5rem` (≈ 24px)
- **`xl`** → `--space-xl` = `2rem` (≈ 32px)
- **`2xl`** → `--space-2xl` = `3rem` (≈ 48px)
- **`3xl`** → `--space-3xl` = `4rem` (≈ 64px)
- **`4xl`** → `--space-4xl` = `5rem` (≈ 80px)
- **`huge`** → `--space-huge` = `3.75rem` (≈ 60px, спец‑размер)
- **`giant`** → `--space-giant` = `6.25rem` (≈ 100px, максимум)
#### 3.1. Margin (десктоп)
- `mt-*` — `margin-top`
- `mb-*` — `margin-bottom`
- `mv-*` — вертикальный margin (top + bottom)
#### 3.2. Margin (мобильный)
Те же, но с префиксом `m-`:
- `m-mt-*`, `m-mb-*`, `m-mv-*`
#### 3.3. Padding (десктоп)
- `p-*` — padding со всех сторон
- `pv-*` — padding по вертикали (top + bottom)
- `ph-*` — padding по горизонтали (left + right)
- `pt-*` — `padding-top`
- `pb-*` — `padding-bottom`
- `pl-*` — `padding-left`
- `pr-*` — `padding-right`
Аналогично, но с `m-`:
- `m-p-*`, `m-pv-*`, `m-ph-*`, `m-pt-*`, `m-pb-*`, `m-pl-*`, `m-pr-*`
#### 3.5. Gap
- `gap-*` — `gap` между элементами (flex/grid), базовое значение.
- `m-gap-*` — `gap` только на мобилках.
- `fl-l` — `display: flex; justify-content: flex-start;`
- `fl-c` — `display: flex; justify-content: center;`
- `fl-r` — `display: flex; justify-content: flex-end;`
- `fl-m` — центр и по горизонтали, и по вертикали (`justify-content: center; align-items: center;`)
- `fl-btwn` — `justify-content: space-between;`
- `fl-w` — `flex-wrap: wrap;`
- `ta-l` — `text-align: left;`
- `ta-c` — `text-align: center;`
- `ta-r` — `text-align: right;`
- `m-ta-l`, `m-ta-c`, `m-ta-r`