Applications in Windows 11 occasionally stop working as expected. You might encounter issues such as apps crashing on launch, freezing unexpectedly, displaying error messages, failing to load content, or becoming unresponsive after an update. While reinstalling an application can often solve these problems, Windows 11 provides a built-in Reset feature that can restore many apps to their default state without requiring a complete reinstallation.
Resetting an app removes its stored settings, cached data, and temporary files, effectively returning it to the condition it was in when first installed. This can help resolve issues caused by corrupted settings, damaged app data, or configuration conflicts. For Microsoft Store apps and many built-in Windows applications, the Reset option is one of the quickest troubleshooting methods available.
Whether you’re trying to fix a malfunctioning application, clear app data, or start fresh with default settings, this guide explains how to reset apps in Windows 11 using several built-in methods.
What Does Reseting an App Do?
When you reset an application, Windows removes the app’s stored data and restores its default configuration.
Depending on the app, resetting may:
- Delete saved settings
- Clear cached files
- Remove stored preferences
- Sign you out of accounts
- Restore default configurations
- Fix corrupted app data
The app itself remains installed on your computer.
After resetting, many apps behave as though they were launched for the first time.
When Should You Reset an App?
Resetting is often useful when an application experiences persistent issues.
Common situations include:
- The app crashes repeatedly
- The application won’t open
- Features stop working properly
- Settings become corrupted
- Error messages appear frequently
- Updates cause instability
- The app becomes unusually slow
Resetting should generally be attempted before uninstalling and reinstalling the application.
Difference Between Repair and Reset
Windows 11 often provides both Repair and Reset options.
Repair
The Repair feature:
- Attempts to fix app files
- Preserves settings
- Keeps user data intact
- Does not remove app configurations
Reset
The Reset feature:
- Removes app data
- Clears settings
- Restores defaults
- May sign you out of accounts
Because Reset is more aggressive, it’s usually best to try Repair first when available.
Method 1: Reset an App Through Windows Settings
The Settings app provides the easiest way to reset supported applications.
Open Installed Apps
- Press Windows + I to open Settings.
- Select Apps from the left sidebar.
- Click Installed Apps.
Windows displays a list of installed applications.
Open Advanced Options
- Locate the app you want to reset.
- Click the three-dot menu beside it.
- Select Advanced Options.
Not all applications support Advanced Options.
Reset the App
Scroll down to the Reset section.
Click:
Reset
Windows displays a confirmation prompt.
Select:
Reset
again to confirm.
The application is restored to its default state.
After completion, launch the app and configure it again if necessary.
Method 2: Reset Built-In Windows Apps
Many built-in Windows applications support resetting through Settings.
Examples include:
- Camera
- Photos
- Calculator
- Clock
- Sound Recorder
- Microsoft Store
- Notepad
- Paint
Reset a Built-In App
- Open:
Settings > Apps > Installed Apps
- Select the desired application.
- Open Advanced Options.
- Click Reset.
This process is identical to resetting third-party Microsoft Store apps.
Method 3: Reset Microsoft Store
If you’re experiencing problems with Microsoft Store downloads or updates, resetting the Store itself may help.
Reset Through Settings
- Open:
Settings > Apps > Installed Apps
- Locate:
Microsoft Store
- Select Advanced Options.
- Click Reset.
This restores Store settings and often resolves download and update issues.
Reset Using WSReset
Press Windows + R and enter:
wsreset.exe
Then press Enter.
Windows clears the Store cache and automatically launches Microsoft Store after completion.
This method often fixes Store-related problems without affecting installed apps.
Method 4: Reset Apps Using PowerShell
Some built-in Windows applications can be reset through PowerShell.
Open PowerShell as Administrator
- Press Windows + X.
- Select:
Terminal (Admin)
Re-register Built-In Apps
Run:
Get-AppxPackage -AllUsers | Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}
This command reinstalls registration information for Windows apps and may resolve issues affecting multiple applications.
Restart the computer after completion.
Method 5: Clear App Data Manually
Some desktop applications store settings within user profile folders.
Open AppData
- Press Windows + R.
- Type:
%appdata%
- Press Enter.
Locate the application’s folder and remove its configuration files if the software documentation indicates this is safe.
Open Local AppData
Press:
Windows + R
and enter:
%localappdata%
Many applications store cache and configuration files in this location.
Removing corrupted data may effectively reset the application.
Always back up important files before deleting configuration folders.
Method 6: Uninstall and Reinstall the App
If Reset is unavailable or ineffective, reinstalling the application may be necessary.
Uninstall the App
- Open:
Settings > Apps > Installed Apps
- Select the application.
- Click:
Uninstall
- Confirm removal.
Reinstall the App
For Microsoft Store apps:
- Open Microsoft Store.
- Search for the application.
- Click:
Install
For desktop programs, download the latest installer from the developer’s website.
A fresh installation often resolves persistent issues.
What Happens After Resetting an App?
The exact outcome depends on the application.
Typical changes include:
Removed Settings
Custom preferences return to default values.
Account Sign-Out
You may need to sign in again.
Deleted Cache
Temporary files are removed.
Restored Defaults
The application behaves like a newly installed copy.
Preserved Installation
The application remains installed on the system.
Because personal settings may be lost, ensure important data is backed up before resetting critical applications.
Apps That Commonly Benefit from Resetting
Certain applications frequently respond well to a reset.
Examples include:
Microsoft Store
Fixes download and update problems.
Photos
Resolves crashes and loading issues.
Calculator
Fixes startup and functionality problems.
Camera
Addresses camera access and launch failures.
Resolves syncing and sign-in issues.
Clock
Fixes alarms and notification problems.
Resetting these apps often resolves common Windows 11 issues quickly.
Common Problems After Resetting
Occasionally, additional steps may be required.
App Still Doesn’t Work
Try:
- Updating Windows
- Running the Repair option
- Reinstalling the app
- Running System File Checker
Missing Data
Some applications remove locally stored settings during reset.
Restore data from backups if necessary.
Sign-In Issues
Sign back into the application and verify account credentials.
Settings Not Restored
Some apps synchronize settings through cloud services and may require time to resync.
Additional Troubleshooting Methods
If resetting does not resolve the issue, consider the following options.
Run System File Checker
Open Terminal as Administrator and run:
sfc /scannow
Windows scans and repairs corrupted system files.
Repair Windows Image
Run:
DISM /Online /Cleanup-Image /RestoreHealth
This repairs Windows components that may affect application functionality.
Install Windows Updates
Navigate to:
Settings > Windows Update
and install all available updates.
Software compatibility issues are often resolved through updates.
Best Practices Before Resetting Apps
Before performing a reset:
Save Important Data
Back up any locally stored information.
Sync Cloud Accounts
Ensure cloud-based data has finished syncing.
Try Repair First
If available, use the Repair option before resetting.
Note Important Settings
Record custom configurations that may need to be recreated later.
These precautions help prevent accidental data loss.
Conclusion
Resetting apps in Windows 11 is an effective troubleshooting technique for resolving crashes, performance issues, corrupted settings, and application errors. The built-in Reset feature restores apps to their default state while keeping the application installed, making it a convenient alternative to a complete reinstallation. Whether you’re troubleshooting Microsoft Store apps, built-in Windows applications, or software that supports advanced app management, resetting can often resolve issues within minutes.
By understanding when to use Repair, Reset, PowerShell tools, and reinstallation methods, you can quickly restore malfunctioning applications and maintain a smoother Windows 11 experience. For many common app problems, resetting is one of the fastest and most effective solutions available.
FAQ
Will resetting an app delete my files?
It depends on the application. Resetting usually removes settings and cached data, but some apps may also remove locally stored information.
What is the difference between Repair and Reset?
Repair attempts to fix an app while preserving settings and data. Reset restores the app to its default state and removes stored configurations.
Can I reset desktop applications?
Most traditional desktop applications do not support Windows 11’s Reset feature. In those cases, reinstalling the program is usually the equivalent solution.
Why don’t I see a Reset option for some apps?
The Reset feature is primarily available for Microsoft Store apps and modern Windows applications. Many desktop programs manage their own settings independently and do not provide this option through Windows Settings.


