Encountering a “Boot Device Not Found” error can be quite jarring for any computer user. This message appears when your computer’s BIOS or UEFI firmware, the core systems responsible for starting up your computer, can’t find a boot device to load the operating system from. It means that your machine is unable to find the necessary hardware—a hard drive, SSD, or another storage device—containing the required bootable media to start Windows or any other installed OS.

This error usually indicates a problem with the computer’s hardware where the BIOS cannot communicate with the storage device, or it can mean that the boot order is incorrect, causing the system to look in the wrong place. It’s also possible that the storage device itself is failing or has failed, or there could be an issue with the drive’s connection to the motherboard. Checking for loose data and power cables can often be a simple fix for desktop computers, but with laptops, we must approach the problem with a bit more caution due to their compact and integrated nature.
Here are the first steps in addressing this issue:
| Enter BIOS/UEFI | Check Boot Order | Examine Hardware |
| Access your system’s BIOS or UEFI settings during boot-up. | Ensure that the correct boot drive is prioritized in the boot sequence. | Inspect for any loose connections or hardware malfunctions. |
If these steps don’t resolve the issue, it could mean there’s a problem with the BIOS settings, or it may require deeper investigation into the system’s hardware health. We may need to consider looking into the health of the storage drive, whether it’s properly connected and functioning, or if it’s time to seek professional help.
Contents
Understanding the Boot Device Not Found Error

The “Boot Device Not Found” message indicates a system’s inability to locate the necessary hardware to load the operating system. Let us examine the common origins of this error and the basics of BIOS/UEFI in relation to the booting process.
Common Causes of Boot Errors
In our experience, boot errors commonly stem from a few specific sources. First and foremost, connectivity issues or hardware failure with the hard drive can prevent detection by the system. The Master Boot Record (MBR) or GUID Partition Table (GPT) corruption is another usual suspect, rendering the hard drive unbootable.
- Incorrect boot sequence in BIOS/UEFI
- Hard drive failure or disconnection
- Corrupted MBR or GPT
- Missing or damaged system files
BIOS/UEFI and Boot Sequence Fundamentals
The BIOS (Basic Input Output System) or UEFI (Unified Extensible Firmware Interface) fundamentally control the initial boot process. It’s imperative to ensure that the BIOS/UEFI settings reflect the correct boot sequence, prioritizing the drive containing the operating system. When these settings are misconfigured, or when the BIOS/UEFI cannot detect the bootable device due to various issues, the system will result in a “no bootable devices found” error. It’s our responsibility to verify these configurations during troubleshooting.
| BIOS/UEFI Configuration | Action Required |
| Boot Sequence Incorrect | Prioritize Boot Drive |
| Hard Disk Not Detected | Check Data and Power Cables |
| MBR/GPT Corruption | Repair/Rebuild MBR or GPT |
Basic Troubleshooting Steps
In addressing the “boot device not found” error, we’ll walk through essential troubleshooting techniques that can help us pinpoint and resolve the issue. These steps are grounded in our understanding of BIOS configurations, hardware integrity, and system stability.
Checking BIOS Settings
Verifying Hardware Connections
If the boot order is correct but the problem persists, it’s time for us to check the internal hardware connections. We need to ensure that the power and data cables connecting the hard drive or SSD to the motherboard are secure. If cables are loose or disconnected, they can cause the system to fail to recognize the bootable device. For laptops, accessing hardware might be more challenging and may require professional assistance.
Performing a Hard Reset
Sometimes, a hard reset can reestablish the connection between the system’s hardware and BIOS, which can clear temporary glitches. Here’s what we will do for a hard reset:
| Desktops | Laptops | Laptops with Non-Removable Batteries |
| Turn off the computer and unplug the power cable. | Turn off the laptop, disconnect the AC adapter, and remove the battery. | Consult the manufacturer’s guide to reset the real-time clock (RTC). |
| Press and hold the power button for about 20 seconds. | Hold the power button for 20 seconds to discharge any residual power. | Often involves pressing a specific key combination or using a pinhole button. |
| Reconnect the power and boot up. | Reconnect the battery and AC adapter, then power up. | Follow up by turning the laptop back on as normal. |
By following these steps, we should be able to troubleshoot the common causes of boot device errors and get our system back up and running.
Advanced Recovery Techniques
When facing a “Boot Device Not Found” error, advanced recovery techniques can be essential to revive a system. Relying on built-in utilities like Command Prompt and specific commands, we can often troubleshoot and repair common boot issues without external assistance.
Using Command Prompt for Repairs
Rebuilding the Master Boot Record
The Master Boot Record (MBR) is crucial for the boot process. If it’s corrupted, the system may fail to recognize the boot device. To rebuild the MBR, we use the Command Prompt to execute bootrec /fixmbr, followed by bootrec /fixboot and bootrec /rebuildbcd. These commands aim to repair the boot sector and reconstruct boot configuration data, which can solve many boot-related problems.
Restoring System Files
In our experience, restoring system files often rectifies boot issues caused by system file corruption. For this, we utilize the System File Checker utility by running sfc /scannow from the Command Prompt. If System File Checker cannot repair the files, we turn to the DISM tool with commands like dism /online /cleanup-image /restorehealth. This command repairs the system image, which is a precursor for the successful operation of sfc /scannow by ensuring that it has access to clean system files for the recovery process.
When to Seek Professional Help
Facing a “no boot device found” error can be daunting, and while there are several troubleshooting steps we can take ourselves, there are times when consulting a professional is the best course of action. A damaged Master Boot Record (MBR) or a corrupt drive are complex issues that often require specialized knowledge and tools.
- If after using a data recovery software, like EaseUS Partition Master, there’s no progress, it is advisable to stop and not risk further data loss or drive damage.
- When our system fails to recognize any bootable devices repeatedly and common BIOS troubleshooting steps do not resolve the issue, professional help is needed.
- In cases where the hard drive is making unusual noises, this is often indicative of physical damage, which professionals at a service center are equipped to handle.
We should also consider seeking help if we feel out of our depth, as trying to fix without proper knowledge could exacerbate problems. A trusted professional will possess the necessary expertise to diagnose and solve issues with the MBR or corrupt drives, potentially saving us time and ensuring data preservation.
Taking our device to a certified service center provides peace of mind, knowing that experienced technicians will handle our equipment with care. When data is critical and the risk of loss is high, professional services offer the best chance at recovery and system restoration.