How to Issues & Fixes Windows

How to Fix This app can’t open in Windows 10

This app can’t open

If you guys have recently upgraded to Windows 10 then you may have a lot of issues along with Windows Store and its Apps. One such issue is actually the error “This app can’t open” when you try to tap on an app, the app window tries to load however, sadly it disappears, and instead, you are faced along with the above error message. In short, Windows 10 apps won’t open and also even if you click on the hyperlink “Go to the Store” that is shown in the error message, you guys will again see the same error message again.

There are a lot of causes because of which Windows 10 apps won’t open, but we have listed a few of them here:

  • Corrupt Windows Apps Store
  • Expired Windows Store license
  • Windows Update Service might not be running
  • Corrupt Windows Store
  • Windows Store Cache Issue
  • Corrupt User Profile
  • 3rd Party Application Conflict
  • Firewall or Antivirus Conflict

Now that you guys are aware of the issue and its causes, it’s time to see how you can actually resolve the issue. So without even wasting any time let’s see how you can Fix This app that can’t open in Windows 10 with the help of the below-listed troubleshooting guide as well.

How to Fix This app can’t open in Windows 10

Run Windows Store Troubleshooter

  • You have to download Windows Store Apps Troubleshooter.
  • Just double-tap on the download file in order to run the Troubleshooter.
  • Make sure to tap on Advanced and checkmark “Apply repair automatically.
  • Just let the Troubleshooter run and Fix Windows Store Not Working.
  • Now just type “troubleshooting” in the Windows Search bar and tap on Troubleshooting.
  • Then, from the left window pane choose View all.
  • Then from the Troubleshoot computer problems list just choose Windows Store Apps.
  • Follow on-screen instructions and let the Windows Update Troubleshoot run.
  • Restart your PC and again try to install apps from Windows Store as well.

Perform a Clean Boot | This app can’t open

Many times 3rd party software can conflict along with Windows Store and therefore cause the error. In order to Fix This app that can’t open in Windows 10, you guys have to perform a clean boot on your PC and diagnose the issue step by step. When your system starts in Clean Boot again try to open Windows Store and see if you guys are able to resolve the error.

Temporarily Disable Antivirus and Firewall

  • Right-tap on the Antivirus Program icon from the system tray and choose Disable.
  • Next, choose the time frame for which the Antivirus will remain disabled.

Note: Just choose the smallest amount of time possible for example 15 minutes or 30 minutes.

  • When done, again try to open Windows Store and then check if the error resolves or not.
  • Tap on Windows Key + I then selects Control Panel.
  • Next, tap on System and Security.
  • Then tap on Windows Firewall.
  • Now from the left window pane tap on Turn Windows Firewall on or off.
  • Just choose Turn off Windows Firewall and restart your PC. Again try to open Update Windows and then see if you’re able to fix This app can’t open in Windows 10 as well.

If the above method doesn’t work make sure to follow the exact same steps in order to turn on your Firewall again.

User Account Control Settings

  • Tap on Windows Key + Q to bring up Search and then type Control Panel and then click on it.
  • This will basically open Control Panel, then select System and Security then again tap on Security and Maintenance.
  • Tap on Change User Account Control Settings under the Security and Maintenance column.

This app can’t open

  • Just move the slider up or down to choose when to be notified about changes to your computer, and then click OK.

Note: The user said level 3 or 4 help them to fix the issue.

  • Reboot your PC in order to save changes.

Re-Register Windows Store

  • In the Windows search, just type Powershell then right-tap on Windows PowerShell and select Run as administrator.
  • Now you have to type the following in the Powershell and hit enter:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  • Let the above process finish and then restart your PC as well.

Reset Windows Store Cache

  • Tap on Windows Key + R then type “wsreset.exe” and hit enter.
  • Now let the above command run which will reset your Windows Store cache.
  • Whenever this is done restart your PC to save changes. See if you’re able to Fix This app that can’t open in Windows 10, if not then continue as well.

Make sure Windows is up to date | This app can’t open

  • Tap on Windows Key + I then choose Update & Security.
  • Then, again click Check for updates and make sure in order to install any pending updates.
  • After the updates are installed reboot your PC and then see if you’re able to Fix This app can’t open in Windows 10.

