INTEGRITY Cloudflare Docs

Zone stuck in Pending Nameserver Update

A zone stays in Pending Nameserver Update when Cloudflare cannot confirm that your domain is delegated to the Cloudflare nameservers assigned to it.

The most common reasons are that the nameserver change was not fully published at the registrar, that the domain is not using the exact nameservers assigned to it, or that stale DNSSEC records at the registrar are blocking the delegation.

The rest of this page walks through what to check, in order, and shows how to verify each item independently of your registrar's control panel.

For details on how zone status is evaluated, refer to Zone status.

1. Confirm the assigned Cloudflare nameservers

In the Cloudflare dashboard, open the domain and go to the Overview page. Copy the full list of nameservers Cloudflare has assigned to this zone. The number of nameservers and their hostname format depend on your setup:

Setup Number of nameservers Nameserver name format
Standard full setup 2 <proper_name>.ns.cloudflare.com
Foundation DNS with advanced nameservers 3 One nameserver in each of <color>.foundationdns.com, <color>.foundationdns.net, and <color>.foundationdns.org — all three must be set at the registrar.
Cloudflare as Secondary DNS 2 <proper_name>.secondary.cloudflare.com
Custom nameservers Varies Your own branded names

Whichever format applies, the exact values shown in your dashboard are the ones the parent zone must publish. Do not assume the assignment is the same as one you have used before on another domain or in another account. For details, refer to Nameserver assignments.

2. Check what the parent zone actually publishes

The registrar control panel shows what you asked the registrar to publish. It does not show what the parent zone (the TLD) is actually returning to the Internet. These can differ when a change was not saved, not yet propagated, applied to a different domain, or applied in a different registrar account.

Use one of the following methods to query the parent zone directly.

Option A - dig +trace

dig +trace follows the delegation from the root zone down. Adding +noall +authority +nodnssec trims the output to just the delegation section from each level, which is what you care about when checking where the parent zone points your domain. In a terminal, run:

dig +trace example.com NS +noall +authority +nodnssec

The last non-empty section of the output should return only the Cloudflare nameservers assigned to your zone (or, if you use multi-provider DNS, it should include them alongside your other provider's nameservers).

Option B - nslookup

If you are on Windows or prefer nslookup, query the NS records for your domain. Add the -debug flag to see the full response, including the authority section. In a terminal, run:

nslookup -type=ns -debug example.com

By default, nslookup queries your system's configured resolver, which may return a cached answer. For a definitive check against the parent zone (equivalent to dig +trace), query a TLD nameserver directly by adding it as the last argument. For a .com domain, this looks like:

nslookup -type=ns -debug example.com a.gtld-servers.net

For other TLDs, refer to IANA's root zone database to find the authoritative nameservers for your TLD.

If the output shows nameservers other than the ones assigned to your Cloudflare zone, the delegation is not yet correct.

Option C - web-based lookup

If you do not have dig or nslookup locally, use a public lookup tool:

Query the NS record for your domain. The result must match the nameservers assigned in your Cloudflare dashboard.

What to do based on the result

Use the following table to decide the next step based on what your lookup returns:

Result at the parent zone What it means and what to do
Exactly the Cloudflare nameservers assigned to this zone. Delegation is correct. If the dashboard still shows Pending, wait for Cloudflare's next activation check or trigger one via API. Then continue at Step 4 to check DNSSEC.
Cloudflare nameservers, but different names than the ones assigned. The domain is likely added to a different Cloudflare account, or you set your registrar to nameservers you had previously used. Set the registrar to the exact values displayed on this zone's Overview page. For Foundation DNS advanced nameservers, all three values must be set.
Nameservers from a different provider. The registrar has not published your change. Continue at Step 3.
No nameservers returned. The domain is not yet delegated. If it was just registered, wait for the parent TLD to propagate (up to 24 hours), then retest.
Cloudflare and other-provider nameservers together. Only valid if your setup uses multi-provider DNS. Otherwise, remove the non-Cloudflare records at the registrar.

3. Verify the change was actually saved at the registrar

If the parent zone does not return the correct Cloudflare nameservers, the registrar has not published your change. Common patterns:

After fixing the change at the registrar, re-run the check from Step 2.

4. Check for stale DNSSEC DS records

If Step 2 shows the correct Cloudflare nameservers at the parent zone but the zone is still Pending, check whether DNSSEC is still enabled from a previous DNS provider.

DS records live at the registrar, not at the DNS provider, and they must be removed or updated when you move DNS providers. If they are not, the DNSSEC chain of trust breaks and resolvers return SERVFAIL for your domain.

To check for DS records:

dig DS example.com

If DS records are returned and you did not intentionally configure DNSSEC on Cloudflare, they are stale from your previous provider and will block activation.

To remove them:

  1. Sign in to your registrar's control panel.
  2. Find DNSSEC settings (often under Advanced DNS or Security).
  3. Remove all existing DS records.
  4. Wait up to 24 hours for the removal to propagate through DNS caches.

After the stale DS records are removed and expire from cache, your Cloudflare zone will activate automatically. You can then enable DNSSEC in Cloudflare if you want to.

For more information on DNSSEC configuration, refer to Configure DNSSEC and Troubleshoot DNSSEC.

5. If the zone is still Pending

If Steps 1-4 all check out, and the parent zone returns the correct Cloudflare nameservers, wait for Cloudflare's next activation check. Checks happen on an increasing interval.

You can request an earlier check from the Overview page or by triggering one via API. This endpoint is rate-limited and may return an error if you have requested a check recently. A successful request does not activate the zone immediately — it places your zone in a prioritized queue, and activation can take a few minutes to a few hours, depending both on when the recheck runs and on whether the nameserver change at your registrar has taken effect by then.

If the parent zone matches, DS records are clean, and the zone still does not activate after several rechecks, contact Cloudflare Support and include: