Troubleshooting guide
How to Clear DNS Cache
DNS cache stores IP addresses for websites you've visited. If a site changes servers before your cache updates, clearing DNS forces your device to fetch fresh routing information.
Windows
- Open the Start menu.
- Search for Command Prompt, right-click it, and select Run as Administrator.
- Run this command:
ipconfig /flushdns
macOS
- Open Applications > Utilities > Terminal.
- Run the command below and enter your administrator password if prompted.
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Linux
Open a terminal and use the command that matches your distribution.
sudo systemd-resolve --flush-caches
sudo service nscd restart
Android
- Open Settings > Network & Internet.
- Tap Private DNS.
- Switch it off, save, then switch back to automatic.
- Restart your device if the issue continues.
Still not working?
Run a fresh website check after clearing DNS to see whether the problem is local or global.