Thank you for posting your question in the Microsoft Q&A forum
When the Microsoft Store gets stuck on “Queued” or “Checking dependencies”, it usually means the Store app itself isn’t the main problem. The Store relies on several built‑in Windows components (such as background download services, update components, and network access to Microsoft servers) to download and install apps.
Here are a few steps you can try:
- Reset the "SoftwareDistribution" Folder
- Type cmd in your Start menu, right-click it, and Run as Administrator.
- Run these commands one by one (hit Enter after each):
net stop wuauserv net stop bits net stop cryptsvc ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old net start wuauserv net start bits net start cryptsvc - Restart your computer and check the Store.
- Repair the System Image (DISM)
- Open Command Prompt (Admin) again.
- Run this command first (this can take 5–10 minutes): DISM /Online /Cleanup-Image /RestoreHealth
- Once finished, run this: sfc /scannow
- If it says it "found and repaired corrupt files," restart your PC.
- Bypass the Store with "WinGet"
- Right-click the Start button and select Terminal (Admin).
- Type: winget search "App Name" (e.g., winget search WhatsApp).
- Type: winget install [ID] (e.g., winget install Microsoft.WhatsApp).
For more details, please refer to: Troubleshoot Microsoft Store app download failures
Hopefully it will help work with your issue and if you have any other questions or need further assistance, feel free to ask.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread