How To Fix Boot Device Not Found Windows 10 – Boot Device Not Found Repair

A “boot device not found” error on Windows 10 usually means the BIOS lost the path to your hard drive’s partition. This can be scary, but don’t worry—you can fix it. In this guide, we’ll show you how to fix boot device not found windows 10 using simple steps.

First, understand the problem. Your computer can’t find the drive with Windows. It might be a loose cable, wrong BIOS settings, or a corrupted system file. We’ll cover all solutions.

Let’s start with the basics. Check if your hard drive is detected in BIOS. If not, it’s a hardware issue. If yes, proceed to software fixes.

How To Fix Boot Device Not Found Windows 10

This section covers the most effective methods. Follow each step carefully. You’ll need a Windows installation media for some fixes.

Check BIOS Settings

BIOS controls boot order. If it’s wrong, you get the error. Enter BIOS by pressing F2, F12, Del, or Esc during startup.

  • Look for “Boot Order” or “Boot Priority”
  • Ensure your hard drive is first in line
  • Disable “Fast Boot” if enabled
  • Save changes and exit

Sometimes, BIOS resets after a power failure. Check the date and time too. Incorrect settings can cause detection issues.

Reseat Hardware Connections

Loose cables are common. Power off your PC and unplug it. Open the case and check SATA cables.

  1. Disconnect and reconnect the hard drive cable
  2. Check power cable to the drive
  3. Try a different SATA port on the motherboard
  4. Ensure the drive is securely mounted

For laptops, access the hard drive bay. Remove and reinsert the drive. This fixes poor connections.

Use Windows Recovery Environment

Boot from a Windows 10 installation USB. Select “Repair your computer” at the bottom left. Then go to Troubleshoot > Advanced Options.

Here you can run startup repair. It scans and fixes boot issues automatically. This often resolves the error.

Run Startup Repair

In Advanced Options, choose “Startup Repair”. Windows will diagnose and fix problems. Wait for it to finish. Restart your PC.

If it fails, try the command prompt method next.

Fix Boot Configuration Data

Boot from installation media. Open Command Prompt from Advanced Options. Type these commands one by one:

bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd

Press Enter after each. This repairs the boot sector. If you get “Access denied” on fixboot, try:

bcdedit /export C:\bcdbackup
attrib C:\boot\bcd -h -r -s
ren C:\boot\bcd bcd.old
bootrec /rebuildbcd

This rebuilds the BCD file. Restart and check if the error is gone.

Check Disk For Errors

Corrupted files can cause boot failure. In Command Prompt, run:

chkdsk C: /f /r

Replace C: with your Windows drive letter. It may ask to schedule a check. Type Y and restart. The scan fixes file system errors.

This process takes time. Let it complete fully. Do not interrupt.

Disable Secure Boot And Enable Legacy Mode

Some systems need legacy boot. Enter BIOS and find “Secure Boot”. Disable it. Then enable “CSM” or “Legacy Boot”.

Save and exit. This allows older hard drives to be detected. Try booting again.

If you have a new SSD, enable UEFI mode instead. Match your drive’s partition style.

Test Hard Drive Health

A failing drive can cause the error. Use manufacturer tools or third-party software. Boot from a live USB to test.

Listen for clicking noises. That’s a sign of physical failure. Backup data immediately if possible.

Replace the drive if tests show errors. Then reinstall Windows.

Reset BIOS To Default

Sometimes settings get corrupted. In BIOS, look for “Load Optimized Defaults” or “Reset to Default”. Apply and save.

This clears any misconfigurations. Reboot and see if the drive is detected.

Update BIOS Firmware

Outdated BIOS can cause compatibility issues. Check your motherboard manufacturer’s website. Download the latest version.

Follow their instructions to update. This is advanced but effective. Be careful not to interrupt the process.

Use System Restore

If you have a restore point, use it. Boot from installation media. Go to Advanced Options > System Restore.

Choose a point before the error started. This reverts system changes without affecting files.

It’s a quick fix if the issue is recent.

Reinstall Windows 10

As a last resort, reinstall. Backup your data first. Boot from installation media and choose “Install Now”.

Select “Custom: Install Windows only”. Delete all partitions on the drive. Create new ones and install.

This gives you a fresh system. The error should be gone.

Common Causes Of Boot Device Not Found

Understanding causes helps prevent future errors. Here are the most common:

  • Loose or faulty data cables
  • Incorrect BIOS boot order
  • Corrupted boot configuration data
  • Hard drive failure
  • BIOS update gone wrong
  • Power surge or outage

Most are fixable with the steps above. Hardware failure requires replacement.

Preventive Measures

Regular maintenance reduces risk. Keep your system clean and dust-free. Use a UPS to avoid power issues.

Backup important data regularly. Create a Windows recovery USB. Update BIOS only when needed.

Monitor hard drive health with tools like CrystalDiskInfo. Replace drives showing warning signs.

Frequently Asked Questions

What Does “Boot Device Not Found” Mean?

It means your computer can’t locate the drive with the operating system. This is usually a hardware or software issue.

Can I Fix Boot Device Not Found Without Losing Data?

Yes, most software fixes don’t delete files. Only reinstalling Windows may erase data if you format the drive.

Why Does My Laptop Show Boot Device Not Found After A Power Outage?

Power outages can corrupt BIOS settings or system files. Resetting BIOS and running startup repair often fixes it.

Is Boot Device Not Found A Sign Of Hard Drive Failure?

It can be. Test your drive with diagnostic tools. If it’s failing, replace it soon.

How Do I Create A Windows 10 Installation USB?

Download the Media Creation Tool from Microsoft. Use an 8GB+ USB drive. Run the tool and follow prompts.

Final Thoughts

Fixing the “boot device not found” error is straightforward. Start with BIOS checks and cable reseating. Move to software repairs if needed.

Most users resolve it with startup repair or bootrec commands. Only a few need hardware replacement.

Keep calm and follow the steps. You’ll have your system running again soon. If all else fails, seek professional help.

Remember to backup your data regularly. It saves you from future headaches. Good luck!