Microsoft Store is a vital tool in Windows 11, offering users access to a wide array of apps. However, it’s not uncommon to run into problems like missing install buttons, error messages (such as 0x80070005), or apps that simply won’t download or appear at all. These issues can be frustrating—but they’re also fixable. In this guide, we’ll walk you through a comprehensive series of proven solutions to help you restore Microsoft Store functionality and get back to downloading your favorite apps with ease.
1. Repair or Reset the Microsoft Store
One of the most effective fixes is to repair or reset the Microsoft Store app. This clears corrupted files and resets configurations without deleting your existing installed apps.
Steps to Repair or Reset:
1- Press Windows + I to open Settings. Navigate to Apps > Installed apps (or Apps & features).
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 2 img 684c2dfaf11f5](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfaf11f5.png)
2- Locate Microsoft Store in the list, click the three-dot menu, and select Advanced options.
3- Click Repair to fix issues while preserving your data.
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 3 img 684c2dfb3d80f](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfb3d80f.png)
4- If problems persist, click Reset. This clears all app data and restores the Store to its default state.
5- Open Microsoft Store and check if the installation issue is resolved.
2. Clear Microsoft Store Cache
Cache buildup can interfere with downloads or cause outdated content to persist. Clearing it can fix a variety of glitches.
How to Clear the Cache:
1- Press Windows + R to open the Run dialog.
2- Type wsreset.exe and press Enter.
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 4 img 684c2dfb7dddc](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfb7dddc.png)
3- A blank Command Prompt will appear briefly, then the Microsoft Store will relaunch automatically.
4- Try to download or update your app again.
3. Reinstall Microsoft Store via PowerShell
If the app is missing or severely corrupted, reinstalling it using PowerShell may be your best bet.
Instructions:
1- Search for PowerShell in the Start menu, right-click, and select Run as administrator.
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 5 img 684c2dfc3d3c1](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfc3d3c1.png)
2- Uninstall Microsoft Store with this command: Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 6 img 684c2dfc674d1](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfc674d1.png)
3- Reinstall it using: Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 7 img 684c2dfca7c50](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfca7c50.png)
Restart your PC and test the Microsoft Store.
4. Restart Critical Store Services
Some system services are essential for the Store to work. Ensuring they’re active can resolve installation failures.
Steps:
1- Open the Run dialog (Windows + R), type services.msc, and press Enter.
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 8 img 684c2dfd0195e](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfd0195e.png)
2- Locate and inspect these services:
- Background Intelligent Transfer Service (BITS)
- Microsoft Store Install Service
- Windows Update
3- Right-click each service > Properties > Set Startup type to Automatic. Click Start if the service isn’t running.
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 9 img 684c2dfd691a8](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfd691a8.png)
4- Save changes and close the Services window.
5. Use the Windows Store Apps Troubleshooter
Windows 11 includes a built-in troubleshooter specifically for Store issues.
How to Use It:
1- Go to Settings > System > Troubleshoot > Other troubleshooters.
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 10 img 684c2dfdb10bd](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfdb10bd.png)
2- Locate Windows Store Apps and click Run.
Follow the prompts. Windows will automatically detect and resolve issues if possible.
6. Verify Your Microsoft Account and Device Settings
Some restrictions can prevent apps from appearing or being installed.
Checklist:
- Sign into Microsoft Store using a valid Microsoft account.
- If you encounter device limit warnings, visit your Microsoft account page and remove unused devices.
- Check Microsoft Family Safety settings; parental controls might block app installations.
- Confirm region and language settings under Settings > Time & Language.
- Restart your device after major Windows updates to apply all system changes.
7. Switch Out of S Mode or Change App Installation Settings
If your system is in S Mode, you can only install apps from the Microsoft Store.
Disable S Mode or Modify Settings:
1- Open Settings > Apps > Advanced app settings.
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 11 img 684c2dfe01b4f](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfe01b4f.png)
2- Under Choose where to get apps, select Anywhere.
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 12 img 684c2dfe42b74](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfe42b74.png)
3- If stuck in S Mode:
- Open Settings > About your PC.
- Look for S Mode status and follow the prompt to switch out via Microsoft Store.
- Note: This is a one-time switch—you can’t revert.
8. Repair Corrupted System Files (SFC & DISM)
System-level corruption can also impact Microsoft Store functionality.
Repair Instructions:
Open Command Prompt as Administrator.
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 13 img 684c2dfe6f339](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfe6f339.png)
First, run DISM: Dism.exe /Online /Cleanup-Image /Restorehealth
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 14 img 684c2dfed6445](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dfed6445.png)
After completion, run: sfc /scannow
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 15 img 684c2dff104a5](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dff104a5.png)
Restart your PC once the scan is done and recheck the Microsoft Store.
9. Create a New User Account
Corrupted user profiles can lead to persistent Store issues. A new account may bypass these problems.
Steps to Create a New Account:
1- Navigate to Settings > Accounts > Other users.
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 16 img 684c2dff570de](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dff570de.png)
2- Click Add account > I don’t have this person’s sign-in info > Add a user without a Microsoft account.
![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 17 img 684c2dffa8b7b](https://www.tech2geek.net/wp-content/uploads/2025/06/img_684c2dffa8b7b.png)
3- Assign a name and select Administrator as the account type.
4- Log in with the new account, sign into the Store, and test app installation.
Final Thoughts:
Running into issues with the Microsoft Store on Windows 11 can be discouraging, but this comprehensive guide provides reliable fixes for virtually every common problem—from simple cache resets to system-level repairs. By following these steps, you’ll restore your ability to download and update apps with confidence. If none of these solutions work, reaching out to Microsoft Support or performing a full system restore may be your next best option.
Support Tech2Geek ❤️
AI-powered search engines are making it harder for small independent blogs like ours to survive. If you find our guides helpful, please consider supporting us.
You can help by sharing our articles or making a small donation.
☕ Make a Small DonationEvery contribution helps us keep creating free tech guides and reviews.

![How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide] 1 How to Fix Microsoft Store App Installation Issues on Windows 11 [Full Guide]](https://www.tech2geek.net/wp-content/uploads/2025/06/How-to-Fix-Microsoft-Store-App-Installation-Issues-on-Windows-11-Full-Guide-950x500.webp)
Comments