Share via

Can't update Windows or access the Microsoft Store(possibly not able to connect to Microsoft Servers)

Anonymous
2024-07-18T23:35:30+00:00

I've had a problem for about 6 months now where I can't seem to update Windows 10 or even access the Microsoft Store. When I try to use the "Windows Update" area of the Settings menu to update it just keeps "Checking for updates..." until it ends in "error encountered" and stops. When I try to open the Microsoft Store, it tries to load for about a minute until it pulls up the error "0x800704cf" and says that I am not connected to the internet despite having no other internet issues(I am writing this from my computer). Additionally, I've tried the other method to try to update by using the Media Creation Tool but unfortunately it resulted in the download being stuck at 0%. I could be wrong but I suspect that it seems the problem has to deal with the computer being unable to connect to Microsoft servers(based on the issues I just described).

OS Build: 19045.2486

I've tried the following possible fixes but had no success

  • changing the network preferred DNS server to "8 . 8 . 8 . 8" and alternate to "8 . 8 . 4 . 4"
  • disabling antivirus
  • restarting the windows update service via Services
  • cleared the windows update cache- deleted datastore and download folders
  • used windows update and microsoft store troubleshooters
  • repaired and reset the Microsoft Store
  • reinstalled network drivers
  • checked to see if windows defender firewall was blocking microsoft store(it wasn't)
  • re-registered the Microsoft Store app via Powershell(admin)
  • reset network settings
  • turned off network proxy
Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Anonymous
    2024-07-30T07:52:25+00:00

    Dear Elijah Barrett,

    I hope all is well with you. I haven't heard from you yet. Is your problem not solved? If there's anything I can do for you, or if there's something that's unclear, don't hesitate to let me know.

    Best Wishes

    Pyked | Microsoft Community Support Specialist

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-07-28T06:55:58+00:00

    Thanks for your reply.

    I have been thinking about providing a better approach to your issue and this situation has indeed been bothering you for a long time. Your device is supposed to be properly connected to the Internet, but you always encounter network level errors when using Microsoft service-related features.

    After all, you have tried so many possible approaches and I have provided you with some network level suggestions. There is indeed a limit to what else we can do at the moment, so let's try the following options again:

    Reinstall the Store:
    Press Windows key + X
    Click Windows PowerShell (Admin)
    At the command prompt, type the following then hit Enter:

    Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    If that does not work, try resetting the software distribution folder:
    Before carrying out this procedure, disconnect from the Internet. That means turning off Wi-Fi and disconnecting from a wired connection. If you don't, Windows 10 will indicate some files are in use and cannot be modified or the command will be non-responsive. Also, you should restart your computer after disconnecting from the Internet. The easiest way to do it is to enable Airplane mode from the Action Center - Windows key + A.

    1. Open Start, type: CMD
      Right click CMD
      Click Run as administrator

    Type each of the following then hit Enter

    taskkill /F /FI "SERVICES eq wuauserv" (do this multiple times)
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    rmdir C:\Windows\SoftwareDistribution\DataStore
    rmdir C:\Windows\SoftwareDistribution\Download

    If that does not work...

    1. Open Start, type: CMD
      Right click CMD
      Click Run as administrator

    Type each of the following then hit Enter

    Run these codes:
    Net Stop bits
    Net Stop wuauserv
    Net Stop appidsvc
    Net Stop cryptsvc
    Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
    Ren %systemroot%\system32\catroot2 catroot2.bak
    Net Start bits
    Net Start wuauserv
    Net Start appidsvc
    Net Start cryptsvc
    After running these commands, check if your issue is fixed.

    The above are additional thoughts I have these days. To be honest, I really don't want to go as far as fixing and installing the whole system.

    Anyway, I still look forward to your replies and progress.

    Best Regards.

    Leo.L - Microsoft Community Support Specialist

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-07-26T16:51:38+00:00

    I understand if you haven't responded due to being busy(there are a lot of questions here😄). This message is just in case you haven't seen my response to your original message:

    "Thank you for the prompt response Leo. So I have gone through each step(and checked after each one to see if it was fixed) but unfortunately the issue is still unfixed. Do you have other suggestions?"

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-07-20T18:13:06+00:00

    Thank you for the prompt response Leo. So I have gone through each step(and checked after each one to see if it was fixed) but unfortunately the issue is still unfixed. Do you have other suggestions?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-07-20T09:58:18+00:00

    Hello, Elijah Barrett.

    Welcome to Microsoft Community!

    I understand that you have currently tried a number of methods to resolve this internet connection related issue and I consider you to be a very experienced user. In order to investigate and resolve this issue with you, I have also provided you with the following options:

    Setting up the security protocol

    1. Click windows+R and type inetcpl.cpl to open the Internet options.
    2. Click Advanced and check the box “Use SSL 3.0”, “Use TLS 1.0”, “Use TLS 1.1”, “Use TLS 1.2 Use TLS 1.3”.
    3. Reboot the computer after application to see if the problem can be solved.

    Change DNS

    1. Click windows+R and type ncpa.cpl.
    2. Click the name of the network you are currently connected to to open the Network Status window, click Properties, and double- click Internet Protocol version 4 (TCP/IPv4) in the Network Properties window.
    3. Manually set the DNS servers to “4.2.2.1” and “4.2.2.2” and restart the computer to see if the problem can be solved.

    Reset network

    1. Search for CMD, open it and find the command prompt (, run it in administrator) mode.
    2. Enter the following commands into the pop-up command box (enter the next command after each line).

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

    ipconfig /registerdns

    netsh int ip reset

    netsh winsock reset

    netsh winhttp reset proxy

    1. Restart the computer to see if the problem can be solved.

    Reset Proxy Server Settings

    1. Click windows+R and type inetcpl.cpl.
    2. Open the Internet option, click Connect, click LAN Settings.
    3. Check whether the Proxy Server column is checked, if so, please uncheck it and click OK.
    4. Reboot your computer after applying the program to see if the problem can be solved.

    You can try these programs.

    I will look forward to your progress.

    Best Regards.

    Leo.L - Microsoft Community Support Specialist

    Was this answer helpful?

    0 comments No comments