> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.getdollie.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How do I flush my DNS Cache in Windows 10 and 11?

When a computer needs to do a DNS lookup it will first look in its internal cache. If the computer is not refreshing its DNS cache in a timely manner, you may need to manually clear the DNS information.

The first step is to open a command terminal window. You can do so by right clicking on the Start menu icon and selecting _Windows PowerShell (Admin)_ or _Windows Terminal (Admin)_ from the context list. 

Alternatively you can open the command terminal by typing _cmd_ in the Start menu's search bar, and pressing Enter.

Once the command terminal is open, type the following command in the window and hit enter.

``` ipconfig /flushdns```