Whenever you try to open a Windows app like the Photos app, Calculator, or the UWP app, you may see an error message “Give us a minute, We’re updating the app” on your Windows 10 PC. You may also see this message for OneNote and others.
Apparently, the error shows up due to some miscommunication between your system and the update (app specific) to be downloaded. While you may want to check your internet connection once to ensure if that’s the culprit, most f the times, it does not help.
The good news is, there are quite a few methods that can help you fix the Windows app error “Give us a minute, We’re updating app” on your Windows 10 PC. Follow the methods below to access the desired app back again.
Method 1: By Running the Windows App Troubleshooter
Step 1: Press Windows + I together on your keyboard to open the Settings window.
Step 2: In the Settings window, click on Update & Security.
Step 3: In the next window, go to the left side of the pane and click on Troubleshoot.
Now, go to the right-side of the window, scroll down and click on Additional troubleshooters.
Step 4: In the Additional troubleshooters window, scroll down and select Windows Store Apps.
Then click on Run the troubleshooter button below it.
It will start detecting the issue and if it finds one, it will automatically fix any basic problems and also display the troubleshooting report.
This should resolve your issue with the specific app, however, if you still encounter the error, try the 2nd method.
Method 2: By Resetting the Specific Store App Causing Issue
The 1st thing that comes to our mind is to run the troubleshooter for the specific app and check if it can detect any issue and fix it accordingly.
Step 1: Press the Windows + I keys on your keyboard together to open the Settings window.
Step 2: In the Settings window, click on Apps.
Step 3: In the Apps window, you will straight away reach the Apps & features section. On the right side of the pane, scroll down to find the UWP app that’s giving the error.
For instance, we are facing and issue with the Films & TV app.
So, select the app and click on Advanced options below it.
Step 4: In the Advanced options page, go to the Reset option and click on the Reset button below.
Step 5: It will open a warning prompt. Read it and once you are sure that you want to reset the app, click on Reset again.
Once the Reset process is complete, you can go back and try opening the app. It should work fine now. But if you still have an issue, follow the 3rd method.
Method 3: By Re-Registering all the Windows Store Apps
You can re-register all the Windows Store apps without needing an active internet connection. All you need to do is to run a simple command in the Windows Powershell and your apps can be restored. Let’s see how.
*Note: Before you make any changes, make sure you create a system restore point before that.
Step 1: Navigate to the bottom left your desktop and right-click on the Start button.
Step 2: From the right-click menu, select Windows Powershell (Admin) to open Windows Powershell with admin rights.
Step 3: In the Windows Powershell window (admin mode), run the below command and hit Enter:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
This will re-register or reinstall all the Windows Store apps. Now, restart your PC and you can find any missing Microsoft Store app accordingly.
However, if this also does not help, you can try the 4th method.
Method 4: By Running System File Checker/DISM
Solution 1: By Running SFC /Scannow
Step 1: Navigate to the Windows icon (Start button) on the bottom left of your desktop and search for Command Prompt.
Step 2: Right-click on the result and select Run as administrator from the right-click menu to open Command Prompt in admin mode.
Step 3: In the Command Prompt (Admin) window, execute the below command and hit Enter:
sfc /scannow
The process takes time, so have patience till it completes. It will identify any corrupt files and fix them on the spot.
Once done, restart your PC and try opening the app. The problem should be gone.
Alternatively, you can try the DISM Online command to repair the Windows Component Store.
Solution 2: By Running DISM Command
Step 1: Navigate to the Windows icon (Start button) on the bottom left of your desktop and search for Command Prompt.
Step 2: Right-click on the result and select Run as administrator from the right-click menu to open Command Prompt in admin mode.
Step 3: In the Command Prompt (Admin) window, run the below command and hit Enter:
Dism /Online /Cleanup-Image /RestoreHealth
Wait till the process is complete. It will repair any damage to the system image from a Windows Update source.
You should now be able to open the Windows Store app that you are having problem with.
If you want an easier way out to run the sfc /scannow or DISM, follow the below solution.
Solution 3: By Running SFC /Scannow or DISM using .Bat File
Step 1: Press Win + R keys together on your keyboard to open the Run command.
Step 2: In the Run command search box, type notepad and hit Enter.
Step 3: Copy the below syntax and paste it in the notepad that opens:
@echo off date /t & time /t echo Dism /Online /Cleanup-Image /StartComponentCleanup Dism /Online /Cleanup-Image /StartComponentCleanup echo ... date /t & time /t echo Dism /Online /Cleanup-Image /RestoreHealth Dism /Online /Cleanup-Image /RestoreHealth echo ... date /t & time /t echo SFC /scannow SFC /scannow date /t & time /t pause
Step 4: Save the file in your desired location and name the file as per your convenience.
Press the Save button to save the changes and exit.
Step 5: Now, go to desktop and right-click on the .bat file. Select Run as administrator from the right-click menu.
Keep running this .bat file till it stops reporting any errors. Reboot your PC and you should now be able to open the app without any errors.
If none of the above method works, it’s possible that there might some corruption in the system. In that case, you can try a Fresh Start. The best part is, running a Fresh Start will retain all your data, delete all 3rd party apps, and will force update your Windows 10 OS to the latest version.
For this, got to Settings, click on Update & Security, select Recovery on the left side, and on the right side, under Reset this PC section, click on Get started. Then click on Keep my files, select the cloud or local option, click on change your settings, and set it to Restore preinstalled apps.
That’s it and your PC is all new now. You should not have problems with any of the Windows Store apps now.
Leave a Reply