HomeGuidesAboutToolsBuy DomainsSEOContact
Transfers and DNS6 min read722 words

How to Change Nameservers Without Breaking a Website

Learn how to change nameservers without breaking your website, including DNS checks, record copying, TTL timing, and the mistakes to avoid.

Quick scan

Primary keyword
how to change nameservers without breaking website
Guide cluster
Transfers and DNS

When you change nameservers, you are telling the domain to use a different DNS zone as the source of truth. That zone contains the records that direct visitors to the website.

Use These Tools With This Guide

Move from explanation to action with the matching DomainCheck.co.uk tools for this topic.

Use with this guide

Domain Checker

Check live resolution before and after a DNS or transfer change.

Open tool
Use with this guide

UK Domain TAG Checker

Useful when a UK domain transfer depends on TAG or registrar handling.

Open tool
Use with this guide

Complete TLD List

Check TLD context when transfer and DNS behaviour can vary by namespace.

Open tool

Why This Guide Exists

Changing nameservers is one of those tasks that sounds simple but can disrupt a live site if the DNS zone is not ready. It is different from changing a registrar, and it is different from moving email. A website can go offline simply because the new nameserver does not yet contain the right web records. This guide focuses on the website side only. That keeps the advice practical and avoids mixing it with email records, which deserve their own checklist.

Guide

What a nameserver change actually does

When you change nameservers, you are telling the domain to use a different DNS zone as the source of truth. That zone contains the records that direct visitors to the website.

If the new zone is missing the correct website records, the domain may still resolve, but it may resolve incorrectly. That is why a nameserver change needs preparation, not just a settings update.

Before you switch

The safest approach is to build the replacement DNS zone first.

Check that the new DNS host has:

  • the main A or AAAA record for the root domain
  • the CNAME for www if the site uses one
  • any redirect or verification records used by the platform
  • records for subdomains such as shop, app, or staging
  • any CDN, load balancer, or hosting verification records

If you are not sure what records the site uses, export the current zone or copy it record by record. Do not rely on memory.

RecordWhy it mattersTypical failure
A / AAAARoutes the bare domain to the website host.The root domain stops resolving or points to the wrong server.
CNAME for wwwKeeps the www hostname aligned with the main site.The www version loads differently from the root domain.
Verification TXTProves ownership to hosting or CDN services.SSL, CDN, or platform integrations fail to validate.
SubdomainsSupports app, checkout, staging, or booking flows.Only the homepage works and a key workflow breaks.

Keep the old zone live until the switch is stable

One of the easiest mistakes is deleting or disabling the old DNS zone too early. Even after you change nameservers, caches and resolvers can continue to refer to the previous setup for a short period.

Leaving the old zone in place temporarily gives you a fallback if you spot a missing record or typo. That is especially helpful for business sites where even a small outage is visible to customers.

Do not delete too early

A nameserver switch is not the moment to clean up old DNS in a hurry. Keep the old zone available until you have checked the live site from more than one network.

Lower the TTL if possible

If your DNS provider lets you edit TTL values, lowering them before the move can reduce the time it takes for future changes to settle.

That said, TTL is not a magic switch. It can help with the next lookup cycle, but it does not guarantee instant global change. Different resolvers behave differently, so plan for a transition period.

Switch the nameservers

Once the new zone is complete and checked, update the domain's nameservers at the registrar.

After the change, test:

  • the home page
  • key landing pages
  • secure pages such as login or checkout
  • non-www and www versions
  • major subdomains if the site uses them

If the site uses redirects, confirm they still work. If the site sits behind a CDN or platform service, confirm that the provider-specific records are still correct.

Best-case outcome

The new zone matches the old one and users never notice the change.

Common issue

The apex record or www record was missed, so one hostname works and the other does not.

Worst-case issue

The DNS zone is incomplete, so the domain resolves to nowhere or to the wrong host.

Common website-breaking mistakes

The most common problems are simple but costly:

  • forgetting to copy the apex record
  • forgetting the www record
  • missing a subdomain used by an app, checkout, or booking flow
  • leaving out platform verification records
  • changing nameservers before the new DNS host is fully populated
  • assuming the old zone will copy over automatically

These mistakes often show up as "domain not resolving", a blank site, or a certificate mismatch.

If your website uses third-party platforms

Modern websites often depend on more than one service. You may need records for a hosted website builder, CDN, analytics, domain verification, or security tooling.

When you move nameservers, those platform records need to exist in the new DNS zone too. If a provider gives you a specific record set, copy it exactly. Recreate the values, not just the names.

What not to change at the same time

If the goal is to keep the website live, avoid bundling in extra changes unless there is a good reason.

Do not change:

  • hosting provider
  • CMS platform
  • SSL provider
  • site URL structure
  • email routing

Those can all be managed separately. Keeping the change narrow makes it easier to spot the real cause if something stops working.

After the switch

Watch the site for a short period after the update.

Check:

  • DNS resolution from a few networks if possible
  • the SSL certificate status
  • whether the site loads with and without www
  • whether redirects still point to the right place

If something fails, compare the old and new zones record by record. A missing A record or typo in a CNAME is often enough to cause the problem.

Bottom line

You can change nameservers without breaking a website if the new DNS zone is complete before the switch, the old zone stays available during the transition, and you verify the live site afterwards.

In practice, the safest rule is simple: build first, switch second, test last.

FAQ

No. It changes which DNS zone is authoritative. Your hosting stays the same unless you move it separately.

Next Actions

Offer a DNS record audit before the nameserver change.
Invite readers to verify their web records with a domain checker before switching.
Suggest a managed DNS cutover for sites that cannot tolerate mistakes.
Try Domain Checker