Chrome Internal DNS Page Not Working? Here’s How to Fix It (2026 Guide)

8

If you’re trying to open Chrome’s internal DNS page and it’s not loading, showing errors, or redirecting, you’re not alone. Many users in 2026 have reported issues accessing pages like:

  • chrome://dns

  • chrome://net-internals/#dns

  • chrome://net-internals

  • DNS cache buttons not working

  • DNS page showing blank or frozen sections

The good news? These problems are easy to fix.
In this guide, we’ll explain why the Chrome Internal DNS page stops working and how you can fix it step by step.


What Is the Chrome Internal DNS Page?

Chrome’s internal DNS page is a built-in tool used to:

  • View DNS cache

  • Clear DNS host cache

  • Check DNS-over-HTTPS (DoH) status

  • Diagnose DNS resolution issues

  • Debug network errors

Until a few years ago, this page lived under chrome://net-internals/#dns.
But in 2026, Google moved most DNS tools to chrome://dns.


❗ Why Chrome Internal DNS Page Stops Working

Here are the most common reasons:

1. Google has replaced or moved the DNS page

Some older internal URLs now automatically redirect to:

chrome://net-export/
chrome://dns/

2. Corrupted browser cache

Cached data may prevent Chrome from loading internal pages.

3. Extensions blocking network tools

VPN, security, and privacy extensions often interfere with DNS pages.

4. Outdated Chrome version

Older builds may not support the new DNS tools.

5. Broken browser profile

Corrupted user profile files can cause internal pages to freeze.


🔧 How to Fix Chrome Internal DNS Page Not Working

Follow these steps one by one.


Fix 1: Open the Correct DNS Page

Make sure you’re using the updated URLs:

Try this first:

chrome://dns

If it redirects, that’s normal. Chrome now manages DNS through updated interfaces.

Also try:

chrome://net-export
chrome://settings/security

If chrome://net-internals/#dns no longer works on your Chrome build, it’s because Google officially removed it.


Fix 2: Clear Chrome’s Cache and Restart

Internal pages may stop working if cache files are corrupted.

Steps:

  1. Go to:
    chrome://settings/clearBrowserData

  2. Select:

    • Cached images and files

    • Cookies (optional)

  3. Restart Chrome.

Now try accessing the DNS page again.


Fix 3: Disable VPN, Proxy, or Network Extensions

Extensions that modify network traffic can break the DNS tool.

Disable these temporarily:

  • VPN extensions

  • Ad blockers

  • Security tools

  • Proxy switchers

  • Anti-tracker extensions

Steps:

  1. Visit:
    chrome://extensions

  2. Toggle off all networking extensions.

  3. Reopen the DNS page.


Fix 4: Update Chrome to the Latest Version

Outdated versions may not support internal network tools.

Steps:

  1. Open Chrome menu

  2. Go to Help → About Google Chrome

  3. Update to the latest version

  4. Restart your browser

Newer versions restore DNS diagnostics.


Fix 5: Flush DNS Using an Alternative Method

If the page won’t load, you can still clear DNS using system commands.

Windows

ipconfig /flushdns

macOS

sudo killall -HUP mDNSResponder

Linux (systemd)

sudo systemd-resolve --flush-caches

After flushing system DNS, restart Chrome.


Fix 6: Create a New Chrome Profile

If your Chrome user data is corrupted, internal pages may not work.

Steps:

  1. Go to Chrome Settings

  2. Click Manage People

  3. Add a new user/profile

  4. Open chrome://dns

  5. Check if it loads normally

If it does, your old profile was the issue.


🤖 Fix 7: Reset Chrome Settings

This restores Chrome without deleting bookmarks or passwords.

Steps:

  1. Open:
    chrome://settings/reset

  2. Select Restore settings to their original defaults

  3. Restart Chrome

Now check the DNS page again.


🛠️ Bonus: Use Chrome Developer Tools for DNS Issues

If the internal DNS page doesn’t work, you can still view DNS behavior:

  1. Press F12 or Ctrl + Shift + I

  2. Open the Network tab

  3. Reload the site

  4. Click any request

  5. Check the DNS section under Timing

This helps identify DNS latency, failures, and resolver issues.


🚀 Final Thoughts

If the Chrome Internal DNS Page is not working, the most common causes are:

  • Wrong URL

  • Browser cache issues

  • Network extensions

  • Outdated Chrome version

  • A corrupted profile

By following the fixes above, you can easily restore access to Chrome’s DNS tools and continue diagnosing network problems.