In a post on Microsoft Community, the user ryosk25 reported a problem many Windows 10 administrators go through. Ryosk25 used a PowerShell command to delete Microsoft Store apps because he didn’t need them.
However, ryosk25 had to reinstall Microsoft Store later on and faced a problem. Sometimes, the application may not work properly because of an over-cluttered memory cache, out-of-sync time and date, etc.
So, you may have to delete and reinstall Windows Store. We’ll show you how to reinstall Microsoft Store and get the apps working perfectly again.
Let’s dive right in.
What to Do Before You Reinstall Windows Store on Windows 10
When you reinstall Microsoft Store, you can fix several issues, such as when Microsoft Store can’t install apps, Windows Store error 0x80072f05, when the Store is missing, etc.
However, before you learn how to redownload Microsoft Store, take some precautions first. Sometimes, you can fix the problem by clearing the app’s cache, updating your Windows, or resetting or repairing the app.
How to Clear Cache, Repair, and Reset Windows Store
To clear the Windows Store cache, open the Run dialog box (Win key + R
) and enter WSReset.exe.
The command prompt will open, and the Store app will open after a short delay.
Wait for it to clear the cache and check if the problem has been resolved.
If you want to repair or reset the app, go to Windows settings and click “App.”
Search for Microsoft Store, click on “Advanced options,” and select “Reset” or “Repair.” Check to see if the issue has been resolved.
You can also use Microsoft’s YouTube to fix the problem:
Ways to Fix Microsoft Store Error
There are several ways to fix Windows Store errors. Let’s go through them:
1. Switch Off Your Proxy Server
Check your PC’s Proxy Server Settings. If the “Use a proxy server” option is On, switch it off. Here’s how to do it:
- Press the
Windows + I
. Alternatively, press theWindows key
and click the Settings icon. - Click on the Network & Internet option in the Windows Settings window.
- Choose the Proxy option from the list.
- Scroll down and find the Use a proxy server option.
- Uncheck it.
- Close the Proxy window.
Check to see if the issue has been resolved. If not, follow the next method.
Related: How to Fix “There Is Something Wrong With the Proxy Server”?
2. Check the System’s Data and Time Sync
Sometimes, the Microsoft Store won’t work properly when your computer’s date and time are out of sync. Here’s how to check and fix it:
- Press the
Windows + I
to open Settings. - Scroll down and click the Time & Language option.
- Select Date & time.
- Make sure the Time zone is set correctly.
- Uncheck the Set time automatically box.
- Give it a few seconds.
- Recheck the Set time automatically box.
- Close the Date & time window.
Check the Microsoft Store to see if the issue has been resolved.
Also Read: How to change time and date on Windows 11?
3. Uninstall Your VPN
Sometimes, the Windows Store may not function properly if you use a VPN. Here’s how to check and uninstall the VPN:
- Click
Windows + I
to open the Settings menu. - Click Apps in the Settings window.
- Select VPN and choose Uninstall.
- Close the window.
Related: Ultimate Guide: How to Fix WiFi Not Working With a VPN?
Find out more: Get the Most out of Auslogics BoostSpeed Free Trial
How to Reinstall Microsoft Store
The methods below are practical steps to reinstall Windows Store on Windows 10. Go through them and select the one that best solves the problem.
Method 1: Run the Windows Store App Troubleshooter
The Windows Store app troubleshooter is a built-in program that can check for and fix problems with the Microsoft Store. Here’s how to run the troubleshooter:
- Type
Settings
in the search bar and click on it. Alternatively, right-click the Start button and select Settings.
- Select System and click Troubleshoot.
- Search and select Windows Store Apps under Other/Additional troubleshooters, then click Run.
Check to see if the problem has been resolved.
Related: Windows Update Troubleshooter: Fixing Windows Update Issues
Method 2: Use the PowerShell
You can also use PowerShell to reinstall Microsoft Store. It’s a fast, secure way to resolve the Windows Store issue. Here’s how to redownload Microsoft store:
- Type
PowerShell
in the search bar, right-click, and select Run as administrator. Then, click to open.
- Type the following command and press
Enter
:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
This method should install the Microsoft Store. Check to see if you’re still experiencing the problem.
Related: Most Useful Powershell Commands: Cheat Sheet
Method 3: Download the Appx Package for the Microsoft Store Installer.
To know how to reinstall the Microsoft Store, you must download the Appx package.
Follow these steps to download the . Appx and .MsixBundle packages for the Microsoft Store app and its related dependencies from the company’s servers:
- Visit store.rg-adguard.net. This website links directly to Microsoft’s official servers and creates download links for software installs.
- Paste the official Microsoft Store app link in the URL text box: microsoft.com/en-us/p/microsoft-store/9wzdncrfjbmp.
- Select Retail or the corresponding branch and click Generate.
- Downloading the most recent edition of each package is vital since the Microsoft Store app depends on components like the .NET Framework, .NET Runtime, Microsoft.UI.Xaml, and VC Libs. Make sure to choose the versions that correspond to Windows 10’s bitness (x86 or x64).
- You’ll then have downloaded the five Appx packages below. Each of these has a different version number based on the Microsoft Store app’s build or version:
Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe.Appx
Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x64__8wekyb3d8bbwe.Appx
Microsoft.UI.Xaml.2.7_7.2208.15002.0_x64__8wekyb3d8bbwe.Appx
Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe.Appx
Microsoft.WindowsStore_22207.1401.1.0_neutral___8wekyb3d8bbwe.Msixbundle
- Since the .appx installer is the primary need for the Microsoft Store, start by running each separately.
Check to see if the problem has been resolved.
Add-AppxPackage -Path "C:\Path\filename.Appx
It’s better to skip the package if you see the message “Deployment failed with HRESULT: 0x80073D02.” This error usually happens when the package or a dependency is already installed and used by another application.
Use the following command to see if an app package has previously been installed:
Get-AppxPackage | Sort-Object -Property PackageFullName | Select PackageFullName | Out-GridView
Related: How to fix .NET Framework 3.5 is missing from Windows 10?
Method 4: Reinstall Microsoft Store Using the Registry
Here’s how to reinstall Microsoft store app in Windows 10 using the Registry:
- Press
Windows key + R
to open the Run dialog box. - Type
regedit
in the dialog box and pressEnter
.
- Double-click on HKEY_LOCAL_MACHINE and double-click SYSTEM.
- Double-click on CurrentControlSet, double-click Services.
- Select AppXSvc.
- Right-click on Start and select Modify.
- Set the Value data field to 2, then click OK to confirm your changes. This is how a DWORD value is modified.
Check to see if the problem has been resolved.
Related: Ultimate Guide: How to Fix Broken Registry Items in Windows
Conclusion
Go through this guide if you want to know how to reinstall Microsoft Store. You now have a toolkit to confidently address Microsoft Store problems by clearing the cache, correcting date and time settings, or using the Registry to reinstall Windows Store.
So, choose the method that best works for your situation.