Skip to Main Content
PCMag editors select and review products independently. If you buy through affiliate links, we may earn commissions, which help support our testing.

Fix the Web: How to Flush Your DNS Cache

DNS server not responding? If you're having problems when trying to visit certain websites, flushing your DNS cache might help. Here's how to do it in Windows and on a Mac.

Updated February 28, 2024
broom sweeping away 1s and 0s (Credit: Lightspring / Shutterstock)

When you type a website into your address bar—like PCMag.com—your computer doesn't actually know where to go on its own. Instead, it looks that address up on a Domain Name System (DNS) server, which matches it with an IP address for your computer to visit. It's like your friend saying "meet me at Tom's Bistro"—if you don't know where Tom's Bistro is, you can look up the address in the phone book and drive there.

However, it can take a long time to scan the phone book before you find the right address. In order to speed this process up, your computer saves some of these entries for easy access later on. To continue with the previous metaphor, it's like writing down "Tom's Bistro - 123 Main Street" on a sticky note. This allows your computer to navigate to sites you've already visited, without asking the DNS server every time.

Unfortunately, on rare occasions, this cache can cause problems. Maybe the site you're visiting changed servers, and is no longer located at the cached address, or you have some malware that's trying to redirect common pages to malicious sites. (If you think the problem could be malware, you might want to run a scan with one of these tools.) Whatever the case, you can "flush" your DNS cache to start from scratch, so your computer looks up web addresses on the DNS server again.

This process is different from clearing your web cache from a browser. If clearing your browser's cache has not solved the problem, clearing your DNS cache may be the next step. It is also different from changing your DNS server from one destination to another, which can help if there's an issue with the server itself. Here's how to flush your DNS server from Windows and macOS, using the command line. (If you're using Linux, you'll need to look up instructions for your particular distribution.)


Flush the DNS Cache in Windows

command prompt
(Credit: Whitson Gordon / Microsoft)

If you're on a Windows machine—any Windows machine, even going back to XP and older—flushing the DNS merely takes a simple command. Click the Start menu and type "cmd." Right-click on the Command Prompt option and choose Run as Administrator. In the Command Prompt window that appears, type the following command:

ipconfig /flushdns

If successful, the Command Prompt will report back with "Successfully flushed the DNS Resolver Cache." Try visiting the website in question again, and see if that solved the problem. If not, the site may be down, you could be having Wi-Fi problems, or you may have a more elusive network problem on your end that needs to be tracked down. If this is someone else's computer, you can always try troubleshooting remotely.


Flush the DNS Cache in macOS

mac terminal
(Credit: Whitson Gordon / Apple)

Mac users need to run a quick Terminal command to flush the DNS cache, but the command differs depending on your version of macOS. First, press Command + Space to open Spotlight and search for "Terminal." Press Enter to open the program.

Since macOS Catalina, you can use the following command. Type it into the Terminal and press Enter:

sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder

If you happen to be using an older version of macOS, you will need to use a different command line code, viewable here. Check what version of the operating system you are running so you have the correct code. You can click the Apple icon and choose About This Mac to see the name and version number.

You won't see a success message once the command has been entered, but you can check the problematic website and see if it fixed the problem. If not, you'll have to try other troubleshooting steps.

Like What You're Reading?

Sign up for Tips & Tricks newsletter for expert advice to get the most out of your technology.

This newsletter may contain advertising, deals, or affiliate links. Subscribing to a newsletter indicates your consent to our Terms of Use and Privacy Policy. You may unsubscribe from the newsletters at any time.


Thanks for signing up!

Your subscription has been confirmed. Keep an eye on your inbox!

Sign up for other newsletters

TRENDING

About Whitson Gordon

Contributing Writer

Whitson Gordon is a writer, gamer, and tech nerd who has been building PCs for 10 years. He eats potato chips with chopsticks so he doesn't get grease on his mechanical keyboard.

Read Whitson's full bio

Read the latest from Whitson Gordon