App Store: "Your PC isn't connected to the Internet."

Anonymous
2012-11-04T20:13:05+00:00

My App Store is not working right now. If I open the App Store, I get a message saying the following:

"Your PC isn't connected to the Internet. To use the Store, connect to the Internet and then try again."

Obviously, this isn't true, as I can browse the web perfectly normally with a web browser, and all other applications are able to access the internet. I have made sure my proxy settings are unchecked, so that should not be the issue. The odd thing is that the App Store was working fine about two weeks ago, but then it hit this message and it hasn't changed. Restarting the computer has no effect on the message.

Running the Music app (which I downloaded when the App Store was still working) has a similar error. When I open the Music app, and click the "Sign in" link, the following error code shows up:

"0xc00d11b2 (0x80072af9)"

I am running Windows 8 Enterprise, if that makes a difference.

Is there a solution to this issue?

Windows for home | Previous Windows versions | Microsoft Store

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
Answer accepted by question author
Anonymous
2016-09-04T04:49:27+00:00

Do the following steps:

Disable Proxy

If you are using proxy to connect internet please disable that, refer to the steps below to disable proxy:

  1. Press “Windows Key” + “R”.
  2. Type “inetcpl.cpl”.
  3. Go to Connection.
  4. Click on LAN Settings.
  5. Check the box which says Automatically detect settings.
  6. Uncheck the box under Proxy server.

If you are still facing issues with it, please follow the steps below:

Reset Windows Update Component.

This will reset and reregister Windows Update Components. This usually solves Windows update related problems.

Note: Serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs.

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2012-11-10T22:22:27+00:00

I worked with Microsoft support on this problem.

On my system we realized that the Windows Store App worked fine for other local accounts on my PC just not for my account.

While logged in as me the technician ran WSReset.exe (which clears out the Windows Store app cache) and as soon as that was done my Windows Store app started to work as it should.

Your mileage may vary, but it worked for me.

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments

183 additional answers

Sort by: Oldest
  1. Anonymous
    2015-01-06T16:20:52+00:00

    So we have to wait until Microsoft chooses to fix its problem(s). In the mean time I get the daily amount of same messages if I want to install an application or change to my Microsoft account: Sorry we can't connect to Microsoft services:, and after that "your PC isn't connected to the internet". For me, not being a computer/ IT specialist, I can easily try all suggested solutions proposed on the community pages but without really knowing WHAT I am doing. I am interested in workable solutions, but not any of the suggestions have worked. End of story.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-01-06T17:28:12+00:00

    We are talking about a simple DNS resolution request

    But what if users are using DNS servers which don't match their locale?  E.g. where does this take you?

    pathping  wscont.apps.microsoft.com -q 14

    Ooh.  My routing is different today.  14 hops.  And slower between hops.

    C.f.

    http://answers.microsoft.com/en-us/windows/forum/windows8_1-windows_store/windows-81-store-not-working/96fcc04d-310e-47f9-8b01-9c266bd94881?page=4#LastReply

    BTW on W8.1 we are now getting completely cached lookups from ping (unlike previous OS), so if it is just a case of slow DNS lookup you could try this  procedure (in a cmd window):

    ipconfig  /flushdns

    ping  -n 1  -w 1 wscont.apps.microsoft.com

    ipconfig  /displaydns  |  clip

    nslookup  wscont.apps.microsoft.com

    notepad

    and then Paste (e.g. Ctrl-v) to check on the Time to Live of all the pieces in the nslookup.   Ugh.  Looks like we need to be really quick to get any advantage from that kind of caching.  E.g. put the above command sequence into a script or at least have it ready to re-enter without retyping.  So the DNS better be working or that will explain the symptom, even if the host you get is the "right one".  <eg>

    FYI

    Robert Aldwinckle


    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2015-01-06T19:49:39+00:00

    I cannot get your point Robert. There are root DNS servers, several of them if one is down. I don't know how Microsoft coded the check whether the internet is accessible from a client or not. The main problem is that the new method and the classic method can lead to different results, and the store, at least from what I have experienced will only use the new method to check whether you are online or not.

    No one forces Microsoft to use a single point of failure for checking a DNS availability in regards of this.

    So they could even make several requests, analyse them and give a vague report:

    e.g.

    1. checking one or several a root-DNS server
    • if one of many fails bringing up a message like Internet may have have issues.
    1. Checking HA DNS servers of Microsoft, that are also used for the store
    • this will determine if the client really has generic internet issues or just Microsoft services are affected.
    1. DNS lookup or ping at the client gateway
    2. checking proxy availability, if any set

    or vice versa.

    They could even check this in junction to your region (Windows Location Service) or Regional settings as a last resort.

    Anyway, there is no excuse that the store reports you have no internet, while it is properly working, just because the new detection method they introduced with Win 8 fails to give a correct status, may it be unneeded driver incompatibilities alike the AVM WLAN Stick I mentioned or other things, that are out of the sphere of an average user.

    I have to question Microsoft, why they are not able to determine it correctly, while internet connection works flawless for any applications including Internet explorer

    Admit that the internet connection check of the classic network neighbourhood works very well compared to the new one, which is mostly the root of this thread and problem, given it is not the users "fault" at all.

    Was this answer helpful?

    0 comments No comments