How to Reset Apps in Windows 11
You reset an app in Windows 11 by restoring it to its original factory settings, erasing its data and configurations.
This process acts as a powerful troubleshooting step when an application behaves unexpectedly or is unresponsive, essentially giving it a fresh start. It’s particularly useful for built-in Windows apps, like the Microsoft Store, which cannot be uninstalled in the traditional sense.
Before you commit to resetting, which will delete all user data associated with the app, you can try repairing it first. Windows 11 offers a repair option that attempts to fix corrupted files without wiping your settings.
Open Settings, go to Apps, then Installed apps. Click the three dots next to the app, select Advanced options, and click Reset. This restores the app to its default state, deleting its data and settings.
How to Reset an App Using Windows Settings
Resetting an app in Windows 11 using the Settings app is the easiest way to fix problems and get it working like new again.
- Open the Settings app. Click the Start menu button (the Windows icon in the bottom-left corner) and then click Settings. Or, press
Windows key + Ion your keyboard to open it quickly.
windows 11 new settings button - In the Settings window, click Apps from the left side menu.

windows 11 settings apps on menu - Next, click on Installed apps (or it may say Apps & features) on the right side.

windows 11 apps and features tile - Find the app you want to reset. Click the three dots (More options) button next to that app, then click Advanced options.

windows 11 more advanced options button for app - In the Advanced options page, click the Terminate button to close the app completely.

windows 11 advanced options terminate button - Now, click the Reset button.

windows 11 advanced options reset button - When asked to confirm, click Reset again.

windows 11 advanced options reset button confirm - Wait a few moments. When done, you’ll see a checkmark next to the Reset button. Your app is now reset and ready to use.

windows 11 advanced options reset sucessful
How to Reset Apps Using PowerShell (Advanced Users)
Advanced users can reset apps in Windows 11 using PowerShell, which is helpful for apps that don’t show up in Settings or if you prefer using commands.
- ⚠️ Requires Admin Privileges: Open PowerShell as an administrator. Search for PowerShell in the Start menu, right-click it, and select Run as administrator.
- Type the following command to see a list of all installed apps:
Get-AppxPackage | Select Name - Scroll through the list to find the app you want to reset. Note the exact name.
- To reset the app, use this command. Replace
AppNamewith the app’s real name:Get-AppxPackage *AppName* | Reset-AppxPackage - The app will reset to its default settings.
Important Things to Remember
Before you reset apps in Windows 11, remember that this action permanently deletes all app data and settings, so it’s wise to back up anything important first.Summary
Resetting an app in Windows 11 is a great way to fix problems, and you can do it easily through the Settings app or more advancedly with PowerShell, both methods returning the app to its default state.
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!