Share via

How to fix blue code error

Rhoda Mutie 0 Reputation points
2026-05-15T15:39:28.9866667+00:00

Hello I would like to understand how I can fix the blue code error Stop code:UNMOUNTABLE BOOT VOLUME

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

2 answers

Sort by: Most helpful
  1. Hendrix-V 14,170 Reputation points Microsoft External Staff Moderator
    2026-05-16T02:08:24.71+00:00

    Hi Rhoda Mutie,

    The UNMOUNTABLE_BOOT_VOLUME blue screen indicates that Windows is unable to access the system partition during startup. This is usually linked to boot configuration issues or disk structure inconsistencies, which can be repaired using recovery tools.

    Since the initial steps in the thread have already been covered, you can try the following additional targeted approach:

    1, Rebuild boot files using BCDBoot

    • Boot into Windows Recovery Environment (WinRE)
    • Go to Troubleshoot > Advanced options > Command Prompt
    • Identify the Windows drive (it may not be C: in WinRE)
    • Run: bcdboot D:\Windows /f ALL (Replace D: with your actual Windows drive letter)

    2, Revert pending system changes (if this error appeared after an update or interruption):

    • In WinRE Command Prompt, run: dism /image:D:\ /cleanup-image /revertpendingactions
    • Restart the PC

    If the system starts successfully after these steps, I recommend backing up important files and ensuring all updates and drivers are current to help maintain stability.

    If recovery steps do not resolve it, use the device manufacturer’s diagnostic tool (BIOS or support app) to scan the drive as disk-related errors can sometimes persist if the hardware is degrading. If you continue to see the same stop code, you may consider reaching out to your device manufacturer support for deeper storage diagnostics.

    Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

  2. Q&A Assist
    2026-05-15T15:39:59.3733333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The stop code UNMOUNTABLE_BOOT_VOLUME indicates Windows cannot mount the boot volume, typically due to a problem with the OS boot storage device (for example, a failing hard drive or corrupted file system).

    To troubleshoot and attempt a fix:

    1. Run automatic Startup Repair
      1. Boot into the Windows Recovery Environment (WinRE). If Windows will not start, use a Windows 10/11 installation or recovery USB/DVD and boot from it.
      2. Select Troubleshoot > Advanced options > Startup Repair.
      3. Let Startup Repair complete and then restart to see if the system boots.
    2. Check and repair the file system
      1. From WinRE, open Command Prompt.
      2. Run:
              chkdsk C: /r
        
        (Replace C: with the system drive letter if different.)
      3. Allow CHKDSK to complete; it will attempt to repair file system errors and bad sectors.
    3. Repair boot records
      1. Still in Command Prompt in WinRE, run the bootrec tool:
              bootrec /fixmbr
              bootrec /fixboot
              bootrec /scanos
              bootrec /rebuildbcd
        
      2. Restart and test boot.
    4. For older Windows XP systems If the issue is on Windows XP:
      1. Boot from the Windows XP CD.
      2. At the Welcome to Setup screen, press R to start the Recovery Console.
      3. Select the Windows installation and enter the Administrator password.
      4. At the command prompt, run:
              chkdsk /r
        
        If that does not help, repeat and use:
              fixboot
        
      5. Type exit to restart.
    5. Check hardware and BIOS
      1. Verify the boot drive’s data cable and port. For older UDMA drives, use an 80‑wire, 40‑pin cable instead of a standard 40‑wire cable.
      2. In BIOS/UEFI, load Fail-Safe or default settings, then re‑enable only necessary options such as USB support.
      3. If problems persist, run the disk vendor’s diagnostics to check for drive failure.

    If these steps fail and diagnostics report errors, the boot drive is likely failing and should be replaced, then Windows restored from backup or installation media.


    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.