Are you facing issues where your Microsoft Store is stuck during updates or throwing error messages? This detailed guide will walk you through a reliable method to resolve such errors using built-in Windows utilities like Command Prompt, PowerShell, and Windows Services. Follow these carefully to restore your Microsoft Store functionality without any third-party tools.

🛠️ Common Symptoms
- Microsoft Store stuck on “Updating…”
- Error messages during Store update attempts
- Store not opening after updates
If you’re seeing any of these, use the step-by-step fixes below.
✅ Step 1: Close Microsoft Store and Reset It
Before doing anything complex, you need to close the Microsoft Store completely if it’s open or stuck.
- Press Ctrl + Shift + Esc to open Task Manager.
- Locate Microsoft Store, right-click, and choose End Task.
Now reset the Store cache:
Using CMD (Command Prompt)
- Press
Windows + S, type cmd. - Right-click on Command Prompt and select Run as administrator.
- In the CMD window, type the following command:
wsreset
- Press Enter.
This will clear the Microsoft Store cache and automatically reopen the Store. If it opens properly, try updating again.
🧰 Step 2: Restart Windows Update Services
Sometimes the underlying Windows Update services may be misconfigured. Follow these steps to reset them:
Open Services Panel:
- Press
Windows + S, type Services, and click Run as Administrator. - In the Services list, scroll to find Windows Update.
- Double-click it.
- Set Startup Type to Automatic, then click Start, then Apply and OK.
Also configure:
- Background Intelligent Transfer Service (BITS) the same way:
- Set to Automatic
- Click Start
- Click Apply and then OK
⏲️ Step 3: Sync Date and Time Automatically
Incorrect system time can also cause update failures.
- Right-click the Date and Time in the taskbar.
- Select Adjust date and time.
- Enable both options:
- Set time automatically
- Set time zone automatically
- Toggle both off and then back on.
- Close the settings window.
🖥️ Step 4: Use PowerShell to Re-register Microsoft Store
If resetting didn’t fix it, the Store app might need to be re-registered.
Open PowerShell as Administrator:
- Press
Windows + S, type PowerShell. - Right-click Windows PowerShell > Run as Administrator.
Run this command:
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
Press Enter and let the command run completely. Once done, close PowerShell.
🛡️ Step 5: Scan and Repair System Files
To rule out file corruption, run the System File Checker:
- Open Command Prompt as Administrator (same as Step 1).
- Type the following and press Enter:
sfc /scannow
Wait until it reaches 100%. If it finds and fixes errors, restart your system once it finishes.
🔁 Final Step: Restart Your System
After performing all the steps above:
- Save your work and close all windows.
- Restart your PC.
- Once restarted, open Microsoft Store and try updating again.
📝 Commands Summary
Here are the key commands used in this tutorial:
wsreset– Clears Microsoft Store cache.sfc /scannow– Scans and repairs system files.
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
– Re-registers Microsoft Store and other apps.
⚠️ Disclaimer
This guide is intended for educational and troubleshooting purposes only. Please ensure you download apps only from official Microsoft sources. If you’re using corporate or enterprise systems, consult your system administrator before running system-level commands.
🔖 Tags:
microsoft store fix, windows store not updating, wsreset command, sfc scannow fix, windows 10 store error, windows 11 store not working, re-register microsoft store, microsoft store stuck updating
🏷️ Hashtags:
#MicrosoftStoreFix #Windows10 #Windows11 #WSReset #PowerShellFix #SFCScan #WindowsStoreError #TechGuide #WindowsUpdateFix
By carefully following this guide, you should be able to resolve the issue of Microsoft Store not updating or being stuck. If the problem persists after these steps, a Windows update or a repair installation may be necessary.