Windows 10 How to Restore Default Apps in Windows 10

How to Restore Default Apps in Windows 10

By Sophia | Last Updated

If you've uninstalled built-in apps or had default settings reset after an update, you can easily restore everything back to Microsoft's defaults using Settings or PowerShell. Here's how:

Method 1: Reset All Default Apps via Settings

Step 1: Get into Settings.

Step 2: Open Apps in the items.

click Apps

Step 3: Choose Default apps on the sidebar. Here you can change the default apps. Go down and click Reset under Reset all default apps.

reset default apps

Settings will revert to the original default apps, including your default browser, music player, and photo viewer.

Method 2: Reinstall All Built-in Apps with PowerShell

If apps are missing (e.g., after uninstallation or errors), use PowerShell:

Step 1: Open PowerShell as an administrator.

Step 2: Run the command:

Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Step 3: Restart your PC afterward. This reinstalls all missing built-in apps.

reinstall all build-in apps with PowerShell

Related Articles: