Press Win+R, type wsreset.exe and click OK. This will reset Store app cache.
See if it it helps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When clicking on the Microsoft Store icon from the Start menu or Task Bar, Microsoft Store attempts to open but fails resulting in the message
" Something went wrong and Microsoft Store failed to initialize.
Try refreshing or come back later. "
Microsoft Store does appear in list of services (found via Windows + S, "services.msc", but does not appear in the list of installed Apps under Start, Settings.
Press Win+R, type wsreset.exe and click OK. This will reset Store app cache.
See if it it helps.
has someone fixed the issue?
Open PowerShell by right clicking its icon and select 'Run as Administrator', then run this command and press Enter:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
When that completes, run this command and press Enter:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Close PowerShell when that completes, then restart (not shut down) your PC.
If the Microsoft Store is failing to initialize on Windows 11 and does not appear in the list of installed apps, you can try the following troubleshooting steps:
services.msc. Locate the Microsoft Store Install Service, right-click it, and ensure it is running. If it is not running, start it and set it to Automatic.Windows + R, typing wsreset.exe, and pressing Enter. This will clear the cache and may resolve initialization issues. Get-AppxPackage -allusers Microsoft.Store | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$_.InstallLocation\AppXManifest.xml"}
This command will re-register the Microsoft Store app and may fix the issue.If these steps do not resolve the issue, you may need to consider more advanced troubleshooting or reinstalling the Microsoft Store using the Windows Package Manager.
References: