How to Fix Settings App Won't Open on Windows 11
The Problem
Clicking Settings does nothing, shows a blank page, or crashes immediately. Without Settings, you cannot change Wi-Fi, updates, or display options normally—though many pages have workarounds until the UWP shell is repaired.
Start menu also dead? Fix Start menu not opening. Store apps all broken? Fix Microsoft Store.
Symptoms
- Settings icon spins then closes.
- Blank white Settings window.
- Only one page (e.g. Windows Update) fails; rest work.
The Fix: Step-by-Step
Step 1: Open Settings Alternatives (While Broken)
Use these until repair works:
- Win + I (retry after steps below).
- Control Panel:
Win + R→control→ Enter. - System shortcuts:
ms-settings:display,ms-settings:network,ms-settings:windowsupdatein Run (Win + R).
Step 2: Repair and Reset Settings App
Settings may not open—use Start → right-click Settings → App settings (or Apps → Installed apps → Settings → Advanced options):
- Repair
- Reset (resets app data; safe for Settings)
If you cannot reach that UI: Terminal (Admin):
Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
Step 3: Run System File Checker and DISM
Terminal (Admin):
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Reboot and test Win + I.
Step 4: Re-register All Store Apps (Broader Fix)
Terminal (Admin):
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Takes several minutes. Fixes Settings when the whole Store stack is corrupt—see also Microsoft Store not working.
Step 5: Check User Profile and Permissions
Sign in to a second local/Microsoft test account. If Settings works there, the main profile is damaged:
- Copy data out → remove profile → recreate, or
- Reinstall Windows without losing data
Step 6: Update Windows and Roll Back Bad Builds
Settings → Windows Update via ms-settings:windowsupdate if that page alone opens. If a bad update caused this, rollback after a bad update.
Step 7: Create a New Administrator
Terminal (Admin) → net user AdminTest P@ssw0rd123 /add → net localgroup administrators AdminTest /add → sign in as AdminTest → test Settings. Remove the test account after.
When Hardware Buttons Still Work
Physical Wi-Fi keys, Ethernet, and power button still function—use Control Panel and ms-settings: URIs until the app reset sticks. For shell-wide issues, File Explorer crashing often ships with the same fix set.
Automated repairs: Windows Troubleshooter can run system and Store app diagnostics when manual resets fail.