The Unmountable Boot Volume Windows stop code error is a pain. Since it usually keeps you from loading into Windows, you can't troubleshoot it like you would with most other errors.

However, it's possible to fix this error with the right methods.

We'll show you how to fix the "unmountable boot volume" error and get back into your PC. While these steps are aimed at Windows 10, they're adaptable for Windows 11 too.

What Is the Unmountable Boot Volume Error?

The "boot volume" is the partition of your storage drive (an SSD or hard drive) that holds Windows. This error occurs when your computer can't load Windows properly, resulting in a blue screen of death you'll need to troubleshoot.

A "stop code" is the specific error message that identifies the problem Windows ran into when you see a blue screen—in this case, it's the unmountable boot volume stop code.

Blue Screen Of Death Error
Image Credit: Dmitriy Domino/Shutterstock

This usually occurs due to a damaged file system or corrupted Windows files. Often, you'll see it after applying a major Windows update. While this error can also stem from an improperly configured BIOS, that's rarely the case unless you've modified the BIOS on your own.

Thankfully, this error doesn't always mean that your storage drive is dying. Though that may be the case, we'll walk through other troubleshooting steps for an unmount boot volume first.

Step 1: Reboot and Check for the Error Again

Like most blue screen messages, the unmountable boot volume error isn't always something to worry about if you only see it once. Sometimes Windows runs into a temporary hiccup that you never have an issue with again.

If you see the unmountable boot volume error blue screen while working, restart your PC and try to boot Windows up again. You should be clear if the error doesn't return for some time.

Usually, though, you'll see the unmountable boot volume error each time you try to boot into your PC, and it won't let you load Windows at all. In that case, proceed with more in-depth troubleshooting.

Step 2: Create a Windows Install Disk

Since you can't boot Windows normally to solve this issue, you'll need to create a Windows installer on a USB drive or DVD using another machine. This will let you access the troubleshooting tools Windows offers by booting from a different device.

Thankfully, the Windows 10 Media Creation Tool makes it easy to create Windows 10 installation media. If you're on Windows 11, use the Windows 11 download page for the same purpose.

Once you've created your installable disk, plug it into your PC and boot from the USB or DVD. You'll probably need to change the boot order on your PC to do this. The exact method to do so depends on your computer.

Step 3: Use Windows' Automatic Repair

Let Windows start from your USB drive until it loads up, then click the Next button. You'll see the Install now screen. But you don't want to reinstall Windows; instead, click Repair your computer in the bottom-left.

windows repair your computer

On the following screen, select Troubleshoot and you'll open a page of Advanced Options. Choose Startup Repair and choose the target OS: Windows 10 (or your current version).

From here, Windows will run an automatic repair that will hopefully take care of your issue. Once it's done, exit the installer and try to boot your computer normally. If Windows still shows an unmountable boot volume error after this, continue to the next step.

Step 4: Repair the MBR or GPT

The Master Boot Record (MBR) or GUID Partition Table (GPT) contains information about where Windows is located on your hard drive and helps the OS load properly when you turn your computer on. If this becomes corrupted, it can lead to an unmountable boot volume message.

To repair the MBR or GPT, boot again from your Windows 10 or Windows 11 install media and select Repair your computer > Troubleshoot. This time, on the Advanced Options screen, choose Command Prompt.

Advanced startup repair Windows 10

At the Command Prompt, type the following command to run an MBR repair:

        bootrec /fixmbr
    

Wait until it completes, then run the following commands one at a time to attempt additional repairs. If your disk uses GPT, these are the primary commands to attempt a fix:

        bootrec /fixboot
bootrec /rebuildbcd

Type exit to leave the Command Prompt once these finish running. Then reboot again and see if the boot volume error continues to pop up. If it does, you might want to run advanced MBR troubleshooting.

Step 5: Run the Chkdsk Command

If the automatic repair and MBR/GPT repair don't solve your problem, you should next try Chkdsk. This important Command Prompt tool lets you check the storage drive for errors, which may be the cause of the unmountable boot volume message.

Follow the above steps again to open a Command Prompt from the recovery menu, then enter the following command:

        chkdsk /r c:
    

The /r flag locates any bad sectors on your disk and fixes those errors. If you don't include this, Chkdsk will simply report errors it finds. You need to include c: so the operation scans your Windows partition (the most common location for it). Replace c: with d: or another letter if you've moved yours somewhere else.

Chkdsk may tell you that the volume is already in use, and ask you to run it next time the system restarts. If it does, enter Y for yes and reboot to start the process.

CHKDSK command in Command Prompt

This can take some time, so you may have to wait a bit. Once it's done, reboot again and see if the boot volume issue has cleared up.

Step 6: Try an SFC Scan

For the final Command Prompt solution, you can try another important utility. SFC, or System File Checker, looks for corrupted Windows system files and attempts to fix them. If nothing above has fixed your issue, this is worth a try.

Open a Command Prompt on your recovery drive again, then enter the following command:

        sfc /scannow
    

Wait until the process completes; it will tell you if it fixed anything. Like the other commands, after it completes you should reboot and try to load into Windows again.

Should this fail, you can try a DISM scan before moving to other potential fixes. See how CHKDHSK, SFC, and DISM differ for more info.

Still Have an Unmountable Boot Volume? Test Hardware and Reinstall

If you've completed these troubleshooting steps and continue to see an unmountable boot volume error every time you boot, your problem is deeper. There are two further solutions to try.

First, you may have a hardware issue. Your hard disk drive or solid-state drive could be corrupted, dying, or suffering from a faulty connection. If you're confident, open your computer (which is easier on a desktop than a laptop) and check to make sure the drive's cables are all securely connected. Sometimes faulty RAM can also cause this problem, so make sure the RAM is properly seated.

If you check the connections and everything looks OK, you should run some Windows diagnostic tests to determine if a component is dying. Replacing it should fix your issue, but you'll need to talk to an experienced computer technician if you can't swap the components out yourself.

CrystalDiskInfo home screen

After ruling out hardware, your Windows installation may be corrupted in a way that the above utilities can't repair. In that case, your only option is to reinstall Windows and hopefully fix the problem by starting fresh. This is a pain and takes time, but it isn't as tedious if you have a backup. You may want to first run through other potential fixes when Windows won't boot before taking this intensive step.

Hopefully, you backed up your files before you ran into this issue. If not, see how to recover data from your storage disk. You may be able to retrieve your files, even if Windows doesn't load.

Resolve the Unmountable Boot Volume Error Today

We've looked at several steps for fixing an unmountable boot volume stop code error in Windows 10 or Windows 11. Since this is usually caused by file corruption, running the above scans from a Windows recovery disk should fix it most of the time. But in the worst cases, you'll need to diagnose your hardware or even reinstall Windows.