How to Fix the Settings App Not Opening on Windows

Fix a Windows Settings app that will not open by clearing cache and temporary clutter with Kudu.

By 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 Settings app usually stops opening when Windows system files, app registration data, or temporary cache files become damaged. It can also happen after a failed Windows update, a corrupted user profile, or background system clutter that interferes with built-in apps. In some cases, the app opens briefly and crashes because required Windows components are not responding correctly.

Common Symptoms

  • Clicking Settings does nothing
  • The Settings window flashes open and immediately closes
  • Pressing Windows + I does not launch anything
  • You get an error message when trying to open Settings
  • Other built-in Windows apps also fail to open properly

How to Fix It Manually

  1. Restart Windows Explorer and try again

    1. Press Ctrl + Shift + Esc to open Task Manager.
    2. Find Windows Explorer under the Processes tab.
    3. Right-click it and choose Restart.
    4. Press Windows + I to test whether Settings opens.
  2. Run the System File Checker

    1. Press Windows + S, type cmd.
    2. Right-click Command Prompt and select Run as administrator.
    3. Enter this command and press Enter:
      sfc /scannow
    4. Wait for the scan to finish, then restart your PC.
  3. Repair Windows component files with DISM

    1. Open Command Prompt as administrator again.
    2. Run these commands one at a time:
      DISM /Online /Cleanup-Image /ScanHealth
      DISM /Online /Cleanup-Image /RestoreHealth
    3. Let each command complete fully.
    4. Restart your PC and test the Settings app again.
  4. Re-register the Settings app

    1. Press Windows + S, type powershell.
    2. Right-click Windows PowerShell and choose Run as administrator.
    3. Paste this command and press Enter:
      Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
    4. If that does not work, try this broader re-registration command:
      Get-AppxPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    5. Restart your PC after the command finishes.
  5. Create a new Windows user account

    1. Press Ctrl + Shift + Esc and open Task Manager.
    2. Click File > Run new task.
    3. Type:
      cmd
      Check Create this task with administrative privileges, then click OK.
    4. In Command Prompt, run:
      net user TestAdmin123 /add
      net localgroup administrators TestAdmin123 /add
    5. Sign out of your current account and sign in to the new account.
    6. Try opening Settings there. If it works, your original profile may be corrupted.
  6. Install pending Windows updates

    1. If Settings will not open, press Windows + R, type:
      control update
      then press Enter.
    2. Check for updates and install any available patches.
    3. Restart your PC after the updates finish.

Fix It Automatically with Kudu

If you do not want to work through system commands and app repair steps manually, Kudu can scan for the temporary clutter, broken cache data, and Windows issues that commonly stop Settings from opening. It helps clean out junk files and fix common system problems so built-in apps work normally again.

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 →