How to Fix Error 0x80004005 in Windows 11: Causes, Solutions & Troubleshooting Guide
Table of Contents

Error 0x80004005 is an unspecified error code or Windows error category that appears alone or in conjunction with other errors. To restore the system to normal operation, users need to know how to resolve error 0x80004005 on their devices.
Users also need to understand the causes of this error code to find the right solution. In this article, How To Tekno will share the complete causes and how to resolve them.
Causes of Error 0x80004005 on Windows
Windows systems have various error codes that appear when the system is experiencing problems. One of them is error code 0x80004005. According to howtogeek.com, there are various factors that cause this error.
Error code 0x80004005 can occur when Windows cannot access files or folders on the device during an update. This error code also appears because the user account does not have the correct ownership of the files or folders to access Windows Update.
Furthermore, incorrect network configuration settings and corrupted Windows updates due to corrupted files can also cause error 0x80004005. Another reason this code appears is when a user opens an encrypted archive file with a program that doesn't support the file.
How to Fix Error 0x80004005
As summarized from ionos.com, there are various ways to fix error 0x80004005 on Windows devices. The methods below are not only used during Windows updates but also in other situations. Here are the methods:
1. Troubleshooting
This error can occur when an automatic Windows update fails. The easiest way to resolve Windows update errors is through troubleshooting.
In Windows 10, users can find the Windows Troubleshoot feature in the Update and Security menu. In the left sidebar, click Windows Update to find the Run Troubleshooting option. Run the troubleshooting by following the instructions.
2. Check and Repair System Files with SFC
If Windows update installation is blocked, this may be due to corrupted or missing system files. Users can utilize the System File Checker (SFC) program, which is installed as standard on Windows devices.
However, this solution only works if the user has Administrator rights and is running Command Prompt. If you meet these requirements, follow these instructions to resolve the error.
- Type CMD in the Windows search bar.
- Select Command Prompt by right-clicking.
- Click "Run as Administrator."
- When the CMD window opens, enter the command 'SFC /Scannow' and press Enter on your keyboard.
3. Restart Update Services
Microsoft provides several services to regularly receive and install updates for Windows systems. When these services are not functioning properly, error code 0x80004005 can occur.
Therefore, users are advised to restart the update services. The steps are detailed below.
- Open CMD and select Command Prompt.
- Right-click and tap 'Run as Administrator'.
- When the CMD window opens, enter the command below.
net stop wuauservnet stop bitsnet stop trustedinstallernet stop appidsvcnet stop cryptsvc
4. Then, restart the service by entering the following command.
net start wuauservnet start bitsnet start trustedinstallernet start appidsvcnet start cryptsvc