How to Reset an App to Default in Windows 11
Resetting an app in Windows 11 clears out broken cache files, bad data, and frozen settings to restore the program to its original state. This built-in troubleshooting tool fixes misbehaving software in fewer than 5 clicks through the Settings menu without forcing you to completely uninstall and reinstall the program.
Most Microsoft Store packages and modern apps support this reset process. You keep your personal files for some programs while wiping the slate clean for others, depending on whether the app stores data locally or in the cloud.
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 deletes all of its saved data, login details, and cached files to return the program to its original factory state. This fixes stubborn glitches and crashes, but it also removes your personal settings and unpins the program from your taskbar . Try using the repair option first, which clears bugs without touching your personal saved data.
Resorting to a full reset makes sense when the built-in repair function fails to resolve persistent software glitches.
Taskbar shortcuts disappear during a reset. Pinned icons require manual re-pinning after the configuration wipe completes.
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.
You can easily reset any app in Windows 11 back to its default state using the main Settings menu. This built-in method lets you force-stop a frozen program and wipe its corrupted cache files in just a few clicks without needing any technical commands or third-party tools.

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
You can quickly access the reset app menu directly from the Windows 11 Start menu without opening the full system settings page. This shortcut lets you right-click any installed program in your app list to jump straight to the advanced options screen and clear broken cache files.
- 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)
PowerShell (a command-line tool for running text commands) lets advanced users wipe and reinstall built-in system apps that lack a standard reset button in the normal settings menu. This command-line method targets the core package files directly to fix broken programs that refuse to open or function normally.
- 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
The following text snippets execute app resets when pasted into PowerShell:
| 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.
You can easily reset any misbehaving app in Windows 11 back to its default state using the main Settings menu, the Start menu, or PowerShell commands. Always try the safer repair option first to fix bugs without losing your saved data, and remember that a full reset will clear your preferences and unpin the program from your taskbar.
How to fully restart an app on PC?
Right-click the app → End task. Relaunch the application via Start or shortcut. This method resolves instances where software refuses to close or accept input.
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!