Micorosoft Surface RT won't connect to microsoft account or updat

Anonymous
2017-10-03T18:48:50+00:00

Hi there,

I have tried to sign into my Microsoft Account to connect the Surface RT, but every time it ends up with a message : "Sorry, we couldn't connect to Microsoft services right now. If this problem persists, search for "network problems" on the Start screen"

I have checked the clock, which is one of the culprits as per the forums, but i don't see any problem with it.

I have reset the surface to see if that would reset something but same result.

I have Run the WSReset.exe to same result.

I do not know what to do, without the Microsoft login, I can not do anything through the Microsoft Store.

Cheers,

Mohammad

Surface | Other

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
2017-10-04T08:10:15+00:00

Hi Mohammad,

We are aware that there are customers experiencing issues with Windows RT/8.1 devices connecting to their Microsoft accounts. Our engineers are currently working to resolve the issue as soon as possible.

In the meantime, please continue to use your local Windows login account for the time being. You may try to reattach your Microsoft account as a connected account at a later time.

We appreciate your understanding. Feel free to post back if you need further assistance.

Regards.

Mod Edit: Marking as answered to raise visibility.

(Update 10/11/17) A change was implemented on 10/10 that should resolve this issue.

Was this answer helpful?

6 people found this answer helpful.
0 comments No comments

67 additional answers

Sort by: Most helpful
  1. Barb Bowman 80,810 Reputation points MVP Volunteer Moderator
    2017-09-21T09:35:45+00:00

    I've been asking twice a day.

    >> From reading your other posts I can see that the bug relates to the account sign in issues. Do you have any idea on a timeframe for a possible fix?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2017-09-21T04:26:55+00:00

    So basically MS just bricked my Surface RT?  I had to reset it last week because the available storage memory kept shrinking for no reason, and disk clean up didn't really free up any space.  The reset cleared the memory issue, but now cant log on to my MS account, or update anything.  Same error as affecting everyone else.  If MS doesn't do anything to fix this bug, the machine is useless, if not severely crippled.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2017-09-20T22:59:22+00:00

     current version is 8.1.

    The most significant thing after that is whether you have applied KB2919355 and anything else which supersedes it.  Unfortunately I have not found a way of making a list of supersedence except by sorting by InstalledOn but in the thread I linked to we found that the presence of that detail is not reliable.  Nevertheless in case your InstalledOn values are reliable here is the PowerShell pipeline I had suggested in the other threads I linked to.

    Get-HotFix | sort InstalledOn | ft InstalledOn, HotFixId -AutoSize  |  .\clip.exe

    The last stage is optional.  The idea is to pipe all the output to ClipBoard so you can then open a Notepad window (for example), do a Paste in it and do Finds etc. more conveniently that way.  I would be interested to know whether you have KB2919355 (for a start) and how big the other KB numbers are.  So, I suppose if you have the same problem with missing InstalledOn values which cause a problem for the sort stage an alternate pipeline which could be almost as informative would be

    Get-HotFix | sort HotFixId  | ft InstalledOn, HotFixId -AutoSize  |  .\clip.exe

    HTH

    Robert


    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2017-09-20T21:05:56+00:00

    Robert I got it from the MS store on Sunday, it stopped at 40 something so, my current version is 8.1. The store people are not necessarily up on win 8/rt, as it is not a large population of users at this point. At work so I can't tell you what the ast update number is.

    Now I have apparently upgraded to the bug JB referred to, The store reports internet speed is too low and won't install any programs.

    But at this point it is mostly useful again, hoping MS comes up with a solution... Thx all!

    Was this answer helpful?

    0 comments No comments