1. What is Error 0x80004005 Win 11?
Error code 0x80004005 typically happens when you access shared folders or drives, use specific programs, or have a problem installing Windows updates. Here are the most common causes of error code 0x80004005:
- Problems with Windows Update.
- Moving or renaming files and folders.
- Windows notification issues.
- Problems opening or extracting compressed files and folders.
2. How to fix error 0x80004005 Win 11?
Method 1: Reset Windows Update:
Open Command Prompt with administrative rights and run the following commands one by one:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Method 2:
Add a key to the Windows Registry. If you suspect error 0x80004005 in conjunction with copying or moving files, open the Windows Registry Editor and go to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.
- On a 32-bit system, create a new DWORD registry value called LocalAccountTokenFilterPolicy.
- On a 64-bit system, create a QWORD registry value called LocalAccountTokenFilterPolicy.
In both cases, set the value to numeric 1 (on), then select OK. After that, restart the Windows PC to see if the problem is fixed.
Method 3:
Fire up Registry Editor (RegEdit) and then navigate to HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
using the menu on the left, or just paste the path into the address bar.
The DWORD you’re looking for is named AllowInsecureGuestAuth — if it isn’t there, you’ll need to create it.
Right-click empty space, mouse to “New,” then click “DWORD (32-bit) Value.” Name it “AllowInsecureGuestAuth” and set the value to 1.
Method 4:
Windows+R and type “services.msc” into the run box and then hit Enter.
Scroll down through the list and check that all of the services we listed are set to “Manual” or “Automatic.”
If any of them are set to “Disabled,” right-click the service and then click “Properties.”
Click the drop down menu, select “Automatic” or “Automatic (Delayed Start),” and then click “Apply” and “OK.” The service will start up automatically when you boot Windows.
Method 5: Delete the SoftwareDistribution folder
cmd and select Run as administrator.
Run the following command lines one after another:
- net stop wuauserv
- net stop bits
Press the Windows + R key combination, paste the following path and press Enter:
C:\Windows\SoftwareDistribution\Download
Ctrl + A to select all, then Delete.
Once done, paste the command line below into Command Prompt and press Enter:
rename c:windowsSoftwareDistribution SoftwareDistribution.bak
Now, restart the services above:
net start wuauserv
net start bits