This How To guide will show you how to clear your DNS cache on the most common operating systems.
Windows 8, 10 and 11
The correct order to run these commands would be, including each meaning in parentheses:
- ipconfig /release
This will release your current IP - ipconfig /flushdns
Clears the DNS cache - ipconfig /renew
Obtain a new IP - ipconfig /registerdns
Register the new IP in DNS - netsh winsock reset
- Reset the Winsock catalog to its system default.
Â
Windows XP, 2000, Vista & 7
1 -Â Open the Start Menu.2 - Find Run (If you do not see the Run command in Vista, search for 'run' in the start search)3 -Â In the Run text box, enter; ipconfig /flushdns (you are unable to copy and paste)4 -Â Press the enter key or return key, and your cache will be flushed you should be given a success message.Â
Mac OS X
1 -Â Go to Applications2 - Go to Utilities.
3 - Open the Terminal Application
4 - Enter; dscacheutil -flushcache
5 - Press the enter key or return key, and your cache will be flushed you should be given a success message.