How To Repair An App On Windows 11

People are currently reading this guide.

Alright, let's dive into getting that misbehaving app back in shape on your Windows 11 machine! Have you ever had an app that just refuses to cooperate? Maybe it crashes unexpectedly, certain features stop working, or it just generally acts… well, glitchy? Don't worry, you're not alone, and thankfully, Windows 11 offers several built-in tools to help you troubleshoot and repair these digital dilemmas. Let's walk through the steps together.

Step 1: The Quick Fix - Restart the App

Before we delve into more involved solutions, let's start with the simplest and often surprisingly effective first step.

1.1 Closing the App Properly

The first thing you should try is to completely close the problematic application. Don't just click the 'X' button, as some apps might continue running in the background.

  • Using the Taskbar: Right-click on the app's icon on the taskbar and select "Close window". Repeat this if multiple windows of the app are open.
  • Using Task Manager: If the app is unresponsive, you might need to force quit it using Task Manager. Press Ctrl + Shift + Esc to open Task Manager. In the "Processes" tab, find the app, select it, and click the "End task" button at the top right.

1.2 Restarting the App

Once you've ensured the app is fully closed, give your system a few seconds, and then try opening the app again. Sometimes, a simple restart is all it takes to resolve temporary glitches.

Step 2: Utilizing the Built-in Repair Feature

Windows 11 has a dedicated repair option for many installed applications. This is often the next best step if a simple restart doesn't do the trick.

2.1 Accessing the App Settings

To access the repair options, you'll need to navigate to the "Apps" settings.

  • Press the Windows key + I to open the Settings app.
  • In the left sidebar, click on "Apps".
  • On the right side, click on "Installed apps". You'll see a list of all the applications installed on your system.

2.2 Finding the Problematic App

Scroll through the list of installed apps until you find the one you're having trouble with. The list is usually in alphabetical order, which should make it easier to locate your app.

2.3 Exploring Advanced Options

Once you've found your app, look for three vertical dots (often labeled as "More options") to the right of the app's name. Click on these dots. A small menu will appear.

  • In this menu, click on "Advanced options". This will take you to a dedicated page for managing the specific app.

2.4 Using the "Repair" Option

On the "Advanced options" page, scroll down until you find the "Reset" section. Under this section, you might see two options:

  • Repair: This option attempts to fix the app without affecting your data. Windows will try to identify and fix any corrupted files or settings related to the app. This is the option you should try first. Click the "Repair" button and wait for the process to complete.

Step 3: Resetting the App to its Default State

If the "Repair" option doesn't solve the problem, the next step is to try resetting the app. Be aware that resetting will delete the app's data, including your preferences, saved files within the app, and login information.

3.1 Locating the "Reset" Option

As mentioned in Step 2.4, the "Reset" button is usually located under the "Reset" section on the app's "Advanced options" page.

3.2 Performing the Reset

Click the "Reset" button. A warning message will appear, informing you that this will permanently delete the app's data. If you're sure you want to proceed (and have perhaps backed up any important data within the app), click "Reset" again to confirm.

3.3 Reconfiguring the App

After the reset is complete, open the app. It will be in its default, freshly installed state. You'll likely need to log in again, reconfigure your settings, and potentially reload any data you had previously.

Step 4: Reinstalling the App

If repairing or resetting the app doesn't resolve the issues, the next more drastic step is to uninstall and then reinstall the application. This ensures you have a fresh copy of the app's files.

4.1 Uninstalling the App

There are a couple of ways to uninstall an app in Windows 11:

  • Through Settings: Go to Settings > Apps > Installed apps, find the app, click the three vertical dots, and select "Uninstall". Follow the on-screen prompts to complete the uninstallation.
  • Through Control Panel: You can also uninstall apps through the classic Control Panel. Search for "Control Panel" in the Start Menu, open it, and under "Programs", click on "Uninstall a program". Find your app in the list, right-click on it, and select "Uninstall".

4.2 Restarting Your Computer (Recommended)

After uninstalling the app, it's generally a good idea to restart your computer. This ensures that all residual files and processes related to the app are completely removed from your system.

4.3 Reinstalling the App

Once your computer has restarted, you can reinstall the app.

  • Microsoft Store Apps: If the app was installed from the Microsoft Store, open the Store app, search for the app, and click "Install".
  • Other Sources: If you installed the app from a website or other source, go back to that source and download the installation file. Run the installer and follow the on-screen instructions.

Step 5: Checking for Updates

Sometimes, app issues are caused by bugs that have been fixed in newer versions. Make sure both the app itself and your Windows operating system are up to date.

5.1 Updating the App

  • Microsoft Store Apps: The Microsoft Store usually updates apps automatically, but you can manually check for updates by opening the Store app, clicking on your profile picture in the top right corner, and selecting "Downloads and updates". Then, click "Get updates".
  • Other Apps: For apps installed from other sources, check within the app itself for an "Update" option, or visit the developer's website to download the latest version.

5.2 Updating Windows 11

Keeping your operating system updated is crucial for overall system stability and can sometimes resolve compatibility issues with apps.

  • Press Windows key + I to open Settings.
  • In the left sidebar, click on "Windows Update".
  • Click the "Check for updates" button. If updates are available, Windows will download and install them. You might need to restart your computer to complete the update process.  

