Skip to content
Follow
Windows

How to Reset Apps in Windows 11

Richard
Written by
Richard
Feb 13, 2026 Updated Jun 19, 2026 2 min read
How to Reset Apps in Windows 11
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.

⚡ Quick Answer

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.

  1. 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 + I on your keyboard to open it quickly.
    Windows 11 Settings button
    windows 11 new settings button
  2. In the Settings window, click Apps from the left side menu.
    Windows 11 Apps menu in Settings
    windows 11 settings apps on menu
  3. Next, click on Installed apps (or it may say Apps & features) on the right side.
    Windows 11 Installed apps tile
    windows 11 apps and features tile
  4. Find the app you want to reset. Click the three dots (More options) button next to that app, then click Advanced options.
    More options button next to app
    windows 11 more advanced options button for app
  5. In the Advanced options page, click the Terminate button to close the app completely.
    Terminate button in Advanced options
    windows 11 advanced options terminate button
  6. Now, click the Reset button.
    Reset button in Advanced options
    windows 11 advanced options reset button
  7. When asked to confirm, click Reset again.
    Confirm reset button
    windows 11 advanced options reset button confirm
  8. 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.
    Reset successful checkmark
    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.

  1. ⚠️ Requires Admin Privileges: Open PowerShell as an administrator. Search for PowerShell in the Start menu, right-click it, and select Run as administrator.
  2. Type the following command to see a list of all installed apps:

    Get-AppxPackage | Select Name

  3. Scroll through the list to find the app you want to reset. Note the exact name.
  4. To reset the app, use this command. Replace AppName with the app’s real name:

    Get-AppxPackage *AppName* | Reset-AppxPackage

  5. Example: To reset Microsoft Teams, run:

    Get-AppxPackage *MicrosoftTeams* | Reset-AppxPackage

  6. 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?

Was this helpful?
Richard

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.

📚 Related Tutorials

How to Reset an App to Default in Windows 11
Windows How to Reset an App to Default in Windows 11
How to Enable or Disable Sound Notifications in Microsoft Teams on Windows 11
Windows How to Enable or Disable Sound Notifications in Microsoft Teams on Windows 11
How to Manage @Mentions Notifications in Microsoft Teams
Windows How to Manage @Mentions Notifications in Microsoft Teams
Manage Likes and Reactions Notifications in Microsoft Teams
Windows Manage Likes and Reactions Notifications in Microsoft Teams

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *