Since the laptop still works but Windows Update and even the ISO repair attempt failed, use the standard Windows Update repair path first, then move to the more advanced reset steps.
- Back up personal files before making more repair attempts.
- Run the Windows Update troubleshooter:
- Start > Settings > System > Troubleshoot > Other troubleshooters
- Find Windows Update and select Run.
- Disconnect nonessential external hardware before retrying the update:
- USB drives, printers, scanners, speakers, docking stations, and other peripherals.
- Temporarily uninstall any non-Microsoft antivirus or other nonessential older software, then retry the update.
- Repair Windows system files from an elevated Command Prompt:
-
DISM.exe /Online /Cleanup-image /Restorehealth - After that completes successfully, run:
-
sfc /scannow - Then try Windows Update again.
-
- If the update still fails, perform a clean restart of Windows to reduce software conflicts, then retry the update.
- If it still fails, reset Windows Update components from an elevated Command Prompt. Warning: these are advanced command-line steps and require administrator permissions.
-
net stop bits -
net stop wuauserv -
ren %systemroot%\softwaredistribution softwaredistribution.bak -
ren %systemroot%\system32\catroot2 catroot2.bak -
net start bits -
net start wuauserv - Restart the PC and try the update again.
-
- Check Start > Settings > Windows Update > Update history and note the specific error code for the failed update. If the message is only a generic failure such as "We couldn't complete the updates" or "Failure configuring Windows Updates," the specific code in update history is the key next step.
If the repair install and ISO upgrade both continue to fail after these steps, the documented fallback is a clean installation of Windows 11 using the official installation tool. This is more disruptive than an in-place repair, so backup is important first.