首页  >  文章  >  电脑教程  >  Windows Update Error 0x800f0985: How to Fix It on Windows 11

Windows Update Error 0x800f0985: How to Fix It on Windows 11

Linda Hamilton
Linda Hamilton原创
2024-09-23 14:47:27392浏览

Windows updates are necessary, but there may be unavoidable problems encountered during the update process sometimes, like Windows update error 0x800f0985. If you encounter such an error, you are able to fix it with this post on MiniTool.

Keeping your Windows updated helps ensure that your device stays secure, meaning your computer gets the latest fixes and security updates. This not only helps it run smoothly but also keeps it well-protected.

Now, let’s return to our mutton and see how to fix Windows update error 0x800f0985.

How to Fix Update Error 0x800f0985 on Windows 11

We will list several proven solutions with operation introductions. You can try them one by one until your update problem is solved.

1. Run Relevant Services

Step 1. Type Services in the search bar and open it.

Step 2. Scroll down to find Windows Update and see if it is running. If yes, right-click on it and select Restart from the drop-down menu.

Windows Update Error 0x800f0985: How to Fix It on Windows 11

If not, double-click on it, go to Start type, then click the arrow icon to change Manual to Automatic.

Step 3. In Service status, select the Start option and click on Apply > OK.

Step 4. Background Intelligent Transfer Services and Cryptographic also perform the same operation.

2. Perform Disk Cleanup

Step 1. In Windows search, type disk cleanup and open the best match.

Step 2. In the new popup, click on the Clean up system files option and wait until you see a new window appears.

Step 3. Then check the checkbox for those large files that take up a lot of storage space, such as Temporary Internet Files, Windows Update, Temporary Files, Recycle Bin and so forth. Click on OK to start clean.

Also read: 9 Ways to Clean up Disk Space in Windows 10/11, #1 Is Excellent

3. Run the Troubleshooter

Step 1. In Windows search, type troubleshoot and open the best match.

Step 2. Choose Other troubleshooters from the right. Locate Windows Update and click on the Run button next to it.

Windows Update Error 0x800f0985: How to Fix It on Windows 11

Step 3. After that, restart your computer.

4. Repair Corrupted System Files

Step 1. Type cmd in the search box and run Command Prompt as an administrator.

Step 2. Copy and paste the following commands in the Command Prompt window and press Enter to run it in order.

sfc /scannow

Dism /Online /Cleanup-Image /CheckHealth

Dism /Online /Cleanup-Image /ScanHealth

Dism /Online /Cleanup-Image /RestoreHealth (If you get stuck on the last one, add /Source:C:\RepairSource\Windows /LimitAccess to the end and run it again.)

Step 3. After finishing, restart your Windows PC.

5. Reset Windows Update Components

Step 1. Use the same steps to open Command Prompt and run it as an administrator.

Step 2. To reset Windows update components, run the commands below in order in the Command Prompt window.

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

Step 3. Once done, restart your system and check if the update error is fixed.

6. Manual Installation

Step 1. Go to Settings > Windows Update, navigate to Update history, and enter it.

Step 2. Find the update failed due to the 0x800f0985 error and copy its KB number.

Step 3. Click here to open Microsoft Update Catalog, type the KB number in the search bar, and click Search.

Step 4. Select the appropriate update version for your system and click on Download. Then follow its onscreen wizard to install it.

Windows Update Error 0x800f0985: How to Fix It on Windows 11

Step 5. Restart your computer to apply the update.

Common Causes of the 0x800f0985 Error

There are several reasons that could cause you to run into this Windows update error 0x800f0985 while updating your system. Here we list some common causes below.

  • Corrupted system files or update cache and incomplete files of the update
  • Problems with the Windows update components
  • Low disk space

Conclusion

This post explains the causes of the Windows update error 0x800f0985 and provides some effective methods for you. We hope this helps and thanks for your reading.

To prevent data loss, we suggest you back up your valuable data with MiniTool ShadowMaker. Whether you want to backup your system, disk, partition, or other data, it can help you.

以上是Windows Update Error 0x800f0985: How to Fix It on Windows 11的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn