Skip to main content
All CollectionsHosting
How to clear local DNS cache?
How to clear local DNS cache?
Ieva avatar
Written by Ieva
Updated over a week ago

The article explains how to clear the local DNS cache. It might be useful if you have made some changes to your online project, but you can’t see it on your home computer.

Windows OS

  1. Press Windows key + X;

  2. Choose “Run“, on the new display enter “cmd” and press Enter;

  3. On your Command line(CMD) enter the following command: ipconfig /flushdns

  4. Done

Mac OS

  1. Choose Applications, then Utilities, and find Terminal;

  2. Enter the following command based on your Mac OS version: From El Capitan to Mojave versions: sudo killall -HUP mDNSResponder Big Sur: sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

  3. After these commands you might be asked for Mac Password, enter it;

  4. Done.

Linux

  1. In the terminal, enter the command: sudo systemd-resolve --flush-caches

  2. After that, you can check your cache statistics using this command: sudo systemd-resolve --statistics

  3. The last command will show the statistics of your cache in a table, at the Current Cache Size you should see 0.

Did this answer your question?