Loading...

Knowledge Base

How to Flush Your DNS Cache

Flushing your DNS cache can solve internet problems and ensure you're seeing the latest version of websites. This guide covers how to clear the DNS cache on various operating systems to improve your web browsing experience. Sometimes a bad DNS entry will be cached, and you will need to either flush the DNS cache to get rid of it or wait up to 24 hours for it to be dropped from the cache automatically.

Flush DNS in Windows

  1. Click on the Start button.
  2. Select Run...
  3. Type "cmd" and press the OK button.
  4. You should see the following line: C:Documents and SettingsUser>. Type:
    ipconfig /flushdns
  5. You will see a message containing the following:
    "Windows IP Configuration Successfully flushed the DNS Resolver Cache."
  6. Type "exit" to close the prompt.

Flush DNS in Mac OS X

  1. Click on Finder in the dock.
  2. Click on Macintosh HD.
  3. Click on Applications.
  4. Click on Utilities.
  5. Double-click on Terminal.
    In Mac OSX Leopard, you can use the following command to flush the DNS resolver cache:
    dscacheutil -flushcache
    In Mac OSX versions 10.5.1 and before, the following command performs the same task:
    lookupd -flushcache

Flush DNS in Linux

In Linux, the nscd daemon manages the DNS cache. To flush the DNS cache, restart the nscd daemon. To restart the nscd daemon, use the command:

/etc/init.d/nscd restart

Summary

Flushing your DNS cache is a quick and effective way to resolve connectivity issues and ensure you’re viewing the most up-to-date versions of websites. Whether you’re using Windows, macOS, or Linux, the process involves simple commands that clear outdated or incorrect DNS entries. Regularly refreshing your DNS cache can help maintain a smoother and more reliable browsing experience.

If you need further assistance, feel free to contact us via Chat or Phone:

  • Chat Support - While on our website, you should see a CHAT bubble in the bottom right-hand corner of the page. Click anywhere on the bubble to begin a chat session.
  • Phone Support -
    • US: 888-401-4678
    • International: +1 801-765-9400

You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.

Did you find this article helpful?

 
* Your feedback is too short

Loading...