App crashes and freezes can be the worst problem of all! You lose your progress and important data as a result. You may think the only way to get the app up and running is to open it again. This may seem easy, but frequent app crashes on your computer mean annoying workflow and data loss.
There could be many reasons why an application might crash on Windows, ranging from: Bad Windows Update To a critical system error. If usual solutions like updating or reinstalling apps don't help, try applying the fixes below to save yourself from recurring app crashes.
1. SFC SCAN
Corrupted system files can be responsible for all sorts of crashes and errors that occur on Windows. Fortunately, Windows has an SFC (System File Checker) scanner to automatically find and repair them. Here's how.
Step 1: Open menu START YOUR , And type cmd To open a command prompt, select “Run as administratorTo open it with administrator rights.
Step 2: Type the command below and press Enter.
SFC / scannow
Wait for the process to complete and then restart your computer to see if the applications are working fine now.
2. Reset apps
Sometimes, a bad or faulty update can make an app unstable. Therefore, if the app crashing issue is limited to only one or two apps, you can try resetting them to see if that resolves the issue. Read on to learn how to reset an app on Windows 10.
Step 1: Press Windows key + I to open SettingsGo to. Applications.
Step 2: Select Apps & features on the left. Scroll down to find the troublesome app and click Advanced options. There, click the button Reset.
Note that resetting the app will erase all app data. Once done, restart your computer to see if the app crashing issue has been resolved.
3. Reset the Microsoft Store process
it is known that Clear cache Microsoft Store helps resolve app crashes on Windows 10. So, if resetting the app doesn't help, it's time to reset the Microsoft Store process itself.
Step 1: Open menu START YOUR , And type cmd To open a command prompt, select “Run as administratorTo open it with administrator rights.
Step 2: In the console, type WSReset.exe and press Enter. Enter.
This will restart the Microsoft Store. Continue your work now and see if the app crashing issue persists.
4. Re-register Windows applications
If your computer has multiple user accounts, and if the app crashing issue is caused by one of the conflicting Windows user accounts, you can try re-registering ownership of the Windows Store to the account you're using. Here's how.
Step 1: Press Windows Key + E to launch File Explorer Quickly. Now go to C:>ProgramFiles. Then, switch to the View tab and check the Hidden items box if it isn't already there.
Step 2: Now, right-click the WindowsApps folder and select Properties. Now switch to the "Security" tab and click "Advanced."
Step 4: Open the properties window for a folder. WindowsApps Go to Advanced Security Settings. Under the Permissions tab, click addition.
Step 5: In the next window, click Select Administrator and type your username. Then click “OK“. Next, grant all permissions by checking the box that reads Full Control and click OK.
Step 6: Now press Windows Key + To open the Quick Links menu, select Windows PowerShell (Admin) from the list. In the PowerShell windows, paste the command below and press Enter.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Once done, restart your computer and see if the problem is now gone.
5. Check for viruses or malware
If your computer is affected by some type of malware or virus, it can cause applications on your computer to crash in unseen ways. Therefore, it's best to check your computer for any malware by running a quick scan. If you already have antivirus software installed, use it to scan your computer. If not, you can rely on Windows Defender Built to do the job.
6. Run DISM
If the above solutions don't help you, you can try: DISM , which stands for Deployment Image Servicing and Management. Like the SFC scan, DISM is another system tool designed to repair system images and files on Windows. Here's how to use it.
Step 1: Open menu START YOUR , and type cmd to open a command prompt. Select “Run as administratorTo open it with administrator rights.
Step 2: Type the commands below and press Enter.
DISM / Online / Cleanup Image / CheckHealth
DISM / Online / Cleanup Image / ScanHealth
DISM / Online / Cleanup Image / RestoreHealth
After applying the above commands, restart your computer and see if the applications are working fine now.
Fix those errors
Ideally, trying the above solutions should fix the app crashing issue on Windows 10. Additionally, update your Windows system regularly as these updates often bring fixes for any major instability or crashing issues.