You see the Microsoft Store showing pending updates for your apps, but the download never starts or fails with an error. This problem often occurs on Windows 11 devices enrolled in the Beta Channel of the Windows Insider Program. The root cause is a mismatch between the Store cache, licensing tokens, or the Insider build version itself. This article explains why Beta Channel builds block Store app updates and provides three reliable methods to resolve the issue.
Key Takeaways: Fixing Beta Channel Store App Updates
- Settings > Windows Update > Advanced options > Delivery Optimization > Advanced options: Disable bandwidth limits that can stall Store downloads on Insider builds.
- wsreset.exe command in Command Prompt (Admin): Resets the Microsoft Store cache without affecting installed apps or data.
- Settings > Apps > Installed apps > Microsoft Store > Advanced options > Terminate: Force-closes the Store app and clears its temporary process state before a retry.
Why Beta Channel Builds Block Microsoft Store App Updates
Windows 11 Beta Channel builds receive updates more frequently than Release Preview or stable builds. These builds often include new Store components that are still being tested. When the Store app or its background services are updated mid-cycle, the cached licensing data for your installed apps can become stale. The Store then refuses to download updates because it cannot verify the app license against the current build version.
Another common cause is the Delivery Optimization service. This Windows feature tries to download updates from other PCs on your local network. On Beta Channel builds, Delivery Optimization sometimes misidentifies Store app packages as system files and blocks the download. The result is a pending update that never starts.
A less frequent but still possible cause is a corrupted Store app package. When you install a Beta build over an existing stable installation, the Store app may not fully migrate its database. This leaves orphaned entries that prevent new updates from applying.
Steps to Force Microsoft Store App Updates on Beta Channel Builds
Use these steps in order. Each method builds on the previous one. Test the Store update after each step before moving to the next.
Method 1: Reset the Microsoft Store Cache Using wsreset
- Close the Microsoft Store completely
Right-click the Start button and select Task Manager. Under the Processes tab, locate Microsoft Store. Select it and click End task. This ensures no Store processes are running in the background. - Open Command Prompt as Administrator
Press the Windows key, type cmd, right-click Command Prompt, and select Run as administrator. Click Yes in the User Account Control prompt. - Run the wsreset command
Type wsreset.exe and press Enter. A blank Command Prompt window will open. Wait for the process to complete. The Microsoft Store will open automatically after the reset finishes. - Check for updates again
In the Microsoft Store, click Library in the left pane, then click the Get updates button. If updates start downloading, the problem is resolved.
Method 2: Clear the Store App Cache and Data Manually
- Open Windows Settings
Press Windows key + I to open Settings. Navigate to Apps > Installed apps. Scroll down and click the three-dot menu next to Microsoft Store. Select Advanced options. - Terminate the Store process
On the Microsoft Store advanced options page, click the Terminate button. This kills any background Store activity. - Reset the Store app
Scroll down to the Reset section. Click the Reset button. A confirmation dialog will appear. Click Reset again. The Store app will be restored to its default state. Your installed apps are not removed, but any in-app data or cached credentials will be lost. - Restart your PC
After the reset completes, close Settings and restart Windows 11. This step ensures the Store services reload with a clean state. - Open the Store and retry updates
After the restart, open the Microsoft Store, go to Library, and click Get updates. The pending updates should now download.
Method 3: Disable Delivery Optimization Bandwidth Limits
- Open Delivery Optimization settings
Press Windows key + I to open Settings. Navigate to Windows Update > Advanced options > Delivery Optimization. Click Advanced options under the Delivery Optimization heading. - Turn off bandwidth limits
Under the Download settings section, toggle the switch for Limit how much bandwidth is used for downloading updates in the background to Off. Also toggle the switch for Limit how much bandwidth is used for downloading updates in the foreground to Off. - Disable peer-to-peer downloads
Go back one page to the main Delivery Optimization settings. Under Allow downloads from other PCs, select Off. This prevents the Store from waiting for peer sources that may be unavailable on Beta Channel builds. - Restart the Windows Update service
Press Windows key + R, type services.msc, and press Enter. Locate Windows Update in the list. Right-click it and select Restart. Close the Services window. - Check Store updates
Open the Microsoft Store, go to Library, and click Get updates. The downloads should start immediately.
If Store Updates Still Fail After the Main Fixes
Store Shows Error Code 0x80073D0A or 0x803F8001
These error codes indicate a licensing issue specific to Insider builds. Open Settings > Accounts > Access work or school. If your device is joined to Azure AD or an organizational account, disconnect it temporarily. Then run the wsreset command from Method 1. After the reset, reconnect the work or school account. This refreshes the licensing tokens for Store apps.
Specific App Updates Fail While Others Work
If only one app refuses to update, the app package itself may be corrupted. Uninstall the app from Settings > Apps > Installed apps. Then reinstall it from the Microsoft Store. Your app data will be lost unless the app supports cloud backup. For example, Microsoft Photos or Xbox app data is stored in your Microsoft account and will sync after reinstallation.
Store App Is Missing or Won’t Open
On some Beta Channel builds, the Microsoft Store app may become unresponsive or disappear from the taskbar. Open Windows PowerShell as Administrator. Run the following command: Get-AppXPackage Microsoft.WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}. This re-registers the Store app without reinstalling Windows. After the command completes, restart your PC.
Microsoft Store Cache Reset vs App Reset vs Delivery Optimization Disable
| Item | wsreset cache reset | App reset via Settings | Delivery Optimization disable |
|---|---|---|---|
| Description | Clears the temporary download cache of the Microsoft Store | Removes all app data, settings, and cached credentials for the Store | Stops Windows from using peer-to-peer downloads for updates |
| Impact on installed apps | None | None | None |
| Impact on Store sign-in | You may need to sign in again | You will need to sign in again | None |
| Time to complete | 1-2 minutes | 5-10 minutes including restart | 3-5 minutes |
| Best for | Pending updates that never start | Store app crashing or showing error codes | Slow or stalled downloads on Insider builds |
You can now force Microsoft Store app updates on your Windows 11 Beta Channel device using the wsreset command, the app reset in Settings, or by disabling Delivery Optimization bandwidth limits. If updates still fail, re-register the Store app via PowerShell. For persistent licensing errors, disconnect and reconnect your work or school account to refresh the token cache. After applying any of these fixes, set a weekly reminder to check for Store updates to keep your Insider build running smoothly.