Quickly fix Unmountable Boot Volume error on Windows 10/11

The Unmountable Boot Volume error occurs due to some installed software conflicting with the operating system or due to the computer suddenly shutting down,... In the article below, WebTech360 will guide you through some ways to fix this error.

Table of Contents

1. What is Unmountable Boot Volume error?

Boot volume is the hard drive partition that contains Windows. This error occurs when the computer cannot load Windows properly, resulting in a blue screen of death.

A stop code is a specific error message that identifies the problem Windows encountered - in this case, it's the Unmountable_Boot_Volume stop code.

Quickly fix Unmountable Boot Volume error on Windows 10/11
Unmountable Boot Volume Error

The error is usually caused by corrupted Windows files or system files. You’ll typically see the error after applying a major Windows update. While this error can also be caused by a misconfigured BIOS , this is rare unless you’ve modified the BIOS yourself.

Fortunately, this error doesn't always mean that your hard drive is about to fail.

2. Causes of Unmountable Boot Volume error

The cause of the Unmountable Boot Volume error can be due to errors in the files on the hard drive , system file errors, RAM errors , hard drive errors on old computers, or sudden computer shutdown errors, etc.

3. Quickly fix Unmountable Boot Volume error

To fix the Unmountable Boot Volume error, first make sure that you have a Bootable USB drive that you can use to access your computer.

In case if you don't have a Bootable USB drive you can create a new Bootable USB drive using a 4GB USB drive, then download Windows 10 Media Creation Tool from Microsoft homepage .

3.1 Restart and check for errors again

Like most blue screen messages, the Unmountable Boot Volume error isn't always a cause for concern if you only see it once. Sometimes Windows encounters a temporary glitch that you never see again.

If you see the Unmountable Boot Volume error blue screen while working, restart your PC and try booting Windows again. You should be clear if the error doesn't return for a while.

However, usually, you will see the Unmountable Boot Volume error every time you try to boot into your PC and this error will not allow you to load Windows at all. In that case, proceed with more in-depth troubleshooting.

3.2. Create Windows installation tool

Since you can't boot Windows normally to fix this problem, you'll need to create a Windows installer on a USB or DVD using another machine. This will allow you to access the troubleshooting tools that Windows provides by booting from another device.

Luckily, 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 have created your bootable device, plug it into your PC and boot from the USB or DVD. You may need to change the boot order on your PC to do this. The exact method for doing this will depend on your computer.

3.3. Fix Unmountable Boot Volume error using Automatic Repair

The simplest way to fix Unmountable Boot Volume error is to use the Automatic Repair Option available on Windows 10.

1. First turn off your Windows 10 computer by pressing and holding the Power button.

2. Plug the USB drive containing the Windows Media Creation tool you downloaded into the USB port on your computer and then turn on your computer.

3. After the computer starts to boot, press the function key to access the BIOS screen.

Note:

Depending on the model, there will be a function key to access the BIOS screen . Usually you can use the function keys F8, F9, F12, Escape and Delete .

4. On the next window, select Boot from USB Option .

5. Next select the USB drive you want to boot from (the USB drive containing the Media Creation Tool).

6. Your computer will now boot from the USB drive and you will see the screen as shown below:

Quickly fix Unmountable Boot Volume error on Windows 10/11

7. Next, click on the Repair your computer option in the bottom left corner of the screen.

8. On the next window click Troubleshoot .

Quickly fix Unmountable Boot Volume error on Windows 10/11

9. On the Troubleshoot window, find and click Advanced options .

Quickly fix Unmountable Boot Volume error on Windows 10/11

10. On the Advanced Options window, click Automatic Repair (or possibly Startup Repair) and then click Next.

Quickly fix Unmountable Boot Volume error on Windows 10/11

11. On the next window, click to select Windows 10 or the operating system you currently have installed on your computer.

12. Finally wait for the utility to repair the files . The process may take a long time.

3.4. Repair 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 operating system load properly when you turn on your computer. If these become corrupted, it can result in an Unmountable Boot Volume message.

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

Quickly fix Unmountable Boot Volume error on Windows 10/11
Advanced Options on Windows 10

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

bootrec /fixmbr

Wait for the process to complete, then run the following commands one by one to attempt additional repairs. If your drive uses GPT, these are the main commands to try to fix it:

bootrec /fixboot
bootrec /rebuildbcd

Type exit to exit Command Prompt after it finishes running. Then reboot and see if the Unmountable Boot Volume error persists. If so, you may want to run advanced MBR troubleshooting.

3.5. Using Chkdsk to fix errors

The cause of the Unmountable Boot Volume error may be due to an error on the hard drive . To fix this error, you can run the Chkdsk command on the Command Prompt window .

1. Turn off your computer by pressing the Power button .

2. Plug the USB drive containing the Windows Media Creation tool you downloaded into the USB port on your computer and then turn on your computer.

3. After the computer starts to boot, press the function key to access the BIOS screen .

Note :

Depending on the model, there will be a function key to access the BIOS screen. Typically you can use the function keys F8, F9, F12, Escape and Delete.

4. On the next window, select Boot from USB Option .

5. Next select the USB drive you want to boot from (the USB drive containing the Media Creation Tool).

6. Your computer will now boot from the USB drive and you will see the screen as shown below:

Quickly fix Unmountable Boot Volume error on Windows 10/11

7. Select the Repair your computer option in the bottom left corner of the screen.

8. Next click on the Troubleshoot option .

Quickly fix Unmountable Boot Volume error on Windows 10/11

9. On the Troubleshoot window, click Advanced options .

Quickly fix Unmountable Boot Volume error on Windows 10/11

10. Next click Command Prompt .

Quickly fix Unmountable Boot Volume error on Windows 10/11

