Share via

Hard Disk error message

cmk 20 Reputation points
2026-04-26T16:15:12.28+00:00

how is this message to be addressed. how do I make disk repair or replacement on Windows 11?

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. Gunasekar N 68,335 Reputation points Independent Advisor
    2026-04-26T16:53:16.6666667+00:00

    Hello, thank you for reaching out to Microsoft Q&A.

    1. What do you mean by Replacement on Windows 11? Would you like to reinstall Windows on your hard drive?
    2. Could you please share the exact error message you are seeing on your system? Is your hard drive repeatedly failing? Have you run the UEFI hardware diagnostics test on the hard drive to check whether it passes?

    --*

    To run a disk check and repair:

    Open Command Prompt as an administrator. Then run the command below and press Enter.

    chkdsk c: /f /r
    

    You will be asked to run the repair scan during the next reboot. Type Y and hit enter.

    Reboot your device to run the repair.

    ==============================================================

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. AI answer

    2026-04-26T16:15:33.5066667+00:00

    Addressing a hard disk error in Windows 11 involves two parts: checking/repairing the disk and deciding if it needs replacement.

    1. Check the disk health warning details
    • Go to Start > Settings > System > Storage > Advanced storage settings > Disks & volumes.
    • Select the problematic disk, then choose Properties.
    • Review the critical warning type (Spare capacity is low, Reliability is degraded, or Drive is set to read-only) and the health attributes (Estimated remaining life, Available spare, Temperature).
    • If any critical warning is shown, immediately back up important data to another drive or cloud storage.
    1. Run a file system check and repair (chkdsk)
    • In the search box on the taskbar, type command prompt.
    • Right-click Command Prompt and select Run as administrator.
    • To repair the system drive (usually C:), type:
        chkdsk /f C:
      
      and press Enter.
    • If prompted that the volume is in use and asked to schedule at next restart, type Y and press Enter.
    • Restart the PC; Windows will run chkdsk and automatically repair file system errors.

    If the error is on another drive, replace C: with that drive letter, or use:

    • chkdsk /X Drive: (this forces the volume to dismount and repairs it).
    1. Investigate serious disk subsystem errors (Event ID 55) If Event ID 55 or similar file system corruption errors appear:
    • The disk may have bad sectors or I/O requests that are not completing.
    • Run chkdsk as above to repair the volume.
    • If there are repeated structural problems or chkdsk reports bad sectors, plan to replace the disk as soon as possible.
    • If using a SAN or external storage, also check the connection and access to that storage.
    1. Decide when to replace the disk Consider replacing the disk if:
    • Windows shows Reliability is degraded or Spare capacity is low for an SSD.
    • The disk is set to read-only and cannot be cleared.
    • chkdsk repeatedly finds and repairs errors, or reports bad sectors.
    • The PC shows repeated slowness, freezing, or startup issues tied to disk health.

    Replacement steps (high level):

    • Back up all important data first.
    • Have a technician or service center replace the physical drive.
    • Reinstall Windows 11 or restore from a backup to the new drive.

    If unsure or if the warning persists after chkdsk, back up data and contact Microsoft support or a trusted technician for further diagnosis.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    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.