How to Reset an App in Windows 10?
Resetting an app in Windows 10 helps you fix crashes, missing features, startup failures, and corrupted data.
Windows 10 includes several built-in tools that let you repair, reset, re-register, and reinstall apps depending on how severe the issue is. Usually, its a misbehaving app that you want to reset totally, and we will help you below do it without making your PC burn.
Table of contents
How to reset an app in Windows 10 properly?
1. Reset an app from Settings
Windows 10 includes a built-in reset button for Microsoft Store apps and many desktop apps. This method wipes the app’s data and restores it to factory defaults.
- Select Start, open Settings, then select Apps.
- Choose Apps & features to see everything installed.

- Select the app you want to fix and choose Advanced options.

- Scroll down and select Reset.
- Confirm the prompt to delete the app’s saved data.
Why this works?
Resetting removes corrupted cache, local files, and broken configuration entries that cause instability. If you run into system-level reset errors, see this guide on fixing Windows 10 “There was a problem resetting your PC“.
2. Repair an app before resetting it
Repairing keeps your data while Windows replaces missing or broken files. Many Windows 10 apps support this option.
- Open Settings and select Apps.
- Choose Apps & features.

- Select the app and choose Advanced options.
- Choose Repair and wait for Windows to complete the fix.
When to use this?
Use Repair when the app loads but freezes or runs slowly.
3. Run WSReset to fix Microsoft Store apps
Store apps in Windows 10 often break because the Store cache becomes corrupted.
- Press Windows + R to open Run.
- Type wsreset -i.
- Select OK and wait for the Microsoft Store to reopen.
Why this works?
WSReset clears and rebuilds the Store cache so apps can update and launch properly. Clearing the cache helps for app errors just like resetting temporary internet files to their default location does for browser-related issues.
4. Re-register apps with PowerShell
This method restores system-wide app registrations that Windows 10 uses to launch Microsoft Store apps.
- Right-click Start and choose Windows PowerShell (Admin).
- Paste the following command:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- Press Enter.
- Wait while Windows 10 restores all Store app registrations.
Why this works?
Re-registration fixes issues where apps refuse to open or appear blank. If File Explorer stops responding while performing these actions, you can also look into how to reset File Explorer to restore normal behavior.
5. Reset apps with Command Prompt (advanced)
Command Prompt lets you remove broken app packages when the normal uninstall/reset options fail.
- Right-click Start and select Command Prompt (Admin).
- Run the following command to find the package:
Get-AppxPackage appname
- Identify the full package details.
- Remove it with:
Get-AppxPackage appname | Remove-AppxPackage
- Reinstall the app through the Microsoft Store afterward.
Why this works
CMD deletes corrupted packages that the Settings app cannot remove.
6. Use the Windows Store Apps Troubleshooter
Windows 10 includes a dedicated troubleshooter that automatically detects and fixes Store-related problems.
- Open Settings and select Update & Security.
- Choose Troubleshoot.
- Select Additional troubleshooters.
- Choose Windows Store Apps.
- Run the troubleshooter.
Why this works
The tool fixes account issues, update failures, and licensing problems. Similar automation can help with features like resetting File History when backups stop working.
7. Manually delete leftover app files (advanced)
Reinstalling an app may require removing leftover configuration files that Windows 10 doesn’t delete automatically.
- Open File Explorer.
- Enter %localappdata% in the address bar and delete leftover folders from the app.
- Enter %appdata% and remove additional remnants.
- Reinstall the app.
Why this works
Leftover files can conflict with clean installations and cause the same issue to return.
Tips
• Restart Windows 10 after every Repair or Reset.
• Keep Microsoft Store apps updated.
• Use PowerShell only when Settings can’t fix the app.
• Back up local app data if the app supports exporting.
FAQs
Resetting removes the app’s stored data and restores it to its original state.
Classic desktop programs don’t always support reset. You may need to repair, uninstall, or reinstall them manually.
Yes. Resetting clears all app-specific data. Use Repair if you want to preserve it.
Yes. PowerShell commands modify system-wide app registrations for every user account.
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
User forum
0 messages