How to Repair Apps in Windows 11
Sometimes, your apps in Windows 11 might freeze or stop working right. This guide shows you how to use built-in tools to fix them.
Sometimes, apps might freeze, crash, or show errors. This guide helps you use Windows tools to fix these problems, especially when you want to repair apps in Windows 11 without starting over.
Go to Settings Apps Installed apps, click the three dots next to the app, select Advanced options, and click Repair. For older programs, open Control Panel Programs Programs and Features, right-click the program, and select Repair or Change.
Why repair your apps?
An app might stop working correctly because its files or settings have become corrupted. Repairing the app refreshes its internal data without you having to uninstall and reinstall it entirely. This saves you time and keeps your personal preferences intact. Repairing an app can help fix performance issues or slow loading times if these are caused by corrupted app files.
What happens when you are done?
Once the repair is done, Windows will have refreshed the app’s core files. In most cases, your data remains safe. However, some apps might reset to their original default settings, and you may need to sign in again. This means your app will be like it was when you first installed it, but your personal files should still be there.
Prerequisite: Check for Windows Updates
Before troubleshooting, ensure your system is up to date. Go to Settings > Windows Update and click Check for updates. Many app issues stem from outdated system components. Keeping Windows updated is a good first step for troubleshoot application errors in Windows 11.
Repairing apps via Settings
You can repair apps you got from the Microsoft Store in Windows 11 using the Settings app. It’s a quick fix, avoiding the need to remove and re-add the app. Navigate to Settings, locate your app, and select the repair option.
Latest Update
You can repair apps you got from the Microsoft Store in Windows 11 using the Settings app. It's a quick fix, avoiding the need to remove and re-add the app. Navigate to Settings > Apps > Installed apps. Locate your app, click the three dots next to it, and select Advanced options. Then, under the Repair section, click the Repair button. This method is specifically for Microsoft Store app issues.
- Click the Start button and open Settings.
- Select Apps, then click on Installed apps.
- Find the app you want to fix in the list.
- Click the More (three dots) icon next to the app.

- Select Advanced options. Note: If you do not see this link, the app does not support a repair through this menu.

- Click the Repair button if it is available. If the app still does not work, you can click Reset to start fresh.

Repairing programs via Control Panel
If a desktop program on your Windows 11 PC isn't working correctly, you can often repair it using the Control Panel. This method can fix many program issues without you having to uninstall and reinstall the entire program. Open Control Panel and navigate to Programs. Look for the repair option for your program.
Latest Update
If a desktop program on your Windows 11 PC isn't working correctly, you can often repair it using the Control Panel. This method can fix many program issues without you having to uninstall and reinstall the entire program. Open Control Panel (you can search for it) and navigate to Programs > Programs and Features. Select the program you want to repair, and if available, you'll see a Repair option. This is how you repair apps that are not installed from the Microsoft Store.
- Search for Control Panel in your taskbar and open it.

- Click Programs, then select Programs and Features.
- Find the program you want to fix in the list.

- Right-click the program name and select Repair. If that option is missing, select Change.

Advanced Repair via Command Prompt and PowerShell
When normal methods don't fix your apps in Windows 11, advanced repair using Command Prompt or PowerShell can help. These tools can fix corrupted system files, which are often the root of more complex problems. You can run the System File Checker with 'sfc /scannow' or use the DISM tool to repair your Windows system.
When normal methods don't fix your apps in Windows 11, advanced repair using Command Prompt or PowerShell can help. These tools can fix corrupted system files, which are often the root of more complex problems. You can run the System File Checker with sfc /scannow or use the DISM tool to repair your Windows system. These commands are powerful ways to fix corrupted apps Windows 11 when other methods fail.
Right-click the Start button and open Terminal (Admin).
Type sfc /scannow and press Enter. Windows will scan your system for corrupted files and attempt to repair them. This process can take some time. If sfc /scannow finds issues it can't fix, you can use the DISM tool. To do this, first type DISM /Online /Cleanup-Image /RestoreHealth and press Enter. After DISM finishes, run sfc /scannow again.
Run the System File Checker (SFC) to fix corrupted system files: sfc /scannow
If issues persist, use the DISM tool: DISM /Online /Cleanup-Image /RestoreHealth
To reinstall a specific app via PowerShell, use: Get-AppxPackage *AppName* | Remove-AppxPackage followed by a reinstall from the Microsoft Store.
Fixing Microsoft Store Issues
wsreset.exe (this command clears the Microsoft Store cache), and press Enter. This resets the Windows Store cache without deleting your apps.Summary
Fixing apps in Windows 11 is a useful way to solve performance problems, with options ranging from simple Settings repairs for Store apps to Control Panel fixes for older programs and advanced command-line tools for deeper issues.
What Changed
- Windows 11 includes a built-in Troubleshooter that can automatically detect and fix common problems with apps.
- The
Settings > Apps > Installed appssection is the primary location for managing and repairing Microsoft Store apps. - Control Panel remains a valid method for repairing traditional desktop applications.
What should I do if the Repair button is greyed out?
If the Repair button is greyed out or missing for an app, it means that specific application does not support the built-in repair feature. In this case, your best option is to uninstall the app completely, restart your computer, and perform a fresh installation from the official source. This is often the only way to fix application errors for apps that don't offer a repair option.
Does repairing an app delete my personal data?
Generally, the Repair function attempts to fix corrupted files while keeping your personal data and settings intact. However, if you choose the Reset option instead, it will clear the app's data, cache, and preferences, essentially returning the application to its original, out-of-the-box state.
How It Compares
- Repair vs. Reset:
- Repairing an app attempts to fix corrupted files while keeping your personal data and settings intact.
- Resetting an app will clear all its data, cache, and preferences, returning it to its original, out-of-the-box state.
- Resetting is a more drastic step and will require you to set up the app again, including signing in.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!