
Utilities Setup Checklist: Internet, Power, Water and More
Utilities setup checklist for your move: internet, power, water, gas, and trash, plus a timeline and tips to avoid delays, shutoffs, and fees.
Struggling to find the perfect home? Explore Movely services that can help you!

Utilities are one of those move-in tasks that feel “simple” until you are sitting in a dark apartment, your Wi‑Fi install is scheduled for next week, and you cannot figure out whether water is included in rent.
This utilities setup checklist is designed for renters and relocators who want a smooth first week in a new place. It covers the essentials (internet, power, water, gas, trash) plus the common “extras” that create the biggest headaches when they are forgotten.
Before you call providers or click “start service,” gather a few details so you only do the work once.
If you are moving into a building (not a standalone home), also ask for:
Not every provider needs the same lead time. Use this timeline to avoid service gaps.
Internet is usually the highest-friction utility because installations book up, address databases can be wrong, and multi-unit buildings sometimes limit providers.
If you need a stopgap, a mobile hotspot or tethering plan can bridge a few days, but confirm data caps and speeds first.
For general guidance on broadband options and terminology in the U.S., the FCC’s consumer broadband resources are a solid reference.
In many rentals, electricity is the first service you should activate because it affects everything else (lights, outlets, HVAC, fridge).
If you are transferring electricity from a previous address, make sure the end date at the old place does not overlap with the start date at the new place unless you intentionally want overlap.
Water is tricky because responsibility varies by city, building type, and landlord preference.
Is water/sewer billed:
Your lease should say which applies. If it does not, get it in writing from the property manager.
If your home has gas, treat setup as both an administrative task and a safety task.
If you smell gas at any time, treat it as an emergency and follow your local utility’s instructions.
Trash is usually simple, but when it is missed it can create immediate friction (overflowing bins, fines, or missed pickup).
In apartment buildings, trash may be included and handled onsite. In single-family rentals, setting it up can fall to the tenant.
Not every home has these, but they are common enough to be worth a quick check.
If the home uses oil or propane instead of natural gas:
If you are changing mobile plans, update your address for emergency services and billing, especially if you are switching states or moving internationally.
In the U.S., file an official change of address and set mail forwarding through USPS. Then update your address directly with banks, employers, and subscription services because forwarding is not a permanent solution.
Utilities are “turn-on” tasks, but a move also changes your risk profile overnight.
Many leases require renter’s insurance before you can get keys or receive approval. Even when it is not required, it is typically inexpensive relative to the cost of replacing belongings after theft, fire, or water damage.
If you are relocating to the UAE and need to sort coverage quickly, you can use a comparison marketplace to reduce back-and-forth. For example, InsuranceHub lets you compare and buy insurance online in the UAE for categories like home and health, which can be helpful when you are juggling multiple move tasks at once.
Use this as your working list in a notes app.
Internet and gas can require appointments. If you wait until move-in week, you may be stuck with a gap. Put internet at the top of your timeline.
If you work from home, keep overlap where it matters. It is often cheaper to overlap internet for a few days than to lose productivity or burn PTO.
Provider databases can be picky. If your activation fails, double-check the unit format on your lease and with USPS.
Meter photos, confirmations, and equipment return receipts are boring until there is a dispute. Then they are the fastest way to end it.
When should I set up utilities before moving in? Internet and any utility that requires an appointment should be started two to three weeks before move-in. Electricity can often be started within a few days, but earlier is safer.
How do I know if water is included in rent? Your lease should state whether water/sewer is included, billed directly to you, or billed through the building. If it is unclear, request written confirmation from the property manager.
Can I start utilities before my lease begins? Usually yes, but you must choose a start date and you may be billed from that date. Some buildings require landlord authorization to start certain services.
What if my internet installation is delayed? Ask about self-install options, temporary activation, or using a different provider if the building allows it. As a short-term backup, check your mobile plan’s hotspot limits.
What documents do providers typically require? Often an ID, service address, start date, and payment method. Some providers require a deposit, especially for new customers, international relocators, or limited credit history.
Should I transfer utilities or start a new account? If you already have the same provider and are staying in the same service area, transferring is simplest. If you are moving to a new city or your building uses different providers, you will usually need a new account.
If you are still in the “planning and paperwork” phase of your move, these guides can help you avoid the most common renter mistakes before you even get to utilities:
- **`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`