The message ‘a required device isn’t connected or can’t be accessed’ is a Windows boot error usually caused by missing boot files, disk faults, or loose cables.
Seeing this blue recovery screen feels harsh when you have work waiting. The good news is that it usually points to a broken boot path or a hardware hiccup, not lost files.
This guide walks through what the message means, why it appears on Windows 10 and Windows 11, and what you can do to bring the system back without making things worse. You will start with quick checks that do not touch your data and then move on to repair steps that fix boot configuration and core system files.
You do not need deep technical skills, just patience and a way to boot from USB.
What This Blue Screen Error Really Means
When the recovery screen reports that a required device cannot be reached, Windows is telling you it cannot load the files it needs from the disk that should hold your system. That “device” can be a physical drive, a partition, or even a virtual entry in the boot configuration data store.
In many cases, the screen includes an error code such as 0xc000000e, 0xc000000f, or 0xc0000185. These codes point to problems with boot configuration data, damaged or missing system files, or disks that are present but not responding in time during startup.
On modern systems the message often follows a power cut, update failure, disk swap, or BIOS change when automatic repair runs and then gives up.
Required Device Not Connected Or Accessible Error Causes
Before you repair anything, it helps to map the message to the most likely causes so you can start with fixes that match what you are seeing on the screen and how the problem started.
Here are the most common sources of this recovery message on Windows 10 and Windows 11 laptops and desktops.
| Likely Cause | What You Usually See | Good First Step |
|---|---|---|
| Loose or failing system drive | Recovery screen appears after moving the PC or bumping a laptop | Check cables, reseat the drive, and test in BIOS |
| Wrong boot order or SATA mode change | Error appears after BIOS reset, update, or drive clone | Confirm that the system disk is first in the boot list and SATA mode matches the old setting |
| Damaged boot configuration data (BCD) | Error code 0xc000000e or 0xc000000f on the recovery screen | Use Windows Recovery Environment to rebuild the BCD and repair startup |
| Corrupted system files or bad sectors | Recovery message after power loss, forced shutdowns, or aging drive | Run system file check and disk check from Command Prompt in recovery |
| Incorrect active partition on MBR systems | Error after changing partitions or cloning to a new disk | Mark the correct system partition active with disk tools in recovery |
Quick Checks Before You Change Anything
Basic checks save time and often clear the error on their own.
- Power cycle the PC — Turn the computer off, unplug power, wait thirty seconds, then connect power and try starting again.
- Disconnect extra devices — Unplug USB drives, external hard disks, SD cards, docking stations, and other accessories, then try booting with only keyboard, mouse, and display attached.
- Check internal drive cables — If you are comfortable opening the case, confirm that data and power cables are firmly seated on the system drive and on the motherboard or controller.
Next, confirm that the firmware can actually see the system disk. This step helps you tell a missing drive from a pure software boot problem.
- Enter the BIOS or UEFI setup — Turn the PC on and tap the vendor key such as Delete, F2, F10, or F12 until the firmware screen appears.
- Check drive detection — Look for a list of storage devices and confirm that your main system disk appears with the right size and interface type.
- Verify boot priority — Make sure that system disk is at the top of the boot order, ahead of empty drives or network options.
- Note SATA mode and Secure Boot — Write down whether SATA is set to AHCI, RAID, or IDE, and whether Secure Boot is enabled so that you can return to the same settings after later tests.
If the firmware does not show the system disk at all, treat the problem as a hardware or cabling fault first. If the disk appears and boot order looks sane, move on to software repair using Windows Recovery Environment.
Fixing A Required Device Isn’t Connected Or Can’t Be Accessed Step By Step
Deeper fixes use the Windows installation media or recovery drive to repair boot files and system data. When you hit a recovery screen with the text “a required device isn’t connected or can’t be accessed”, these are the tools that bring the loader back into working order.
You will need either a Windows 10 or Windows 11 installation USB, or a recovery drive created on another machine. Plug it into the affected PC, then use the firmware boot menu to start from that USB instead of the internal disk.
Run Automatic Startup Repair
The built in Startup Repair tool fixes many boot issues with minimal effort, so it makes sense to run it first.
- Boot from the installation media — Choose your language and keyboard layout, then pick Repair your computer instead of Install.
- Open the recovery tools — Select Troubleshoot, then choose Advanced options.
- Launch Startup Repair — Click Startup Repair, pick your Windows installation, and let the tool scan for problems.
- Restart when prompted — After the scan and repair pass, restart the PC and see whether Windows now boots normally.
Rebuild Boot Configuration Data
If the error code mentions 0xc000000e or 0xc000000f, the boot configuration data store is likely damaged. Rebuilding it by hand from the recovery console restores the map Windows uses to find the loader and system files.
- Return to Advanced options — Boot from the installation media again, choose Repair your computer, then open Troubleshoot and Advanced options.
- Open Command Prompt — Select Command Prompt to open a text window with administrative rights inside recovery.
- Scan for Windows installs — Type bootrec /scanos and press Enter to look for existing Windows installations.
- Rebuild the BCD store — Run bootrec /rebuildbcd and confirm when the tool asks to add found installations to the boot list.
- Fix master boot record on MBR disks — If you use legacy boot, run bootrec /fixmbr and bootrec /fixboot as well, then restart and test.
Scan System Files And Disk
Power cuts and failing drives can damage system files, so a pass with system file check and disk check is worth the time.
- Open Command Prompt in recovery — Use the same path through Repair your computer, Troubleshoot, and Advanced options.
- Run system file check — Enter sfc /scannow and wait while Windows verifies and repairs core system files in the offline installation.
- Check the system volume — Run chkdsk C: /f /r, replacing C: with the drive letter that holds the Windows folder if it is different in recovery.
- Restart and test — When both tools finish, close the window, remove the USB drive, and let the PC start from the internal disk again.
Set The Right Partition Active On MBR Systems
Older systems that use legacy BIOS and MBR disks need a single active partition flag that tells the firmware where to look for boot files. If that flag ends up on the wrong partition after cloning or partition edits, you will see recovery errors on every start.
- Open Command Prompt from recovery — Boot from installation media and choose the Command Prompt tool again.
- Launch DiskPart — Type diskpart and press Enter, then run list disk to find the disk number for your system drive.
- Select disk and partition — Use select disk 0 for the main disk, then list partition and select partition X for the system partition that holds the boot files.
- Mark the partition active — Run active to mark that partition as the one firmware should try to boot.
- Exit and reboot — Type exit twice to leave DiskPart and Command Prompt, then restart and see whether Windows now loads.
When You Should Reset Or Reinstall Windows
Last resort steps come into play when the drive is healthy, cables look fine, and repeated repair passes still send you back to the recovery screen. At that stage the installation may be too damaged for targeted fixes.
Before you change the installation, try to rescue important files. You can attach the disk to another computer, use a bootable rescue drive, or copy data from File Explorer inside the Windows Recovery Environment.
- Use Reset this PC — On Windows 10 and Windows 11, choose the reset option in recovery and pick whether to keep files or remove everything, then let Windows rebuild itself.
- Perform a clean install — Boot from installation media, delete only the system partitions, create a fresh partition for Windows, and complete setup from scratch.
- Restore a full system image — If you created an image backup earlier, use that tool’s boot media to restore the system volume to a working state.
A clean install or full system restore gives you a fresh system, while a reset that keeps files can bring back Windows but leave personal data in place on the same disk.
How To Stop This Boot Error Coming Back
Simple habits reduce the odds of seeing the blue recovery screen again and help you recover faster if it does appear.
- Avoid hard power cuts — Use the regular shut down command instead of holding the power button, and plug desktop machines into a surge protector or battery backup.
- Keep firmware and drivers steady — Note your current BIOS disk settings before updates, and change only one thing at a time when you tune storage settings.
- Watch disk health — Run the vendor’s disk tools from time to time, look for rising reallocated sector counts, and replace drives that start to show warning signs.
- Make regular system images — Use Windows built in backup or trusted imaging tools to create system images on an external drive so you can roll back a broken installation in one move.
- Label and store recovery media — Keep a labeled USB stick with Windows installation or recovery files in a drawer so that you are not scrambling to create one on someone else’s PC during a crisis.
When you understand what this recovery message is telling you, it turns into a problem you can tackle step by step instead of a mystery that locks you out of your own machine. Keep a printed checklist beside your PC so you are ready if it happens again.
