How to Fix Windows Computer Stuck on Cleaning up Screen.

There are several methods available to fix Windows updates that are stuck at the “Cleaning up” stage. However, you'll probably have to try multiple solutions before you stumble on the one that works best. This is pretty much tradition for Windows PCs so don't get too stressed out and work your way through the solutions below.

How to Fix Windows Computer Stuck on Cleaning Up Screen

As we mentioned above there are quite a few different fixes you can use to solve this problem so work your way through the steps below from the top to the bottom and see if the problem goes away. Everything is listed from easiest to most complicated to save you some time. First start by restarting your computer can resolve the issue. If the problem persists after a restart, proceed with the following steps.

Try Doing Things Via Safe Mode

If you cannot access Windows normally, booting into Safe Mode can help you troubleshoot the issue.

Perform a Disk Cleanup

Disk Cleanup can free up space and remove temporary files that may be causing the update to get stuck.

Run the Check Disk Utility

Running a Check Disk scan can help identify and fix storage-related issues.

chkdsk c: /f

NOTE: Use chkdsk c: /f /r /x if you are using an SSD as your primary partition. Replace c: with another drive letter if applicable.

Reset Windows Update Components

Resetting Windows Update components can clear issues that might be preventing updates from installing.

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*”
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

 

Perform a Clean Boot

A clean boot helps eliminate software conflicts that may cause the update to get stuck.

If the update problem is resolved after a clean boot, it may be due to third-party software. Re-enable the disabled items one by one to identify the conflicting program.

Run Windows Update Troubleshooter

Windows provides a built-in troubleshooter for fixing update-related issues.

Use System Restore

If none of the above methods work, consider using System Restore to revert your system to a previous state before the issue occurred.

Comments