Skip to content
Follow
Windows 🟡 Intermediate

Windows 11 Settings App Not Opening? 7 Ways To Fix It

Richard
Written by
Richard
Aug 19, 2026 7 min read
Windows 11 Settings App Not Opening? 7 Ways To Fix It
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.

⚡ Quick Answer

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

💡Tip
You can open the Windows 11 Settings app using alternative keyboard shortcuts and hidden menu commands when the standard start button fails. Pressing the Win+I, using the quick menu via Win+X, or typing ms-settings: into the Run dialog box will often launch the application successfully even if your main shortcut is broken.
  • 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.

  1. Click the Start menu button and type cmd.
  2. Right-click on Command Prompt in the search results and choose Run as administrator. *(Note: This step requires administrator privileges.)*
  3. A black window will open. Type the following command carefully: sfc /scannow
  4. Press the Enter key on your keyboard.
  5. Wait for the scan to finish. It will check your system files and fix any damage it finds.
  6. 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.

  1. Click the Start menu, type powershell.
  2. Right-click on Windows PowerShell and choose Run as administrator. *(Note: This step requires administrator privileges.)*
  3. Type or copy and paste the following long command into the window:
PowerShell
Get-AppxPackage *windows.immersivecontrolpanel* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  1. Press the Enter key.
  2. 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.

  1. Open the Run dialog box by pressing the Windows Key + R.
  2. Type ms-settings:troubleshoot and press Enter. *(If this fails, skip to the next method.)*
  3. Select Other troubleshooters.
  4. Find Windows Update in the list and click the Run button next to it.
  5. 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.

  1. Right-click the Start menu and select Terminal (Admin) or Command Prompt (Admin). *(Note: This step requires administrator privileges.)*
  2. Type the following command to create a new user, replacing USERNAME and PASSWORD with your chosen name and password:
💻Code
net user USERNAME PASSWORD /add
  1. Press Enter.
  2. Type this command to add the user to the local administrators group:
💻Code
net localgroup administrators USERNAME /add
  1. Press Enter.
  2. 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.

  1. Press the Windows Key + R to open the Run dialog box.
  2. Type control and press Enter to open the classic Control Panel.
  3. Click on Programs and then click View installed updates.
  4. Look at the list of recent updates. If you see one installed right before your problem started, click Uninstall next to it.
  5. 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

⚠️Warning
Resetting your Windows 11 PC is the ultimate fix when the Settings app will not open and all other troubleshooting steps fail. You can trigger the reset process without the Settings app by typing systempropertiesadvanced into the Run dialog box or by booting your computer into the Windows Recovery Environment.
  1. Since your Settings app does not open, press the Windows Key + R, type systempropertiesadvanced and press Enter. *(Note: This step requires administrator privileges.)*
  2. Or, boot your computer into the Windows Recovery Environment by turning your PC off and on three times during startup.
  3. Once in the recovery menu, navigate to Troubleshoot Reset this PC.
  4. 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.

  1. Click the Start menu and type event viewer.
  2. Click on Event Viewer to open it.
  3. Expand Windows Logs on the left side and click on Application.
  4. Look for error entries marked with a red icon that appear right at the time you tried opening the Settings app.
  5. 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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

Windows 11 Update Stuck? 10 Ways To Fix Failed Updates
Windows Windows 11 Update Stuck? 10 Ways To Fix Failed Updates

No comments yet — be the first to share your thoughts!

Leave a Comment

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