Lỗi couldnt install well retry shortly trên store

If you’re getting the error "Couldn't install. We'll retry shortly" (error code 0x80070006) when trying to install Sea of Thieves through the Microsoft store, try this.

  1. Navigate to C:\Users[your_user_name]\AppData\Local\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache
  2. Delete all the folders & files in LocalCache - leave the LocalCache folder.
  3. Reboot and retry

If that doesn’t work, try the following:

  1. Open Windows Powershell as Admin
  2. Paste set-ExecutionPolicy RemoteSigned into the terminal and hit Enter.
  3. Press Y to accept.
  4. Paste Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"} (all one line) and hit Enter
  5. A lot of stuff will happen. Once it’s done, exit the Powershell terminal.
  6. Reboot and retry

Still not working?

  1. Open a CMD prompt as Admin
  2. Try the following commands one by one (paste + Enter)
    • dism /online /cleanup-image /startcomponentcleanup
    • `0x80070006`0
  3. Reboot and retry

I haven’t tested this, but you can try creating a new user and change the new user account from standard to administrator, then login with the new user and test opening and updating store.

Can't get an app on Windows through the Microsoft Store? Get this annoying error fixed with this guide.

Lỗi couldnt install well retry shortly trên store

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

Lỗi couldnt install well retry shortly trên store

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. Press Win + I to open Settings.
  2. In the System tab, scroll down and click on Troubleshooter.
  3. Next, click on Other troubleshooters.
  4. Scroll down and click on the Run 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

Lỗi couldnt install well retry shortly trên store

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 the Win key and type wsreset.
  2. Click on wsreset – run 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. Press Win + R to open Run.
  2. Type services.msc and click OK.
  3. In the Services snap-in, locate the Microsoft Store Install Service entry.
    Lỗi couldnt install well retry shortly trên store
  4. Right-click on the service entry and select Properties.
  5. In the Properties dialog, check if the Startup type is set to Disabled.
    Lỗi couldnt install well retry shortly trên store
  6. If yes, click the Startup type drop-down and select Manual.
    Lỗi couldnt install well retry shortly trên store
  7. Click Apply and OK to save the changes.
  8. Next, right-click on Microsoft Store Install Services and select Restart.

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

Lỗi couldnt install well retry shortly trên store

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. Press Win + I to open Settings.
  2. Open the Apps tab in the left pane.
  3. Click on Installed apps.
  4. Next, search for Microsoft Store.
  5. Click the three-dots menu and select Advanced options.
  6. Scroll down to the Reset section.
  7. Click on Repair 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

Lỗi couldnt install well retry shortly trên 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. Press Win + I to open Settings.
  2. Open the Apps tab in the left pane.
  3. Click on Installed apps to view all the apps installed on your PC.
  4. Search for the Microsoft Store app.
  5. Click the three-dots menu and select Advanced Options.
  6. Scroll down to the Reset section.
  7. Click on Reset and again on the Reset button to confirm the action.
  8. Once the reset is complete, you’ll see a checkmark beside the Reset 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

Lỗi couldnt install well retry shortly trên store

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 sure Microsoft Store is closed.
  2. Next, press the Win key and type powershell.
  3. Right-click on PowerShell and select Run 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 the Get-AppxPackage cmdlet in PowerShell to remove and reinstall the app.

Make sure to create 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 the Win key and type powershell.
  2. Right-click on Windows PowerShell and select Run as administrator.
    Lỗi couldnt install well retry shortly trên store
  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, type exit and press Enter to close PowerShell.
    Lỗi couldnt install well retry shortly trên store
  6. Press Win key and type Microsoft 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.