Ads Area

ERROR 0X800F0905 IN WINDOWS: WHAT IS IT AND HOW TO FIX IT

 


Reasons for the error

The cause is a corrupted update file or corrupted system files. And the reasons for file corruption can be the following:

  1. Unstable internet connection while downloading the update. If you are away from the city and use the Internet through a mobile phone, distributing Wi-Fi , or using a 4G modem, the chances of downloading a damaged update file are much higher. Do not forget to set the "Limited connection" option on mobile Internet connections. And while you use this connection, the system will not try to download its updates through it.
  2. System files can become corrupted if your hard drive begins to slowly die or if you forcefully unplug your computer very often, preventing the system from shutting down properly. Don't do that again! Always shut down your computer gracefully and check your hard drive for errors about once every six months. If you have an SSD, you can't even force a power off. SSD drives are more sensitive to such things.

How to fix 0x800f0905

Depending on what caused the file corruption, the repair methods will be different.

Unstable internet connection

If you are unable to connect to a normal Internet, let the system try to update again.

If that doesn't help, delete the contents of the c:\windows\SoftwareDistribution folder to remove downloaded but corrupted update files. The system will download them when you try to update again.

IMPORTANT. Delete the contents of the SoftwareDistribution folder, not the folder itself, to avoid unexpected problems.

System file corruption

If the above methods did not solve the problem, most likely you have corrupted system files. The following will help you:

  1. On your keyboard, hold down the win+r key combination .
  2. Type cmd and press OK or Enter.
  3. The console will open. In console type: sfc /scannow
  4. Press Enter. Wait for the scanning of system files to finish.
  5. After that, try to run the update.
  6. If that doesn't work, try this command: DISM /Online /Cleanup-Image /RestoreHealth.

Alternative ways to solve the problem

Use the updater from Microsoft

To solve the problem with the updater, do the following:

  1. Depending on the operating system, download the appropriate program for Windows 10 (you can simply update through the system itself) or Windows 11 .
  2. After agreeing to the license text, a dialog will appear with options for what to do next. Click "Upgrade this PC".
  3. Follow further instructions on the screen.

Reset update services via command line

In order to reset the update services through the command line, do the following:

  1. Open Command Prompt . Windows + r, cmd, Enter.
  2. Run the following commands in sequence, pressing Enter after each:
  3. After that, check for updates.

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 (code-box)


Use the troubleshooter

In order to do this, follow these steps:

  1. Hold win+I.
  2. Click the Update & Security tab.
  3. In the list, click Troubleshoot.
  4. Click More troubleshooting center tools.
  5. In the list of what to diagnose, click windows update.
  6. Follow the instructions on the screen.

Conclusion

After all of the above, here are some more tips for you:

  1. Mark unstable internet connections as metered connections in settings. To do this, go to the parameters for win + i, network, Wi-Fi, properties of the connected network and check the box set as a metered connection. You can also set up a metered connection for Ethernet.
  2. Take care of your hard drive or SSD . Check it regularly for errors to avoid corrupting system files or other data. Check for errors using built-in tools and third-party programs. With built-in tools:
    • Press win+x.
    • From the drop-down menu, select Disk Management.
    • Select the desired drive to check. Right click on it and click properties.
    • Go to the service tab and click check. Follow the on-screen instructions.
  3. Always shut down your computer gracefully. Do not forcefully unplug from the outlet, especially if you have an SSD.

We hope this article has been helpful to you. Write questions in the comments if something is not clear.

Tags

Post a Comment

0 Comments

Ads Area