Error Code when trying to sign in to Xbox app 0x80070520

Discus and support Error Code when trying to sign in to Xbox app 0x80070520 in XBoX on Windows to solve the problem; I have run into a problem with the Xbox App where it will not sign in due to the error code 0x80070520. The code does not appear on the Xbox support... Discussion in 'XBoX on Windows' started by Woodyyyd, Sep 24, 2018.

  1. Woodyyyd
    Woodyyyd Guest

    Error Code when trying to sign in to Xbox app 0x80070520


    I have run into a problem with the Xbox App where it will not sign in due to the error code 0x80070520. The code does not appear on the Xbox support site nor does there seem to be a solution to this issue.

    I have read around to find fixes to this but nothing has worked thus far. The Windows troubleshooter does nothing and provides no answers.

    This is particularly frustrating as I now cannot play I game (Age of Empires DE) that I have paid for due to the poor DRM management requiring Xbox to be logged in to run it.

    I want a resolution to this issue.

    :)
     
    Woodyyyd, Sep 24, 2018
    #1
  2. Naruto_64
    Naruto_64 Guest
    Cannot sign into Xbox Live

    This is the error code I get when I try to sign into Xbox Live: 0x80070520.
     
    Naruto_64, Sep 24, 2018
    #2
  3. kinksy1000
    kinksy1000 Guest
    Xbox Win 10 App unable to sign in

    On the Xbox app, win 10, when oppening it says... "We were unable to sign you in to Xbox Live" with the error code 0x80070520. On searching for the error code "no support articles were found". Any assistance welcome
     
    kinksy1000, Sep 24, 2018
    #3
  4. XBF Chris J
    XBF Chris J Guest

    Error Code when trying to sign in to Xbox app 0x80070520

    Hello Woodyyyd,

    Thank you for bringing this to our attention! This error code does not seem to be in our error data base .

    However, I recommend running the troubleshooter for Windows apps. Running the troubleshooter will scan and fix your PC for any issues detected with your Windows apps. Follow these steps to run the troubleshooter

    1. Click the Start button.
    2. Go to Settings.
    3. Select Update & Security >Troubleshoot.
    4. Select Windows Store Apps under
      Find and fix other problems.
    5. Click Run the troubleshooter.
    6. If prompted, click Yes or enter the administrator password.
    7. Follow the on-screen instruction.

    Hope this helps and let us know the results!
     
    XBF Chris J, Sep 24, 2018
    #4
  5. Woodyyyd
    Woodyyyd Guest
    As I stated in the initial post, the windows troubleshooter does not appear to fix this issue. It does not detect any issues within the Xbox or any other Windows app.
     
    Woodyyyd, Sep 24, 2018
    #5
  6. Woodyyyd
    Woodyyyd Guest
    I have managed to solve the issue myself. I re downloaded and reinstalled the Xbox app and the Xbox Identity provider via the windows store with a little help from the powershell app to sort out the Microsoft store.
     
    Woodyyyd, Nov 5, 2018
    #6
  7. Woodyyyd Win User

    Error Code when trying to sign in to Xbox app 0x80070520

    Hello ,

    Thank you for bringing this to our attention! This error code does not seem to be in our error data base .

    However, I recommend running the troubleshooter for Windows apps. Running the troubleshooter will scan and fix your PC for any issues detected with your Windows apps. Follow these steps to run the troubleshooter

    1. Click the Start button.
    2. Go to Settings.
    3. Select Update & Security >Troubleshoot.
    4. Select Windows Store Apps under
      Find and fix other problems.
    5. Click Run the troubleshooter.
    6. If prompted, click Yes or enter the administrator password.
    7. Follow the on-screen instruction.

    Hope this helps and let us know the results!
    As I stated in the initial post, the windows troubleshooter does not appear to fix this issue. It does not detect any issues within the Xbox or any other Windows app.
  8. Woodyyyd Win User

    Error Code when trying to sign in to Xbox app 0x80070520

    I have managed to solve the issue myself. I re downloaded and reinstalled the Xbox app and the Xbox Identity provider via the windows store with a little help from the powershell app to sort out the Microsoft store.
  9. XBF Chris J Win User

    Error Code when trying to sign in to Xbox app 0x80070520

    Hello Woodyyyd,

    Thank you for bringing this to our attention! This error code does not seem to be in our error data base .

    However, I recommend running the troubleshooter for Windows apps. Running the troubleshooter will scan and fix your PC for any issues detected with your Windows apps. Follow these steps to run the troubleshooter

    1. Click the Start button.
    2. Go to Settings.
    3. Select Update & Security >Troubleshoot.
    4. Select Windows Store Apps under
      Find and fix other problems.
    5. Click Run the troubleshooter.
    6. If prompted, click Yes or enter the administrator password.
    7. Follow the on-screen instruction.

    Hope this helps and let us know the results!
  10. Vijay_Verma Win User

    Error 0x80070520 when trying to sign into the Xbox App

    Hi xBGx

    Greetings! I am Vijay, an Independent Advisor. I am here to work with you on this problem.

    Please try these steps and check after each step. If these don't work, let me know. I will provide further troubleshooting steps.

    1. If you are able to open MS Store, open MS Store > Click on your profile picture on top right and sign-out. Then sign-in again.

    2. Try to reset the app

    Windows Key+i > Apps > Scroll down to Xbox App > Click this App > Advanced options > Reset

    3. Uninstall and Reinstall Xbox app

    A. Uninstall - Windows Key+X > Click Windows Powershell (Admin) > Copy the below and paste into Powershell and Enter

    Get-AppxPackage *xbox* | Remove-AppxPackage

    B. Reinstall

    Windows Key+X > Click Windows Powershell (Admin) > Copy the below command and right click in Powershell to paste > Enter

    Get-AppxPackage -allusers *xbox* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    (If there is a problem in reinstall, you can always reinstall from MS Store)

    Reinstall from Microsoft Store

    4. Run Windows Store Apps Troubleshooter

    Windows Key+X > Click Settings > Click Update & security > Click Troubleshoot > Scroll down to the bottom > Click Windows Store Apps > Click Run the Troubleshooter

    5. Reset Microsoft Store through Command Prompt

    Type cmd in Windows Search box > Right click on Command Prompt > Run As Administrator > Type WSreset.exe and click Enter > Reboot your computer

    6. Re-register All Store apps (You will get many Reds, ignore them)

    Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter > Restart your computer

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

    7. Uninstall & Reinstall Store

    Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter

    Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage

    Copy the following from below and right click in Powershell to paste > Enter > Reboot your computer

    Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    Do let me know if you require any further help on this. Will be glad to help you.
  11. XBF Amber M Win User

    0x80070520

    Hi Robert,

    Thanks for reaching out to us in the forums for this issue. Sorry to hear that you're having trouble signing into your profile. Based on the error code you're receiving (0x80070520), I'm guessing you're attempting to sign in via the Xbox App.

    After researching online, I came across these troubleshooting steps within our community for the issue that you're describing.

    [ Direct Link: Can't sign into Xbox App 0x80070520]

    1. Open File Explorer.
    2. Navigate to the following:
      • C:\Users\[your profile]\AppData\Local\Packages\Microsoft.XboxIdentityProvider_cw5n1h2txyewy\AC\TokenBroker
    3. Delete the Accounts
      and Cache folders.
    4. Try the Xbox app again.

    Let us know if that helps!

    Good luck!
Thema:

Error Code when trying to sign in to Xbox app 0x80070520

Loading...
  1. Error Code when trying to sign in to Xbox app 0x80070520 - Similar Threads - Error Code trying

  2. A friend got this error code on minecraft, we tried a lot of thing to repair the game but...

    in XBoX Games and Apps
    A friend got this error code on minecraft, we tried a lot of thing to repair the game but...: Hello, so my friend just go a new pc and he tried to install minecraft to play with us (java edition) but when he tries to lauch the game this error happend : code -1073741819, we tried modrinth...
  3. Error code 0x8007003B everytime trying to sign in for 4 days now-please someone assist??

    in XBoX Accessibility
    Error code 0x8007003B everytime trying to sign in for 4 days now-please someone assist??: I purchased a new xbox Series X console and it would not allow me to sign in with my existing Microsoft account details. I followed other instructions from AI and robots after receiving no actual...
  4. I constantly get an error code of 0x80070057 when trying to open my XBox App on my laptop...

    in XBoX Accessibility
    I constantly get an error code of 0x80070057 when trying to open my XBox App on my laptop...: I constantly get an error code of 0x80070057 when trying to open my XBox App on my laptop that operates on Windows 11. Can anyone help please? 49a6e3a9-6695-47a4-9e04-0e010f17d216
  5. I am trying to reinstall MLB the show 25 and it keeps giving me the (0x87e0000f) error code

    in XBoX Games and Apps
    I am trying to reinstall MLB the show 25 and it keeps giving me the (0x87e0000f) error code: I am trying to reinstall MLB the show 25 and it keeps giving me the (0x87e0000f) error code and I have tried rebooting my WiFi and the Xbox as well as resetting the console deleting and retrying...
  6. "There was a problem loading this world. Error code: 1" every time I try to play my xbox...

    in XBoX Games and Apps
    "There was a problem loading this world. Error code: 1" every time I try to play my xbox...: [img] I have a large-ish minecraft world (probably around 400 mb) on xbox and it won't let me join it. When I click on it after clearing local saved games it says it's syncing for a second (the...
  7. Keep getting this error code when trying to remote play

    in XBoX Games and Apps
    Keep getting this error code when trying to remote play: I keep getting this error code when trying to lauch remote play? Any ideas as I haven't changed anything or had any updates and it's started all of a sudden cV: auCQ+JRqHYJaH7eH+RMzJZ.41.0...
  8. I am trying to claim the fry helmet code from the Minecraft meal and i get this error message

    in XBoX Games and Apps
    I am trying to claim the fry helmet code from the Minecraft meal and i get this error message: I am trying to claim the fry helmet code from the Minecraft meal and i get this error message Looks like you already own this Go to My games and apps, or My library on your home device, to...
  9. I'm trying to set up my new xbox x and it's having trouble updating an error code starting...

    in XBoX on Windows
    I'm trying to set up my new xbox x and it's having trouble updating an error code starting...: I've tried to set up my new xbox x and the same error code keeps popping up. I don't know what I'm doing wrong but the update won't finish or even start. 99dd99da-c8e4-4c56-b743-6169ad20475e
  10. I keep trying to make a XBOX 360 live account and I keep getting error code 807B0194 I...

    in XBoX Games and Apps
    I keep trying to make a XBOX 360 live account and I keep getting error code 807B0194 I...: I need help :< it's on XBOX 360 2c589005-5739-4339-8f67-85766cbf984f

Users found this page by searching for:

  1. xbox app error 0x80070520