Win 10 Store 0x80070057

1

I am trying to download apps like Messenger or Feedback Hub for example but Windows Store returns following message: "Try Again. An error occurred. The error code is 0x80070057, in case you need it.". I have tried WSReset.exe, I have also tried adding a folder called "cache" in following location:

C:\Users\<username>\AppData\Local\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalState

Which by the way worked, but didn't fix the problem when I ran the troubleshooter. The troubleshooter can't fix the problem, because it can't fix the problem automatically and returns "X Windows Store-cache may be damaged". Is there any fix so that I can update apps and install new apps again?

I have also tried following:

https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_install/windows-10-store-error-0x80070057/f7d0346b-2121-4de0-babc-e53cade30c40?auth=1

Windows 10 store error when Starting Download

And ofcourse a lot of youtube videos on how to solve the problem, but unfortunately nothing worked.

Edit: There is no output from today when I last tried to install in eventvwr.msc -> Apps and servicelogs -> Mircosoft -> Windows -> (AppxPackagingOM -> Microsoft-Windows-AppxPackaging/Operational or AppXDeployment-Server -> Microsoft-Windows-AppXDeploymentServer/Operational).

windows-10
windows-store-app
asked on Super User Apr 8, 2017 by Erik • edited Apr 8, 2017 by Erik

4 Answers

1

I understand you have already done Clear & Reset Windows Store Cache using WSReset.exe.

You could also try to Re-register Windows Store Apps :

  1. Create a System Restore Point first, just in case
  2. Press Windows + Q, type powershell and right-click Windows PowerShell from the results and choose Run as administrator.
  3. In the PowerShell window, type the following command and hit Enter:

    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    
  4. Once the command is successfully executed, close Windows PowerShell and reboot.

answered on Super User Apr 8, 2017 by harrymc
0

The steps below could help:
Method 1: Run app troubleshooter.
This tool can automatically identify and fix some issues with apps and Windows store.

Method 2: Please disable proxy, if you are using proxy connection.
a. Click the Gearbox at the top right corner in internet explorer.
b. Click the Tools button, and then click Internet Options.
c. Click the Connections tab, and then click LAN settings.
d. Uncheck the box next to “proxy server for your LAN”.
e. Click OK to save and close the window.

Method 3: Make sure that “Allow apps to use my location” option is enabled. Follow these steps to enable it.
a. Press the “Windows + W”.
b. Then type “Allow apps to use my location” without quotes in the search box and hit ENTER.
c. Turn on “Allow apps to use my location”.
d. Then turn on “Let apps use my location” option.
Source 1 and Source 2

answered on Super User Apr 8, 2017 by mic84
0

Sometimes a single app can be the problem, and the answers here helped a little but the app that was causing me trouble is called Cybereason Ransomfreeware against ransomfreeware attacks to the computer. Disabling it for 1 hour made it possible to install apps to the computer again.

Edit: The application got updated which solved the problem.

answered on Super User Apr 9, 2017 by Erik • edited Jun 6, 2017 by Erik
0

Unmount ramdisk

Here is the reference https://gqqnbig.me/2017/06/04/windows-app-store-error-code-0x80070057/

answered on Super User Jun 5, 2017 by Gqqnbig

User contributions licensed under CC BY-SA 3.0