Share via

How do you fix repairing disk errors can you fix it

chelsea clark 0 Reputation points
2026-04-17T16:24:20.0566667+00:00

Why does it say repair disk errors can we fix it is it not working

Windows for home | Windows 10 | Performance and system failures

3 answers

Sort by: Most helpful
  1. Lucus-V 7,070 Reputation points Microsoft External Staff Moderator
    2026-04-19T16:25:55.19+00:00

    Hi chelsea clark,

    You hard disk might be damaged.

    You may check for your drive health by using CrystalDiskInfo, it will report drive health based on S.M.A.R.T information.

    If you have an HDD, you may perform a deep surface scan of your HDD using Victoria.

    Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology.

    If you have any update, please feel free to let me know.

    Was this answer helpful?


  2. DaveM121 876.2K Reputation points Independent Advisor
    2026-04-17T17:00:44.57+00:00

    1

    Did your PC start and the 'Repairing Disk Errors' started automatically before your PC entered Windows?

    If that is what happened, it is best to not interrupt that process, and let it complete, because you can corrupt the drive if you interrupt that process, then Windows should start normally.

    2

    Or if you are inside Windows and getting a notification that your disk needs to be repaired, use this method to fix any errors on the drive.

    Click the power button on your Start Menu

    Press the Shift Key and click Restart

    Your PC will boot into the Windows Recovery Environment

    Go to Troubleshoot - Advanced Options - Command Prompt

    Type this command and press Enter:

    chkdsk C: /f /r

    Wait for that command to complete, run this command 3 times, one at a time.

    chkntfs /x c:

    Then, restart your PC when the commands complete.

    Was this answer helpful?

    0 comments No comments

  3. Q&A Assist
    2026-04-17T16:24:36.8+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    "Repairing disk errors" means Windows has detected possible file system corruption or disk problems and is trying to fix them, usually by running Check Disk (chkdsk) at startup. If it keeps appearing or seems stuck, follow these steps.

    1. Back up important files
    • Before doing repairs, copy important files from the affected drive to another drive or cloud storage in case the disk is failing.
    1. Check the disk health (non‑destructive scan)
    1. Open Command Prompt as Administrator.
    2. Run:
         chkdsk <X>: /scan
      
      Replace <X> with the letter of the drive that shows errors (for example, C:).
    3. If chkdsk reports problems, continue with the repair step.
    1. Repair disk errors
    1. In Command Prompt as Administrator, run:
         chkdsk <X>: /F
      
      • <X> is the drive letter.
      • If it is the system drive (usually C:), you will be asked to schedule the check at next restart. Type Y and press Enter, then restart the PC.
    2. Let Windows complete the disk check during boot. This can take a long time; do not power off the PC while it runs.
    1. If Windows cannot repair while the drive is in use
    • If chkdsk says it cannot lock the drive or cannot repair because it is mounted:
      • For a non‑system drive: close all apps using that drive and try again.
      • If still not possible, physically move the drive to another Windows PC and run chkdsk there.
    1. If errors keep coming back or blue screens appear
    • Repeated "repairing disk errors" messages, Event ID 55, or blue screens often mean:
      • Ongoing file system corruption, or
      • Hardware problems with the disk or storage controller.

    Use this checklist:

    1. Make sure storage‑related drivers and firmware (chipset, SATA/NVMe, RAID, SSD firmware) are up to date.
    2. Run chkdsk /scan again to confirm the state.
    3. Check Event Viewer for disk/file system events such as 55, 98, 129, 153, 157.
    4. If fsutil dirty query <drive:> shows the volume is dirty, schedule a maintenance window and run:
         chkdsk /f /r
      
      This is more intensive and can take a long time; the volume will be unavailable during the scan.
    5. If chkdsk cannot fix the errors, restore data from a backup and consider replacing the disk.
    1. When to replace the drive or seek help
    • Replace the drive as soon as possible if:
      • chkdsk repeatedly finds new errors.
      • Event ID 55 or other disk errors keep appearing.
      • The PC frequently shows blue screens related to disk or file system.
    • If chkdsk /scan shows no issues but Windows still loops on "repairing disk errors," collect:
      • Windows version, device model, exact blue screen message, chkdsk output, and recent hardware/software changes and contact Microsoft Support.

    References:

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.