How to Flush DNS
Command Prompt and Windows Powershell, which is a new addition to Windows, can be used to clear DNS cache.
Option 1 – Command Prompt
To reset the DNS resolver cache, perform the following steps:
Click the
Startbutton, then typecmdRight-click
Command Prompt, then chooseRun as Administrator.Type
ipconfig /flushdnsthen pressEnter. (be sure there is a space before the slash)
A command box will flash on the screen for a split second, and the DNS Resolver cache is cleared

Option 2 – Windows PowerShell
Select the
Startbutton, then typepowershellSelect
Windows PowerShellType the following command, then press Enter:
Clear-DnsClientCache

Last updated
Was this helpful?