Fixing Windows Update Error 0x80070005
If you encounter Windows Update Error 0x80070005, it usually indicates an access denied issue. This can prevent updates from being installed properly. Follow the steps below to resolve this error effectively.
Check Permissions
First, confirm that you have administrative permissions. Run the Command Prompt as an administrator and execute the command: sfc /scannow
. This will scan and repair any corrupted files that may be causing the Windows Update Error 0x80070005.
Modify User Account Control Settings
Another solution includes adjusting your User Account Control (UAC) settings. Navigate to the Control Panel, select User Accounts and then Change User Account Control settings. Set it to Never Notify for a temporary fix while you troubleshoot.
Reset Windows Update Components
Resetting Windows Update components can also help you fix the Windows Update Error 0x80070005. To do this, run the following commands in the Command Prompt:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
To get detailed instructions for each command, refer to the official documentation.
Update Registry Settings
Incorrect registry settings can also lead to access issues. Make sure to back up your registry before making changes. Open the Registry Editor and navigate to HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionPoliciesSystem
. Ensure the EnableLUA entry is set to 1. This setting impacts the Windows Update Error 0x80070005.
After completing these steps, restart your computer and check if the error persists. If it does, consider reviewing forums or guides on Windows Update Error 0x80070005 for further assistance.
For more information about this error, visit our Windows Update Issues page.
For more “Windows” solutions, please check our Windows.
Leave a Reply