Sometimes, the Windows Settings app may not work or function properly. For instance, the Windows Settings may not open or the Windows Settings app may close suddenly. Whatever, the cause is, you can fix it easily. So, in this guide, you’ll learn how to fix Windows 11 Settings app not opening or crashing.
Microsoft has paid much attention to the Settings app in Windows 11. It added a lot of controls, altered a few menus, and made it easier to access your preferred settings. However, there have been some issues with the upgrade, with users reporting that the Settings app does not launch or does not operate when it does.
The Settings program is an integral part of every edition of the Microsoft Windows operating system. Settings have a simple graphical interface and are the essential destination for customizing, configuring, and updating your operating system to meet your specific requirements.
Because the Settings app is one of the most often used programs for allowing users to easily personalize their devices, it would be pretty inconvenient if it stopped operating.
How to Fix Windows 11 Settings App Not Opening or Crashing
Here are the steps to fix cannot open Settings on Windows 11 or Windows 11 Settings app crashing:
1. Open Windows PowerShell and then run it as administrator.
2. Copy the below command and press Enter:
Get-appxpackage microsoft.ui.xaml.cbs |? {($_.version -ne “2.62106.1002.0”)} | remove-appxpackage
Add-appxpackage -Register -DisableDevelopmentMode -ForceApplicationShutdown C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\AppxManifest.xml
Get-appxpackage microsoft.ui.xaml.cbs |? {($_.version -ne “2.62106.1002.0”)} | remove-appxpackage
Add-appxpackage -Register -DisableDevelopmentMode -ForceApplicationShutdown C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\AppxManifest.xml
3. Once you’ve performed the above-mentioned code then open the Settings app on your Windows 11 computer.
Please paste and execute the command again if Windows 11 Settings does not open. After that, go to Settings. Please restart your computer and try again if the problem persists.
Other Ways to Troubleshoot Windows Settings Not Working:
1. Reinstall The Settings App
Even if the Settings app is already installed on your Windows 11 PC, you may use the PowerShell shell to reinstall it. Reinstallation can resolve any bugs or issues in application files.
- Open Windows PowerShell and then run it as administrator.
- Execute this command line:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\ImmersiveControlPanel\AppxManifest.xml
- Wait for the command to complete before rebooting your computer. Check if the issue with the Windows 11 Settings app not launching has been fixed after the restart.
2. Update to a newer version of Windows 11.
3. Roll back to a previous install.
That’s it. These were the methods to fix Windows 11 Settings app not opening or crashing. Normally, the first method will work most of the time.