[Fixed] Window Error Code 0x80071a91 Solutions
Error Code 0x80080005 is a common error for all Windows Operating systems when trying to install updates. It usually appears when the Windows update system is broken or there are network-related issues.
Solution 1: Run Windows Troubleshooter
- Open the Windows Settings by pressing
Win + I
. - Go to “Update & Security” and select “Troubleshoot” from the left panel.
- Click on “Additional troubleshooters” and select “Windows Update.”
- Run the troubleshooter and follow the on-screen instructions.
Solution 2: Disable Proxy Internet Connection
The procedure to disable the proxy connection is as follows:
- Open Internet Explorer and click on “Tools” > “Internet Options.”
- Go to the “Connections” tab and click on “LAN Settings.”
- Ensure the “Proxy server” option is unchecked.
- Click “OK” to save the settings and try updating Windows again.
Note: If you use an antivirus program, check its proxy settings or disable it temporarily.
Solution 3: Repair Windows Update Services
Failed Windows update services can cause Error Code 0x80071a91. To repair them, follow these steps:
- Open Command Prompt as an administrator.
- Navigate to
c:\windows\
and rename the SoftwareDistribution folder to “old.” - If renaming fails, stop the Windows Update service by running the command:
net stop wuauserv
- After renaming the folder, restart the Windows Update service using:
net start wuauserv
- Check for updates again.
Comments
Post a Comment