Couldn't connect to the update service

dhiffg-5169 220 Reputation points
2025-04-06T16:48:40.79+00:00

I get the below error on my 2 Windows 11 computers. How to fix the error?

We couldn't connect to the update service. We'll try again later, or you can check now. If it still doesn't work, make sure you're connected to the Internet.

update service

Microsoft Security | Intune | Configuration Manager | Updates
{count} votes

2 answers

Sort by: Most helpful
  1. Simon Ren-MSFT 40,356 Reputation points Microsoft External Staff
    2025-04-08T01:37:32.1666667+00:00

    Hi,

    Hope everything is going well.

    1,We can run the Windows update troubleshooter to see if it fixes the issue:

    Select Start > Settings > System > Troubleshoot > Other troubleshooters. Next, under Most Frequent, select Windows Update > Run.

    2,Make sure that you’re connected to the Internet. If VPN is connected, turn off to have a try.

    3,Check if the Windows Update service is disabled.

    4,You can also reset the Windows Update Agent in below article on your Windows 11 computer to have a try.

    Refer to: Windows Update - additional resources

    Similar threads for your reference:

    How to fix Windows Update error

    Windows 10 Update We couldn’t connect to the update service. We’ll try again later, or you can check now. If it still doesn’t work, make sure that you’re connected to the Internet.

    Hope my answer could help you. Should you have any questions or concerns, please do feel free to contact me.

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Kalyan Sundar 571 Reputation points
    2025-08-11T20:57:10.33+00:00

    If these are corporate-managed devices and the update policy is being deployed via SCCM or Intune, please verify the update deployment settings to ensure they are pointing to the correct source. Additionally, save the following commands in a .bat file and run it as Administrator to reset the Windows Update components

    net stop wuauserv

    net stop bits

    net stop cryptsvc

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 catroot2.old

    net start cryptsvc

    net start bits

    net start wuauserv

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.