If you're experiencing issues with the Microsoft Store where it stays on "checking for dependencies" and cannot install or uninstall apps, there are a few steps you can take to troubleshoot the problem:
- Check for Windows Updates: Make sure your Windows operating system is up to date. Sometimes, pending Windows updates can affect the Microsoft Store's functionality. Go to Settings > Update & Security > Windows Update and check for updates.
- Reset the Microsoft Store: You can reset the Microsoft Store to resolve issues. Open Run by pressing
Win + R, then typewsreset.exeand press Enter. This will clear the cache and may resolve the update issue. - Check Microsoft Store Registration: Ensure that the Microsoft Store is registered for your user account. You can check this using PowerShell. Open PowerShell as an administrator and run the command:
If the Store is not registered, you may need to re-register it.Get-AppxPackage *Microsoft.WindowsStore* - Firewall/Proxy Settings: Ensure that your firewall or proxy settings are not blocking the Microsoft Store. Sometimes, specific endpoints required for the Store to function may be blocked.
- Use the Windows Package Manager: If you're familiar with command-line tools, you can use
wingetto install or manage Microsoft Store apps. For example, you can search for an app and install it using:winget search <App name> winget install <App name>
If these steps do not resolve the issue, you may need to seek further assistance or consider reinstalling the Microsoft Store, although completely uninstalling it is not supported.
References: