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:


Related: How to get rid of Windows Store Error Code 0x80073DOA? 


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 the Windows key and click the “Settings” icon.
  • Click on the “Network & Internet” option in the “Windows Settings” window.
  • Choose the “Proxy” option from the list.

Windows 10 Network and Internet Proxy

  • Scroll down and find the “Use a proxy server” option.
  • Uncheck it.

Edit Proxy Server Windows 10

  • 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.

Note: 

You can use the uninstall feature in Auslogics BoostSpeed to delete the VPN. The program also helps you to monitor your apps, optimize your PC for optimal performance, and prolong its overall health. Find out more: Get the Most out of Auslogics BoostSpeed Free Trial. 


Related: Ultimate Guide: How to Fix WiFi Not Working With a VPN?


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.”

Windows Settings App

  • Select “System” and click “Troubleshoot.”

Windows 10 System Troubleshoot

  • Search and select “Windows Store Apps” under “Other/Additional troubleshooters,” then click “Run.”

Windows Store Apps Run the Troubleshooter

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: 

Note: 

Only use this method if the Windows Store application package folder is intact. 

  • Type “PowerShell” in the search bar, right-click, and select “Run as administrator.” Then, click to open.

Windows Powershell Run as Administrator

  • Type the following command and press “Enter”: “Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}” (without quotes). 

Administrator Windows PowerShell Command

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.

Online Link Generator for Microsoft Store

Microsoft Store Link

  • Select “Retail” or the corresponding branch and click “Generate.”

The links were successfully received from the Microsoft Store Server

  • 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. 

Take a Note: 

Use PowerShell for each package to start the installation if double-clicking an Appx or Msixbundle file doesn’t work. The PowerShell command-line syntax follows: “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 press “Enter.

Run regedit on Windows PC

  • Double-click on “HKEY_LOCAL_MACHINE” and double-click “SYSTEM.” 

registry editor system

 

  • Double-click on “CurrentControlSet,” double-click “Services,” 

Registry Editor CurrentControlSet

  • Select “AppXSvc.”

AppXSvc

 

  • Right-click on “Start” and select “Modify.”

Registry Editor AppXSvc Modify

  • Set the Value data field to 2, then click “OK” to confirm your changes. This is how a DWORD value is modified.

Registry Editor Edit DWORD

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.

FAQ

Is Reinstalling the Microsoft Store Safe?

Reinstalling the Microsoft Store is generally safe if you do it properly. You’ll have to reset the app, which can address the underlying issue without causing harm to your computer. However, you must proceed cautiously and follow the right processes to reinstall Microsoft Store.

Will Reinstalling the Microsoft Store Delete My Installed Apps?

Your apps won’t be deleted when you reinstall Wndows 10 store application. The programs you’ve already downloaded and set up on your PC are unaffected when you reinstall Windows Store on Windows 10.

What Happens If I Reset the Microsoft Store?

The Microsoft Store’s settings and cache are effectively cleared when reset. Resetting the Store can resolve common issues like app download troubles or update errors. It’s a troubleshooting method to make the app function again.

Why is My Microsoft Store Not Working?

Many things can cause problems with the Microsoft Store. Some of them are network issues, cache corruption, or incompatibilities with other programs on your computer. You can troubleshoot and follow specific solutions designed for your problem to determine the specific cause.