← Back to Windows Fixes

Microsoft Store Not Working (Safe Fixes)

Fix the Microsoft Store not opening, not downloading apps, stuck loading, or showing error codes on Windows 10 & 11. No registry edits. No risky commands. 100% safe steps.

No risky commands
Beginner‑friendly
Proven fixes

Why Microsoft Store stops working

Common causes include:

Step‑by‑step troubleshooting

1. Restart your PC

Fixes temporary Store and service issues.

2. Check your internet connection

Store downloads require a stable connection.

3. Check time & date settings

Incorrect time/date breaks Store authentication.

4. Sign out and sign back into the Store

Fixes account sync issues.

5. Clear Microsoft Store cache

Fixes Store not opening or stuck loading.

wsreset -i

6. Check for Windows updates

Store components update through Windows Update.

7. Repair or reset the Store app

Settings → Apps → Installed apps → Microsoft Store → Advanced options → Repair / Reset.

8. Check region settings

Incorrect region can block Store content.

Advanced Microsoft Store fixes

Reinstall Microsoft Store (safe)

This fixes missing Store files, broken components, and apps not downloading.

Get-AppxPackage Microsoft.WindowsStore | Reset-AppxPackage

Repair Store dependencies

Store apps rely on multiple Windows components that can break.

Get-AppxPackage -allusers Microsoft.WindowsStore | Reset-AppxPackage

Fix Store not downloading apps

Common causes include DNS issues, corrupted cache, or incorrect region.

Fix Store stuck on loading screen

Usually caused by corrupted cache or broken Store services.

Fix Store error codes (0x800704cf, 0x80131500, etc.)

Most error codes are caused by network or DNS issues.

ipconfig /flushdns
ipconfig /release
ipconfig /renew

Reset Windows Update components

Store updates depend on Windows Update.

Fix corrupted system files

Broken system files can prevent the Store from launching.

sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

Check region and language settings

Incorrect region can block Store content or downloads.

Quick Fix Summary (10 Safe Fixes)

1. Restart PC

Fixes temporary issues.

2. Clear Store Cache

Fixes loading issues.

3. Repair Store

Fixes corrupted files.

4. Reset Store

Fixes broken settings.

5. Reinstall Store

Fixes missing components.

6. Fix DNS

Fixes download errors.

7. Check Region

Fixes content issues.

8. Update Windows

Fixes Store dependencies.

9. SFC/DISM

Repairs system files.

10. Sign Out/In

Fixes account sync.

Related Guides