Windows – Win 10 Store 0x80070057

windows 10windows-store-app

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).

Best Answer

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.

Related Question