How to Update Microsoft Store Apps on Windows 11
Keeping your apps up to date is vital for your computer. Why do this? Updates fix bugs, patch security holes, and add new features. What happens when done? Your apps run faster, crash less, and stay protected from hackers.
How to manually update Microsoft Store apps
Checking for updates ensures you have the latest version of every program. Follow these steps:
- Open the Microsoft Store from your Taskbar or Start menu.

- Click the Library icon in the bottom-left corner of the window.

- Click the Get updates button. This triggers the store to check for and download any pending updates.
How to set up automatic updates
You can let Windows handle updates for you. This saves time and ensures you never miss a security patch.
- Open the Microsoft Store.
- Click your profile picture at the top right.

- Select App settings.
- Ensure the App updates toggle is set to On.

Note: Changing system-wide settings may require admin privileges if your account is restricted.
Troubleshooting common update errors
Sometimes, the Microsoft Store fails to update apps. You might see error codes like 0x80070005 or notice that the update button is greyed out. Here is how to fix it:
1. Use the WSReset command
If the store is stuck, clearing the cache often helps. This command resets the Microsoft Store without deleting your apps.
- Press Windows Key + R on your keyboard.
- Type
wsreset.exeand press Enter. - A blank command prompt window will appear. Wait for it to close automatically. The Microsoft Store will then open on its own.
2. Run the Windows Update Troubleshooter
If you still have issues, use the built-in tool to repair the store.
- Go to Settings > System > Troubleshoot > Other troubleshooters.
- Find Windows Store Apps and click Run.
3. PowerShell alternative
If you are an advanced user, you can force an update check via PowerShell. Requires admin privileges.
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}Summary
- Updating apps fixes security risks and bugs.
- Use the Library tab to manually update your software.
- Use
wsreset.exeto fix common update errors. - Enable automatic updates in App settings to stay current without effort.
Why does the Microsoft Store say ‘Can’t connect’ when updating?
This usually happens due to a poor internet connection, a proxy setting, or a corrupted cache. Try restarting your router, checking your internet settings, or running the wsreset.exe command to clear the store cache and restore the connection.
Do I need to sign in to update apps?
Yes, you generally need to be signed in with a Microsoft account to download and update apps from the store. This links your apps to your account, ensuring you have the proper licenses to run the latest versions of your software.
Was this guide helpful?
Leave a Reply