How to Reset an App to Default in Windows 11
Resetting an app to default in Windows 11 fixes problems when an application acts up or stops working correctly.
This action returns the app’s data and settings to the state they were in when you first installed it.
It’s like giving the app a fresh start, clearing out any custom changes or saved information it has gathered. The app will then behave as if you just downloaded it.
This trick is super handy for apps from the Microsoft Store. It can solve issues without you having to uninstall and then install the app all over again.
Open Settings, go to Apps > Installed apps, click the three dots next to the app, select Advanced options, and then click Reset. This will delete the app’s data and settings, returning it to its default state.
What Happens When You Reset or Repair an App?
Resetting an app in Windows 11 returns it to its original state, much like when you first installed it. This process removes all your saved app data and personal settings. If an app is misbehaving, such as freezing or crashing, resetting the app often fixes the problem by clearing out existing issues.
Resetting an app deletes all the app’s data and settings, returning it to its initial state from installation. Use this reset function if repairing the app does not resolve the issue.
Resetting a Windows 11 app removes that app from your taskbar if it was pinned there. Users must pin the app again after resetting if they want it to appear on the taskbar.
How to Reset an App in 🪟 Windows 11
Option 1Reset App Using Settings
- Open the Settings app by pressing
Win + Ion your keyboard. - Click Apps on the left menu, then click Installed apps on the right.
- Find the app you want to reset (for example, “Microsoft Store”) in the list.
- Click the three dots (︙) next to the app, then select Advanced options.
- Click Terminate to stop the app from running.
- Scroll down and click Reset.
- Confirm by clicking Reset again when prompted.
- The app will be reset to its default settings. You can now close Settings.
Resetting an app to its default settings is possible using the Windows 11 Settings app. First, open Settings by pressing the Windows key and ‘I’ together. Then, go to Apps, select Installed apps, find the app you want to reset, click the three dots, choose Advanced options, and finally click Reset.

Open Installed Apps in Settings

Click the three dots and select Advanced options

Click Reset to start the reset process
Option 2Reset App from the Start Menu
Resetting an app directly from the Start Menu offers a quick alternative if you find it hard to locate in the main Settings list. Open the Start menu, click ‘All apps,’ find the app you wish to reset, right-click on it, and then select ‘Advanced options’ to access the reset function.
- Open the Start menu.
- Click All apps to see a list of your apps.
- Right-click the app you want to reset (for example, “Microsoft Store”).
- Hover over More, then click App settings.
- Follow the same reset steps as in Option 1.

Click All apps in the Start menu
Option 3Reset App Using PowerShell (For Advanced Users)
For advanced users, resetting an app in Windows 11 using PowerShell offers a direct method. You open PowerShell, type commands to find the specific app, and then run the command to reset it. This PowerShell method offers a more direct way to manage application resets.
- Open Windows Terminal or PowerShell (search “PowerShell” in Start, then open it).
- Type this command and press Enter to see all installed apps:
Get-AppxPackage | Select Name - Look through the list to find the exact name of the app you want to reset (e.g., Microsoft.WindowsStore for Microsoft Store).
- Type the command below, replacing AppName with the actual app name, and press Enter:
Get-AppxPackage *AppName* | Reset-AppxPackage - Example for Microsoft Store:
Get-AppxPackage *Microsoft.WindowsStore* | Reset-AppxPackage - Close PowerShell when you’re done.
Option 4Use Pre-made PowerShell Commands for Popular Apps
Here are commands you can copy and paste into PowerShell to reset common apps quickly:
| App | PowerShell Command |
|---|---|
| Calculator | Get-AppxPackage *Microsoft.WindowsCalculator* | Reset-AppxPackage |
| Microsoft Store | Get-AppxPackage *Microsoft.WindowsStore* | Reset-AppxPackage |
| Photos | Get-AppxPackage *Microsoft.Windows.Photos* | Reset-AppxPackage |
| Settings | Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage |
| Snipping Tool | Get-AppxPackage *Microsoft.ScreenSketch* | Reset-AppxPackage |
| Sticky Notes | Get-AppxPackage *Microsoft.MicrosoftStickyNotes* | Reset-AppxPackage |
Summary
- You can reset apps in Windows 11 using Settings, the Start menu, or PowerShell.
- Try Repair first if your app has problems. It won’t erase your data.
- Reset will erase app data and settings. Only use it if repair doesn’t work.
- After resetting, you might need to pin the app back to your taskbar if you had it there.
- PowerShell is a powerful tool if you want to reset apps quickly using commands.
- By following these easy steps, you can fix most app problems and get everything working again in Windows 11.
Windows 11 apps can be reset using the Settings app, right-clicking from the Start Menu, or PowerShell for advanced users. Always try the Repair option first, as it preserves your data. Resetting does erase app data and settings, so reserve it for when repair doesn’t work.
How to fully restart an app on PC?
Right-click the app → End task. Relaunch the application via Start or shortcut. This method is essential if you’re wondering how to restart an app when it’s completely unresponsive.
Was this guide helpful?
0% of readers found this helpful (1 votes)
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!