Streamlining the Setup of New, Non-Operational Store Programs

Streamlining the Setup of New, Non-Operational Store Programs

Joseph Lv10

Streamlining the Setup of New, Non-Operational Store Programs

The Microsoft Store lets you install verified apps securely from its app store. However, when you try to install an app, you may encounter an error that says “this app couldn’t be installed.” This can happen with a specific app or all the apps you want to install.

The problem can be as simple as a corrupted Microsoft Store cache or issues with system files. Here are a few troubleshooting steps to quickly resolve this error and get Microsoft Store working again.

1. Run the Microsoft Store Troubleshooter

windows store apps troubleshooter 1

You can quickly fix common Microsoft Store problems using the Windows Store Apps troubleshooter. It is a built-in troubleshooting utility that can scan and fix issues preventing the Microsoft Store from installing apps.

To run the Windows Store Apps troubleshooter:

  1. PressWin + I to openSettings .
  2. In theSystem tab, scroll down and click onTroubleshooter.
  3. Next, click onOther troubleshooters.
  4. Scroll down and click on theRun button for Windows Store Apps. The troubleshooter will perform a scan and recommend fixed. Apply any recommended fixes and check for improvements.

2. Clear and Reset the Windows Store Cache Using WSReset

wsreset clear microsoft store cache

WSReset or Windows Store Reset is a built-in utility to reset or clear Windows Store Cache. Resetting the store cache can help you fix temporary glitches preventing you from installing apps from Microsoft Store.

To reset the Windows Store cache:

  1. Press theWin key and typewsreset .
  2. Click onwsresetrun command from the search result. This will open a black Window that will reset the Windows Store cache. The window will close automatically and launch Microsoft Store.
  3. Close Microsoft Store and then relaunch the app to see if the error is resolved.

3. Restart the Microsoft Store Install Service

Microsoft Store Install service provides support for the Microsoft Store and starts on demand. If the service is disabled, you may not be able to install apps from the store resulting in the “this app couldn’t be installed” message.

To fix the error, check if the service is running. If not, you can enable it manually using the Services snap-in.

To restart Microsoft Store Install Service:

  1. PressWin + R to openRun .
  2. Typeservices.msc and clickOK .
  3. In theServices snap-in, locate theMicrosoft Store Install Service entry.
    microsoft store install service properties
  4. Right-click on the service entry and selectProperties .
  5. In theProperties dialog, check if theStartup type is set toDisabled .
    microsoft store install service manual startup type
  6. If yes, click theStartup type drop-down and selectManual .
    microsoft store install service restart
  7. ClickApply andOK to save the changes.
  8. Next, right-click onMicrosoft Store Install Services and selectRestart .

Close the Services snap-in and launch Microsoft Store. Then, try to install the app and check if the error is resolved.

4. Perform a Microsoft Store Repair

repair microsoft store windows 11

You can use the built-in repair tool to fix common issues that may prevent the Microsoft Store from triggering such errors. Follow these steps to repair the Microsoft Store app.

  1. PressWin + I to openSettings .
  2. Open theApps tab in the left pane.
  3. Click onInstalled apps .
  4. Next, search forMicrosoft Store.
  5. Click thethree-dots menu and selectAdvanced options.
  6. Scroll down to theReset section.
  7. Click onRepair and wait for the process to complete.
  8. Once done, relaunch Microsoft Store and try to install the app to see if the error is resolved.

5. Manually Reset Microsoft Store Apps

reset microsoft store

You can manually reset the Microsoft Store app from the Settings app. The Reset option will delete all the app data, and you may need to log in to use Microsoft Store again.

To reset Microsoft Store:

  1. PressWin + I t o openSettings .
  2. Open theApps tab in the left pane.
  3. Click onInstalled apps to view all the apps installed on your PC.
  4. Search for theMicrosoft Store app.
  5. Click thethree-dots menu and selectAdvanced Options.
  6. Scroll down to theReset section.
  7. Click onReset and again on theReset button to confirm the action.
  8. Once thereset is complete, you’ll see acheckmark beside theReset button.

Launch Microsoft Store and sign in with your Microsoft Account if required. Then, try to install the app and check for any improvements.

6. Re-register the Microsoft Store App

powershell re_register microsoft store app

Another way to fix the “this app couldn’t be installed” error is to re-register the Microsoft Store using PowerShell. Here’s how to do it.

  1. Make sureMicrosoft Store is closed.
  2. Next, press theWin key and typepowershell .
  3. Right-click onPowerShell and selectRun as administrator.
  4. In the PowerShell window, type the following command to re-register the app for the current user:
    Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  5. Wait for the command to process and close PowerShell. Relaunch Microsoft Store and check if you can install the app without the error.

7. Reinstall the Microsoft Store

You can reinstall Microsoft Store to fix issues with the app due to corrupt app files or bugs. Since clearing the cache didn’t help, you can perform a reinstall to resolve the error.

Note that Microsoft Store is a system app. As a result, you cannot uninstall it from the Settings panel. Instead, you’ll need to use theGet-AppxPackage cmdlet in PowerShell to remove and reinstall the app.

Make sure tocreate a restore point before uninstalling Microsoft Store. When something goes awry, you can use the restore point to undo the changes and restore your PC to its current state.

To reinstall Microsoft Store:

  1. Press theWin key and typepowershell .
  2. Right-click on Windows PowerShell and selectRun as administrator.
    remove microsoft store powershell
  3. Next, in the PowerShell Windows, type the following command and press Enter:
    get-appxpackage *store |remove-appxpackage
  4. Once the app is removed, use the following command to reinstall Microsoft Store:
    `Get-AppxPackage -AllUsers Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

`
5. Wait for the app to install successfully. Then, typeexit and pressEnter to close PowerShell.
reinstall microsoft store powershell
6. PressWin key and typeMicrosoft Store to launch the app.

Fixing the “This App Couldn’t Be Installed” Error on Windows

This error is often due to issues with the corrupt app cache and temporary glitches. Use the Windows Store Apps troubleshooter or run the WSreset tool to fix common problems with Microsoft Store. If the issue persists, you can perform a reset or re-register the app to resolve the error.

That said, if the issue persists with a specific app, you can download the Microsoft Store apps using a third-party service and install them manually on your PC.

Also read:

  • Title: Streamlining the Setup of New, Non-Operational Store Programs
  • Author: Joseph
  • Created at : 2024-06-25 12:24:26
  • Updated at : 2024-06-26 12:24:26
  • Link: https://windows11.techidaily.com/streamlining-the-setup-of-new-non-operational-store-programs/
  • License: This work is licensed under CC BY-NC-SA 4.0.