Fix: Settings app won’t open in Windows 11

If Settings app won't open in Windows 11, or if it crashes when you open it, or if it crashes when you make a certain change, fix it here.

Kapil Arya
11x Microsoft MVP · Admin
2 min read
Add as a preferred
source on Google

The app you may use most as compared to others on your Windows 11 is the Settings app. The reason is that for every other setting or customization of your system, you have to use this app. Microsoft has already imported most of the settings from older Control Panel to this app. The company is continuing the tradition of importing more and more settings to the Settings app. In case if Settings app won’t open in Windows 11 on your system, this article will help you to fix.

Fix: Settings app won't open in Windows 11

Settings app is a Universal Windows Platform (UWP) app similar to others apps that came pre-installed with your Windows 11. You can manage the entire operating system with the help of this app. So in case if it is not working, you can understand how difficult it is to operate the system without this app.

Fix: Settings app won’t open in Windows 11

Manual fix

If your Settings app won’t open, or if it crashes when you open it, or if it crashes when you make a certain change, all of these issues can be resolved with below steps. In the fix, we will typically re-register the Settings app package. This could be equivalent to reinstall of Settings app. However, since Settings app is not available in Microsoft Store, you can use this alternative way as a reinstall for the app.

1. Open Windows PowerShell as administrator.

2. Type in or paste following command and press Enter key:

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

Fix: Settings app won't open in Windows 11

3. During the code execution, you’ll momentarily see Processing frame. Let it be completed.

Fix: Settings app won't open in Windows 11

4. Once the code execution is done, you’ll see VERBOSE Operation completed in the PowerShell window.

Fix: Settings app won't open in Windows 11

This means we have successfully re-registered the settings app for Windows 11. You can now close Windows PowerShell and try opening Settings app, this time it should open and work fine.

Video fix

If issue still persists even after manual steps, you can refer other suggestions in this video fix:

That’s it!

Share this article
https://www.kapilarya.com/fix-settings-app-wont-open-in-windows-11

Shareable URL

Article by

Kapil Arya
11x Microsoft MVP · Admin

Kapil holds Microsoft MVP title in Windows IT Pro expertise, 11-times in a row (2014-2025). He is 8-times Windows Insider MVP as well, and author of 'Windows Group Policy Troubleshooting' book. In 2015, Microsoft India accomplished him as 'Windows 10 Champion'. Being passionate Windows blogger, he loves to help others on fixing their system issues. Kapil has worked with official Microsoft Community Engagement Team (CET) on several community projects. You can subscribe him for news/updates and fixes for Windows.

jojo

Powershell crashes when I try to open it

help

boster

I am getting an error “Get-AppXPackenge” couldn´t be found

Glacial Clandestine

yeah, that didn’t work, it still crashes

Slan

Works, thank you!

Kapil Arya Author

^^ Glad to help!

Leave a Comment

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