{"id":1772750,"date":"2022-02-28T18:09:33","date_gmt":"2022-02-28T18:09:33","guid":{"rendered":"https:\/\/www.sweetwater.com\/sweetcare\/?post_type=articles&#038;p=1772750"},"modified":"2022-02-28T18:29:33","modified_gmt":"2022-02-28T18:29:33","slug":"how-to-use-chkdsk-in-windows","status":"publish","type":"articles","link":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/","title":{"rendered":"How To Use CHKDSK in Windows"},"content":{"rendered":"\n<p>If you\u2019re having hard drive issues such as accessing specific files, or if your computer is freezing, there\u2019s a simple way to check and fix your issues \u2014 running the CHKDSK command.&nbsp; In this guide, we\u2019ll discuss what CHKDSK is and how to use it. Follow the sections below to get started.<\/p>\n\n\n\n<ol type=\"1\"><li><a href=\"#What-is-CHKDSK\"><strong>What is CHKDSK?<\/strong><\/a><\/li><li><a href=\"#How-to-run-CHKDSK\"><strong>How to run CHKDSK<\/strong><\/a><ul><li><a href=\"#File-Explorer\"><strong>File Explorer<\/strong><\/a><\/li><li><strong><a href=\"#Command-Prompt\">Command Prompt<\/a><\/strong><\/li><\/ul><\/li><\/ol>\n\n\n\n<h2 id=\"What-is-CHKDSK\" class=\"wp-block-cgb-block-customheader blackHeader alignLeft noUnderline customh2 swheader\">What is CHKDSK?<\/h2>\n\n\n\n<p>If you think of Windows system troubleshooting tools as a waterfall, CHKDSK (check disk) is at the top. So, if you\u2019ve tried the basic things such as uninstalling and reinstalling problematic drivers or software, CHKDSK can help scan for potential hard drive issues.<\/p>\n\n\n\n<p>CHKDSK scans the entire local drive you have selected for any logical (soft) sectors and physical (hard) sectors on your hard drive. If anything is found, it will repair the logical sectors and mark physical sectors as bad so the computer cannot access them. You\u2019ll typically run CHKDSK if Windows constantly crashes or randomly shuts down. (This can happen as a result of a power surge or if the power cable is accidentally disconnected without properly shutting down.)<\/p>\n\n\n\n<p class=\"has-text-align-right\"><a href=\"#Getting-started\" target=\"_blank\" class=\"button flat s blue\">Return to top<\/a><\/p>\n\n\n\n\n\n<h2 id=\"How-to-run-CHKDSK\" class=\"wp-block-cgb-block-customheader blackHeader alignLeft noUnderline customh2 swheader\">How to run CHKDSK<\/h2>\n\n\n\n<p>If your computer becomes sluggish all of a sudden, takes a while to shut down, or just crashes, running the <em>CHKDSK <\/em>command is an excellent first step in narrowing down the issue. Unlike the other Windows diagnostic tools, you can run CHKDSK one of two ways: via <strong>File Explorer <\/strong>or the <strong>Command Prompt<\/strong>.<\/p>\n\n\n\n<h3 id=\"File-Explorer\" class=\"wp-block-cgb-block-customheader darkBlueHeader alignLeft underline customh3 swheader\">File Explorer<\/h3>\n\n\n\n<p>Running CHKDSK using File Explorer is straightforward. You\u2019ll just need to open the disk\u2019s properties in question and run the scan as Administrator.<\/p>\n\n\n\n<ol type=\"1\"><li>Double-click <strong>My PC<\/strong>, right-click the drive in question, then click <strong>Properties<\/strong>.<\/li><li>Click the <strong>Tools<\/strong> tab and click the <strong>Check <\/strong>button in the Error checking area.<\/li><li>Windows will go through an initial scan to see if you need to continue with an in-depth scan. If Windows finds that nothing is wrong, you\u2019ll receive a notification that says that.<\/li><li>Click <strong>Scan<\/strong> to begin running CHKDSK.<\/li><\/ol>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"363\" height=\"499\" src=\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-in-file-explorer.jpg\" alt=\"chkdsk in file explorer\" class=\"wp-image-1772751\" srcset=\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-in-file-explorer.jpg 363w, https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-in-file-explorer-218x300.jpg 218w\" sizes=\"(max-width: 363px) 100vw, 363px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-center\"><em>Running CHKDSK in File Explorer<\/em><\/p>\n\n\n\n<h3 id=\"Command-Prompt\" class=\"wp-block-cgb-block-customheader darkBlueHeader alignLeft underline customh3 swheader\">Command Prompt<\/h3>\n\n\n\n<p class=\"has-background\" style=\"background-color:#f3f2f1\"><strong>TIP<\/strong>: If you don\u2019t include a parameter at the end of <code>chkdsk &lt;volume&gt;<\/code>, it will only scan the disk and not attempt to fix anything. For example, typing chkdsk c:<em> <\/em>will only scan and show you what\u2019s wrong. Typing <code>chkdsk c: \/f<em> <\/em><\/code>will first check the drive. Then if there are any errors present, it will trigger the \/f command to fix the issues.<\/p>\n\n\n\n<p>While you can run CHKDSK via File Explorer, you have more control when using it in an elevated Command Prompt. The larger the hard drive and the more errors found, the longer the scan will take, so be patient!<\/p>\n\n\n\n<ol type=\"1\"><li>Open an elevated Command Prompt.<\/li><li>Once you\u2019re in Command Prompt, type <code>chkdsk &lt;volume&gt; \/f<\/code><ul><li>If you receive a message stating that it can\u2019t run due to other processes being in use, press the <strong>Y<\/strong> key. The scan will begin once the computer is restarted.<\/li><\/ul><\/li><li>After the scan is complete, you will see one of the following messages:<ul><li><strong>No errors were found.<\/strong><\/li><li><strong>Errors were found and fixed.<\/strong><\/li><li><strong>Could not check the disk, did not or could not fix errors.<\/strong><\/li><\/ul><\/li><li>Once \/f is complete, you\u2019ll want to run the chkdsk \/r command, especially if you receive a \u201cCould not check the disk\u201d error. Simply replace <code>chkdsk <em>&lt;volume&gt; <\/em>\/f<\/code> with <code>chkdsk <em>&lt;volume&gt;<\/em> \/r<\/code>, and it will perform the repair command.<\/li><\/ol>\n\n\n\n<h4 id=\"What-s-the-difference-between-f-and-r\" class=\"wp-block-cgb-block-customheader blackHeader alignLeft underline customh4 swheader\">What&#8217;s the difference between \/f and \/r?<\/h4>\n\n\n\n<p>There are 15(!) different commands when using CHKDSK in the Command Prompt. When troubleshooting, two will be used most commonly: <strong>\/f <\/strong>and <strong>\/r.<\/strong> The other commands are for more advanced operations, so check out Microsoft\u2019s article for in-depth information on the <a href=\"http:\/\/docs.microsoft.com\/en-us\/windows-server\/administration\/windows-commands\/chkdsk#Parameters\" target=\"_blank\" rel=\"noreferrer noopener\">different chkdsk parameters you can run<\/a>.<\/p>\n\n\n\n<p>&nbsp;<strong>\/f<\/strong> stands for <strong>fix <\/strong>and <strong>\/r<\/strong> stands for <strong>repair<\/strong>. While fix and repair sound very similar, the repair command is a deeper scan than the fix command. The fix (\/f) command will only fix soft disk errors, whereas the repair (\/r) includes the \/f command <strong>and <\/strong>also finds and attempts to repair physical disk errors.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"735\" height=\"512\" src=\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-in-command-prompt.jpg\" alt=\"chkdsk in command prompt\" class=\"wp-image-1772752\" srcset=\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-in-command-prompt.jpg 735w, https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-in-command-prompt-300x209.jpg 300w\" sizes=\"(max-width: 735px) 100vw, 735px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\"><em>Running CHKDSK in Command Prompt<\/em><\/p>\n\n\n\n<p class=\"has-text-align-right\"><a href=\"#Getting-started\" target=\"_blank\" class=\"button flat s blue\">Return to top<\/a><\/p>\n","protected":false},"featured_media":1772753,"template":"","categories":[348461],"tags":[373500,36572,34750],"storecat":[],"itemids":[],"manufacturers":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<meta name=\"description\" content=\"In this guide we will show you how to use CHKDSK when troubleshooting your Windows PC. Click here to learn more!\" \/>\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.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Use CHKDSK in Windows - SweetCare\" \/>\n<meta property=\"og:description\" content=\"In this guide we will show you how to use CHKDSK when troubleshooting your Windows PC. Click here to learn more!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"SweetCare\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-28T18:29:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-featured-image-100.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/#website\",\"url\":\"https:\/\/www.sweetwater.com\/sweetcare\/\",\"name\":\"SweetCare\",\"description\":\"Service and Support\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sweetwater.com\/sweetcare\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-featured-image-100.jpg\",\"contentUrl\":\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-featured-image-100.jpg\",\"width\":1200,\"height\":628},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/#webpage\",\"url\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/\",\"name\":\"How To Use CHKDSK in Windows - SweetCare\",\"isPartOf\":{\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/#primaryimage\"},\"datePublished\":\"2022-02-28T18:09:33+00:00\",\"dateModified\":\"2022-02-28T18:29:33+00:00\",\"description\":\"In this guide we will show you how to use CHKDSK when troubleshooting your Windows PC. Click here to learn more!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sweetwater.com\/sweetcare\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Articles\",\"item\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How To Use CHKDSK in Windows\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"description":"In this guide we will show you how to use CHKDSK when troubleshooting your Windows PC. Click here to learn more!","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.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/","og_locale":"en_US","og_type":"article","og_title":"How To Use CHKDSK in Windows - SweetCare","og_description":"In this guide we will show you how to use CHKDSK when troubleshooting your Windows PC. Click here to learn more!","og_url":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/","og_site_name":"SweetCare","article_modified_time":"2022-02-28T18:29:33+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-featured-image-100.jpg","type":"image\/jpeg"}],"twitter_card":"summary","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.sweetwater.com\/sweetcare\/#website","url":"https:\/\/www.sweetwater.com\/sweetcare\/","name":"SweetCare","description":"Service and Support","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sweetwater.com\/sweetcare\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/#primaryimage","inLanguage":"en-US","url":"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-featured-image-100.jpg","contentUrl":"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/chkdsk-featured-image-100.jpg","width":1200,"height":628},{"@type":"WebPage","@id":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/#webpage","url":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/","name":"How To Use CHKDSK in Windows - SweetCare","isPartOf":{"@id":"https:\/\/www.sweetwater.com\/sweetcare\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/#primaryimage"},"datePublished":"2022-02-28T18:09:33+00:00","dateModified":"2022-02-28T18:29:33+00:00","description":"In this guide we will show you how to use CHKDSK when troubleshooting your Windows PC. Click here to learn more!","breadcrumb":{"@id":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sweetwater.com\/sweetcare\/"},{"@type":"ListItem","position":2,"name":"Articles","item":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/"},{"@type":"ListItem","position":3,"name":"How To Use CHKDSK in Windows"}]}]}},"_links":{"self":[{"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/articles\/1772750"}],"collection":[{"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/articles"}],"about":[{"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/types\/articles"}],"version-history":[{"count":5,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/articles\/1772750\/revisions"}],"predecessor-version":[{"id":1772776,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/articles\/1772750\/revisions\/1772776"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/media\/1772753"}],"wp:attachment":[{"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/media?parent=1772750"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/categories?post=1772750"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/tags?post=1772750"},{"taxonomy":"storecat","embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/storecat?post=1772750"},{"taxonomy":"itemids","embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/itemids?post=1772750"},{"taxonomy":"manufacturers","embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/manufacturers?post=1772750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}