Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How to Fix Windows Scanning and Repairing Drive on Windows

How to Fix Windows Scanning and Repairing Drive on Windows

Abhishek SilwalBy Abhishek SilwalNovember 22, 2022
windows scanning and repairing drive

When trying to power up your computer, if your computer detects any disk issues, it runs a disk-checking program at the startup. You do have the option to skip this process but if you don’t choose the option, it leads you to the “Scanning and repairing drive” screen.

The process usually repairs all defects, and you shouldn’t encounter the screen in the next boot. However, Windows loads it on every startup in some scenarios. It is also possible to get stuck on this screen.

There are a few things you can do in each situation, which we mention in detail in the article below.

Table of Contents

  • Causes for Scanning and Repairing Drive on Windows
  • How to Fix Scanning and Repairing Drive on Windows?
    • Power Cycle PC
    • Run CHKDSK in Safe Mode
    • Run Startup Repair
    • Update Windows
    • Check Disk Partitions
    • Replace Storage Disk

Causes for Scanning and Repairing Drive on Windows

Here are the potential causes of the above error on Windows:

  • Temporary issues with the disk or system.
  • Presence of unformatted partition.
  • Logical or physical disk errors.
  • Improper boot settings.

How to Fix Scanning and Repairing Drive on Windows?

If you get stuck in this screen, force shut down your PC by pressing and holding the power button until it is off. Then, power it up and try again. If it still recurs, press any key on the “To skip disk checking, press any key within # seconds” screen and perform the troubleshooting steps we have listed below.

On the other hand, if you encounter this issue on more than one boot, even after the process completes each time, first reboot the PC a couple of more times. Sometimes, your system may not repair all the errors it finds, and the process can take a few cycles. If you still continue encountering the error, similarly go through the possible solutions below and apply them.

Power Cycle PC

You may encounter various errors on your hardware devices due to unexpected power failures or similar causes. In such cases, your computer’s power adapter and the devices retain some charge, affecting their proper functioning.

You need to power cycle your PC to drain such residual charges from the capacitors to fully refresh your devices and resolve such issues. To do so,

  1. Shut down your system. You need to force the shutdown if you are stuck on the screen.
    Click-on-power-button
  2. Remove all peripherals, power adapter/cable, and removable battery (if applicable).
  3. Press and hold the power button for 30 seconds to drain the capacitor charge.
  4. Reconnect only essential peripherals like the keyboard and mouse.
  5. Reconnect the power cord and the battery and power up the PC.

Run CHKDSK in Safe Mode

“Scanning and repairing” is basically a process to check and resolve errors in your storage disks. However, sometimes the process may not work due to some interfering system components. You can try manually running the disk checking utility in safe mode instead of having your system perform it automatically to avoid such issues. Here’s what you need to do:

  1. Boot your system in safe mode. To do so,
    • Press and hold the Shift key while clicking the power button > Restart from your start menu or log-in screen. Doing so loads the Windows Recovery Environment (WinRE).
    • Here, go to Troubleshoot > Advanced options > Startup Settings > Restart.
    • Select F6 or 6 to boot in safe mode with Command Prompt.
      safe-mode-with-command-prompt
  2. On the Command Prompt, enter the command chkdsk C: /r /x
    chkdsk-r-x-c
  3. After repairing this C: volume, run the same command while replacing C: with other partitions on your system to repair all of them.
  4. Type shutdown /r and press Enter to restart your PC.

Run Startup Repair

Your system changes a certain boot setting to load the automatic disk repair on startup after it detects faults with your storage disk. It is possible that the system didn’t revert the setting even after successfully repairing the disk, leading to the recurring issue.

You can resolve it by running the Startup Repair. Here’s how you can do so:

  1. Press and hold the Shift key while clicking Restart from the power options on your start menu or log-in screen to access WinRE.
  2. Go to Troubleshoot > Advanced options > Startup Repair.
    startup-repair

Update Windows

One of the older versions of Windows included a CHKDSK bug that prevented properly completing disk-checking processes. The startup disk check also uses the same process, so users experienced the above error due to this bug.

The subsequent Windows updates have completely resolved the issue. So, it’s always better to keep your system fully updated, especially if you have an older version.

Here’s how you can update your system:

  1. Open Run and enter ms-settings:windowsupdate to open Update Settings.
  2. Click on Install now if updates are available or Check for Updates if they aren’t. If you had paused updates previously, click on Resume Updates.
    windows-update-install-now

