CHKDSK command is a great Windows built-in tool that checks and repairs drive errors and bad sectors. You can also use this command to check issues on a slow or frequently freezing computer.
However, even CHKDSK can cause problems while running. Sometimes, CHKDSK gets stuck at 11%, 12%, 20%, or even 100%, or the progress is stalled for a long time. This occurs due to damaged file systems or the presence of too many fragmented files on the drive.
Go through this article to understand what causes the CHKDSK issue and what you can do to resolve it.
What is CHKDSK?
CHKDSK, or check disk utility program, is a Windows command which checks various storage devices for errors and repairs them. This program ensures that your computer file system is in order; checks the hard disk for any bad sectors and fixes them.
Let’s say your Windows hard drive is a file cabinet. Sometimes, the drawers of the cabinet are damaged, or some files are placed in the wrong compartment. Or you randomly put some files in a drawer, and now they are just lying around. When you open the cabinet the next day, you see the mess those files have created and think «This is too much.» You almost get an anxiety attack figuring out how to sort this clutter.
This is how your computer reacts when its file system is overloaded with a pile of unorganized data. To sort out an error-ridden system, you need a handy disk scanner tool like CHKDSK. CHKDSK is like your friendly coworker who volunteers to help you sort out your jumbled-up cabinet.
Why is CHKDSK stuck in Windows?
CHKDSK usually runs during the system startup, but if it runs during every startup and gets stuck while running, there might be a problem with your system. There can be numerous reasons why CHKDSK gets stuck and stops working. Some of them are:
- Incompatible and outdated device drivers.
- Corrupted/damaged file systems.
- Bad sectors on the hard drive.
- Too many temporary files.
- Hard drive malfunctions.
- Permanent physical damage to the hard disk drive.
What to do when the CHKDSK command gets stuck in Windows 10/11?
When the CHKDSK command gets stuck, wait for a while for the process to get completed. But if it takes unusually long to complete the scan, you need to resolve the problem using the following DIY methods.
1. Let the issue resolve itself first
There are times when the CHKDSK scan will continue even though you see no progress in the scanning bar. Other times, the scanning will resume automatically on rebooting your system.
It is impossible to figure out exactly how much time the CHKDSK command will take to complete. It simply depends on – the size and speed of the hard disk drive, speed of the processor, RAM, and the amount of fragmentation.
For a Windows system with a 1TB hard disk, the CHKDSK command may take up to five hours, and with the increase in the drive size, time also increases.
Sometimes, this command may take a few hours, so you need to be patient. It might be best to leave the CHKDSK scan to run overnight.
2. Clean boot your system
Performing a clean boot can fix the CHKDSK stuck error at Windows 10/11. Follow these simple steps to do so:
- Type’ System Configuration’ in the search box and select System Configuration from the search menu.
- Now, click on the Services.
- Check the box beside – Hide all Microsoft services.
- Click the ‘Disable all’.
- Click on the Startup tab besides Services under the System Configuration.
- Click on the Open Task Manager.
- Click to open the Startup tab and then right-click on all the items in the list one-by-one and Disable them.
- Go back to the Startup tab in the System Configuration dialog box.
- Click OK and choose to restart your PC.
- Once your PC restarts, if the issue does not appear, enable all the disabled services again.
3. Perform Startup Repair
- First, shut down your PC and then turn it on.
- When your PC boots, press and hold the F8 key to boot the system in safe mode.
- In the Startup Options screen, click Troubleshoot.
- Click on Advanced, then click on Automatic Repair or Startup Repair.
- Choose the Operating System for which you want to perform Startup Repair.
- Select the account as an Administrator and enter the password and click Continue.
- The Startup Repair process will begin and restart the computer if the prompt appears.
4. Run Disk Cleanup
If CHKDSK is stuck on your system, it can be because of temporary files. Windows stores all types of temporary files on your system. If these files are the root cause of the problem, then removing them is better. Use the Disk Cleanup utility on your Windows for removing temporary files.
- Type disk clean in the Windows Search box.
- Select Disk Cleanup from the menu.
- From the drop-down menu, select the drive you want to clean and click.
- Under the Files to Delete, select the files like Temporary Files, Temporary Internet Files, and others you want to get rid of.
- Select OK.
- The selected files will get deleted within a few minutes.
Once the temporary files are removed from Windows, check if the problem is resolved or not.
5. Defragment Hard Drive
It can fix the CHKDSK stuck problem if a bunch of fragmented files causes it.
- Type «defrag» in the search bar at the bottom-left of your PC.
- Choose Defragment and Optimize Drives from the list.
- Now choose the drive that you want to defrag.
- Click Optimize button to start the process.
The de-fragmenting process takes a few minutes, and you are free to use your system during defragmentation.
6. Run System File Checker
System File Checker is the utility program in Windows that scans Windows system files for corruption and repairs the missing or corrupted system files.
- Type Command Prompt or cmd in the Windows search box.
- Run it as Administrator.
- Type sfc/scannow and hit the Enter key to start the system scan.
- After completing the checking, if you get this message: Windows Resource Protection did not find any integrity violation, then there is no problem with your system files.
- If something is wrong, type Dism /Online /Cleanup-Image /RestoreHealth and hit Enter to repair the Windows image.
- Run chkdsk again to see if the scan gets carried out without any interruption.
7. Stop CHKDSK as a scheduled task
If CHKDSK starts automatically when you turn on your PC, you need to stop it before it starts.
- Type Task Scheduler in the search bar and click Open.
- Click on Task Scheduler Library and then click on Microsoft.
- Search for the CHKDSK command, and once found right, click to Delete
8. Stop CHKDSK from progressing
If none of the above methods work for you, you must try stopping the CHKDSK command using the command prompt.
- Type cmd.exe in the Windows Search box.
- Open the Command Prompt and Run as an administrator.
- Type chkntfs/x c:> and hit Enter.
- This will stop the CHKDSK in progress in your system.
What to do when CHKDSK is not available for raw drives?
When your external storage file system goes RAW because of a missing or damaged file system, it becomes unusable and inaccessible. To prepare it for data storage, convert RAW to NTFS or any other Windows-compatible file system by formatting it. However, formatting can erase data on a storage medium, so follow these methods to fix the ‘CHKDSK not available for RAW drive’ error:
I. Recover Data from the RAW Drive
Although you cannot access the existing files on your RAW drive, you can try using Stellar Data Recovery Standard for Windows. This software not only helps in recovering deleted, formatted data but also helps recover data from inaccessible and RAW storage devices.
II. Convert RAW to NTFS/FAT32
- After recovering all the data saved on the RAW drive, format the drive.
- Open your system, right-click on the RAW drive, and select Format.
- Select a file system for your drive (FAT32, NTFS, or exFAT) from the drop-down.
- Click Start.
- Select Yes to start formatting your drive.
Conclusion
‘CHKDSK got stuck’ issue often arises due to outdated or incompatible device drivers, corrupted hard drives, and RAW drives. To resolve the problem, you can defragment your hard drive, use SFC or DISM scan, run Startup repair, disk cleanup, or perform a clean boot. Different users prefer different solutions to resolve the CHKDSK issue, but the final goal is to let Windows 11 run smoothly and safely.
Was this article helpful?
FAQs
Is it OK to interrupt CHKDSK?
No, you can’t stop CHKDSK of drives once it starts. Instead, you should wait until it gets complete. Stopping the CHKDSK scan in the middle might lead to file system corruption.
Should I use CHKDSK /F or /R?
Whether you should use CHKDSK /F or /R, depends on the problem. For example, if you suspect some data has been corrupted, then ‘/F’ is a better, faster choice. However, if you suspect physical damage, CHKDSK /R will scan the entire disk, though it’ll take longer.
Can I let CHKDSK run all night on Windows?
Yes, it’s safe, and it is recommended that you let CHKDSK run until it completes, especially when it takes a long time.
Does CHKDSK improve performance?
CHKDSK command has nothing to do with the performance of your system as it checks:
• physical damage to the mechanical hard drive surface; and
• errors in the disk that can affect Windows’ ability to locate files on the drive.
As a Windows user, you may have used the chkdsk command, to check and repair the hard disk errors/ corruption for enhanced performance. Well, this is very useful command available in Windows OS but unluckily many times, the disk check fails and the chkdsk command get stuck at some percentages such as 10%, 11%, 12%, 100% or even chkdsk hangs at a certain stage.
So, if you are the one encountering the chkdsk stuck issue in Windows 10, then this article is for you. Here learn the complete information what to do when chkdsk stuck in the scanning process, why it occurs and how to fix Windows 10 chkdsk stuck issue.
What CHKDSK Command Fixes?
The check disk command in Windows is used to verify the file system integrity, checking and repairing the disk errors.
Well, the system issues and errors are caused by various components like the system not shut down properly, due to malware or virus corruption, unexpected power failure while working or removing the USB devices without the use of Safely Remove and other unexpected factors.
And running the chkdsk command fixes the errors in Windows 7/8/10.
Why is chkdsk Stuck?
If the chkdsk gets stuck gets during the scanning or repairing process, then the problem might be due to the file corruption.
The Windows system files get corrupted and this can leads the chkdsk command stuck in between. Despite this, there are other reasons as well that leads the CHKDSK hangs and stopped working. Here check some of the most common ones:
- Due to the temporary files
- Outdated or incompatible device drivers
- Serious hardware issues like damage or corruption
- Permanent damage in the hard drive
- Or scanning different segments like index, index entries processed, security descriptors processed
So, these are some of the common reasons that cause the Windows 10 CHKDSK stuck issue. Now learn how long chkdsk takes Windows 10 and how to stop chkdsk Windows 10 stuck problem.
How Long Does CHKDSK Take Windows 10?
The Chkdsk scanning process totally depends on the selected drive size and amount of corrupted files. The scan process is usually finished in 5 hours for 1TB drives, and if scanning the 3TB drive, then it requires triples the time.
Well, this is quite a time consuming and the simple solution to this problem is – WAIT & BE PATIENT.
Many users reported the scanning and repairing process continues even without any change in the scanning advancement. Also sometimes when the users restart their system, the scanning process resumes automatically.
So, if you are using a bigger hard drive or have more bad sectors, the scanning process is quite long. And the best is to leave the chkdsk scan process running overnight.
Therefore, it is really important to assure there is an issue with CHKDSK command. Despite if after restarting the system the scan won’t resume it seems stuck the try the fixes given below.
If after waited for hours or overnight, the Windows 10 still chkdsk is stuck at 10, 11, 12, or 27 percent or at different stages like chkdsk stuck at stage 3, then follow the fixes given one by one.
Solution 1 – Stop running CHKDSK
The easy way to get rid of the Windows 10 chkdsk stuck issue is to stop the running command. Follow the steps to do so:
- First, restart your system > press ESC or hit Enter or the appropriate key to stop the running CHKDSK command.
Now after stopping the chkdsk command follow the below-given steps to fix it completely.
Solution 2 – Run Disk Cleanup
As said above, the chkdsk stuck or hangs due to the temp files stored by the Windows system and while scanning those files the chkdsk may get stuck. So clean up your system disk to resolve the issue
And to fix it easily, it is advised using the Disk Cleanup utility on your system.
Follow the step to do so:
- Hit Windows + S key > type disk cleanup > from menu choose Disk Cleanup
- Now choose system drive > click OK
- And check the files you are looking to remove such as Temporary files and Temporary Internet Files, etc.
- After choosing the desired options click OK to continue
- Wait till the Windows detects selected files.
And as the temporary files are deleted, check if the Windows 10 chkdsk stuck issue is fixed. But if the issue still persists than head to the next solution.
Solution 3 – Perform SFC and DISM Scan
Due to the system file corruption, you may encounter the chkdsk stuck or frozen issue. So, to fix the issue you need to run the SFC scan and if this won’t work then run DISM command.
- Press Win + X menu > open Command Prompt as admin
- And in the Command prompt > type sfc /scannow > press Enter
- Now wait for the whole scanning process to complete (approx. 15 minutes)
As the whole scanning process is completed, check if the issue is resolved or run the DISM command.
Follow the steps to run DISM command:
- Hit Win + X keys > start Command Prompt as administrator.
- Now type the command Dism /Online /Cleanup-Image /RestoreHealth in command prompt.
- Wait for the scanning process to finish (approx. 20 min.)
And after completing the corrupted system files are repaired and it is estimated chkdsk won’t be stuck or hangs anymore.
Solution 4 – Stop Error Restart
Press Ctrl+Alt+Del shortcut keys to simply fix the chkdsk stuck issue and after doing this try disabling error restart.
Follow the given instructions:
- First shut down and then turn on your PC
- And when the system boots up, press and hold the F8 key to boot in safe mode
- Next, from the list > choose Disable error restart
And after doing this the Windows 10 chkdsk got stuck issue is fixed but if still persists then try next solution
Solution 5 – Perform Clean boot
If none of the above-given fixes works for you then performing a clean boot will help you to fix the chkdsk stuck or frozen issue.
Follow the steps to do so:
- In the search box > type System Configuration,> from the menu choose System Configuration
- Then on the Services tab > choose the Hide all Microsoft services box > click on Disable all.
- Next on the Startup tab > click Open Task Manager.
- And in Task manager click on the Startup tab > then on the list right-click > and from the menu select Disable. And then one the list repeats this for all items.
- Now on the Startup tab of the System Configuration box > click OK > and select restart your computer.
- And as the system restarts
Next check if the Windows 10 chkdsk stuck issue is resolved or not. But if the issue still persists then enable all the disabled apps and services again.
Solution 6 – Stop CHKDSK in Progress Using Command Prompt
Well if none of the above-given fixes works for you then try to stop chkdsk, by using the command prompt.
Follow the steps to do so:
- Press Windows key and then type cmd.exe in the search box
- And then open the Command Prompt and Run as administrator.
- Now type chkntfs /x c: > hit Enter.
And doing this will stop the CHKDSK in progress in the Windows 10 operating system.
Make your Windows PC/Laptop Error Free
Well, if the given manual methods won’t work for you or if after fixing the chkdsk stuck or hangs issue your Windows system starts running slow then it is suggested to run the PC Repair Tool. This is an advanced repair tool that just by scanning once detects and fixes various Windows issues and errors.
With this you can also fix the errors like most common computer issues, damaged files, registry corruption, also protect you against virus infection, DLL errors, application errors, and others. It not only fixes errors but also optimizes the Windows PC performance. And the best thing is, it is easy to use even a novice user can use it with ease.
Get PC Repair Tool, to fix various errors & issues easily
Now It’s Your Turn
So, I had done my job and tried my best to put together the possible fixes to resolve the chkdsk stuck issue in Windows 10/8/7.
Follow the given fixes one by one carefully and check if the Chkdsk stopped working issue is resolved or not.
Despite this, if you have any question, comments, suggestion then don’t hesitate and feel free to share with us in the below comment section.
Good Luck!!!
Hardeep has always been a Windows lover ever since she got her hands on her first Windows XP PC. She has always been enthusiastic about technological stuff, especially Artificial Intelligence (AI) computing. Before joining PC Error Fix, she worked as a freelancer and worked on numerous technical projects.
When your run CHKDSK, you may encounter the CHKDSK write protected error. It gives you the error message “Windows cannot run disk checking on this volume because it is write protected.” How to fix it? This article will show you 6 solutions.
CHKDSK is a command-line utility for Windows users to check and fix hard drive errors. However, when you run CHKDSK, it might prompt you with the error message “Windows cannot run disk checking on this volume because it is write protected.”
As you can see from the following screenshot, you are unable to run CHKDSK in CMD with the error message.
What does this error mean? What causes the Windows cannot run CHKDSK write protected error? How to fix the CHKDSK write protected error?
Don’t worry that too much. You will find all the information you need in this article.
Before I show you the methods to fix Windows cannot run disk checking on this volume Windows 10 issue, it is necessary to learn the reasons for the CHKDSK write protected error.
What Causes CHKDSK Write Protected?
Here are two main reasons for the CHKDSK write protected error.
1. The drive is write-protected.
If your drive is attributed to Read-only, the CHKDSK write protected error will occur due to restrictions on permissions.
2. The drive is damaged or corrupted.
Sometimes a partition’s file system can be corrupted due to many reasons like virus attack or other unknown reasons. In this case, you are unable to access the drive and run CHKDSK.
When it happens, you can try the following 5 solutions to get rid of the CHKDSK write protected error.
Watch this video for a more intuitive guide.
Solution 1. Run CHKDSK
Step 1. Open an elevated Command Prompt.
- Input cmd in the Windows 10 Cortana search box.
- Right-click the best match and choose Run as administrator.
Step 2. Run CHKDSK commands
- Type chkdsk *: /f /r /x (* represents the partition you want to check)
- Then hit Enter key.
The different parameters have different meaning:
- /f – Find any drive errors and try to fix them.
- /r – Locate bad sectors on the drive and try to recover any and all readable information from them.
- /x – Force the volume you’re about to check to be dismounted.
After running the command, you can check if you can access your drive and run CHKDSK as normal. If this method doesn’t work, you can try the next method.
Solution 2. Modify the Attribute via Registry
You can remove the write protection by modifying the attribute via Registry.
Step 1. Open Windows Registry Editor.
- Press Windows key + R key to open the Run box. Then input regedit and hit Enter.
- Input regedit in the Windows Cortana search box and click the best match.
Step 2. Modify the WriteProtected key.
- Locate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlStorageDevicePolicies.
- Double-click the ‘WriteProtect’ key and change the value from 1 to 0.
Then you can run CHKDSK in cmd again to see if the error disappears.
Solution 3. Remove Write Protection in Diskpart
If the CHKDSK write protected error is caused by the drive attributed to Read-only, you can use this method to remove write protection in Diskpart. This method will clear readonly attributes. Here are detailed steps and screenshot.
Step 1. Type diskpart in CMD and hit Enter. Click on Yes in the pop up confirming dialogue.
Step 2. In Diskpart, type the following commands one by one and hit Enter after each.
- list disk
- select disk * (* represents the disk which has the write-protected partition)
- list partition
- select partition* (* represents the write-protected partition)
- attributes disk clear readonly
- exit
Then you can back to CMD to check if the CHKDSK can run smoothly.
Solution 4. Format Partition
One effective way to remove write protection CHKDSK is to format the partition. If none of the above fixes has resolved your issue, you can format the partition to get rid of the Windows cannot run disk checking on this volume Windows 10 error.
You can format the partition with Windows Disk Management or download MiniTool Partition Wizard Free Edition to format partition. Here I will show you both methods.
Format Partition with Disk Management
Disk Management is a Windows built-in disk partitioning utility. It has some basic features for users to manage their disks and partitions, such as create partition, delete partition, format partition, change drive letter, convert disk to dynamic and so on.
To format partition with Disk Management, you can follow the steps as below.
Step 1. Open Disk Management.
You can follow the two ways to open Disk Management in Windows 10.
- Right-click the Windows Start menu and choose Disk Management.
- Press Win + R key to open Run box and then input diskmgmt.msc and hit Enter.
Step 2. Format the drive.
1. Choose the target partition.
2. Right-click it to select Format….
3. Set volume label, file system and allocation unit size and then click OK.
Tip: Make sure the option Perform a quick format is checked on the pop-up window, or the lost data may be unrecoverable.
4. Read the warning and click OK to continue.
This is how to format partition with Disk Management. Next, I will show you how to format partition with a third-party partition manager.
Format Partition with Third-party Partition Manager
You can format partition with a professional partition manager as it provides users with many advanced features to manage hard drives. In this case, MiniTool Partition Wizard Free Edition is a good choice.
MiniTool Partition Wizard Free Edition is a free and prominent partition manager, which enable users to perform many advanced operations like resize partition, extend partition, split partition, check file system, convert MBR to GPT without data loss, convert FAT32 to NTFS, etc.
The free partition manager is trusted by tens of millions of people. So you can utilize this software to format partition at ease. Download one by clicking the following button and start formatting your drive now.
MiniTool Partition Wizard FreeClick to Download100%Clean & Safe
Step 1. Launch MiniTool Partition Wizard Free Edition.
- Install the partition manager on your computer.
- Launch it to get the main interface.
Step 2. Format the Partition.
1. Choose the target partition on the main interface.
2. Select Format Partition from the left action panel.
3. Set partition label, file system and cluster size and click OK.
Step 3. Apply the change.
1. Click the Apply button on the upper left corner to apply the change.
When the partition is formatted successfully, you can check if the CHKDSK write protected error has been removed and you are able to access the drive as normal.Click to Tweet
Kindly Reminder:
Formatting will delete all the files on the partition. To recover data from formatted partition, you can try using MiniTool Partition Wizard Pro Ultimate, which enables you to recover data from formatted partition, deleted partition, raw partition, etc.
You can get the data recovery software by clicking the following button. And install it on your computer.
If the data is less than 1GB, you can choose use the MiniTool Partition Wizard Free Edition, which allows users to recover 1 GB data for free.
MiniTool Partition Wizard FreeClick to Download100%Clean & Safe
Just right click the partition and choose Data recovery to recover data from your formatted partition now.
Solution 5. Check and Fix Hard Drive Error with CHKDSK Alternative
If you cannot run CHKDSK in CMD with the error “Windows cannot run disk checking on this volume because it is write protected.”, you can try using the CHKDSK alternatives. Next, I will introduce you two CHKDSK alternatives for Windows users and show you how to utilize them one by one.
Check File System with MiniTool Partition Wizard
Check file system is another way to fix the Windows cannot run chkdsk write protected issue with MiniTool Partition Wizard Free Edition. It is a CHKDSK alternative, which can help you check and fix hard drive file system errors.
If you encounter the CHKDSK write protected error in CMD, you can also try using the Check File System feature in MiniTool Partition Wizard Free Edition.
If you have downloaded MiniTool Partition Wizard Free Edition to format partition in the above part, you can launch it directly. If not, you can click the following button to download one for free.
MiniTool Partition Wizard FreeClick to Download100%Clean & Safe
Step 1. Launch MiniTool Partition Wizard Free Edition.
- Install the partition manager on your computer.
- Launch it to get the main interface.
Step 2. Check and fix file system error.
1. Select the target partition on the main interface.
2. Choose Check File System from the left action panel.
3. Select check & fix file system error and click Start.
Then the CHKDSK Alternative will check and fix hard drive errors automatically. When it is finished, you can close the program.
Disk Error Checking
Disk error checking is another CHKDSK alternative, which can help you check the drive for file system error. You can try it when the CHKDSK write protected error appears in CMD.
Step 1. Access the drive Properties.
- Right-click Windows Start menu and choose Disk Management.
- Right-click the partition that you encounter CHKDSK write protected error.
- Then choose Properties from the pop-up window.
Step 2. Check the drive.
1. Select the Tools tab.
2. Click the Check option.
3. If no errors are found, you can still choose to check the drive if you want to. Click on Scan drive.
If there are file system errors found on the drive, Windows will ask for a restart to fix the errors automatically.
After trying several methods in this post, I successfully removed the CHKDSK write protected error Windows 10. I’d like to share this post with more friends who have the same issue.Click to Tweet
If you come across the error message “Windows cannot run disk checking on this volume because it is write protected.”, you can try the above methods to fix it immediately.
Bottom Line
After trying the above solutions, have you fixed the CHKDSK Windows 10 cannot run write protected issue? If you cannot run CHKDSK write protected, the above fixes are worth trying. Hope this post can help you.
If you have any question about how to remove the error that Windows cannot run chkdsk write protected or you have better solutions, please share it with us. You can leave a message in the following comment zone and we will reply as soon as possible. If you need any help when using MiniTool software, you can contact us via [email protected].
How to fix chkdsk stuck at 10%,11%, 12%, or 100% on Windows 10/8/7? Here are four practical solutions for you to solve the problem.
| Workable Solutions | Step-by-step Troubleshooting |
|---|---|
| Fix 1. Defragment Hard Drive | Defragmenting hard drive can fix chkdsk frozen problem when it is caused by too many fragment files…Full steps |
| Fix 2. Use SFC and DISM Scan | When chkdsk scanning and repairing fail to work, you can try the SFC or DISM scan to repair system file…Full steps |
| Fix 3. Use a Disk Repair Tool | Use a third-party disk repair tool as CHKDSK alternative to scan and repair corrupted files on partition…Full steps |
| Fix 4. Check Bad Sectors, Clone Disk | Use the Surface Test of EaseUS partition manager to check bad sectors on the hard drive, then clone…Full steps |
CHKDSK Stuck at 10% in Windows 10, How Long Does CHKDSK Take
«I had been running chkdsk/r on my Windows 10 PC about two hours ago. But now, it just says ‘Scanning and repairing drive D: 10% complete.’ and never moves on. How long does chkdsk take? Is ChkDsk frozen or stuck?»
Overview of CHKDSK Stuck or Frozen Issue
CHKDSK, a Windows built-in system tool, can check and repair the file system on the hard drive. When your PC is getting slower and slower, you may run ChkDsk to check and repair bad sectors or corruption for better performance.
But unfortunately, sometimes, the disk check can fail because ChkDsk stuck at particular percentages, for example, 10%, 11%, 12%, 100%, or hangs a particular stage. CHKDSK stuck stage 1, 2, 3, 4, 5 — Chkdsk has several different stages, and it can get stuck during any of these stages.
Chkdsk stuck, or chkdsk frozen issue might happen when:
- The hard disk file system is corrupted/damaged, or there is an error with the file system.
- There are too many disk fragmented files.
- The disk itself has bad sectors that cause check stuck.
Now, try the following methods to fix the chkdsk stuck issue in Windows 10/8/7 and get the disk scanning and repairing stuck process completed successfully.
Further Reading: CHKDSK not working
4 Effective Fixes for CHKDSK Stuck on Windows 10/8/7
When chkdsk scanning and repairing process stalls, you can first wait for a while. If you don’t have the patience to wait for hours, you can solve the problem by the following methods.
1. Defragment Hard Drive
Defragmentation is the process of eliminating file fragmentation, which causes files to be spread across the disk after disk operations. As mentioned before, one of the major causes of chkdsk stuck is too many fragment files. So, defragmenting your hard drive can be a way out.
Step 1. Select the partition drive that has the checking matter.
Step 2. Right-click the partition, click «Property» > «Tools» > «Optimize».
Step 3. Choose the partition again and click Optimize. Then, the defragmenting process begins.
2. Use SFC and DISM Scan to Repair System File
When chkdsk is stuck or frozen:
Step 1. Restart your computer by pressing the power button.
Step 2. During the next boot, press the Esc or Enter the appropriate key to stopping the running of ChkDsk.
Step 3. Run Disk Cleanup utility to clear your junk files.
Step 4. Open an elevated CMD type sfc /scannow and hit Enter to run the System File Checker. Once the scan is completed, restart your computer. Remember to exit chkdsk during boot.
Step 5. Next, again open CMD as admin type Dism /Online /Cleanup-Image /RestoreHealth and hit Enter to repair the Windows image.
Step 6. Run chkdsk again and check if it can complete the scan.
Read Also: SFC scannow There is a system repair pending
3. Use a Third-Party Disk Repair Tool as CHKDSK Alternative
At most times, the above steps can help to fix chkdsk frozen or stuck issue in Windows 10/8/7. But if they fail, try EaseUS Partition Master — a reputable Windows partition manager that can manage the disk scanning and repairing job.
Apart from disk optimization, EaseUS Partition Master provides other one-stop partition and disk management solutions for your Windows computer, for instances:
- Resize/move partitions (the Pro version allows to drag to move space from D drive to C drive), create, format, delete, and merge partitions
- Copy and clone an entire disk to another even the target partition is smaller than the source
- Convert a logical partition to primary or primary partition to logical, FAT to NTFS partition, MBR disk to GPT, or GPT disk to MBR
- Completely wipe out all the data on the hard disk to prevent information from being leaked or recovered
- Migrate OS to SSD to upgrade HDD to SSD to speed up Windows
4. Check Bad Sectors and Clone Hard Disk
If none of the above solutions works, you need to check your disk for physical bad sectors. Use the Surface Test of EaseUS partition manager to finish the job.
Step 1. Right-click the disk that you want to check and then click «Surface test».
Step 2. The operation will be immediately performed. Bad sectors will be marked as red.
Clone a hard disk to HDD or SSD
If it turns out that your disk does have many bad sectors, you’ll need to copy or clone the data to a new disk and replace the damaged disk. How to clone hard drive to HDD or SSD? Don’t worry, EaseUS partition management tool provides you the robust disk cloning functions to transfer and back up data.
Step 1. Select the source disk.
- Click the «Clone» from the left menu. Select the «Clone OS Disk» or «Clone Data Disk» and click «Next».
- Choose the source disk and click «Next».
Step 2. Select the target disk.
- Choose the wanted HDD/SSD as your destination and click «Next» to continue.
- Read Warning message and confirm «Yes» button.
Step 3. View the disk layout and edit the target disk partition size.
Then click «Continue» when the program warns it will wipe out all data on the target disk. (If you have valuable data on the target disk, back up it in advance.)
You can select «Autofit the disk», «Clone as the source» or «Edit disk layout» to customize your disk layout. (Select the last one if you want to leave more space for C drive.)
Step 4. Click «Start» to start the disk cloning process.
To Sum UP
CHKDSK stuck issue often arises when the hard drive file system getting corrupted or when there are bad sectors and fragment files on the disk. To resolve the problem, you can defragment the partition, use the SFC scan, apply EaseUS check file system utility, check for bad sectors, or clone the damaged disk to another HDD or SSD.
FAQs About CHKDSK Stuck in Windows 10
Here are the top four frequently asked questions related to chkdsk stuck at 10% or other stages in Windows 10. If you also have any of these problems, you can find the methods here.
How long does chkdsk repair take?
Chkdsk check can take a couple of hours depending on the size of your drive and the number of corrupted files. The chkdsk process usually takes 5 hours for 1TB drive. If there are bad sectors on the hard drive, it may need more time.
How do I stop chkdsk in progress?
How to stop chkdsk Windows 10? There are several ways to stop a chkdsk scan. Usually, chkdsk starts automatically while booting Windows, and there’s a short time frame that allows you to press any key and skip the scan. But once it starts, you can’t stop the chkdsk process until it completes. Stopping the computer during the check might lead to file system corruption.
Why is chkdsk taking so long?
The time chkdsk takes depending on the size of the selected partition. The bigger the capacity, the longer it takes. If there are too many sectors and corrupted files that need to be fixed on the HDD or external hard drive, it can take even more time.
Can chkdsk stop Stage 4?
You can stop chkdsk at stage 4. In the fourth stage, the chkdsk tool only reads data from the disk. It writes to the disk only when a bad sector is found. It should be safe to stop it at this stage. The chances you actually have a bad block, and that chkdsk is repairing it when you stop it are so small.
Существует ряд проблем, с которыми пользователи могут столкнуться при работе с томом для выполнения сжатия. Износ, повреждения, ошибки чтения, несоответствия – все это может привести к неудаче процесса компрессии данных. Чтобы предотвратить потерю важных информационных ресурсов, необходимо рассмотреть возможные варианты восстановления поврежденного тома.
Решение проблемы поврежденного тома начинается с анализа ошибок и их причин. Эксперты рекомендуют начать с осмотра физического состояния диска и проверки кабелей, чтобы исключить возможные неисправности жесткого диска или проблемы с подключением. При обнаружении внешних повреждений, таких как царапины или трещины, возможно потребуется обратиться к специалистам или сервисным центрам для проведения ремонтных работ.
Однако не всегда причина проблемы лежит исключительно в физических повреждениях. Внутренние ошибки, возникшие в результате сбоев операционной системы или неправильной работы программного обеспечения, также могут привести к некорректной работе тома сжатия. В этом случае, рекомендуется проверить системные журналы на наличие информации об ошибках, а также выполнить обновление и переустановку необходимых программных компонентов.
Признаки повреждения тома для осуществления сжатия данных
В данном разделе рассмотрим признаки, указывающие на потенциальное повреждение тома, предназначенного для выполнения сжатия данных. Знание этих признаков позволяет оперативно обнаружить проблему и принять соответствующие меры для ее устранения.
- Увеличенное время сжатия данных: Если процесс сжатия данных значительно замедлился по сравнению с обычной скоростью, это может быть признаком повреждения тома. Такое замедление может быть вызвано например, ошибками чтения или записи на диске, а также неполадками в программном обеспечении сжатия данных.
- Ошибки при резервном копировании: Если процесс резервного копирования данных на поврежденном томе часто завершается с ошибками, это может указывать на наличие проблем с его целостностью или доступом к файлам. Такие ошибки могут быть вызваны повреждением структуры тома или нарушением прав доступа.
- Необычные звуки или вибрации: Если во время работы с устройством, содержащим поврежденный том, появляются необычные звуки или ощущается необычная вибрация, это может указывать на физическое повреждение самого устройства. Например, неисправности механических компонентов жесткого диска могут привести к таким признакам.
- Ошибка чтения или записи данных: Если при попытке чтения или записи данных на поврежденный том возникают ошибки, это является очевидным признаком проблем с его работой. Такие ошибки могут быть связаны с повреждением физического носителя информации, ошибками в файловой системе или проблемами с драйверами устройства.
Заметив хотя бы один из перечисленных признаков, рекомендуется немедленно принять меры для диагностики и исправления проблемы. Восстановление поврежденного тома может потребовать специализированных инструментов и навыков, поэтому в случае серьезных проблем рекомендуется обратиться к специалистам в данной области.
Остановка работы и осторожное удаление поврежденного тома
При возникновении повреждений на томе, предназначенном для выполнения сжатия, необходимо принять меры для остановки работы и безопасного удаления данных.
Во избежание дальнейшего распространения повреждений и потери информации, первым шагом следует приостановить активность на поврежденном томе. Это позволит предотвратить возможность дальнейшего сжатия и сохранения ошибочных данных. Важно принять эту меру своевременно, чтобы минимизировать потери и предупредить дополнительные негативные последствия.
После остановки работы, процесс удаления поврежденного тома должен проводиться с максимальной осторожностью и предельным вниманием. Важно убедиться, что процедура удаления не повлечет за собой потерю других данных или дополнительные повреждения на системе.
| Раздел | Действие |
| Сбор информации | Предварительно заранее соберите всю необходимую информацию о поврежденном томе, включая его расположение, размер, тип и алгоритм сжатия, используемый в системе. |
| Создание резервных копий | Перед началом процесса удаления, рекомендуется создать полные резервные копии всех важных данных, находящихся на поврежденном томе. Это поможет восстановить информацию в случае возникновения непредвиденных ситуаций. |
| Использование специализированных инструментов | При удалении поврежденного тома рекомендуется использовать специализированные инструменты, предназначенные для такого рода операций. Они обеспечат более надежное и точное удаление данных без повреждения других системных компонентов. |
| Тщательное удаление | Во время удаления поврежденного тома, следует тщательно проверить каждый шаг операции и убедиться, что данные успешно удаляются без ошибок. Это позволит избежать случайного удаления важных файлов или компрометации других системных элементов. |
При соблюдении вышеперечисленных мер предосторожности и следовании рекомендациям, можно безболезненно остановить работу поврежденного тома и удалить его, минимизируя потери и снижая риски для системы в целом. В случае неуверенности или наличия сложностей, всегда рекомендуется обратиться за помощью к специалистам, обладающим необходимыми знаниями и опытом в данной области.
Проверка доступности и применение резервной копии
Имея в виду возможность повреждения тома, предназначенного для выполнения сжатия данных, рекомендуется организовать проверку наличия и функциональности резервных копий.
Проверка доступности резервной копии является первым шагом для обеспечения безопасности данных и их сохранения при возникновении проблем с основными источниками информации. Важно иметь возможность быстро определить, существуют ли резервные копии, и насколько они свежие и полные.
После подтверждения наличия резервной копии следует применить ее для восстановления поврежденного тома сжатия. Восстановление данных из резервной копии позволяет минимизировать потери и сохранить работоспособность системы.
Важно отметить, что резервные копии должны регулярно обновляться и тестироваться на целостность, чтобы гарантировать их готовность к восстановлению данных. Помните о важности сохранения копий вне основного хранилища, чтобы избежать потери в случае сбоя системы или катастрофических ситуаций.
Восстановление поврежденного тома для сжатия данных
При обнаружении повреждения тома, который используется для выполнения сжатия данных, необходимо принять срочные меры по его восстановлению. Такие проблемы могут возникнуть из-за физических повреждений диска, ошибок в файловой системе или неправильного функционирования программного обеспечения.
Первым шагом восстановления поврежденного тома сжатия является проведение диагностики, направленной на выявление конкретных причин возникновения проблемы. Это может включать проверку физического состояния диска, проверку наличия ошибок в файловой системе или анализ журналов работы программного обеспечения.
После выявления причин повреждения тома выполняются действия по его восстановлению. В зависимости от характера повреждений, это может включать восстановление битых секторов на диске, восстановление файловой системы или переустановку программного обеспечения. Важно провести все эти действия с осторожностью, чтобы избежать дополнительных повреждений или потери данных.
Для успешного восстановления поврежденного тома также рекомендуется использовать специализированные инструменты и программы. Это могут быть программы для восстановления данных, программы для работы с файловыми системами или программы для тестирования и диагностики дискового пространства.
Итак, в случае повреждения тома для выполнения сжатия данных, необходимо оперативно приступить к его восстановлению. Определение причины повреждения, проведение необходимых действий по восстановлению и использование соответствующих инструментов и программ помогут успешно восстановить том и продолжить выполнение процесса сжатия данных.
Использование внешних программ для восстановления поврежденного тома
Когда столкнешься с ситуацией повреждения тома, необходимо принять меры для восстановления целостности данных. В таких случаях полезно обратиться к различным сторонним программным средствам, которые предоставляют возможность восстановления поврежденных томов и восстановления утраченных файлов.
Существуют многочисленные программные инструменты, специализирующиеся на восстановлении поврежденных томов. Они обладают разными функциями и возможностями, но основная цель у них одна — восстановление прежнего состояния поврежденного тома и восстановление доступа к данным.
Одной из причин использования сторонних программ для восстановления тома является возможность получить доступ к специализированным алгоритмам и технологиям, которые не всегда доступны встроенными средствами операционной системы. Это может повысить эффективность восстановления и дать больше шансов на успешное восстановление целостности данных.
Однако перед использованием сторонних программных средств для восстановления тома необходимо учесть несколько важных аспектов. Прежде всего, нужно обратить внимание на репутацию и надежность программы. Лучше выбирать проверенные и рекомендованные инструменты от известных разработчиков.
Также стоит помнить, что сторонние программы для восстановления тома могут иметь свои ограничения и ограниченный функционал. Поэтому важно изучить характеристики программы и убедиться, что она подходит для конкретной ситуации восстановления.
В конечном итоге, использование сторонних программных средств для восстановления поврежденного тома может существенно улучшить шансы на успешное восстановление данных. Однако необходимо быть внимательным при выборе программы и следовать инструкциям разработчика для максимальной эффективности и безопасности процесса восстановления.
Профилактика и предотвращение повреждений тома
Одним из важных мероприятий по предотвращению повреждений является правильная установка и расположение тома. Важно обеспечить его устойчивое положение, а также избегать попадания влаги, пыли или других вредных веществ, которые могут нанести повреждения.
Регулярная очистка и ревизия тома также являются неотъемлемой частью его профилактики. Удаление пыли, грязи и посторонних предметов поможет предотвратить наживление и коррозию, которые могут стать причиной повреждений в будущем.
Для улучшения состояния и повышения надежности тома рекомендуется проведение регулярного технического обслуживания. Это включает в себя проверку работоспособности и правильной установки всех компонентов, обновление программного обеспечения и улучшение аппаратной совместимости при необходимости.
Дополнительными мерами предотвращения повреждений тома могут быть установка дополнительных защитных механизмов, таких как амортизационные подложки или устойчивые крышки, а также соблюдение инструкций производителя по эксплуатации и хранению тома.
Исключение воздействия экстремальных температур, перегрева или перезагрузки оборудования, а также регулярное резервное копирование данных также способствуют предотвращению повреждений тома и обеспечению бесперебойной работы.
Консультация с экспертом в сфере томов для сжатия данных
Консультация с профессионалом в области томов для сжатия является неотъемлемой частью процесса восстановления поврежденных данных. Они обладают знаниями и опытом в области хранения и сжатия информации, а также оказывают помощь в выборе оптимальных стратегий для восстановления целостности данных и предотвращения утраты информации. Специалисты смогут провести тщательное исследование состояния поврежденного тома и определить причины повреждения, после чего предложить меры по его ремонту.
Важно обратиться за консультацией к компетентному специалисту, так как каждый том для выполнения сжатия имеет свои особенности и требует индивидуального подхода. Эксперты смогут предоставить рекомендации по оптимальному восстановлению поврежденных данных, позволяющие сэкономить время и средства на ремонт и восстановление целостности информации.
Предосторожности при использовании с поврежденным сжимающим томом
В данном разделе мы рассмотрим основные меры предосторожности, которые следует принять при использовании поврежденного тома для выполнения операций сжатия данных. Ошибки и повреждения могут возникнуть по различным причинам, и важно знать, как обезопасить свою работу и минимизировать потери информации.
Во-первых, стоит убедиться, что повреждение тома действительно вызвано физическими повреждениями и не является следствием ошибок в программном обеспечении или неправильного использования. Это может потребовать проверки файловой системы и структуры данных на томе с применением специализированных инструментов.
Во-вторых, рекомендуется создать резервные копии для всех важных данных на поврежденном томе перед выполнением операций сжатия. Это позволит предотвратить возможную потерю информации и обеспечить возможность восстановления данных в случае дальнейших проблем с томом.
Кроме того, следует ограничить доступ к поврежденному тому только авторизованным пользователям или администраторам системы. Это поможет избежать непреднамеренных ошибок или несанкционированного доступа, который может привести к дополнительным повреждениям данных или вредоносной активности.
Наконец, регулярное мониторинг состояния поврежденного тома и использование специальных инструментов для обнаружения и исправления ошибок является обязательным. Раннее обнаружение проблем и своевременное вмешательство позволят уменьшить риски потери данных и поддерживать работоспособность тома на должном уровне.
Вопрос-ответ
Что делать, если поврежден том для выполнения сжатия?
Если ваш том для выполнения сжатия поврежден, вам следует принять некоторые меры. Прежде всего, попробуйте обратиться к специалисту по компьютерной технике или сервисному центру, чтобы оценить степень повреждения и определить, можно ли восстановить том. В случае, если восстановление невозможно или слишком дорогостоящее, вы можете обратиться к резервным копиям данных, если у вас есть такие. Если у вас нет резервных копий, попытайтесь извлечь ценные данные, используя специализированные программы для восстановления информации. Но помните, что шансы на успешное восстановление могут быть невелики, поэтому всегда рекомендуется регулярное создание резервных копий данных.
Как можно самостоятельно восстановить поврежденный том для выполнения сжатия?
Если вы хотите попробовать восстановить поврежденный том для выполнения сжатия самостоятельно, есть несколько вариантов. Во-первых, вы можете воспользоваться встроенными инструментами операционной системы, такими как CHKDSK (для Windows) или fsck (для Linux). Они позволяют проверить физическую целостность диска и, в некоторых случаях, исправить поврежденные сектора. Однако, если повреждения слишком серьезные, такие инструменты могут быть бессильными. В таком случае, вам могут помочь специализированные программы для восстановления данных, которые можно будет найти в интернете. Однако имейте в виду, что эти программы не всегда могут гарантировать полное восстановление данных, поэтому лучше всегда иметь резервные копии.
Каковы причины повреждения тома для выполнения сжатия?
Существует несколько причин, почему том для выполнения сжатия может быть поврежден. Одной из возможных причин является физическое повреждение диска, например, из-за падения ноутбука или неисправности оборудования. Другими причинами могут быть ошибки при работе с программами для сжатия данных, вирусы или злонамеренное воздействие. Неисправности программного обеспечения, обновления операционной системы или неправильные настройки могут также привести к повреждению тома. В некоторых случаях, вы можете даже не заметить повреждения, пока не попытаетесь открыть или использовать файлы на поврежденном томе. Чтобы избежать потери данных, всегда рекомендуется регулярное создание резервных копий и обращение к специалистам при любых подозрениях на повреждение системы.
