Windows is unable to connect to the Automatic Updates - How to resolve this issue?

Recently, Microsoft has identified a possible issue with WSUS server and Windows update clients.
These issues would occur and reflect in event logs with following event ID: 

--------------

Event ID: 16

---------------

In the WindowsUpdate.log you may see the following entries:

WARNING: Skipping scan, self-update check returned 0x800B0001
WARNING: WU client failed Searching for update with error 0x800b0001

While going through event logs under Applications and Services Logs >Microsoft > Windows > WindowsUpdateClient >Operational you may find an error event ID: 25 as follows
===================================
Log Name: Microsoft-Windows-WindowsUpdateClient/Operational
Source: Microsoft-Windows-WindowsUpdateClient
Date: <date>
Event ID: 25
Task Category: Windows Update Agent
Level: Error
Keywords: Failure, Check for Updates
User: SYSTEM
Computer: <computer name>
Description: Windows Update failed to check for updates with error 0x800b0001.
======================================

Cause:

This can be due to a version mismatch between the Windows update agent and the WSUS server. WSUS needs to be at version 3.2.7600.251 or later in order to properly communicate with clients at version 7.6.7600.256 or later.

Resolution:
Meanwhile to resolve this issue, one of the most workable troubleshooting steps listed as follows:

NOTE:
However please make sure that the issue that you try to resolve should have error 0x800b0001 and event ID 25 as shown above.
Troubleshooting steps:
1. Check windowsupdate.log in order to understand what is causing this issue.
2. If you find following entries:
WARNING: Skipping scan, self-update check returned 0x800B0001
WARNING: WU client failed Searching for update with error 0x800b0001
(To understand how to access and read the Windowsupdate.log file please refer to following link
http://support.microsoft.com/kb/902093 )
Follow the steps:
3. Stop the Automatic Update service or run command: net stop wuauserv.
4. Open Regedit and browse to the following Registry Key:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate.
5. Save a copy of this WindowsUpdate key (File / Export or Right-click / Export).
6. Delete the following registry values:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\PingID.
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\AccountDo
mainSid.
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SusClientId
7. Close Regedit.
8. Start the Automatic Update service or run command: net start wuauserv.
9. On client machine, force synchronization with the WSUS Server: wuauclt /detectnow.
10. Now check windows update and click Check for new updates.
11. If a message with green bar appears indicates that issue is resolved.
12. If a message with red bar appears indicates that issue is not resolved and proceed with
further troubleshooting.
13. In command prompt run the command: netsh winhttp show proxy and check for
any proxy configuration. If proxy is not configured proceed as follows.
14. Stop WIN HTTP Proxy service and windows update service and register important DLLs required for the changes to take place with following commands:

net stop WinHttpAutoProxySvc
net stop wuauserv
regsvr32 Softpub.dll /s
regsvr32 Wintrust.dll /s
regsvr32 Initpki.dll /s
regsvr32 Mssip32.dll /s.

15. In windows registry, for following Registry Key - take a backup: "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate."
16. Delete the following registry value.
"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SusClientId
17. Run iisreset command in command prompt to restart all IIS related services and start windows update service.
18. On the client, do force synchronization with the WSUS Server by running command: wuauclt /detectnow.
19. After conducting the troubleshooting steps, we checked the event logs and found following success event on the client machine under Applications and Services Logs >Microsoft > Windows > WindowsUpdateClient >Operational:

===================================
Log Name: Microsoft-Windows-WindowsUpdateClient/Operational
Source: Microsoft-Windows-WindowsUpdateClient
Date: <date>
Event ID: 30
Task Category: Windows Update Agent
Level: Information
Keywords: Connection
User: SYSTEM
Computer: <computer name>
Description: Windows Update established connectivity.
===================================

Hence this issue is resolved. No further action is required.

21. If your issue is not resolved again then apply following update on the WSUS server machine Please be sure apply this update to WSUS SERVER MACHINE

http://support.microsoft.com/kb/2734608

28. Apply this update.

29. You must restart the computer after you apply this update.
30. Start synchronization on WSUS
31. Wait for the synchronization to succeed.
32. On the affected client, open cmd.exe in elevated mode
33. Type the following commands.

Net stop wuauserv

Net start wuauserv

34. The issue would be resolved once and for all.

 Microsoft has released this update for Windows Server Update Services (WSUS) 3.0 Service Pack 2 (SP2)

 This update strengthens the WSUS communication channels.

 The Windows Update Agent (WUA) on computers that are managed by this WSUS server will be automatically upgraded as needed after you apply this update.

 WSUS must be in a known, good working state for this update to work. If WSUS is configured to synchronize updates from Microsoft Update, make sure that WSUS can synchronize updates. And, clients must be able to communicate with the WSUS server.

 This update lets servers that are running Windows Server Update Services (WSUS) 3.0 SP2 provide updates to computers that are running Windows 8 or Windows Server 2012.

Any improvements or feedback on above troubleshooting steps is surely welcome.
Thank You.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  • Edited by Chintan Vyas Wednesday, February 18, 2015 6:05 PM
December 3rd, 2012 7:14pm

If your issue is not resolved again then apply following update on the WSUS server machine.

Please be sure apply this update to WSUS SERVER MACHINE

http://support.microsoft.com/kb/2734608

The issue is resolved once and for all !!!!!!

Best of luck !!!! 

Regards,

Free Windows Admin Tool Kit Click here and download it now
December 4th, 2012 8:23am

Thanks for your sharing and contributions.

regards,

December 4th, 2012 10:55am

You are welcome Clarence !!!!

Best regards .

Free Windows Admin Tool Kit Click here and download it now
December 4th, 2012 7:15pm

Follow instruction Once for All and it works great for me. Thank you Chintan.

Brenden

December 7th, 2012 5:48pm

You are welcome Brenden. Let me know in case if you have similar issues in future as well.

Please don't forget to vote this post as helpful.

regards,

Free Windows Admin Tool Kit Click here and download it now
December 7th, 2012 6:44pm

I was seeing the 0x800B0001 error in the Update GUI and windowsupdate.log during the intial rollout of my SCCM 2012 environment.  I had the same error reported on multiple SCCM clients so I ignored any potential client fixes and applied this patch to the WSUS server.  I then synchronized updates through SCCM console, verified sync finished in wsyncmgr.log on SCCM site server, restarted wuauserv on the client and successfully checked for updates.
December 11th, 2012 6:51pm

I was seeing the 0x800B0001 error in the Update GUI and windowsupdate.log during the intial rollout of my SCCM 2012 environment.  I had the same error reported on multiple SCCM clients so I ignored any potential client fixes and applied this patch to the WSUS server. 

I believe the patch that you applied was this:

http://support.microsoft.com/kb/2734608

Am I right?

Free Windows Admin Tool Kit Click here and download it now
December 11th, 2012 10:24pm

I was seeing the 0x800B0001 error in the Update GUI and windowsupdate.log during the intial rollout of my SCCM 2012 environment.  I had the same error reported on multiple SCCM clients so I ignored any potential client fixes and applied this patch to the WSUS server. 

I believe the patch that you applied was this:

http://support.microsoft.com/kb/2734608

Am I right?

or KB2720211.
December 12th, 2012 6:34am

This has really resoved my issue.  Thanks a lot :)
Free Windows Admin Tool Kit Click here and download it now
May 23rd, 2013 5:10am

