How to Manage Microsoft Store App Updates in Windows 11
This article explains how to manage Microsoft Store app updates. You will learn how to turn automatic updates on or off and how to fix common problems.
Why Update Your Apps?
Updates fix bugs and security holes. They keep your computer safe. Why do this? Because old software is an easy target for hackers. What happens when you update? Your apps run better and stay secure.
What Are Microsoft Store Apps?
These are apps downloaded from the official Microsoft Store. They are different from traditional programs that use .exe files. By default, they update automatically. Some apps, however, use their own internal update systems instead of the Store.
Method 1: Turn Off Updates in the Microsoft Store App
This is the easiest way to control updates.
- Open the Microsoft Store app.
- Click your profile picture in the top right.
- Select Settings.

- Click App updates.
- Toggle the switch to On or Off.

Troubleshooting Failed Updates
If your apps will not update, try these steps to fix the Microsoft Store cache and common errors.
1. Use the WSReset Command
The WSReset.exe tool clears the store cache without deleting your apps. This often fixes stuck updates.
- Press the Windows Key + R on your keyboard.
- Type
wsreset.exeand press Enter. - A blank window will appear. Wait for it to close automatically. The Store will then open.
2. Run the Windows Update Troubleshooter
If the store still fails, use the official Windows Update Troubleshooter. This tool scans for issues with system services like BITS that manage background downloads.
Method 2: Use the Group Policy Editor (Admin Only)
⚠️ Admin privileges required
This is for advanced users who want to manage updates for all users on the PC.
- Press Windows Key + R, type
gpedit.msc, and press Enter. - Go to:
Computer Configuration\Administrative Templates\Windows Components\Store - Find Turn off Automatic Download and Install of updates.
- Set it to Enabled to stop updates or Disabled to allow them.


Method 3: Use the Registry Editor (Admin Only)
⚠️ Admin privileges required
Use this if you do not have the Group Policy Editor.
- Press Windows Key + R, type
regedit, and press Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate - Right-click, select New > DWORD (32-bit) Value, and name it
AutoDownload. - Set the value to 4 to stop updates or 2 to allow them.


Summary
Managing Microsoft Store app updates is simple. Use the Store settings for basic control. If updates get stuck, use the wsreset.exe command to clear the cache. For advanced control, use the Group Policy or Registry methods. Always keep your apps updated to ensure your computer remains secure and bug-free.
Why are my Microsoft Store apps stuck on pending?
Apps often get stuck on pending because of a corrupted cache or a stalled background service. This prevents the store from communicating with update servers. Clearing the store cache or restarting the Background Intelligent Transfer Service (BITS) usually fixes this issue and allows your downloads to resume normally.
How do I clear the Microsoft Store cache to fix update issues?
You can clear the cache by running the WSReset command. Press Windows + R, type wsreset.exe, and hit Enter. This clears temporary files that might be corrupt. Once the process finishes, the Microsoft Store will launch automatically, and you can try updating your apps again.
Was this guide helpful?
Leave a Reply