11. On the Command Prompt window, type chkdsk /rc: and press Enter.

Quickly fix Unmountable Boot Volume error on Windows 10/11

Note:

In the above command replace C: with the name of the USB Bootable drive on your computer.

12. Wait until Chkdsk checks for errors on your computer's C: drive. This process will take a long time.

13. Once Chkdsk completes the process, restart your computer and check if the error persists.

3.6. Try SFC scan

SFC, or System File Checker, searches for corrupt Windows system files and attempts to repair them. If none of the above fixes your problem, this tool is worth a try.

Reopen Command Prompt on your recovery drive and enter the following command:

sfc /scannow

Wait for the process to complete. SFC will let you know if it fixed anything. Like the other commands, once it’s done, you should reboot and try loading Windows again.

3.7.  Hardware Test

If you've done all of the above and continue to see the Unmountable Boot Volume error every time you boot, then your problem may be more serious.

You may have a hardware problem. The storage drive may be damaged or the connection may be faulty. If you are confident, open your computer (this is easier on a desktop than a laptop) and check to make sure the hard drive cable is securely connected. Sometimes faulty RAM can also cause this problem, so make sure the RAM is seated properly.

If you have checked the connections and everything seems fine, you should run some diagnostic tests to determine if a component is broken. Replacing it should fix your problem, but you will need to talk to an experienced computer technician if you are unable to replace the parts yourself.

3.8. Reinstall Windows 10

1. Press the Power button to turn off your Windows 10 computer.

2. Plug the USB drive containing the Windows Media Creation tool you downloaded into the USB port on your computer and then turn on your computer.

3. After the computer starts to boot, press the function key to access the BIOS screen .

4. On the next window, select Boot from USB Option .

5. Next select the USB drive you want to boot from (the USB drive containing the Media Creation Tool).

6. Your computer will now boot from the USB drive and you will see the screen as shown below:

Quickly fix Unmountable Boot Volume error on Windows 10/11

7. Click Install Now and follow the on-screen instructions to reinstall Windows 10 on your computer.

Good luck!

See more articles below:

Sign up and earn $1000 a day ⋙

Leave a Comment

Enable or disable the built-in Administrator account on Windows

Enable or disable the built-in Administrator account on Windows

Windows 10/11 includes a hidden Administrator account that you can use to manage all the important data on your computer. Let's see how to enable or disable the built-in Administrator account on Windows 10/11!

Instructions to fix System Service Exception error on Windows

Instructions to fix System Service Exception error on Windows

System Service Exception or SYSTEM_SERVICE_EXCEPTION is one of the BSOD errors (blue screen of death errors). System Service Exceptions errors occur quite commonly and continuously.

Recover Deleted Data with Recuva Portable in Windows 7

Recover Deleted Data with Recuva Portable in Windows 7

In the following article, we will present the basic operations to recover deleted data in Windows 7 with the support tool Recuva Portable. With Recuva Portable, you can store it in any convenient USB, and use it whenever needed. The tool is compact, simple, easy to use with some of the following features:

How to delete duplicate files to save computer memory using CCleaner

How to delete duplicate files to save computer memory using CCleaner

CCleaner scans for duplicate files in just a few minutes, then lets you decide which ones are safe to delete.

10 Windows Settings You Should Never Leave as Default

10 Windows Settings You Should Never Leave as Default

Windows doesn't come with security set up by default, which means there are some default settings you need to change.

How to Download, Update, and Troubleshoot USB Drivers on Windows 10

How to Download, Update, and Troubleshoot USB Drivers on Windows 10

USB devices have become indispensable in everyday life, allowing us to connect a wide variety of essential hardware to our PCs.

How to Lock Guest Wi-Fi Network So No One Can Spy

How to Lock Guest Wi-Fi Network So No One Can Spy

If you properly lock down your guest Wi-Fi network, you can share your Internet connection with any visitors without sharing any other information.

Lost Admin rights on Windows 10, heres how to fix it

Lost Admin rights on Windows 10, heres how to fix it

For some reason, your Windows 10 computer lost Admin rights, every time you open an application on the screen you receive an error message. So how to restore lost Admin rights, please refer to the article below of WebTech360.

3 ways to turn off Windows 11 firewall

3 ways to turn off Windows 11 firewall

In this article, WebTech360 will guide you how to turn off the firewall on Windows 11.

Windows 11 22H2: Moment 1 update with many notable features

Windows 11 22H2: Moment 1 update with many notable features

After a long wait, the first major update of Windows 11 has officially been released.

How to fix Unhandled Exception Has Occurred error on Windows 10

How to fix Unhandled Exception Has Occurred error on Windows 10

The Unhandled exception has occurred error is not related to a specific application, making it more difficult to resolve. This article will guide you through some ways to fix the Unhandled exception has occurred error on Windows 10.

9 Ways to Convert MOV Files to MP4

9 Ways to Convert MOV Files to MP4

These days, most PCs and Apple devices can handle both MOV and MP4 files, at least to some extent. However, the need to convert MOV video files to MP4 files has not diminished.

What is end-to-end encryption? How does it work?

What is end-to-end encryption? How does it work?

Recognizing this need, major online messaging services use a technique called end-to-end encryption, to secure and protect users' conversations.

How to set different wallpapers on each monitor Windows 10/11

How to set different wallpapers on each monitor Windows 10/11

Setting up multiple monitors on Windows is quite simple and only takes a few minutes to do. After setting up multi-monitor mode (multiple screens), you can set up separate wallpapers for each screen. To do this, please refer to the article below from WebTech360.

How to use Command Prompt, how to use cmd on Windows

How to use Command Prompt, how to use cmd on Windows

Hidden deep within Windows is a world of command lines that few people know about. In this article, we will guide you on how to fix errors and make your computer more secure using the cmd command line tool.