Fix Windows Store Error 0x80072F8F in Windows 10

Many users are complaining for Windows error with error code 0x80072F8F. Here are simple and 100% working fixes for this error.

Fix 1 – wsrest

1. Search wsrest in Windows 10 taskbar search
2. Click on wsrest run command to run  it.
Wait for few seconds till it executes and Repairs Windows store.

Fix 2 – Using Powershell

1. Search Powershell in Windows 10 Search.
2. Right click on the Powershell Icon and Run as Administrator.
3. Now, copy and paste the code given below in Powershell.

Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

4. Press Enter key to execute it.
Note: The code executed above will reinstall Windows store app on Your PC. Try to Open Windows Store again and your Problem will get fixed. If it does not happen, move on to the next method.

Fix 3 – Using Settings

1. Press Windows key and I key together to Open Settings.
2. Choose Apps.
3. Choose Apps and Features from Left Menu
4. Now, Scroll down and Locate Microsoft Store
5. Click on Advanced Options

Microsoft Store Advanced Options Settings Windows 10 Min (1)


6. Now, Scroll down and Click on Reset.
Follow On screen Instruction Prompt and Keep in Mind that all the Windows store data will be deleted.

Post a Comment

0 Comments