Windows 11 Settings App Not Opening? 7 Ways To Fix It
The Windows 11 Settings app is the main control center for your PC, letting you change your background, check for updates , and manage your internet connection. When clicking the gear icon results in a frozen screen or an instant crash, you lose access to all these crucial controls.
Damaged system files, bad updates, or account glitches commonly cause the Settings app to stop working on Windows 11. Repairing these broken files usually takes just a few minutes using built-in Windows repair commands, and you do not need any advanced tech skills to fix it.
Fix the Windows 11 Settings app not opening by reinstalling the core app files using Windows PowerShell. Open the Start menu , type powershell, right-click Windows PowerShell, and choose Run as administrator. Type Get-AppxPackage *windows.immersivecontrolpanel* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} and press Enter, then restart your computer.
How to Fix 🪟 Windows 11 Settings Not Opening
Work your way down this list of solutions. Try one method, and then test your Settings app to see if it opens.
1Try Alternative Ways to Open the Settings App
- Press the Win+I on your keyboard at the same time.
- Press the Win+X to open the quick menu, then click on Settings.
- Press the Win+R to open the Run box, type
ms-settings:and press Enter. - Click the notification area in the bottom-right corner of your screen to open the Quick Settings panel, then click the gear icon.
2Run a System File Checker Scan
Running a System File Checker scan is the best way to fix a Windows 11 Settings app that will not open due to corrupted or missing system files. Open the Command Prompt as an administrator, type sfc /scannow and press Enter to let Windows automatically find and repair the broken files causing the app to crash.
- Click the Start menu button and type
cmd. - Right-click on Command Prompt in the search results and choose Run as administrator. *(Note: This step requires administrator privileges.)*
- A black window will open. Type the following command carefully:
sfc /scannow - Press the Enter key on your keyboard.
- Wait for the scan to finish. It will check your system files and fix any damage it finds.
- Restart your computer when the scan is complete and try opening Settings again.
3Reinstall the Settings App Using PowerShell
Reinstalling the Settings app using PowerShell replaces corrupted core files with fresh copies to fix an app that refuses to open in Windows 11. Open PowerShell with administrator rights, paste the deployment command, and press Enter to re-register the package and restore the application to working order.
- Click the Start menu, type
powershell. - Right-click on Windows PowerShell and choose Run as administrator. *(Note: This step requires administrator privileges.)*
- Type or copy and paste the following long command into the window:
Get-AppxPackage *windows.immersivecontrolpanel* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}- Press the Enter key.
- Wait for the command to finish, then restart your computer.
4Run the Windows Update Troubleshooter
Running the Windows Update troubleshooter helps fix update-related glitches that block the Settings app from opening on your computer. You can launch this built-in diagnostic tool by typing ms-settings:troubleshoot into the Run dialog box, selecting other troubleshooters, and clicking the run button next to Windows Update.
- Open the Run dialog box by pressing the Windows Key + R.
- Type
ms-settings:troubleshootand press Enter. *(If this fails, skip to the next method.)* - Select Other troubleshooters.
- Find Windows Update in the list and click the Run button next to it.
- Follow any instructions on the screen, then restart your computer.
5Create a New User Account
Creating a new user account helps determine if a damaged user profile is the reason your Windows 11 Settings app is not opening. Open the Terminal or Command Prompt as an administrator and use the net user command to set up a fresh profile and test if the app works normally there.
- Right-click the Start menu and select Terminal (Admin) or Command Prompt (Admin). *(Note: This step requires administrator privileges.)*
- Type the following command to create a new user, replacing USERNAME and PASSWORD with your chosen name and password:
net user USERNAME PASSWORD /add- Press Enter.
- Type this command to add the user to the local administrators group:
net localgroup administrators USERNAME /add- Press Enter.
- Log out of your current account and log into the new one. Check if the Settings app opens there.
6Uninstall Problematic Windows Updates
Uninstalling recent Windows updates fixes the Settings app when a faulty security patch or feature installation causes it to crash. Open the classic Control Panel through the Run dialog box, navigate to programs and features, and view installed updates to remove the patch that broke your system.
- Press the Windows Key + R to open the Run dialog box.
- Type
controland press Enter to open the classic Control Panel. - Click on Programs and then click View installed updates.
- Look at the list of recent updates. If you see one installed right before your problem started, click Uninstall next to it.
- Restart your computer.
Alternatively, advanced users can remove a specific update package using an elevated command prompt (an administrator-level terminal window) by typing DISM /Online /Get-Packages to find the update ID. For example, typing wusa /uninstall /kb:5077241 can remove a specific problem update.
7Reset Your 🪟 Windows 11 PC
- Since your Settings app does not open, press the Windows Key + R, type
systempropertiesadvancedand press Enter. *(Note: This step requires administrator privileges.)* - Or, boot your computer into the Windows Recovery Environment by turning your PC off and on three times during startup.
- Once in the recovery menu, navigate to Troubleshoot Reset this PC.
- Choose whether to keep your files or remove everything, and follow the remaining prompts to reinstall Windows.
Expert Tips You Will Not Find Anywhere Else
Most online guides stop after basic troubleshooting steps like running a system scan. If your Settings app still refuses to open, try these advanced recovery techniques used by professional technicians.
Check for Interfering Third-Party Shell Extensions
Checking for interfering third-party shell extensions helps identify custom desktop software or context menu tools that crash core Windows UI elements like the Settings app. You can use free tools like ShellExView from NirSoft while in Safe Mode to disable these conflicting items and restore normal app behavior.
You can use a free tool called ShellExView from NirSoft to disable non-Microsoft context menu items. Boot your computer into Safe Mode first, disable third-party shell extensions, and then restart normally to see if your Settings app comes back to life.
Check the Event Viewer for Clues
Checking the Event Viewer lets you view detailed error logs to find the exact reason your Windows 11 Settings app keeps crashing. Open the Event Viewer from the Start menu, expand the Windows Logs section, select Application, and look for red error entries matching the exact time the app failed.
- Click the Start menu and type
event viewer. - Click on Event Viewer to open it.
- Expand Windows Logs on the left side and click on Application.
- Look for error entries marked with a red icon that appear right at the time you tried opening the Settings app.
- Read the description at the bottom of the window. It will often name the specific system file or module causing the crash, giving you a clear direction for repair.
Summary
Fixing a Windows 11 Settings app that refuses to open is usually simple using built-in tools like keyboard shortcuts, file checker scans, and PowerShell commands. You can resolve the issue by running troubleshooters, creating a new user account, removing bad updates, or resetting your PC if standard troubleshooting steps fail.
Was this guide helpful?
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!