Domain names are not owned outright — they are rented on an annual or multi-year basis. When a registration lapses, the domain moves through a carefully defined expiration timeline before it is released back to the public. Understanding each stage can save your website, email, and brand from interruption and prevent losing a name you depend on.
The Domain Expiration Timeline
Every domain travels through the same lifecycle stages after its registration period ends. The exact durations vary slightly by TLD and registrar policy, but the structure is consistent across.com, .net, .org, and most gTLDs.
| Stage | Duration | Domain Status | What Happens |
|---|---|---|---|
| Active | Registration period | clientOk / ok | Domain resolves normally; all DNS records function |
| Expired | 0–30 days after expiry | clientHold or expired | DNS may stop resolving; registrar may show a parking or warning page; standard renewal price applies |
| Registrar Grace Period | Up to 30–45 days after expiry | clientHold | Registrar holds the domain for the previous owner at standard renewal cost |
| Redemption Grace Period | 30 days (after registrar grace) | pendingDelete / redemptionPeriod | Domain can only be recovered by the original registrant at a significant redemption fee (often $100–$200+) |
| Pending Delete | 5 days | pendingDelete | Domain queued for deletion; cannot be recovered; deletion is imminent |
| Available | — | available | Domain deleted and available for public registration again |
Many registrars suspend DNS resolution as soon as a domain expires — not at the end of the grace period. Your website and email can go offline on the expiry date itself even though you still technically have weeks to renew at the standard price. Do not rely on grace periods to keep services running.
Stage 1: Active Domain
During the active registration period, your domain resolves normally. All DNS records — A records pointing to your web server, MX records for your email, TXT records for SPF and DKIM — are served correctly to anyone who queries them. The domain status in WHOIS will show ok orclientTransferProhibited (a standard lock status that prevents unauthorised transfers).
Stage 2: Expired and Registrar Grace Period
Once the registration date passes without renewal, the domain enters a combined expiry and registrar grace period lasting roughly 30–45 days depending on the TLD and registrar. Key characteristics of this stage:
- Renewal is still possible at the standard annual price.
- Many registrars immediately redirect the domain to a parking page or suspension notice.
- Email delivery may fail because the MX record is no longer being served.
- Some registrars send multiple renewal reminder emails in the weeks before expiry.
Stage 3: Redemption Grace Period
If the domain is not renewed during the registrar grace period, it enters the Redemption Grace Period (RGP) — a 30-day window defined by ICANN policy. During this stage:
- Only the original registrant can recover the domain.
- Recovery requires paying a substantial redemption fee, typically $100–$300 on top of the standard renewal cost.
- The domain cannot be transferred to another registrar during redemption.
- WHOIS status will show
redemptionPeriod.
Registrars pass the ICANN-mandated redemption process fee on to the registrant. If your domain enters the redemption period, expect to pay a significant premium to recover it. This is not a penalty imposed by your registrar — it is the cost of the registry restoration process.
Stage 4: Pending Delete
After the redemption grace period, the domain enters a five-day pending delete phase. During this window:
- Recovery is impossible — not even the original owner can reclaim it.
- The domain is queued for deletion from the registry database.
- WHOIS shows the status as
pendingDelete.
Stage 5: Deletion and Drop Catching
At the end of the pending delete phase, the registry deletes the domain record. The exact deletion time is not publicly announced, which is why drop catching exists.
Drop catching is the practice of attempting to register a domain the instant it is released. Specialist services run automated systems that submit registration requests in rapid succession across multiple registrars at the predicted deletion time, maximising the chance of securing a desirable domain. Popular expired domain marketplaces (SnapNames, NameJet, DropCatch) offer drop-catching services.
How to Check Your Domain Expiry Date
You can check when any domain expires using the WHOIS database. The expiry date appears as “Registry Expiry Date” or “Expiration Date” in the WHOIS output.
# Check domain expiry with WHOIS
whois example.com
# Key line to look for in the output:
# Registry Expiry Date: 2025-06-15T12:00:00Z
# Expiration Date: 2025-06-15
# Also check the domain status flags:
# Domain Status: ok (normal, active)
# Domain Status: clientHold (suspended / expired)
# Domain Status: redemptionPeriod (in redemption)
# Domain Status: pendingDelete (about to be deleted)You can also use the ShowDNS DNS Lookup tool to query NS records — if the domain has no nameservers, it may already be expired or suspended.
Auto-Renew Settings
The single most effective way to avoid domain expiry is to enable auto-renew at your registrar and ensure your payment method on file is current. Most registrars attempt to charge your card automatically 30–60 days before the expiry date.
Best practices for domain renewal:
- Enable auto-renew on every domain you actively use.
- Keep your registrar account's payment method and email address up to date.
- Register critical domains for the maximum available period (often 10 years).
- Set calendar reminders 90 days before expiry as a manual backup.
- Consolidate domains to as few registrars as possible to reduce missed renewal risks.
# Check NS records to verify a domain is still active
dig example.com NS @8.8.8.8
# If this returns SERVFAIL or no NS records,
# the domain may be expired or suspended.
# Check WHOIS for domain status and expiry
whois example.com | grep -i "expir|status"Consequences of Domain Expiry for Your Website and Email
When a domain expires and DNS resolution stops, the effects cascade across every service that depends on the domain:
- Website — visitors see DNS errors or the registrar's parking page instead of your site.
- Email — inbound email bounces because MX records are no longer served. Outbound email from addresses at the domain may also be affected.
- SSL certificates — certificate renewals from Let's Encrypt fail because the ACME challenge relies on DNS resolution.
- Third-party services — any service using subdomains (APIs, CDN origins, identity providers) becomes unreachable.
- SEO — extended downtime causes search engines to deindex pages and lose accumulated ranking signals.
Frequently Asked Questions
How long do I have to renew an expired domain?
You typically have 30–45 days after the expiry date to renew at the standard price during the registrar grace period. After that, a 30-day redemption period allows recovery at a significantly higher cost. Once the domain enters the 5-day pending delete phase, recovery is impossible.
Will my website go offline immediately when my domain expires?
Often yes. Many registrars suspend DNS resolution on the expiry date, even though the grace period technically continues. Some registrars provide a brief buffer of a few days. Do not assume your site will remain online during the grace period.
Can someone else register my domain while it is in the redemption period?
No. During the redemption grace period, only the original registrant can recover the domain by paying the redemption fee. Other registrants cannot submit competing registration requests until the domain fully deletes after the pending delete phase.
What is domain drop catching?
Drop catching is the automated process of attempting to register a domain the instant it becomes available after deletion. Specialist drop-catch services use multiple registrars simultaneously to maximise the chance of securing a newly released domain within seconds of it being deleted.
How can I check if a domain I want is about to expire?
Run whois example.com and look for the Registry Expiry Date field. If the date is approaching, you can set up alerts through domain monitoring services or check periodically. Note that many valuable domains are renewed automatically by their owners long before expiry.