How to Repair Apps in Windows 11
Repairing apps in Windows 11 fixes broken, frozen, or crashing software using built-in settings without losing your saved data or files. Windows 11 includes a quick repair tool for Microsoft Store apps and desktop programs that lets you solve problems in three clicks.
Open the Settings app, go to Apps and then Installed apps, find the program that gives you trouble, and click the advanced options link to find the repair button. This built-in fix replaces missing or broken app files instantly so you can get back to work.
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?
Programs stop working correctly when their core files or settings become corrupted. Repairing the application refreshes internal data without requiring a complete uninstallation and reinstallation. This preserves personal preferences and saves time. Repairing an app can help fix performance issues or sluggish loading times stemming from damaged installation files.
What happens when you are done?
Windows refreshes core program files during the repair process. Personal data remains safe in most cases. However, certain programs revert to default factory settings, requiring a fresh sign-in. This means your app will be like it was when you first installed it, but personal files stay intact.
Prerequisite: Check for Windows Updates
Verify that the operating system is fully updated before troubleshooting. Go to Settings > Windows Update and click Check for updates. Outdated system components trigger many common software glitches. Keeping Windows current serves as a reliable first step for troubleshoot application errors in Windows 11.
Repairing apps via Settings
Microsoft Store apps are particularly quick to fix directly through the Windows settings menu. This approach avoids removing and re-adding software packages. Navigate to the settings interface, locate the troubled program, and select the repair utility.
Latest Update
Microsoft Store apps are particularly quick to fix directly through the Windows settings menu. This approach avoids removing and re-adding software packages. 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
Desktop software malfunctioning on a Windows 11 PC often responds well to Control Panel repairs. This utility resolves numerous program errors without requiring a full reinstall. Open the Control Panel utility and navigate to the program management section to find repair options.
Latest Update
Desktop software malfunctioning on a Windows 11 PC often responds well to Control Panel repairs. This utility resolves numerous program errors without requiring a full reinstall. 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
Command-line utilities step in when standard menus fail to resolve stubborn system errors. These tools target corrupted core files responsible for deep-seated software failures. Users can run the System File Checker with 'sfc /scannow' or deploy DISM to restore operating system integrity.
Command-line utilities step in when standard menus fail to resolve stubborn system errors. These tools target corrupted core files responsible for deep-seated software failures. Users can run the System File Checker with sfc /scannow or deploy the DISM tool to repair the 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
Clearing the cache resolves unresponsive Store applications. Press Win + R, type wsreset.exe (this command clears the Microsoft Store cache), and press Enter. This action clears temporary store data without deleting installed programs.
Summary
Fixing apps in Windows 11 resolves persistent performance degradation through multiple avenues, spanning basic settings adjustments for modern packages, Control Panel utilities for legacy desktop software, and advanced command-line tools for underlying OS corruption.
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?
A greyed-out or missing Repair button indicates that the specific software package lacks built-in repair functionality. Completely uninstalling the program, rebooting the machine, and performing a fresh installation from an official installer resolves this limitation. 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?
Repair functions attempt to correct damaged files while preserving user data and configurations. Choosing the Reset alternative, however, purges all application data, caches, and customized preferences, returning the software to its default factory condition.
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!