4. Update Device Drivers
It’s always required to update necessary device drivers on your Windows system to run all the programs smoothly. To do this:
- Right-click on the Start Menu to open up the Quick Access Menu.
- Click on Device Manager from the list.
- Now, double-click on the respective category to expand the list whatever you want to update.
- Then right-click on the specific device/driver.
- Select Update driver > Choose Search automatically for drivers.
- If there is an update available, it’ll automatically download and install the latest version.
- Once done, make sure to reboot your computer to change the effects.
5. Stop and Relaunch Windows Update Service
Sometimes it may also be possible that your Windows Update Service is running in the background while trying to update & install the latest update. It may trigger updating issues and users might not gonna understand it. So, make sure to stop the service and delete some specific files then relaunch it to check for the issue. To do that:
- Click on the Start menu > Type services.msc to search for it.
- Click on Services > Locate the Windows Update service.
- Right-click on it and click on Stop > Now, open File Explorer.
- Go to the C: drive (or the system drive) > Open the Windows folder.
- Search for the SoftwareDistribution folder and open it.
- Next, delete all the files inside this particular folder.
- Once done, go back to Services, and Enable the Windows Update service by right-clicking on it.
6. Uninstall the Recently Installed Windows Updates
Some users did report previously that after installing the latest update, their system starts behaving weirdly or they have started noticing some issues with programs. So, the same can happen with Windows updates. You should try uninstalling the recently installed Windows update on your PC.
- Press the Win+I keys to open Windows Settings.
- Click on Windows Update > Click on Update History.
- Go to Uninstall Updates > A new window will open where you can see recently installed updates.
- If you know or feel that the last update has done the issue then you can click on the particular update.
- Select Uninstall and follow the on-screen instructions to complete the removal process.
- Finally, reboot the PC to apply changes.
SFC or System File Checker tool is useful enough to find out whether any program file or a disk drive has some issues or not on a Windows system. If there is an issue, you can try manually fixing it by following the steps below. To do this:
- Click on the Start Menu and type cmd.
- Now, right-click on Command Prompt from the search result.
- Select Run as administrator > If prompted, click on Yes to give admin privileges.
- Once the command prompt window opens, type the following command and hit Enter to execute it: [There is a space before /]
sfc /scannow

- Now, wait for the process to complete. Depending on the disk size and problematic data, it may take some time.
- Once done, you can note down the detected issues to search for solutions. Make sure to restart your computer to change effects immediately.
Try using the Deployment Image Servicing and Management (DISM) command on your Windows PC to fix several issues with corrupted or missing files. DISM is a command-line tool that can be used to mount and service Windows images before deployment. To do so:
- Click on the Start Menu and type cmd.
- Now, right-click on Command Prompt from the search result.
- Select Run as administrator > If prompted, click on Yes to give admin privileges.
- Once the command prompt window opens, type the following command and hit Enter to execute it:
DISM.exe /Online /Cleanup-image /Scanhealth
- Then type the following command and hit Enter:
DISM.exe /Online /Cleanup-Image /CheckHealth
- Then type the following command and press Enter:
DISM.exe /Online /Cleanup-Image /RestoreHealth
- Now, wait for the process to complete and exit the command prompt.
- Finally, restart your computer to apply changes.
Some of the apps and their services may start automatically while booting the system right away. In that case, those apps or services will definitely gonna use a lot of internet connection as well as system resources. If you’re also feeling the same, make sure to perform a clean boot on your computer to check for the issue. To do that:
- Press Windows + R keys to open the Run dialog box.
- Now, type msconfig and hit Enter to open System Configuration.
- Go to the Services tab > Enable the Hide all Microsoft services checkbox.

- Click on Disable all > Click on Apply and then OK to save changes.
- Now, go to the Startup tab > Click on Open Task Manager.
- The Task Manager interface will open. Here go to the Startup tab.
- Then click on the particular task which has a higher startup impact.
- Once selected, click on Disable to turn them off from the startup process.
- Do the same steps for each program that has a higher startup impact.
- Once done, make sure to restart your computer to apply changes.
10. Disable Third-Party Programs
Unnecessary background running tasks or programs can eat up a lot of system resources like CPU or Memory usage literally reducing system performance. Hence, Windows Update-related issues appear quite often. Simply, close all the unnecessary background running tasks completely. To do this:
- Press Ctrl + Shift + Esc keys to open up the Task Manager.
- Now, click on the Processes tab > Click to select tasks that are unnecessarily running in the background and consuming enough system resources.
- Click on End Task to close it one by one.
- Once done, restart your system.
11. Reset Windows Update Components
By resetting the Windows Update Components, you may be able to fix some issues or conflicts with the Windows system on your PC. To do that:
- Click on the Start menu > Type cmd.
- Now, right-click on Command Prompt from the search result.
- Select Run as administrator > If prompted by UAC, click on Yes to proceed.
- Once the Command Prompt window opens, you can copy & paste the following commands and hit Enter to run them:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
- Next, you’ll need to run the command below to rename the folder:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
- Then run the following command to rename another folder:
ren C:\Windows\System32\catroot2 Catroot2.old
- Finally, restart the services again that you’ve disabled earlier by running the commands below:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
- Once done, reboot the PC to change the effects.
If none of the methods worked for you then make sure to perform a system restore on your PC to go back to a working and stable system backup.
- Click on the Start Menu and type restore.
- Click on Create a restore point from the search result.
- Now, click on System Restore > Either you can go for Recommended restore or Choose a different restore point.
- If you select Recommended restore that means whatever restore point you’ve created last time, it’ll be automatically processed by the system.
- If you select Choose a different restore point then you can manually select a specific restore point out of the multiple saved restore points. You can also select a restore point that you’ve saved to another drive.
- Once selected, click on Next > Follow the on-screen instructions to complete the restoration process.
That’s it, guys. We assume this guide was helpful to you. For further queries, you can comment below.