Lately, a friend asked me to fix windows update 0x8024a105. He wasn’t able to run and install Windows Updates for the last few weeks. So, here’s the thing: Every now and then Windows Update may get stuck. And there’s no need to install additional “handy tools”. I’d strongly recommend against it. Most of them contain spyware, malware, or just want you to buy their PRO version.
If you encounter Windows Update error 0x8024a105 on your Windows 10 pc, follow these steps to solve it, quickly and easily.
“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x8024a105)”
Step 1: Run the Windows Update Troubleshooter
The most user-friendly way to fix Windows update error 0x8024a105, is to run the troubleshooter. You should try this step first before proceeding to step 2
- In Windows 10, click Start -> Settings -> Update & Security -> Troubleshoot
- Under Get up and running, select Windows Update
- Select Run the troubleshooter
- Follow the wizard
If your problem is not fixed, continue with step 2.
Step 2: Make sure that essential Windows Update services are running
The following services are essential for Windows Update to function correctly:
- Background Intelligent Transfer Service (BITS)
- Windows Update (wuauserv)
- Workstation (LanmanWorkstation)
To verify the services are running, follow these steps:
- Click Start
-> type services -> click Services
- In the Services window
- Double-click Background Intelligent Transfer Service.
- If the Startup status lists Stopped, click Start and then click OK.
- If the status is Running, click Restart
- Double-click Windows Update.
- If the Startup status lists Stopped, click Start and then click OK.
- If the status is Running, click Restart
- Double-click Workstation.
- If the Startup status lists Stopped, click Start and then click OK.
- If the status is Running, click Restart
- Double-click Background Intelligent Transfer Service.
- Close the Services window
- Try to install Windows updates again.
If your problem is not fixed, continue with step 3.
Rename Software Distribution folders
The Software Distribution folders contain downloaded and temporary data for installing Windows Updates. Sometimes data in these folders become corrupt. It is safe to delete the folders. They will be recreated automatically. Follow these steps to delete the folders:
- Open a command prompt as an administrator
- Run the following lines, one by one. Or you may copy and paste all lines at once. Make sure you hit ENTER at the last line (which is a common mistake to forget).
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
del /Q %systemroot%\softwaredistribution
del /Q %systemroot%\system32\catroot2
net start wuauserv
net start cryptSvc
net start bits
net start msiserver - Try to install Windows updates again. You may need to restart your computer first. But just try to run it immediately. It may save you a computer restart 🙂