Renting vs Buying a Domain: When Monthly Makes Sense
Nobody owns a domain outright. You register it for a term and keep renewing it, so "buying" is already a long rental from a registry. Renting month to month from another holder adds one more layer between you and that registry, and whether the layer is harmless or dangerous depends on what you plan to build on the name.
How registration actually works
Three parties sit behind every domain in a generic top-level domain such as .com or .org:
- The registry runs the top-level domain and keeps the authoritative list of who holds which name.
- The registrar is the company you pay. It records your contact details and submits the registration to the registry. For generic top-level domains, registrars are accredited by ICANN.
- The registrant, also called the registered name holder, is the person or company whose name is on the registration. That party holds the rights: to renew, update, transfer and sell.
Country-code domains are run by their own operators, which set their own rules, so the ICANN policies below may not apply to them. Check the operator's policy for those.
Registrations run for a fixed term. ICANN's registrant FAQ says you can use a name for the period you registered it for, "which is typically between one to ten years", and that if you do not renew in time, the name "may be transferred or released."
What happens at expiry is set out in ICANN's Expired Registration Recovery Policy. Registrars must send reminders approximately one month and one week before expiration, and one more within five days after. After expiration, the registrar must interrupt the name's existing DNS resolution path for at least the last eight days in which the registrant can still renew it, and once a registration is deleted, generic registries (other than sponsored ones) must offer a 30-day Redemption Grace Period during which it can still be restored. In practice, a lapsed name stops working well before anyone else can register it, which is exactly the failure a renter cannot see coming.
The aftermarket
Once a name is registered, the only way to get it, short of waiting for it to lapse, is from its current holder. That is the aftermarket: holders list names on marketplaces or sell them directly, and the price is whatever the holder asks, not the registry's standard fee.
The standard handoff uses escrow. The buyer pays an escrow service, the seller moves the domain to the buyer's account, and the escrow service releases the money once the move is confirmed. Neither side has to trust the other with both the money and the name at the same time.
Lease-to-own and pure rentals
Monthly arrangements come in two shapes, and they give you very different things.
Lease-to-own spreads a purchase over time. As of September 2026, Afternic's lease-to-own program lets buyers pay over a term of up to 60 months. Buyers can use the domain during the lease, but it "remains in a locked state," and it is transferred to the buyer after all payments are made. Escrow.com offers a domain holding service where the name sits in escrow while scheduled payments are made, with terms from three months to five years. When the deal is a sale, the name goes to the buyer at the end. When it is a lease only, the name goes back to the seller.
A pure rental never ends in a transfer. The holder keeps the registration and gives you use of the name, either by pointing its records where you ask or by delegating the name to nameservers you run. When you stop paying, the name goes back.
What you control when you rent, and what you do not
Renting gives you operational control at best. The legal control stays with whoever is on the registration.
| Capability | Registrant | Renter |
|---|---|---|
| Edit DNS records | Yes | Usually, through delegation or the holder |
| Renew the registration | Yes | No, the holder must |
| Transfer to another registrar | Yes | No |
| Change the contact email | Yes | No |
| Sell the name | Yes | No |
The gap matters most for anything that accrues value over time. Inbound links, search rankings, customer email addresses, OAuth redirect URLs and password reset flows all attach to the name, not to you. The longer you rent, the more it costs to leave.
The risks to check before you sign
This is general information, not legal advice. Read the actual agreement, and have a lawyer read it if the name matters to your business.
Lapse
If the holder's card fails or they forget a renewal, your site and email go dark when DNS resolution is interrupted. Do not rely on the holder's word for the expiry date. Look it up. For generic top-level domains, ICANN made the Registration Data Access Protocol (RDAP) the definitive source of registration data as of January 28, 2025. You can query it from a terminal. For a .com name, the registry's RDAP server answers directly:
curl -s https://rdap.verisign.com/com/v1/domain/example.com \
| jq '{status, events: [.events[] | {eventAction, eventDate}]}'
The events list includes the registration and expiration dates, and status shows any transfer or update locks. Put the expiration date in your own calendar.
Transfer locks
At the end of a lease-to-own, you will want the name at your own registrar. ICANN's Transfer Policy lets a registrar deny a transfer requested within 60 days of the name's creation or of a previous transfer. It also requires a 60-day inter-registrar transfer lock after a change of registrant, although a registrar may let the holder opt out of that lock before the change. A revision working its way through ICANN would shorten some of these locks, but as of September 2026 the published policy still carries the 60-day rules. Check the version in force when you act, and build any waiting period into your plans.
Who the registrant really is
If the holder's company is the registrant, your brand sits on their asset. A dispute, a court order, a compromised account or the holder going out of business all land on them first and on you second. Ask who the registrant of record is, whether the contract stops them selling the name to someone else mid-term, and what happens to your rental if they do. Do not expect RDAP to answer the first question: registry records for .com carry no registrant details, and registrars often redact contact data for privacy, so get the registrant named in the contract.
Missed payments
Find out exactly what happens if one of your payments fails. Is there a grace period? Will you get notice? Do you lose the payments you have already made? Lease-to-own terms vary here, and this clause decides how much a bad month can cost you.
When renting fits
Monthly makes sense when the name is short-lived or when you are testing before committing:
- A campaign, event or launch page with a known end date.
- A product experiment where you want a good name for a few months, not a decade.
- Temporary environments, demos and sandboxes that should disappear on their own.
- A premium name you cannot pay for upfront but intend to own, through a lease-to-own deal with escrow in the middle.
It fits poorly for your main brand, any domain that will receive email, anything tied to account recovery, and anything customers will bookmark or print.
A decision checklist
Work through these before you pay the first month:
- Will you still want this name in two years? If yes, favor buying or lease-to-own over pure rental.
- Will it send or receive email, or handle password resets? If yes, you want to be the registrant.
- Who is the registrant of record, and is that named in the contract?
- When does the registration expire, and who is responsible for renewing it?
- What happens after a missed payment, and how much notice do you get?
- Do you get nameserver delegation, or only record edits through the holder?
- For lease-to-own: when does the transfer happen, and what lock periods follow it?
- Is an escrow service or marketplace holding the name, or only the other party?
- What is your exit plan: a name you own that you can redirect to?
- What is the total cost? A hypothetical $30 per month for 24 months totals $720. Set that against the purchase price plus yearly renewals.
If the answers to questions 2 and 3 make you uneasy, stop there. Renting is a reasonable way to borrow a name, but you should never let a borrowed name become the address your customers and your inbox depend on.