This time, we will show you how to restore the Microsoft Store if it cannot be found in Windows 10 or Windows 11.
Some users of Windows 10 or 11 are experiencing issues finding the Microsoft Store.
This can happen if you buy a used computer, for example.
How to restore Microsoft Store
1.Start buttonRight-click on the icon > Click "Terminal (Admin)" for Windows 11, or "Windows PowerShell (Admin)" for Windows 10.
2. Type the following command and press Enter:
Get-AppxPackage -allusers | Select Name, PackageFullName
3. This will display a list of applications installed on your system.
The reason why "..." appears at the end of the package full name is because the Windows PowerShell window is small (narrow width). If you maximize the window and then run the command, the entire name will be visible.
4. Open a notepad or similar and paste the following command:
Add-appxpackage -register "C:\Program Files\WindowsApps\(パッケージのフルネーム)\appxmanifest.xml" -disabledevelopmentmod
5. In the list, look for "Microsoft.WindowsStore".
*If the text is too small to see, press Ctrl on your keyboard and scroll up on your mouse to enlarge it.
6. Once you find "Microsoft.WindowsStore", copy the full package name on the right.
*To copy, select the text you want to copy with the mouse and press Ctrl + C on your keyboard. Be careful not to include any spaces when copying.
7. In the command pasted into Notepad, change the "(package full name)" part to the full name of the package you copied.
In the image above, the file is "Microsoft.WindowsStore_22207.1401.1.0_x64__8wekyb3d8bbwe", so the command would be as follows:
Add-appxpackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_22207.1401.1.0_x64__8wekyb3d8bbwe\appxmanifest.xml" -disabledevelopmentmod
*The full package name differs depending on the version, so be sure to check it on your own computer. If you enter an incorrect full package name, it will not be restored.
2023/09/07 Update:
If you cannot find "Microsoft.WindowsStore", try the following code.
Add-appxpackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore*\appxmanifest.xml" -disabledevelopmentmod
8. Copy the completed command, paste it into Windows PowerShell, and press Enter to start the process.
9. The process will take a few seconds to complete, so check to see if the Microsoft Store has been restored.
If it doesn't appear in the "Pinned" section of the Start menu
If it doesn't appear under "Pinned" in the Start menu, click "All Apps."
Once you find "Microsoft Store," click "Pin to Start."
It will then appear under "Pinned".








