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

How to fix “Well Need Your Current Windows Password” error on Windows 10/11

How to fix “Well Need Your Current Windows Password” error on Windows 10/11

Are you getting the “We'll need your current Windows password one last time” error? This annoying pop-up can prevent you from getting things done.

Quickly fix Unmountable Boot Volume error on Windows 10/11

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.

How to Fix Clipboard History Error in Windows 11 Latest Update

How to Fix Clipboard History Error in Windows 11 Latest Update

If you use Clipboard History to store data for later use, there is a small chance that the data will remain empty no matter what you try.

How to remove Copilot and other AI features in Windows

How to remove Copilot and other AI features in Windows

If you don't care about having extra bloatware on your system, there are ways to remove or disable Windows Copilot on Windows 11.

Why is the laptop battery percentage estimate never accurate?

Why is the laptop battery percentage estimate never accurate?

Most laptop users have encountered a situation where Windows shows 2 hours of battery life left, then five minutes later it jumps to 5 hours or even 1 hour. Why does this time jump around like that?

10 Windows 11 settings to maximize laptop battery life

10 Windows 11 settings to maximize laptop battery life

Laptop batteries degrade over time and lose capacity, resulting in less battery life. But after tweaking some deeper Windows 11 settings, you should see a significant improvement in battery life.

Microsoft: PCs running Windows 11 21H2/22H2 will be forced to update to 23H2 next month

Microsoft: PCs running Windows 11 21H2/22H2 will be forced to update to 23H2 next month

Windows 11 version 21H2 is one of the major original releases of Windows 11 that began rolling out globally on October 4, 2021.

Microsoft spams Copilot QR codes on Windows 11 lock screen to lure users

Microsoft spams Copilot QR codes on Windows 11 lock screen to lure users

The year 2023 saw Microsoft betting heavily on artificial intelligence and its partnership with OpenAI to make Copilot a reality.

How to Disable User Accounts on Windows 11

How to Disable User Accounts on Windows 11

You can disable User Accounts so that others can no longer access your computer.

Buying a Windows laptop is harder than ever

Buying a Windows laptop is harder than ever

Is the NPU different enough to delay purchase and wait for the PC Copilot+ to become mainstream?

How to turn on and off battery saving mode on Windows 11 laptop

How to turn on and off battery saving mode on Windows 11 laptop

Windows 11's Battery saver mode is a feature designed to extend laptop battery life.

Microsoft Launches New Sticky Notes App for Windows 11

Microsoft Launches New Sticky Notes App for Windows 11

After keeping things the same for years, the Sticky Note update in mid-2024 changed the game.

How to fix IRQL NOT LESS OR EQUAL error on Windows

How to fix IRQL NOT LESS OR EQUAL error on Windows

The IRQL NOT LESS OR EQUAL error is a memory-related error that typically occurs when a system process or driver attempts to access a memory address without proper access permissions.

6 Ways to Copy File and Folder Paths in Windows 11

6 Ways to Copy File and Folder Paths in Windows 11

Paths are the locations of files or folders in Windows 11. All paths include the folders you need to open to get to a specific location.

Compare Windows 10 and Windows 11

Compare Windows 10 and Windows 11

Windows 11 has officially launched, compared to Windows 10 Windows 11 also has many changes, from the interface to new features. Please follow the details in the article below.