How to Fix Windows 11 Settings App Not Opening or Crashing

Repair the Windows 11 Settings app when it will not open or keeps crashing, and use Kudu to clean up problem sources.

By the Kudu Team

Fix this automatically with Kudu

Run a free system scan to detect and resolve this issue automatically — no manual steps required.

Download Kudu Free →

What Causes This?

The Windows 11 Settings app usually stops opening or crashes because of corrupted system files, broken app registration, or damaged user profile data. It can also happen after a failed Windows update, registry cleanup by third-party tools, or background services that Settings depends on not working correctly. In some cases, temporary cache issues or disk errors are enough to make the app freeze or close immediately.

Common Symptoms

  • Clicking Settings does nothing
  • The Settings window opens, then closes right away
  • Settings crashes when you open specific sections like Windows Update or System
  • You get an error message saying the app cannot open
  • The Start menu search finds Settings, but launching it fails

How to Fix It Manually

  1. Restart your PC first

    • Click Start > Power > Restart
    • After rebooting, try opening Settings again from Start > Settings
    • If it still fails, continue with the steps below
  2. Run the System File Checker and DISM

    • Press Windows + S, type cmd
    • Right-click Command Prompt and choose Run as administrator
    • Enter this command and press Enter:
      sfc /scannow
    • Wait for the scan to finish
    • Then run these commands one at a time:
      DISM /Online /Cleanup-Image /ScanHealth
      DISM /Online /Cleanup-Image /RestoreHealth
    • Restart your PC and test Settings again
  3. Re-register the Settings app

    • Press Windows + X and click Windows Terminal (Admin) or PowerShell (Admin)
    • Copy and paste this command, then press Enter:
      Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
    • If that does not work, use this command instead:
      Get-AppxPackage *windows.immersivecontrolpanel* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    • Restart Windows and try opening Settings
  4. Check for Windows updates another way

    • Press Windows + R, type:
      ms-settings:windowsupdate
    • If that does not open, go to Start > Power > Restart and boot normally again
    • Then open Command Prompt as administrator and run:
      wuauclt /detectnow
    • If the problem started after an update, uninstall the latest update from Control Panel > Programs > View installed updates
  5. Create a new Windows user account

    • Sometimes the problem is limited to one user profile
    • Press Ctrl + Shift + Esc to open Task Manager
    • Click File > Run new task, type cmd, check Create this task with administrative privileges, and click OK
    • Run:
      net user TestAdmin123 /add
      net localgroup administrators TestAdmin123 /add
    • Sign out, log into the new account, and test the Settings app
    • If it works there, your original profile is likely corrupted
  6. Perform a repair install if nothing else works

    • Download the latest Windows 11 installation media from Microsoft
    • Run the setup file from inside Windows
    • Choose Keep personal files and apps
    • This reinstalls Windows system components without wiping your data and often fixes broken built-in apps like Settings

Fix It Automatically with Kudu

Kudu can scan your PC for the common causes behind a broken Settings app, including corrupted system components, bad startup items, leftover update problems, and other Windows issues that are hard to track down manually. Instead of checking each cause one by one, you can use Kudu to clean up problem sources and restore system stability faster.

Download Kudu Free →

Fix this automatically with Kudu

Run a free system scan to detect and resolve this issue automatically — no manual steps required.

Download Kudu Free →