Yes, that's helped me too. 

Thx

May 31st, 2013 12:14pm

the kb helped and agents started reporting. Thanks
Free Windows Admin Tool Kit Click here and download it now
October 17th, 2013 11:01am

Thank You for your Feedback, Manjunath, Orson, Ram.

Really appreciate it. !!!

Regards,

Er. Chintan Vyas  

December 2nd, 2013 4:44pm

I tried all these steps, one client out of 1500 still has this error. The patch is on the WSUS server and the client has been reset multiple times. The System Update Readiness Tool has also been run on this machine, without success. If I go to Windows Update in the control panel, it says there is an update to Windows Update that must be installed before it can show other updates, but this always fails.
Free Windows Admin Tool Kit Click here and download it now
July 29th, 2014 5:16pm

I tried all these steps, one client out of 1500 still has this error. The patch is on the WSUS server and the client has been reset multiple times. The System Update Readiness Tool has also been run on this machine, without success. If I go to Windows Update in the control panel, it says there is an update to Windows Update that must be installed before it can show other updates, but this always fails.

This sounds like a client-specific issue totally not related to this thread.

I would suggest you start a new thread and provide the relevant environmental and diagnostic information, including the identity of the specific update being found at Windows Update, and the state/status of that update on your WSUS server.

Please use How to ask a question efficiently in TechNet forum to guide you in this.

July 30th, 2014 1:10am

We recently Deployed Win 2012 R2 Servers in our Env, but deployed servers could not able to pick up the updates from internal WSUS Server just like any other OS  Servers, that are picking up patches from  internal WSUS Server.

Tried with DISM / SFC, etc., to fix the issue,  failed, and went out off ideas.

But as mentioned in this post, updated the WSUS Role (Running on Win 2008 R2) with the patch available @ 

http://www.microsoft.com/en-us/search/DownloadResults.aspx?q=KB2734608

Though, that did no show any update in WSUS version number, the issue got fixed. (intact with3.2.7600.2526). Much helped post.

Regards,

Jayarami Reddy A

Free Windows Admin Tool Kit Click here and download it now
September 5th, 2014 10:22am

Thank You Jayarami Reddy,

It is a pleasure to have your valuable feedback.

In case, if you encounter any further issues with WSUS deployment, please post the same here.

Regards,

Er. Chintan Vyas

Prinicipal Consultant - Technology

SkyCloud Infinity.

September 5th, 2014 8:06pm

Thx very much, it has been very useful for me.

Best Regards.

 
Free Windows Admin Tool Kit Click here and download it now
January 7th, 2015 7:16pm

Thank You Zakaris, for your valuable feedback.

In case, if you encounter any further issues with WSUS deployment, please post the same here.

Regards,

Er. Chintan Vyas, MCSA, Diploma in Cyber Law

SkyCloud Infinity Tech Geek

January 8th, 2015 1:25pm

Solved my problem with code 0x800b0001. Thanks.
Free Windows Admin Tool Kit Click here and download it now
February 18th, 2015 8:39pm

Thank you, Rafael, for your reply. I appreciate your feedback.

Please do not forget to vote my reply above as helpful.

In case, if you have any issues, please post the same. 

Er. Chintan Vyas, MCSA, Diploma in Cyber Law, Bachelor of Engineering (Information Technology)

SkyCloud Infinity Tech Geek

February 18th, 2015 8:49pm

This patch worked properly.

Thank You. :)
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2015 5:38am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics