Follow
Windows

How to Update Microsoft Store Apps on Windows 11

Richard
Written by
Richard
Oct 25, 2021 Updated Apr 28, 2026 2 min read
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:

  1. Open the Microsoft Store from your Taskbar or Start menu.
  2. Microsoft Store interface open on a Windows 11 desktop screen
  3. Click the Library icon in the bottom-left corner of the window.
  4. Library icon in the Microsoft Store for updating Windows apps
  5. 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.

  1. Open the Microsoft Store.
  2. Click your profile picture at the top right.
  3. Get updates button inside the Microsoft Store library on Windows
  4. Select App settings.
  5. Ensure the App updates toggle is set to On.
App settings menu for enabling automatic updates in Microsoft Store

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.

  1. Press Windows Key + R on your keyboard.
  2. Type wsreset.exe and press Enter.
  3. 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.

  1. Go to Settings > System > Troubleshoot > Other troubleshooters.
  2. 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.

PowerShell
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.exe to 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?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2482 articles → Twitter

📚 Related Tutorials

How to Re-register Microsoft Store in Windows 11
Windows How to Re-register Microsoft Store in Windows 11
How to Manage Microsoft Store App Updates in Windows 11
Windows How to Manage Microsoft Store App Updates in Windows 11
How to Reinstall Microsoft Store Apps in Windows 11
Windows How to Reinstall Microsoft Store Apps in Windows 11
How to Pin Android Apps to Windows 11 Start Menu
Windows How to Pin Android Apps to Windows 11 Start Menu

Leave a Reply

Your email address will not be published. Required fields are marked *