Check Disk Partitions

In rare cases, you may also encounter the issue due to the presence of unallocated spaces on your disk, especially if it is a secondary disk. So, you need to make sure there are no unallocated spaces left in your system.

You may also encounter the issue if there are some problems with one of your partitions. If the Disk Checking utility does not resolve such problems, you need to look for and format the partition.

First, check for unallocated space using the following steps:

  1. Open Run.
  2. Type diskmgmt.msc and press Enter to open Disk Management.
  3. See if there is any unallocated space inside a disk.
  4. If yes, you can extend one of your partitions using the space.
  5. To do so, right-click on the partition and select Extend Volume > Next > Next > Finish.
    Extend-volume-unallocated

Then, if the issue still persists, follow the steps below to search for and reformat the faulty partition:

  1. Note down the ID you see after “Scanning and repairing drive screen(\\?\Volume (” For example, (\\?\Volume (c8327a80-02ee-44be-8080-2448c8e6b95a))
  2. Open Run.
  3. Type diskpart and press Enter to open this command line tool.
  4. Enter the command list disk.
  5. Then, enter select disk # for the first disks while replacing # with the disk number, in this case, 0.
  6. Type uniqueid disk and check the disk ID.
    uniqueid-disk
  7. Now, enter the commands below:
    • list partition
    • select partition 1
    • detail partition
  8. Check the ID next to Type and compare it with the ID you noted from the “Scanning and repairing drive” screen.
    partition-detail
  9. Use similar steps to find the ID for all disks and partitions to determine which one your system is scanning.
  10. If it’s not a system drive, you need to delete it and then create a new partition or merge it with another.
  11. First, back up all necessary data on the volume.
  12. Open Disk Management.
  13. Right-click on the partition and select Delete Volume > Yes.
    delete-volume-diskmgmt
  14. To create a new partition, right-click on the Unallocated space, select New Simple Volume and follow the on-screen instructions.
    NEW-SIMPLE-VOLUME-DISKMGMT
  15. And to extend another partition, right-click on that partition and select Extend Volume > Next > Next Finish.

The partition with the error may also be a hidden partition like Microsoft Reserved Partition (MSR). You can’t see it from Diskpart or Disk Management. So, you need to use a third-party partition tool to do so:

Replace Storage Disk

If you can’t resolve the issue even after performing all the above methods, it’s very likely that your disk is failing. You can conduct a (Self-Monitoring, Analysis, and Reporting Technology) S.M.A.R.T. analysis using a third-party app to check for the drive’s health. If it is failing, your only option is to replace the device.

fix
Abhishek Silwal
  • LinkedIn

Abhishek Silwal is an Electronics Engineer and a technical writer at TechNewsToday. He specializes in troubleshooting a wide range of computer-related issues. His educational background in Electronics Engineering has given him a solid foundation in understanding of computers. He is also proficient in several programming languages and has worked on various robotics projects. Even in his early days, he used to tinker with various computer components, both hardware, and software, to satiate his curiosity. This experience has given him a breadth of experience that goes beyond his educational qualification. Abhishek has been writing articles on dealing with varieties of technical issues and performing specific tasks, especially on a Windows machine. He strives to create comprehensive guides on fixing many system and hardware issues and help others solve their problems. You can contact him at abhisheksilwal@technewtoday.com

Related Posts

computer suddenly slow

Why is My Computer Suddenly Slow? 11 Ways to Fix It

March 31, 2023
scheduled task reboot

How to Create a Reboot Scheduled Task in Windows

March 31, 2023
slow computer startup

14 Ways to Fix Slow Computer Startup

March 26, 2023
boot loop

14 Ways to Fix Windows Boot Loop

March 19, 2023
how to change windows startup sound

How to Change Windows Startup Sound

March 17, 2023
scan disk windows 10

How to Scan Disk Windows

March 16, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
what-does-collate-mean-on-a-printer

What Does Collate Mean on a Printer?

March 31, 2023
usb-vs-pcie-wifi

USB Vs PCIe Wi-Fi—Which One is Better?

March 31, 2023
how often to replace laptop

How Often Should You Replace a Laptop

March 29, 2023
You may also like
computer suddenly slow

Why is My Computer Suddenly Slow? 11 Ways to Fix It

March 31, 2023
HTTP-Error-431

How to Fix HTTP Error 431

March 31, 2023
scheduled task reboot

How to Create a Reboot Scheduled Task in Windows

March 31, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.