Step 6: Running the System File Checker (SFC)

Corrupted system files can sometimes interfere with the proper functioning of applications. The System File Checker (SFC) is a built-in Windows tool that scans for and repairs corrupted system files.

6.1 Opening Command Prompt as Administrator

  • Search for "cmd" in the Start Menu.
  • Right-click on "Command Prompt" in the search results and select "Run as administrator". You'll need administrative privileges to run SFC.

6.2 Running the SFC Command

In the Command Prompt window, type the following command and press Enter:

sfc /scannow
  

The SFC tool will now scan your system files for any issues and attempt to repair them. This process can take some time, so be patient and let it complete.  

6.3 Reviewing the Results

Once the scan is finished, it will display the results. If it found and repaired any corrupted files, restart your computer.

Step 7: Checking Disk Health

Problems with your hard drive or SSD can also lead to application errors. Windows has a built-in tool called Check Disk (chkdsk) that can scan for and fix file system errors.

7.1 Opening Command Prompt as Administrator

As in Step 6.1, open Command Prompt as an administrator.

7.2 Running the CHKDSK Command

In the Command Prompt window, type the following command and press Enter:

chkdsk /f /r
  
  • /f attempts to fix errors on the disk.
  • /r attempts to locate bad sectors and recover readable information.

You'll likely be asked if you want to schedule the disk check to run the next time your system restarts. Type "y" for yes and press Enter. Then, restart your computer. The disk check will run before Windows boots up. This process can take a significant amount of time depending on the size and health of your drive.

Step 8: Updating Drivers

Outdated or corrupted device drivers, especially for your graphics card, can sometimes cause issues with certain applications.

8.1 Accessing Device Manager

  • Right-click on the Start Menu button and select "Device Manager".

8.2 Updating Drivers

In Device Manager, expand the category that you suspect might be causing issues (e.g., "Display adapters" for graphics card drivers). Right-click on the specific device and select "Update driver".

8.3 Choosing an Update Method

You'll be presented with two options:

  • Search automatically for updated driver software: Windows will search your system and the internet for the latest drivers.
  • Browse my computer for driver software: If you've already downloaded a driver from the manufacturer's website, you can select this option and browse to the driver files.

It's generally recommended to try the automatic search first.

Step 9: Running a Malware Scan

Although less common, malware infections can sometimes cause applications to malfunction. Running a full system scan with your antivirus software is a good preventative measure.

9.1 Using Windows Security

Windows 11 has a built-in antivirus program called Windows Security (formerly Windows Defender).

  • Search for "Windows Security" in the Start Menu and open it.
  • Click on "Virus & threat protection".
  • Under "Current threats", click on "Scan options".
  • Select "Full scan" and then click "Scan now". This scan will take some time to complete.  

9.2 Using Third-Party Antivirus

If you have a third-party antivirus program installed, run a full system scan using that software according to its instructions.

Step 10: Checking Application-Specific Support

If none of the above steps work, the issue might be specific to the application itself.

10.1 Visiting the Developer's Website

Go to the official website of the application developer. Look for support pages, FAQs, or forums where other users might have encountered similar issues and found solutions.

10.2 Contacting Support

Many software developers offer direct support channels, such as email or live chat. If you can't find a solution on their website, consider reaching out to their support team for assistance.

Frequently Asked Questions (FAQ) - How To...

How to quickly close an unresponsive app?

Press Ctrl + Shift + Esc to open Task Manager, find the app in the "Processes" tab, and click "End task".

How to find the repair option for an app in Windows 11?

Go to Settings > Apps > Installed apps, click the three dots next to the app, select "Advanced options", and scroll down to the "Reset" section where you'll find the "Repair" button.

How to reset an app and what happens when I do?

Follow the same steps as finding the repair option, but click "Reset" instead. Resetting deletes the app's data, returning it to its default state.

How to uninstall an app on Windows 11?

Go to Settings > Apps > Installed apps, click the three dots next to the app, and select "Uninstall". Alternatively, use the Control Panel.

How to reinstall an app from the Microsoft Store?

Open the Microsoft Store app, search for the app, and click "Install".

How to check for app updates in the Microsoft Store?

Open the Microsoft Store, click your profile picture, select "Downloads and updates", and then "Get updates".

How to run the System File Checker (SFC)?

Open Command Prompt as administrator and type sfc /scannow, then press Enter.

How to check your disk for errors?

Open Command Prompt as administrator and type chkdsk /f /r, press Enter, and then type "y" to schedule the check on the next restart.

How to update device drivers in Windows 11?

Right-click the Start Menu, select "Device Manager", expand the relevant category, right-click the device, and choose "Update driver".

How to run a full malware scan on Windows 11?

Open Windows Security, go to "Virus & threat protection", click "Scan options", select "Full scan", and click "Scan now".

Hopefully, this comprehensive guide helps you get your Windows 11 app working smoothly again! Remember to go through the steps systematically, starting with the simplest solutions first. Good luck!

0108240731083422209

You have our undying gratitude for your visit!