(v2) How do I flush the DNS cache? Print

  • 0

My domain has recently propagated and I can't view my site/email. How do I flush the DNS cache in Microsoft Windows?


In Microsoft Windows, you can use the command ipconfig /flushdns to flush the DNS resolver cache.
1. Open a Command prompt by going to the START menu and typing CMD or PowerShell, and then type:

ipconfig /flushdns

You will receive this message:

Windows IP Configuration
Successfully flushed the DNS Resolver Cache.


You can also use the command ipconfig /displaydns to view the DNS resolver cache.


Was this answer helpful?

« Back