Share via

Your device ran into a problem and couldn't be repaired

kbz 0 Reputation points
2026-02-22T19:50:35.7133333+00:00

After having issues with my network adapter, i decided to do network reset, so I did and after restarting, the automatic repair showed up and then a black screen with the text “Your device ran into a problem and couldn’t be repaired”. I tried multiple recovery options:

  • Continuing to Windows takes me back to the same screen
  • Clicking on Startup Repair does the same
  • Trying to reinstall a fresh copy of Windows doesn’t work either, as it just stayed in downloading 99% for 2 hours

I don’t know what else can I do to fix this issue

Windows for home | Windows 11 | Recovery and backup
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian-Ng 10,350 Reputation points Microsoft External Staff Moderator
    2026-02-23T18:53:25.52+00:00

    Hi @kbz,  

    Welcome to Microsoft Q&A forum. 

    Based on your sharing, it sounds like a simple network reset took a turn for the worse and left you in a bit of a loop. Since your Cloud Reinstall is hanging at 99%, it likely means the recovery environment is struggling to use your network drivers, the very thing you were trying to reset. We should pivot to local repair methods that don't rely on an internet connection. 

    1/ Rebuild the Boot records 

    Since the standard Startup Repair tool isn't doing the trick, we can try to manually nudge the boot configuration back into place via the Command Prompt. 

    1. On the error screen, select Advanced options > Troubleshoot > Advanced options > Command Prompt
    2. Type the following commands one by one, pressing Enter after each:
    bootrec /fixmbr 
    bootrec /fixboot (If you see "Access is denied," continue to the next step) 
    bootrec /rebuildbcd 
    
    1. Type exit, restart your PC, and see if Windows loads. 

    2/ Run an Offline System file check 

    If a system file was corrupted during the reset, you can attempt to repair it using the SFC tool from the recovery environment. 

    1. Open the Command Prompt again from the Advanced options. 
    2. Kindly find your Windows drive. Type dir C: then dir D: until you find the one containing the "Windows" folder. 
    3. Assuming it is on C:, run this command:
      sfc /scannow /offbootdir=C:\ /offwindir=C:\windows
    4.  Once that finishes, run a disk check to ensure the file system is healthy: 

    chkdsk C: /f 

    3/ Switch to "Local Reinstall" 

    The Cloud Download is likely failing because your network drivers are currently inactive or unstable. Windows 11 has a built-in copy of itself that you can use instead. 

    1. Go to Troubleshoot > Reset this PC. 
    2. Select Keep my files. 
    3. When asked how you would like to reinstall Windows, choose Local reinstall. This avoids the 99% download hang entirely by using the files already on your drive 

    Note: If these steps don't get you past the black screen, the recovery partition itself might be damaged. In that case, the most reliable path forward is using a bootable USB drive created on a different computer. 

    I hope this helps you get back to your desktop quickly. Loong forward to your updates.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.