{"id":18591,"date":"2023-09-28T21:03:11","date_gmt":"2023-09-28T21:03:11","guid":{"rendered":"https:\/\/www.auslogics.com\/en\/articles\/?p=18591"},"modified":"2025-09-10T09:53:15","modified_gmt":"2025-09-10T09:53:15","slug":"view-dns-cache-on-windows-10","status":"publish","type":"post","link":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/","title":{"rendered":"Simple Guide: How to View and Clear DNS Cache on Windows 10\/11?"},"content":{"rendered":"<p>Do you want to learn how to view DNS cache in Windows 10? If so, this tutorial is for you. On a Windows 10 PC, there are several methods you can use to display the DNS contents. First, here&#8217;s a summary of what the DNS cache means.<\/p>\n<h2>What Is the DNS Cache?<\/h2>\n<p>DNS (Domain Name System) cache, sometimes referred to as DNS Resolver Cache, is a temporary storage of information maintained by your computer.<\/p>\n<p>It contains records of all the recently visited websites and their <a href=\"https:\/\/www.kaspersky.com\/resource-center\/definitions\/what-is-an-ip-address\" target=\"_blank\" rel=\"noopener nofollow\">IP addresses.<\/a><\/p>\n<p>It serves as a database that keeps a copy of a <a href=\"https:\/\/www.techopedia.com\/definition\/29029\/dns-lookup\" target=\"_blank\" rel=\"noopener nofollow\">DNS lookup<\/a> locally stored on your browser or operating system. Your computer can quickly refer to it when you load a website.<\/p>\n<p>The DNS cache is like a phonebook that stores an index of all public websites and their IP addresses.<\/p>\n<p>Its main purpose is to speed up a request to load a website by handling name resolution of addresses you recently visited before the request is sent out to many public <a href=\"https:\/\/www.auslogics.com\/en\/articles\/change-dns-server-on-windows-10\/\">DNS servers<\/a><strong>.<\/strong><\/p>\n<p>Since the information is available locally, the process is much quicker.<\/p>\n<h3>How to Check DNS Cache on Windows 10<\/h3>\n<p>As noted earlier, various ways exist to display the DNS cache on Windows 10. This can be useful if you want to diagnose <a href=\"https:\/\/www.auslogics.com\/en\/articles\/how-to-fix-dns-server-unavailable-error-in-windows-11\/\">DNS issues<\/a><strong><a href=\"https:\/\/www.auslogics.com\/en\/articles\/how-to-fix-dns-server-unavailable-error-in-windows-11\/\">,<\/a><\/strong> for example, where an invalid or out-of-date DNS record might be cached.<\/p>\n<h3>Method 1: Via Command Prompt<\/h3>\n<p>To display the contents of the DNS cache, you need to execute the following command in an elevated <a href=\"https:\/\/www.auslogics.com\/en\/articles\/windows-command-prompt-28-most-useful-cmd-commands-with-examples\/\">Command Prompt:<\/a><\/p>\n<ul>\n<li>Press the <code>Windows + S<\/code> shortcut keys and type in <em>cmd<\/em>.<\/li>\n<li>Click on <em>Run as administrator<\/em> on the right pane.<\/li>\n<\/ul>\n<div class=\"screenshots\">\r\n  <div class=\"screenshots__image-shadow\">\r\n    <img data-src=\"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Run-Command-Prompt-As-Admin-2.webp\" alt=\"Run Command Prompt As Administrator\" class=\"lazyload screenshots__image\">\r\n  <\/div>\r\n  <div class=\"screenshots__description\"><\/div>\r\n<\/div>\n<ul>\n<li>On the Command Prompt window, type the following command and press <em>Enter<\/em>:<br \/>\n<code>ipconfig \/displaydns<\/code><\/li>\n<\/ul>\n<p>Upon execution of the command, the following results will be displayed:<\/p>\n<ul>\n<li><strong>Record Name<\/strong> \u2013 This is the name you query the DNS for and the records, such as addresses that belong to that name.<\/li>\n<li><strong>Record Type<\/strong> \u2013 This refers to the type of entry, displayed as a number (although they are commonly referred to by their names). Each DNS protocol has a number.<\/li>\n<li><strong>Time to Live (TTL)<\/strong> \u2013 This value describes how long a cache entry is valid, displayed in seconds.<\/li>\n<li><strong>Data Length<\/strong> \u2013 This describes the length in bytes. For instance, the IPv4 address is four bytes, and the IPv6 address is 16 bytes.<\/li>\n<li><strong>Section<\/strong> \u2013 This is the answer to the query.<\/li>\n<li><strong>CNAME Record<\/strong> \u2013 This is the canonical name record.<\/li>\n<\/ul>\n<p>You can export the results of the DNS cache using this command:<\/p>\n<pre>ipconfig \/displaydns &gt; dnscachecontents.txt<\/pre>\n<p>This will save the output in the text document,\u00a0dnscachecontents.txt.<\/p>\n<hr \/>\n<p><strong>\ud83d\udccc Also read:<\/strong><a href=\"https:\/\/www.auslogics.com\/en\/articles\/server-dns-address-could-not-be-found\/\"> [FIXED] Server DNS address could not be found on Windows 10\/11<\/a><\/p>\n<hr \/>\n<h3>Method 2: Via PowerShell<\/h3>\n<p>You can view the DNS cache using Windows <a href=\"https:\/\/www.auslogics.com\/en\/articles\/most-useful-powershell-commands-cheat-sheet-with-examples\/\">PowerShell.<\/a> And like in Command Prompt, you can also export or save the database. Here\u2019s the procedure:<\/p>\n<ul>\n<li>Press the <code>Windows + X<\/code> keyboard shortcut and select Windows PowerShell Admin. Alternatively, if you can&#8217;t find that option, press the <code>Windows + S<\/code> shortcut keys, type in <em>PowerShell,<\/em> and select <em>Run as Administrator<\/em> on the right pane.<\/li>\n<\/ul>\n<div class=\"screenshots\">\r\n  <div class=\"screenshots__image-shadow\">\r\n    <img data-src=\"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Windows-Powershell-Run-as-Administrator-1.webp\" alt=\"Type in <em>PowerShell,<\/em> and select <em>Run as Administrator<\/em> on the right pane\" class=\"lazyload screenshots__image\">\r\n  <\/div>\r\n  <div class=\"screenshots__description\"><\/div>\r\n<\/div>\n<ul>\n<li>Next, input the command <code>Get-DnsClientCache<\/code>, and press <em>Enter<\/em>.<\/li>\n<li>Use the <code>Get-Help cmdlet<\/code> to get more information:<br \/>\n<code>Help Get-DnsClientCache \u2013full<\/code><\/li>\n<\/ul>\n<h2>Why Clear DNS Cache?<\/h2>\n<p>When you run into <a href=\"https:\/\/www.auslogics.com\/en\/articles\/why-is-your-internet-not-working-even-though-its-connected\/\">Internet connectivity issues<\/a><strong>,<\/strong> flushing or clearing the DNS cache usually resolves the problem. You may want to clear your DNS cache for a varied number of reasons, including:<\/p>\n<ul>\n<li aria-level=\"1\"><strong>When attempting to troubleshoot connectivity issues, where you have difficulty accessing websites and applications<\/strong>: If the domain name in the cache has an <a href=\"https:\/\/www.auslogics.com\/en\/articles\/fix-windows-has-detected-ip-address-conflict\/\">incorrect or invalid IP address<\/a><strong>,<\/strong> the website won\u2019t be able to return the correct information. If you clear your browser history, the DNS cache will still contain the old corrupt details. Flushing helps to get the DNS to update the results.<\/li>\n<li aria-level=\"1\"><strong>When attempting to troubleshoot or resolve DNS spoofing or DNS cache poisoning issues<\/strong>: Cybercriminals may try to access the cache and insert or change the IP address to redirect you to a website designed to gather sensitive data like passwords and banking details. Clearing the DNS cache prevents this.<\/li>\n<li aria-level=\"1\"><strong>Protecting your privacy<\/strong>: Although the DNS cache does not contain personal data like cookies or JavaScript, it retains a history of addresses you\u2019ve visited recently and those you visit frequently. Such information can be dangerous in the hands of a skilled hacker. By clearing the DNS cache, you erase your address history, making it less likely for a hacker to track your online behavior.<\/li>\n<li aria-level=\"1\"><strong>Resolving stale or outdated information about visited sites<\/strong>: An example here would be if a website has moved servers.<\/li>\n<\/ul>\n<hr \/>\n<p><strong>\ud83d\udccc Also read: <\/strong><a href=\"https:\/\/www.auslogics.com\/en\/articles\/speed-up-internet\/\">Boost Internet on Your PC: Tips on How to Speed Up Your Internet Connection<\/a><\/p>\n<hr \/>\n<h2><b>Is It Safe to Flush the DNS Cache?<\/b><\/h2>\n<p>It is important to note that flushing the DNS cache doesn\u2019t negatively impact your system. DNS cache ensures quick access to websites, and when you clear it the first time you visit a website, it may take longer than usual to load. But afterwards, the results will be quicker again.<\/p>\n<hr \/>\n<p><strong>\ud83d\udccc Related: <\/strong><a href=\"https:\/\/www.auslogics.com\/en\/articles\/delete-temporary-internet-files\/\">How to Delete Temporary Internet Files?<\/a><\/p>\n<hr \/>\n<h2>How to Clear DNS Cache<\/h2>\n<p>To clear the DNS cache, you can use a command line or Windows PowerShell for whatever reason.<\/p>\n<h3>Method 1: Clear DNS Cache using Command Prompt<\/h3>\n<ul>\n<li>Press the <code>Windows Key + S<\/code>, and type <em>CMD<\/em>.<\/li>\n<li>Choose the <em>Run as administrator<\/em>\u00a0option in the right pane.<\/li>\n<\/ul>\n<div class=\"screenshots\">\r\n  <div class=\"screenshots__image-shadow\">\r\n    <img data-src=\"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Run-Command-Prompt-As-Admin-1-1.webp\" alt=\"Run Command Prompt As Administrator\" class=\"lazyload screenshots__image\">\r\n  <\/div>\r\n  <div class=\"screenshots__description\"><\/div>\r\n<\/div>\n<ul>\n<li>Type the following command in the prompt and hit <em>Enter<\/em>:<\/li>\n<\/ul>\n<p style=\"padding-left: 80px;\"><code>ipconfig\/flushdns<\/code><\/p>\n<p>That\u2019s it! You should get a notification indicating the cache has been successfully flushed.<\/p>\n<p>If the issue is on the server instead of the local machine, you can still use Command Prompt to clear the DNS cache, but with a different command. In that case, the command would be:<\/p>\n<p style=\"padding-left: 80px;\"><code>dnscmd \/clearcache<\/code><\/p>\n<h3>Method 2: Clear DNS Cache using Windows PowerShell<\/h3>\n<p>You can also flush the DNS cache using Windows PowerShell. Depending on the type of cache you want to clear, you have a few options to implement:<\/p>\n<ul>\n<li>To clear the local DNS server cache, use the command line:<\/li>\n<\/ul>\n<p style=\"padding-left: 80px;\"><code>Clear-DnsServerCache<\/code><\/p>\n<ul>\n<li>To clear the client cache, use this command:<\/li>\n<\/ul>\n<p style=\"padding-left: 80px;\"><code>Clear-DnsClientCache<\/code><\/p>\n<h2>How to Disable DNS Cache in Windows 10<\/h2>\n<p>If, for any reason, you wish to disable the DNS cache on your Windows 10 PC, you can use the \u201cService Controller\u201d tool to stop the service:<\/p>\n<ul>\n<li>Press the Win + R keys, type in <code>services.msc<\/code>, and press <em>Enter<\/em> or click <em>OK<\/em>.<\/li>\n<\/ul>\n<div class=\"screenshots\">\r\n  <div class=\"screenshots__image-shadow\">\r\n    <img data-src=\"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/run-services-1.png\" alt=\"Running services.msc in the Run dialog box\" class=\"lazyload screenshots__image\">\r\n  <\/div>\r\n  <div class=\"screenshots__description\"><\/div>\r\n<\/div>\n<ul>\n<li>Locate the DNS Client service (or Dnscache on some computers) and double-click it to open its <em>Properties<\/em>.<\/li>\n<li>Change the <em>Startup Type<\/em> to <em>Disabled<\/em>.<\/li>\n<li>To re-enable the service, repeat the steps above and change the <em>Startup Type<\/em> to <em>Automatic<\/em>.<\/li>\n<\/ul>\n<p>Alternatively, you can deactivate the DNS Client using <a href=\"https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-client\/performance\/system-configuration-utility-troubleshoot-configuration-errors\" target=\"_blank\" rel=\"noopener nofollow\">Windows System Configuration<\/a><strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-client\/performance\/system-configuration-utility-troubleshoot-configuration-errors\" target=\"_blank\" rel=\"noopener nofollow\">:<\/a><\/strong><\/p>\n<ul>\n<li>Press the <code>Win + R<\/code> keys, type in <code>msconfig<\/code>in the Run dialog box, and hit <em>Enter<\/em> or click OK.<\/li>\n<\/ul>\n<div class=\"screenshots\">\r\n  <div class=\"screenshots__image-shadow\">\r\n    <img data-src=\"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/msconfig-ok.png\" alt=\"Running msconfig in Run dialog box\" class=\"lazyload screenshots__image\">\r\n  <\/div>\r\n  <div class=\"screenshots__description\"><\/div>\r\n<\/div>\n<ul>\n<li>Move to the Services tab and find DNS Client.<\/li>\n<li>Uncheck the box next to the service and click <em>Apply &gt; OK<\/em>.<\/li>\n<li>To re-enable the service, repeat the steps above and tick the checkbox again.<\/li>\n<\/ul>\n<p>Keep in mind that disabling this service will affect your computer&#8217;s overall performance. The network traffic for DNS queries will increase, so websites will load much slower than normal.<\/p>\n<h2>How to View DNS Cache on Windows 11?<\/h2>\n<p>Windows 11 has several substantial upgrades: performance optimization, bug fixes, new Taskbar and Start Menu placements, and more.<\/p>\n<p>However, regarding basic functionality, Windows 11 works like Windows 10.<\/p>\n<p>If you are trying to view the DNS cache on Windows 11, you can use the methods mentioned above for Windows 10.<\/p>\n<p>Namely, you can view the cache by running elevated Command Prompt or via Windows Powershell \u2014 simply go through the steps for both methods described above.<\/p>\n<p>If you are looking to clear the DNS cache on Windows 11, you can also follow the same steps as listed above for Windows 10. You can clear the cache by running a command in Command Prompt.<\/p>\n<div class=\"screenshots\">\r\n  <div class=\"screenshots__image-shadow\">\r\n    <img data-src=\"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/clear-the-cache-via-command-prompt.webp\" alt=\"Clear the cache by running a command in Command Prompt\" class=\"lazyload screenshots__image\">\r\n  <\/div>\r\n  <div class=\"screenshots__description\"><\/div>\r\n<\/div>\n<p>You can also do the same via Windows PowerShell.<\/p>\n<div class=\"screenshots\">\r\n  <div class=\"screenshots__image-shadow\">\r\n    <img data-src=\"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/clear-the-cache-via-command-prompt.webp\" alt=\"Clear the cache by running a command in Windows PowerShell\" class=\"lazyload screenshots__image\">\r\n  <\/div>\r\n  <div class=\"screenshots__description\"><\/div>\r\n<\/div>\n<p>Follow the steps above to Clear the DNS Cache on Windows 10. You can also follow the same steps to re-enable the service.<\/p>\n<p>Please note that if you decide to disable the DNS cache on Windows 11, your system&#8217;s overall performance will be affected.<\/p>\n<p>The traffic for DNS queries will substantially increase, and you will notice that many of the websites you visit frequently take much longer to load.<\/p>\n<p>If you choose to disable the DNS cache on your PC, you will also lose the option to view the cache if you need to diagnose an issue on your system.<\/p>\n<h2>Extra Tip: Always Protect Your Privacy<\/h2>\n<p>In 2022, <a href=\"https:\/\/www.techopedia.com\/cybersecurity-statistics#:~:text=Cybersecurity%20Key%20Stats,was%20%244.35%20million%20in%202022.\" target=\"_blank\" rel=\"noopener nofollow\"> a staggering 493 million ransomware attacks were detected worldwide<\/a>, with <a href=\"https:\/\/www.auslogics.com\/en\/articles\/how-to-keep-safe-from-email-phishing\/\">phishing attacks<\/a> still remaining the most common type of cybersecurity threat. Globally, the average damages associated with data breaches amounted to $4.35 million in 2022. These are scary facts\u00a0 \u2013 but they are a good illustration of why you should always <a href=\"https:\/\/www.auslogics.com\/en\/articles\/digital-privacy-tips-on-how-to-protect-yourself-on-the-internet\/\">protect your privacy<\/a>.<\/p>\n<p>While clearing the DNS cache is important for protecting your privacy and preventing instances of hacking, it won\u2019t remove all traces of sensitive information.<\/p>\n<p>These details include activity history, login details, profile data, and traces of visits to adult websites. Even if you didn\u2019t open them knowingly, you might have been redirected without your knowledge. To effectively remove such sensitive data and protect your privacy, you need a reliable program like <a href=\"https:\/\/www.auslogics.com\/en\/software\/boost-speed\/after-download\/?m=main_bs13_release_page\">Auslogics BoostSpeed.<\/a><\/p>\n<p>The tool helps to clear any kind of confidential information that you wouldn\u2019t want anyone to find.\u00a0 BoostSpeed has all the functionality you might need to keep your PC performing at optimal speeds and protect privacy. You will especially find the features under the \u201cBrowser Protect\u201d tab quite useful.<\/p>\n<div class=\"screenshots\">\r\n  <div class=\"screenshots__image-shadow\">\r\n    <img data-src=\"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Auslogics-BoostSpeed-13-browser-protection.webp\" alt=\"Auslogics BoostSpeed 13 browser protection\" class=\"lazyload screenshots__image\">\r\n  <\/div>\r\n  <div class=\"screenshots__description\"><\/div>\r\n<\/div>\n<p>Apart from clearing traces of your activities in your web browsers, system files, and applications, there is also an option to protect your DNS from unauthorized changes.<\/p>\n<p>This way, you won\u2019t be worried about DNS spoofing, where attackers alter your DNS records to redirect traffic to fraudulent websites.<\/p>\n<div class=\"screenshots\">\r\n  <div class=\"screenshots__image-shadow\">\r\n    <img data-src=\"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Auslogics-BoostSpeed-13-DNS-protection.webp\" alt=\"Auslogics BoostSpeed 13 DNS protection\" class=\"lazyload screenshots__image\">\r\n  <\/div>\r\n  <div class=\"screenshots__description\"><\/div>\r\n<\/div>\n<p>If you enable Active Browser AntiTracker, your browsing data will be cleared after every browsing session, safeguarding your privacy.<\/p>\n<div class=\"screenshots\">\r\n  <div class=\"screenshots__image-shadow\">\r\n    <img data-src=\"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Auslogics-BoostSpeed-13-Antitracker-1.webp\" alt=\"Auslogics BoostSpeed 13 Antitracker\" class=\"lazyload screenshots__image\">\r\n  <\/div>\r\n  <div class=\"screenshots__description\"><\/div>\r\n<\/div>\n<p>We recommend <a href=\"https:\/\/www.auslogics.com\/en\/articles\/clean-my-pc\/\">cleaning up your PC <\/a>regularly, depending on your usage. Since it\u2019s easy to forget to run maintenance, you can activate an automated scan and choose how often you want the scan to run.<\/p>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-5626105816785274\"\r\ncrossorigin=\"anonymous\"><\/script>\r\n<!-- Bottom_CTA -->\r\n<ins class=\"adsbygoogle\" style=\"display:inline-block;width:728px;height:90px\" data-ad-client=\"ca-pub-5626105816785274\" data-ad-slot=\"9260129453\"><\/ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script>\n<h2>Conclusion<\/h2>\n<p>Managing your DNS cache on Windows 10\/11 is a straightforward process that can improve your internet experience.<\/p>\n<p>Viewing the cache lets you see which domain names have been resolved recently. Clearing it can help resolve connectivity issues, ensure privacy, and keep your system up-to-date.<\/p>\n<p>Following the simple steps outlined in this guide, you can easily view and clear your DNS cache, ensuring a smoother and more secure online experience.<\/p>\n<h2>FAQ<\/h2>\n<div class=\"faq-box\"><div class=\"faq-box__tabs\"><div class=\"faq-box__tab\">\r\n\t<input id=\"id-1\" class=\"faq-box__checkbox\" type=\"checkbox\" \/>\r\n\t<label class=\"faq-box__label\" for=\"id-1\"><span> How to check DNS settings in Windows 10?<\/span><\/label>\r\n\t<div class=\"faq-box__content\"><\/p>\n<p>To check your DNS settings in Windows 10, follow these steps:<\/p>\n<ul>\n<li aria-level=\"1\">Right-click on the Start button and select <em>Network Connections<\/em> or <em>Network &amp; Internet Settings<\/em>.<\/li>\n<li aria-level=\"1\">Click on <em>Change adapter options<\/em>.<\/li>\n<li aria-level=\"1\">Right-click on your active network connection and choose <em>Properties.<\/em><\/li>\n<li aria-level=\"1\">Scroll down and find <em>Internet Protocol Version 4 (TCP\/IPv4)<\/em> or <em>Internet Protocol Version 6 (TCP\/IPv6)<\/em>\u00a0depending on your network.<\/li>\n<li aria-level=\"1\">Click <em>Properties<\/em>\u00a0to view and edit your DNS settings. <\/div>\r\n<\/div><\/li>\n<\/ul>\n<p><div class=\"faq-box__tab\">\r\n\t<input id=\"id-2\" class=\"faq-box__checkbox\" type=\"checkbox\" \/>\r\n\t<label class=\"faq-box__label\" for=\"id-2\"><span> Where are the DNS address resolutions stored?<\/span><\/label>\r\n\t<div class=\"faq-box__content\"> DNS address resolutions are stored in your operating system&#8217;s DNS cache. In Windows, you can view and manage this cache using the Command Prompt or PowerShell with commands like <code>ipconfig \/displaydns<\/code> or <code>Clear-DnsClientCache<\/code>.<\/div>\r\n<\/div> <div class=\"faq-box__tab\">\r\n\t<input id=\"id-3\" class=\"faq-box__checkbox\" type=\"checkbox\" \/>\r\n\t<label class=\"faq-box__label\" for=\"id-3\"><span> What information is kept in the DNS resolver cache?<\/span><\/label>\r\n\t<div class=\"faq-box__content\"><\/p>\n<p>The DNS Resolver Cache stores information related to domain name resolutions, including the domain names and their corresponding IP addresses.<\/p>\n<p>It may also contain information about recent network connections and domain-related settings.<\/div>\r\n<\/div><\/p>\n<p><div class=\"faq-box__tab\">\r\n\t<input id=\"id-4\" class=\"faq-box__checkbox\" type=\"checkbox\" \/>\r\n\t<label class=\"faq-box__label\" for=\"id-4\"><span> How long does DNS cache last?<\/span><\/label>\r\n\t<div class=\"faq-box__content\"><\/p>\n<p>The duration for which DNS cache entries last can vary. DNS records have a time-to-live (TTL) value, set by the domain&#8217;s authoritative DNS server.<\/p>\n<p>Cache entries typically expire when the TTL value reaches zero, or when the cache is manually cleared. Common TTL values range from a few minutes to several days, depending on the domain and its configuration.<\/div>\r\n<\/div> <\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>If you want to know how to view DNS cache and clear them, this guide is for you. Viewing the DNS cache can help you diagnose and resolve issues like where an invalid or out of date DNS record might be cached. Keep reading for more!<\/p>\n","protected":false},"author":71,"featured_media":74791,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[819,827,883,811],"tags":[1039,109,1095],"class_list":["post-18591","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-tos","category-internet","category-network-errors","category-optimization","tag-dns","tag-pc-performance","tag-powershell"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Simple Guide: How to View and Clear DNS Cache on Windows 10\/11? &#8212; Auslogics Blog<\/title>\n<meta name=\"description\" content=\"Learn how to efficiently view, clear, or disable DNS cache on any Windows 10\/11 computer in just a few quick steps!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/posts\/18591\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Simple Guide: How to View and Clear DNS Cache on Windows 10\/11?\" \/>\n<meta property=\"og:description\" content=\"Learn how to efficiently view, clear, or disable DNS cache on any Windows 10\/11 computer in just a few quick steps!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/\" \/>\n<meta property=\"og:site_name\" content=\"Auslogics Blog | Tips to Diagnose &amp; Resolve Computer Issues\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Auslogics\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-28T21:03:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-10T09:53:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Simple-Guide-How-to-View-and-Clear-DNS-Cache-on-Windows-1011.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1792\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Valeria Burmatskaya\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"Learn how to efficiently view, clear, or disable DNS cache on any Windows 10\/11 computer in just a few quick steps!\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Valeria Burmatskaya\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/\"},\"author\":{\"name\":\"Valeria Burmatskaya\",\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/#\\\/schema\\\/person\\\/768a4403d8cae64c370fc684d8655981\"},\"headline\":\"Simple Guide: How to View and Clear DNS Cache on Windows 10\\\/11?\",\"datePublished\":\"2023-09-28T21:03:11+00:00\",\"dateModified\":\"2025-09-10T09:53:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/\"},\"wordCount\":2215,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/Simple-Guide-How-to-View-and-Clear-DNS-Cache-on-Windows-1011.png\",\"keywords\":[\"DNS\",\"PC Performance\",\"PowerShell\"],\"articleSection\":[\"How To`s\",\"Internet\",\"Network Errors\",\"Optimization\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/\",\"url\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/\",\"name\":\"Simple Guide: How to View and Clear DNS Cache on Windows 10\\\/11? &#8212; Auslogics Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/Simple-Guide-How-to-View-and-Clear-DNS-Cache-on-Windows-1011.png\",\"datePublished\":\"2023-09-28T21:03:11+00:00\",\"dateModified\":\"2025-09-10T09:53:15+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/#\\\/schema\\\/person\\\/768a4403d8cae64c370fc684d8655981\"},\"description\":\"Learn how to efficiently view, clear, or disable DNS cache on any Windows 10\\\/11 computer in just a few quick steps!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/Simple-Guide-How-to-View-and-Clear-DNS-Cache-on-Windows-1011.png\",\"contentUrl\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/Simple-Guide-How-to-View-and-Clear-DNS-Cache-on-Windows-1011.png\",\"width\":1792,\"height\":1024,\"caption\":\"Simple Guide How to View and Clear DNS Cache on Windows 10:11?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/view-dns-cache-on-windows-10\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Tech Wisdom Blog\",\"item\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To`s\",\"item\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/category\\\/how-tos\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Network Errors\",\"item\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/category\\\/how-tos\\\/network-errors\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Simple Guide: How to View and Clear DNS Cache on Windows 10\\\/11?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/#website\",\"url\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/\",\"name\":\"Auslogics Blog | Tips to Diagnose &amp; Resolve Computer Issues\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/#\\\/schema\\\/person\\\/768a4403d8cae64c370fc684d8655981\",\"name\":\"Valeria Burmatskaya\",\"description\":\"Hello, dear reader! I\u2019m Valeria, and I am an SEO specialist and tech writer for the Auslogics Tech Wisdom Blog. Although I don\u2019t have a formal tech education, I\u2019ve always been a tech enthusiast, passionate about exploring and learning new things, whether it\u2019s through travel, books, or the latest technologies. I stay updated with the latest news, ideas, and opportunities, with my go-to sources being the Search Engine Journal and TechRadar. Naturally, this passion, backed by my background in marketing and my curiosity, led me to the Auslogics Blog, where I combine my love for marketing and writing as an SEO and tech writer. I pride myself on my ability to explain complex tech concepts in understandable language for readers even without technical expertise. With over 5 years of experience in SEO and more than 2 years in tech writing, I specialize in guides on security, PC optimization, and resolving all sorts of Windows issues. This is why the \u201cHow To\u201d section of the Auslogics Blog is my favorite.\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/valeriia-burmatskaia-dos-santos\\\/\"],\"knowsAbout\":[\"Search Engine Optimization (SEO)\",\"Content Strategy\",\"Copywriting\",\"Windows\",\"Technology\",\"Social Media\",\"Digital Trends\",\"Digital Security\"],\"knowsLanguage\":[\"English\",\"Portuguese\"],\"jobTitle\":\"SEO Specialist & Tech Writer\",\"worksFor\":\"Auslogics\",\"url\":\"https:\\\/\\\/www.auslogics.com\\\/en\\\/articles\\\/author\\\/valeria-burmatskaya\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Simple Guide: How to View and Clear DNS Cache on Windows 10\/11? &#8212; Auslogics Blog","description":"Learn how to efficiently view, clear, or disable DNS cache on any Windows 10\/11 computer in just a few quick steps!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/posts\/18591","og_locale":"en_US","og_type":"article","og_title":"Simple Guide: How to View and Clear DNS Cache on Windows 10\/11?","og_description":"Learn how to efficiently view, clear, or disable DNS cache on any Windows 10\/11 computer in just a few quick steps!","og_url":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/","og_site_name":"Auslogics Blog | Tips to Diagnose &amp; Resolve Computer Issues","article_publisher":"https:\/\/www.facebook.com\/Auslogics","article_published_time":"2023-09-28T21:03:11+00:00","article_modified_time":"2025-09-10T09:53:15+00:00","og_image":[{"width":1792,"height":1024,"url":"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Simple-Guide-How-to-View-and-Clear-DNS-Cache-on-Windows-1011.png","type":"image\/png"}],"author":"Valeria Burmatskaya","twitter_card":"summary_large_image","twitter_description":"Learn how to efficiently view, clear, or disable DNS cache on any Windows 10\/11 computer in just a few quick steps!","twitter_misc":{"Written by":"Valeria Burmatskaya","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/#article","isPartOf":{"@id":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/"},"author":{"name":"Valeria Burmatskaya","@id":"https:\/\/www.auslogics.com\/en\/articles\/#\/schema\/person\/768a4403d8cae64c370fc684d8655981"},"headline":"Simple Guide: How to View and Clear DNS Cache on Windows 10\/11?","datePublished":"2023-09-28T21:03:11+00:00","dateModified":"2025-09-10T09:53:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/"},"wordCount":2215,"commentCount":0,"image":{"@id":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/#primaryimage"},"thumbnailUrl":"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Simple-Guide-How-to-View-and-Clear-DNS-Cache-on-Windows-1011.png","keywords":["DNS","PC Performance","PowerShell"],"articleSection":["How To`s","Internet","Network Errors","Optimization"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/","url":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/","name":"Simple Guide: How to View and Clear DNS Cache on Windows 10\/11? &#8212; Auslogics Blog","isPartOf":{"@id":"https:\/\/www.auslogics.com\/en\/articles\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/#primaryimage"},"image":{"@id":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/#primaryimage"},"thumbnailUrl":"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Simple-Guide-How-to-View-and-Clear-DNS-Cache-on-Windows-1011.png","datePublished":"2023-09-28T21:03:11+00:00","dateModified":"2025-09-10T09:53:15+00:00","author":{"@id":"https:\/\/www.auslogics.com\/en\/articles\/#\/schema\/person\/768a4403d8cae64c370fc684d8655981"},"description":"Learn how to efficiently view, clear, or disable DNS cache on any Windows 10\/11 computer in just a few quick steps!","breadcrumb":{"@id":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/#primaryimage","url":"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Simple-Guide-How-to-View-and-Clear-DNS-Cache-on-Windows-1011.png","contentUrl":"https:\/\/www.auslogics.com\/en\/articles\/wp-content\/uploads\/2023\/09\/Simple-Guide-How-to-View-and-Clear-DNS-Cache-on-Windows-1011.png","width":1792,"height":1024,"caption":"Simple Guide How to View and Clear DNS Cache on Windows 10:11?"},{"@type":"BreadcrumbList","@id":"https:\/\/www.auslogics.com\/en\/articles\/view-dns-cache-on-windows-10\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Tech Wisdom Blog","item":"https:\/\/www.auslogics.com\/en\/articles\/"},{"@type":"ListItem","position":2,"name":"How To`s","item":"https:\/\/www.auslogics.com\/en\/articles\/category\/how-tos\/"},{"@type":"ListItem","position":3,"name":"Network Errors","item":"https:\/\/www.auslogics.com\/en\/articles\/category\/how-tos\/network-errors\/"},{"@type":"ListItem","position":4,"name":"Simple Guide: How to View and Clear DNS Cache on Windows 10\/11?"}]},{"@type":"WebSite","@id":"https:\/\/www.auslogics.com\/en\/articles\/#website","url":"https:\/\/www.auslogics.com\/en\/articles\/","name":"Auslogics Blog | Tips to Diagnose &amp; Resolve Computer Issues","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auslogics.com\/en\/articles\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.auslogics.com\/en\/articles\/#\/schema\/person\/768a4403d8cae64c370fc684d8655981","name":"Valeria Burmatskaya","description":"Hello, dear reader! I\u2019m Valeria, and I am an SEO specialist and tech writer for the Auslogics Tech Wisdom Blog. Although I don\u2019t have a formal tech education, I\u2019ve always been a tech enthusiast, passionate about exploring and learning new things, whether it\u2019s through travel, books, or the latest technologies. I stay updated with the latest news, ideas, and opportunities, with my go-to sources being the Search Engine Journal and TechRadar. Naturally, this passion, backed by my background in marketing and my curiosity, led me to the Auslogics Blog, where I combine my love for marketing and writing as an SEO and tech writer. I pride myself on my ability to explain complex tech concepts in understandable language for readers even without technical expertise. With over 5 years of experience in SEO and more than 2 years in tech writing, I specialize in guides on security, PC optimization, and resolving all sorts of Windows issues. This is why the \u201cHow To\u201d section of the Auslogics Blog is my favorite.","sameAs":["https:\/\/www.linkedin.com\/in\/valeriia-burmatskaia-dos-santos\/"],"knowsAbout":["Search Engine Optimization (SEO)","Content Strategy","Copywriting","Windows","Technology","Social Media","Digital Trends","Digital Security"],"knowsLanguage":["English","Portuguese"],"jobTitle":"SEO Specialist & Tech Writer","worksFor":"Auslogics","url":"https:\/\/www.auslogics.com\/en\/articles\/author\/valeria-burmatskaya\/"}]}},"_links":{"self":[{"href":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/posts\/18591","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/users\/71"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/comments?post=18591"}],"version-history":[{"count":27,"href":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/posts\/18591\/revisions"}],"predecessor-version":[{"id":102419,"href":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/posts\/18591\/revisions\/102419"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/media\/74791"}],"wp:attachment":[{"href":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/media?parent=18591"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/categories?post=18591"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auslogics.com\/en\/articles\/wp-json\/wp\/v2\/tags?post=18591"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}