Forum Discussion
QuincyFrost
Apr 14, 2025Iron Contributor
Windows 11 can't install: Your device run into a problem and needs a restart
Hi, Built a new PC and made a bootable Windows 11 USB using the Media Creation Tool. The installation process went smoothly after choosing the language, partition. I can see the progress bar going t...
BrantleySage
Apr 14, 2025Iron Contributor
Here are some additional tips to help you solve the issue of Your device run into a problem and needs a restart during Windows 11 installation.
Repair Disk Errors
Faulty sectors or disk errors can interrupt the installation process. Open Command Prompt as an administrator. Run the command:
chkdsk /f /r
Follow any prompts and restart your computer to let Windows check for disk issues.
Check for Corrupt System Files
Corrupted system files on your current Windows installation might also lead to issues during an upgrade.
Open Command Prompt as an administrator. Run the System File Checker:
sfc /scannow
Additionally, you can use the Deployment Imaging Service and Management Tool (DISM) to repair the Windows image:
DISM /Online /Cleanup-Image /RestoreHealth
Restart your computer and then attempt the installation again.