Make sure Windows Update service is running

  • Tap on Windows Key + R then type services.msc and click on Enter.
  • Find Windows Update service and double tap on it to open its Properties.
  • Make sure the Startup type is set to Automatic and click Start if the service is not running.

This app can’t open

  • Tap on Apply followed via OK.
  • Just like that, follow the same steps for the Application Identity service.
  • Reboot your PC in order to save changes and see if you’re able to Fix This app can’t open in Windows 10.

Fix User Account Control Settings

  • PresTap on s Windows Key + R then type Secpol.msc and hit Enter.
  • Now in Group policy editor make sure in order to navigate:

Security Settings > Local Policies > Security Options

  • From the right-hand side window, just find the following Policies and double tap on them to change the settings accordingly:

User account control: Detect application installations and prompt for elevation: ENABLED
User account control: Run all administrators in Admin Approval Mode: ENABLED
User Account Control: behavior of the elevation prompt for administrators in admin approval mode: UNDEFINED

  • Tap on Apply followed by OK to save changes.
  • Click on Windows Key + X then choose Command Prompt (Admin) and type the following command:

gpupdate /force

  • Then make sure to run the above command twice just to make sure and reboot your PC.

Force Update Windows Store

  • Tap on Windows Key + X then chooses Command Prompt (Admin).
  • Now type the following command into cmd and tap Enter:

schtasks /run /tn “\Microsoft\Windows\WindowsUpdate\Automatic App Update”

  • Now let the above process complete and then restart your PC.

Reinstall the problematic app

If the issue is only with a handful of applications, then you guys could re-install them in order to try to fix the issue.

  • First, open Start Menu and locate the problematic app.
  • Right-tap on it and choose Uninstall.
  • After the app has been uninstalled, just open the Store app and try to download it again as well.

Fix License Service | This app can’t open

  • Open Notepad and then copy the following text as it is:
echo off

net stop clipsvc

if “%1?==”” (
echo ==== BACKING UP LOCAL LICENSES
move %windir%\serviceprofiles\localservice\appdata\local\microsoft\clipsvc\tokens.dat %windir%\serviceprofiles\localservice\appdata\local\microsoft\clipsvc\tokens.bak
)

if “%1?==”recover” (
echo ==== RECOVERING LICENSES FROM BACKUP
copy %windir%\serviceprofiles\localservice\appdata\local\microsoft\clipsvc\tokens.bak %windir%\serviceprofiles\localservice\appdata\local\microsoft\clipsvc\tokens.dat
)

net start clipsvc
  • Now tap on File > Save as from Notepad Menu.
  • From Save as type drop-down choose “All Files” and then name the file as license.bat (.bat extension is very important).
  • Tap on Save as to save the file to your desired location.
  • Now right-tap on the file (license.bat) and choose Run as Administrator.
  • During this execution, the license service will also be stopped and the caches will be renamed.
  • Then uninstall the affected apps and then re-install them. Again you have to check Windows Store and see if you guys are able to Fix This app that can’t open in Windows 10.

Create a new local account | This app can’t open

  • Tap on Windows Key + I to open Settings and then click Accounts.
  • Now click on the Family & other people tab in the left-hand menu and tap on Add someone else to this PC under Other people.
  • Tap on I doesn’t have this person’s sign-in information at the bottom.
  • Choose to Add a user without a Microsoft account at the bottom.
  • Now just type the username and password for the new account and tap on Next.

Sign in to this new user account and then also see if the Windows Store is working or not. If you guys are successfully able to Fix This app can’t open in Windows 10 in this new user account. Then the problem was along with your old user account which might have got corrupted. Anyway transfer your files to this account and delete the old account in order to complete the transition to this new account actually.

Conclusion

Alright, That was all Folks! I hope you guys like this article and also find it helpful to you. Give us your feedback on it. Also if you guys have further queries and issues related to this article. Then let us know in the comments section below. We will get back to you shortly.

Have a Great Day!

Also See: Can’t Remove Read Only From Folder in Windows 10

About the author

Windy Moore

Leave a Reply