{"id":1772759,"date":"2022-02-28T18:12:07","date_gmt":"2022-02-28T18:12:07","guid":{"rendered":"https:\/\/www.sweetwater.com\/sweetcare\/?post_type=articles&#038;p=1772759"},"modified":"2022-02-28T18:22:10","modified_gmt":"2022-02-28T18:22:10","slug":"how-to-use-system-file-checker-in-windows","status":"publish","type":"articles","link":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/","title":{"rendered":"How To Use System File Checker in Windows"},"content":{"rendered":"\n<p>The SFC (System File Checker) command is an excellent command to run if you are encountering issues with your Windows PC. From Blue Screens of Death (BSOD) to system errors, SFC can tell you a lot about what\u2019s causing the problem and will automatically fix it. Follow the sections below to get started.<\/p>\n\n\n\n<ol type=\"1\"><li><a href=\"#What-is-SFC\"><strong>What is SFC?<\/strong><\/a><\/li><li><a href=\"#How-to-run-SFC\"><strong>How to run SFC<\/strong><\/a><\/li><li><a href=\"#Running-SFC-in-Safe-Mode-and-Recovery-Mode\"><strong>Running SFC in Safe Mode and Recovery Mode<\/strong><\/a><ul><li><a href=\"#Safe-Mode\"><strong>Safe Mode<\/strong><\/a><\/li><li><strong><a href=\"#Recovery-Mode\">Recovery Mode<\/a><\/strong><\/li><\/ul><\/li><\/ol>\n\n\n\n<h2 id=\"What-is-SFC\" class=\"wp-block-cgb-block-customheader blackHeader alignLeft noUnderline customh2 swheader\">What is SFC?<\/h2>\n\n\n\n<p class=\"has-background\" style=\"background-color:#fff5c7\"><strong>IMPORTANT: <\/strong>The SFC process will take approximately 5-10 minutes, so make sure not to turn off the computer or close out the Command Prompt!<\/p>\n\n\n\n<p><br>SFC stands for System File Checker. While the <a href=\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-chkdsk-in-windows\/\" target=\"_blank\" rel=\"noreferrer noopener\">CHKDSK<\/a> command scans sectors of your hard drive, SFC verifies the integrity of specific Windows system files. If you\u2019re receiving an error about missing Windows .dll files, getting Blue Screens of Death, or if particular Windows functions are crashing in general even when booting, it\u2019s a good indicator that you\u2019ll want to run SFC.<\/p>\n\n\n\n<h2 id=\"How-to-run-SFC\" class=\"wp-block-cgb-block-customheader blackHeader alignLeft noUnderline customh2 swheader\">How to run SFC<\/h2>\n\n\n\n<p>Running the SFC command is straightforward. For basic troubleshooting, you\u2019ll only need to run the scannow command. To display the list and description of all SFC commands that you can run, type sfc \/?. You can also check out <a href=\"https:\/\/docs.microsoft.com\/en-us\/windows-server\/administration\/windows-commands\/sfc\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft\u2019s support page<\/a> for a list and description of all SFC parameters.<\/p>\n\n\n\n<ol type=\"1\"><li>Open an elevated Command Prompt, then type <code>sfc \/scannow<\/code>.<ul><li>If you only want to view the issues and don\u2019t want your system to automatically repair them, type <code>sfc \/verifyonly<\/code><em>.<\/em><\/li><\/ul><\/li><li>Once the scan is complete, you will then receive one of the following messages:<ul><li><strong>Windows Resource Protection did not find any integrity violations<\/strong><ul><li>Your system doesn\u2019t have any corrupt files, and nothing needs to be done.<\/li><\/ul><\/li><li><strong>Windows Resource Protection could not perform the requested operation<\/strong><ul><li>Boot into Safe Mode and rerun the <code>sfc \/scannow<\/code> command.<\/li><\/ul><\/li><\/ul><\/li><li>Windows Resource Protection found corrupt files and successfully repaired them.<ul><li>Your computer found and was able to fix corrupt files, and nothing needs to be done.<\/li><li><strong>Windows Resource Protection found corrupt files but was unable to fix some of them.<\/strong><ul><li>Your computer found and was not able to fix the corrupt files. At this point, you\u2019ll need to try running SFC in safe mode, recovery mode, run the CHKDSK or DISM command, or perform a repair install.<\/li><\/ul><\/li><\/ul><\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"793\" height=\"512\" src=\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/sfc-in-command-prompt.jpg\" alt=\"\" class=\"wp-image-1772762\" srcset=\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/sfc-in-command-prompt.jpg 793w, https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/sfc-in-command-prompt-300x194.jpg 300w, https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/sfc-in-command-prompt-768x496.jpg 768w\" sizes=\"(max-width: 793px) 100vw, 793px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\"><em>Running SFC 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\n\n\n\n\n<h2 id=\"Running-SFC-in-Safe-Mode-and-Recovery-Mode\" class=\"wp-block-cgb-block-customheader blackHeader alignLeft noUnderline customh2 swheader\">Running SFC in Safe Mode and Recovery Mode<\/h2>\n\n\n\n<p>Depending on the issue, and if you tried sfc \/scannow in the standard <a href=\"https:\/\/docs.microsoft.com\/en-us\/windows\/win32\/uxguide\/windows-environment\" target=\"_blank\" rel=\"noreferrer noopener\">environment<\/a>, there are two other ways you can run the command: Safe Mode and Recovery Mode.<\/p>\n\n\n\n<h3 id=\"Safe-Mode\" class=\"wp-block-cgb-block-customheader darkBlueHeader alignLeft underline customh3 swheader\">Safe Mode<\/h3>\n\n\n\n<p class=\"has-background\" style=\"background-color:#f3f2f1\"><strong>TIP: <\/strong>If you can\u2019t access the Settings menu, click the <strong>Windows <\/strong>icon, select Power, then click <strong>Restart<\/strong> while holding the <strong>Shift <\/strong>key. This will take you to the <em>Choose an option <\/em>window mentioned in step 3 below.<\/p>\n\n\n\n<p>When you boot into Safe Mode, specific system files aren\u2019t loaded, and most device drivers are disabled, including audio interfaces and printers. While you can also boot into Safe Mode with Networking (network drivers are also enabled, so you have access to the internet), it\u2019s not completely necessary. Check out Microsoft\u2019s <a href=\"https:\/\/support.microsoft.com\/en-us\/windows\/start-your-pc-in-safe-mode-in-windows-92c27cff-db89-8644-1ce4-b3e5e56fe234\" target=\"_blank\" rel=\"noreferrer noopener\">support page<\/a> about booting into Safe Mode and how Safe Mode works.<\/p>\n\n\n\n<ol type=\"1\"><li>Click the <strong>Windows <\/strong>icon on the toolbar, type recovery, then select <strong>Recovery options<\/strong>.<\/li><li>Click <strong>Advanced setup<\/strong>, then choose <strong>Restart now<\/strong>.<\/li><li>When the <em>Choose an option<\/em> window appears, click <strong>Troubleshoot<\/strong>, select <strong>Advanced options<\/strong>, choose <strong>Startup Settings<\/strong>, then click <strong>Restart<\/strong>.<\/li><li>When the computer reboots, you will now see the <em>Startup Settings<\/em> menu.<\/li><li>Press <strong>F4<\/strong> or the <strong>4<\/strong> key to select Safe Mode. If you want access to the internet while in Safe Mode, press <strong>F5<\/strong> or the <strong>5 <\/strong>key to enter Safe Mode with Networking.<\/li><li>Run the SFC command as outlined above.<\/li><\/ol>\n\n\n\n<h3 id=\"Recovery-Mode\" class=\"wp-block-cgb-block-customheader darkBlueHeader alignLeft underline customh3 swheader\">Recovery Mode<\/h3>\n\n\n\n<p class=\"has-background\" style=\"background-color:#fff5c7\"><strong>IMPORTANT: <\/strong>If you need to enter Recovery Mode, you must create recovery media with the <a href=\"https:\/\/www.microsoft.com\/en-us\/software-download\/windows10\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Media Creation tool<\/strong><\/a>. You\u2019ll also need to change the boot load order to make the bootable media drive the first boot option. Since the instructions vary per motherboard, be sure to check out its User Manual.<\/p>\n\n\n\n<p>If you\u2019re still having issues after running SFC in Safe Mode, the other option is to run it in Windows Recovery Mode. Also referred to as Windows RE or WinRE, Recovery Mode is a barebones version of Windows installed onto a separate <a href=\"https:\/\/www.sweetwater.com\/insync\/partition\/\" target=\"_blank\" rel=\"noreferrer noopener\">partition<\/a> of your primary system drive immediately after the boot partition. Recovery Mode is primarily used when your computer has issues during the boot process. Check out <a href=\"https:\/\/docs.microsoft.com\/en-us\/troubleshoot\/windows-server\/performance\/use-winre-to-troubleshoot-startup-issue\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft\u2019s guide<\/a> to learn more about the Windows Recovery Environment and how to get started.<\/p>\n\n\n\n<ol type=\"1\"><li>With your computer turned off, insert your bootable media, turn the computer on, then enter the BIOS.<\/li><li>Change the boot order so the bootable media drive is the first option, then exit.<ul><li>Refer to your motherboard\u2019s User Manual to learn how to change the boot order.<\/li><\/ul><\/li><li>When the Install Windows screen appears, click <strong>Next<\/strong>, then choose <strong>Repair your computer<\/strong>.<\/li><li>On the next screen (System Recovery Options), click <strong>Next<\/strong>, then select <strong>Command Prompt<\/strong>.<\/li><li>Once the Command Prompt window opens, type<code> BCDEdit<\/code> and take note of the volume letter located next to <strong>osdevice<\/strong>.<\/li><li>Type the following:<ul><li><code>SFC \/scannow \/offbootdir=&lt;volume&gt;:\\ \/offwindir=&lt;volume&gt;:\\windows<\/code><\/li><\/ul><\/li><\/ol>\n\n\n\n<h4 id=\"If-you-can-t-enter-the-Windows-Recovery-Environment\" class=\"wp-block-cgb-block-customheader blackHeader alignLeft underline customh4 swheader\">If you can&#8217;t enter the Windows Recovery Environment<\/h4>\n\n\n\n<p>By default, Windows Recovery Environment is enabled, but if by any chance you\u2019re having issues, it might be because it\u2019s disabled. If this is the case, you will need to enable it via the command prompt.<\/p>\n\n\n\n<ol type=\"1\"><li>Launch an elevated Command Prompt and type <code>reagentc \/info<\/code> to check if it is disabled.<\/li><li>If it\u2019s disabled, type <code>reagentc \/enable<\/code><strong>.<\/strong><\/li><\/ol>\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><br><br><\/p>\n","protected":false},"featured_media":1772760,"template":"","categories":[348461],"tags":[373503,373504,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 System File Checker 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-system-file-checker-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 System File Checker in Windows - SweetCare\" \/>\n<meta property=\"og:description\" content=\"In this guide, we will show you how to use System File Checker 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-system-file-checker-in-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"SweetCare\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-28T18:22:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/sfc-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=\"5 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-system-file-checker-in-windows\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/sfc-featured-image-100.jpg\",\"contentUrl\":\"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/sfc-featured-image-100.jpg\",\"width\":1200,\"height\":628},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/#webpage\",\"url\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/\",\"name\":\"How To Use System File Checker in Windows - SweetCare\",\"isPartOf\":{\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/#primaryimage\"},\"datePublished\":\"2022-02-28T18:12:07+00:00\",\"dateModified\":\"2022-02-28T18:22:10+00:00\",\"description\":\"In this guide, we will show you how to use System File Checker when troubleshooting your Windows PC. Click here to learn more!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-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 System File Checker in Windows\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"description":"In this guide, we will show you how to use System File Checker 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-system-file-checker-in-windows\/","og_locale":"en_US","og_type":"article","og_title":"How To Use System File Checker in Windows - SweetCare","og_description":"In this guide, we will show you how to use System File Checker when troubleshooting your Windows PC. Click here to learn more!","og_url":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/","og_site_name":"SweetCare","article_modified_time":"2022-02-28T18:22:10+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/sfc-featured-image-100.jpg","type":"image\/jpeg"}],"twitter_card":"summary","twitter_misc":{"Est. reading time":"5 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-system-file-checker-in-windows\/#primaryimage","inLanguage":"en-US","url":"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/sfc-featured-image-100.jpg","contentUrl":"https:\/\/www.sweetwater.com\/sweetcare\/media\/2022\/02\/sfc-featured-image-100.jpg","width":1200,"height":628},{"@type":"WebPage","@id":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/#webpage","url":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/","name":"How To Use System File Checker in Windows - SweetCare","isPartOf":{"@id":"https:\/\/www.sweetwater.com\/sweetcare\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/#primaryimage"},"datePublished":"2022-02-28T18:12:07+00:00","dateModified":"2022-02-28T18:22:10+00:00","description":"In this guide, we will show you how to use System File Checker when troubleshooting your Windows PC. Click here to learn more!","breadcrumb":{"@id":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-in-windows\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sweetwater.com\/sweetcare\/articles\/how-to-use-system-file-checker-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 System File Checker in Windows"}]}]}},"_links":{"self":[{"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/articles\/1772759"}],"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":4,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/articles\/1772759\/revisions"}],"predecessor-version":[{"id":1772771,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/articles\/1772759\/revisions\/1772771"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/media\/1772760"}],"wp:attachment":[{"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/media?parent=1772759"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/categories?post=1772759"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/tags?post=1772759"},{"taxonomy":"storecat","embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/storecat?post=1772759"},{"taxonomy":"itemids","embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/itemids?post=1772759"},{"taxonomy":"manufacturers","embeddable":true,"href":"https:\/\/www.sweetwater.com\/sweetcare\/wp-json\/wp\/v2\/manufacturers?post=1772759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}