A backorder is a standing instruction to a service to try to register a domain the moment it becomes available. It is not a reservation, it does not guarantee anything, and if more than one person wants the name it goes to auction.
The word suggests a queue you join and eventually reach the front of. What actually happens is closer to a race, run in milliseconds, by automated systems, against everyone else who also wanted the name.
Table of contents
- The expiry lifecycle
- What the service actually does
- The auction step
- Checking a domain’s status first
- When it is worth doing
- How this fits the rest of the stack
- FAQ
The expiry lifecycle
A domain does not become available the day it expires. It moves through a defined sequence, and the length of each stage is what makes the whole process predictable enough to automate.
- Active. Registered and working normally.
- Expired, grace period. Typically around thirty to forty-five days. The site usually stops resolving, but the original owner can renew at the normal price. Most expired domains are simply renewed here.
- Redemption period. Around thirty days. The owner can still recover the name but pays a substantial redemption fee. It cannot be registered by anyone else during this window.
- Pending delete. Around five days. Nothing can save it now. The end of this stage is the drop.
- Dropped. Released back to the registry and available to whoever registers it first.
Those durations are typical for dot-com and similar legacy extensions. Country-code extensions set their own policies, and some skip stages entirely or hold names for far longer, so check the specific registry’s rules if you are targeting one.
The whole cycle is roughly seventy-five days from expiry to drop. That is a long time to watch a name, which is precisely why the service exists.
What the service actually does
You place a backorder, usually for a fee in the range of ten to a hundred dollars depending on the provider. The service then monitors the domain’s status and, at the moment of the drop, fires registration attempts at the registry.
Speed is the entire product. The drop window is milliseconds wide, and providers compete on how many simultaneous connections they hold to the registry and how precisely they time the attempt. This is why a manual attempt is not realistic - by the time a human notices the name is available, the automated systems have already resolved it.
Most providers only charge if they succeed, or refund the fee if they do not. Some charge upfront regardless. Read which model you are on before placing several backorders, because the difference matters once you are placing more than a few.
Success is far from certain. A provider can only catch a name if their systems win against every other provider trying for it, which means backordering a desirable name through one service is a bet on that service’s infrastructure. Some buyers place backorders with several providers on the same name to improve their odds, accepting the duplicated fees.
The auction step
Here is the part that surprises people. If several customers of the same provider backorder the same domain and the provider catches it, you do not get the name for the backorder fee. It goes to a private auction between those customers.
Common rules across providers: the first person to place a backorder usually holds the opening bid, so if nobody else bids they win at that price. Beyond that it is an ordinary auction, and a genuinely desirable name can close far above what anyone expected to pay.
The practical consequence is that the backorder fee is not the price of the domain. It is the price of entry to a possible auction. For an obscure name nobody else wants, that entry fee is the whole cost. For a name with an obvious commercial use, expect competition.
Set a limit before the auction starts and hold to it. Auction dynamics reliably produce prices above what the same buyer would have paid in a direct negotiation, and a domain is not an asset you can resell quickly if you overpay.
Checking a domain’s status first
Before placing a backorder, confirm the name is actually heading for a drop rather than sitting on a renewal the owner will make.
# Registration and expiry dates, plus status codes
whois example.com | grep -iE 'expir|status|registrar'
# The status codes that matter
# clientTransferProhibited - normal, actively managed
# redemptionPeriod - expired, owner can still recover
# pendingDelete - the drop is days away
# autoRenewPeriod - in grace, likely to be renewed
A name in pending delete is genuinely dropping. A name in redemption may still be recovered by its owner, and frequently is - businesses do let renewals lapse by accident and notice when the site goes down.
Two other things worth checking. First, whether the name is worth the effort at all: a domain with a history of spam carries reputation problems that follow it into your ownership. Second, whether there is a trademark conflict - acquiring an infringing name through a backorder offers no protection from a dispute.
Also be aware that many expiring domains never reach a public drop. Registrars operate their own expired-domain auctions before the name is released, so a valuable name is often sold there and never becomes catchable.
When it is worth doing
Backordering makes sense in a narrow set of circumstances.
- A name you specifically need, such as a variant of your own brand that someone else registered and has now let lapse. Here the value is defensive and the cost is easy to justify.
- A niche name with no obvious commercial appeal. These often drop with only one backorder on them, and you pay the fee and get the domain.
- A name you have watched for a while and know is heading for pending delete rather than renewal.
It makes considerably less sense for short, generic, dictionary-word names in popular extensions. Those are watched by professional drop-catchers with better infrastructure than a retail backorder service, and the ones that do become available go to auctions that clear well above what most buyers expected.
The honest alternative for most people: pick a different name. A slightly modified version, or the same word on another extension, is available now at standard registration price, with no waiting, no auction, and no reputation history to inherit. The seventy-five days you would spend waiting is time the project could have been live.
How this fits the rest of the stack
Whichever name you end up with, the work starts once it resolves. Custom domains and certificates are handled on RunxBuild, so pointing a name at a static site or a service is configuration rather than a project. The RunxBuild hosting calculator shows what sits behind that domain - the site or service, a managed database, storage, and bandwidth - as separate line items, which is the part of the bill a domain purchase tends to overshadow.
Useful related references:
- What Is a .link Domain, and When Does It Fit a Project?
- Domain Squatting: What It Is, What You Can Do, and What Is Not Worth Doing
- What Is a Parked Domain? And Why Yours Might Be a Liability
- Custom domains and certificates on RunxBuild
FAQ
What is a domain backorder?
A standing instruction to a service to attempt registration of a domain the instant it becomes available after expiry. It is not a reservation and guarantees nothing - if the service catches the name and several of its customers wanted it, the domain goes to a private auction between them.
How long does it take for an expired domain to become available?
Typically around seventy-five days for dot-com and similar extensions: roughly thirty to forty-five days of grace period, then about thirty days of redemption, then five days of pending delete before the drop. Country-code extensions set their own timelines and some differ substantially.
Do domain backorders actually work?
Sometimes. For obscure names with no competition, often. For short generic names in popular extensions, rarely - professional drop-catching services with better registry infrastructure win those, and many valuable names are sold at registrar auctions before ever reaching a public drop.
How much does a domain backorder cost?
Usually somewhere between ten and a hundred dollars depending on the provider, with many charging only on success. That fee is not the price of the domain - it is entry to a possible auction, and a contested name can close far above it.
Can the original owner get the domain back?
Yes, during the grace and redemption periods. In grace they renew at the normal price; in redemption they pay a substantial recovery fee. Only once a name reaches pending delete is recovery impossible, which is why checking the status code before backordering is worth the thirty seconds.