Skip to content
Follow
Windows

How to Reset Apps in Windows 11: Easy Step-by-Step Guide

Richard
Written by
Richard
Feb 13, 2026 Updated Jul 12, 2026 2 min read
How to Reset Apps in Windows 11
How to Reset Apps in Windows 11

If an app on your Windows 11 PC is not working right, resetting it to its original state can help fix the problem. When you reset an app, all its data and settings are erased, and the app goes back to how it was when you first installed it.

Before resetting, you can try repairing the app, which fixes some issues without deleting your data. But if the app still misbehaves, resetting is the next step.

⚡ 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

Follow these simple steps to reset an app using the Windows Settings:

  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.

  2. Windows 11 Settings button
    windows 11 new settings button
    Click the Start menu then select Settings or press ⊞ Win+I.
  3. In the Settings window, click Apps from the left side menu.

  4. Windows 11 Apps menu in Settings
    windows 11 settings apps on menu

    Click on Apps in the Settings menu.

  5. Next, click on Installed apps (or it may say Apps & features) on the right side.

  6. Windows 11 Installed apps tile
    windows 11 apps and features tile

    Click Installed apps or Apps & features.

  7. Find the app you want to reset. Click the three dots (More options) button next to that app, then click Advanced options.

  8. More options button next to app
    windows 11 more advanced options button for app

    Click the three dots next to the app, then choose Advanced options.

  9. In the Advanced options page, click the Terminate button to close the app completely.

  10. Terminate button in Advanced options
    windows 11 advanced options terminate button

    Click Terminate to stop the app and its background processes.

  11. Now, click the Reset button.

  12. Reset button in Advanced options
    windows 11 advanced options reset button

    Click Reset to start resetting the app.

  13. When asked to confirm, click Reset again.

  14. Confirm reset button
    windows 11 advanced options reset button confirm

    Confirm the reset by clicking Reset again.

  15. Wait a few moments. When done, you’ll see a checkmark next to the Reset button.

  16. Reset successful checkmark
    windows 11 advanced options reset sucessful

    The app has been reset successfully.

How to Reset Apps Using PowerShell (Advanced Users)

If you prefer using commands or want to reset apps that don’t show the reset option in Settings, you can use Windows PowerShell. Here’s how:

  1. 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:
PowerShell
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, replacing AppName with the app’s name:

PowerShell
Get-AppxPackage *AppName* | Reset-AppxPackage

Example: To reset Microsoft Teams, run:

PowerShell
Get-AppxPackage *MicrosoftTeams* | Reset-AppxPackage

This will reset the app to its default settings.

Important Things to Remember

  • Resetting an app deletes all its data and settings permanently. Make sure you back up anything important before you reset.
  • If you just want to fix small problems, try repairing the app first instead of resetting.
  • Using PowerShell is more advanced and should be done carefully.
  • If you run into any problems or have tips, feel free to share in the comments below!

Resetting apps can often fix issues and make your Windows 11 apps work smoothly again. Try these steps next time an app is acting up!

Was this guide helpful?

0% of readers found this helpful (1 votes)

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 Set Default Microphone in Microsoft Teams
Windows How to Set Default Microphone in Microsoft Teams
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

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

Leave a Comment

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