The Settings app is one of the most important components of Windows 11 and Windows 10. It allows you to manage system preferences, updates, devices, privacy options, accounts, and much more. When the Settings app refuses to open, crashes immediately, freezes, or closes unexpectedly, it can prevent you from making essential system changes.
This issue is commonly caused by corrupted system files, broken user profiles, failed Windows updates, damaged app packages, or registry inconsistencies. In most cases, the problem can be resolved without reinstalling Windows.
If the Settings app is not working on your Windows 11 or Windows 10 PC, follow the step-by-step solutions below.
How to Fix Settings App Not Working in Windows 11/10
Work through the solutions in order. After completing each step, try opening Settings using Windows + I.
1. Restart Your PC
Temporary system glitches can prevent system apps from launching.
- Press Windows + X.
- Select Shut down or sign out > Restart.
- After rebooting, press Windows + I to open Settings.
If the issue was temporary, this may fix it immediately.
2. Run System File Checker (SFC)
Corrupted system files often cause core apps like Settings to malfunction.
- Press Windows + S and type Command Prompt.
- Right-click and select Run as administrator.
- Enter the following command:
sfc /scannow - Press Enter.
- Wait for the scan to complete.
- Restart your PC.
If corrupted files are detected, Windows will repair them automatically.
3. Run DISM Scan
If SFC does not fix the issue, use DISM to repair the system image.
- Open Command Prompt as administrator.
- Enter the following commands one by one:
DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth - Wait for each command to complete.
- Restart your PC.
DISM repairs deeper system image corruption.
4. Re-register the Settings App Using PowerShell
If the Settings app package is corrupted, re-registering it can restore functionality.
- Press Windows + X.
- Select Windows Terminal (Admin).
- Enter the following command:
Get-AppxPackage *immersivecontrolpanel* | Reset-AppxPackage - Press Enter.
- Restart your PC.
If that command does not work, use:
Get-AppxPackage *windows.immersivecontrolpanel* | foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
This reinstalls the Settings app package.
5. Create a New User Account
A corrupted user profile may prevent Settings from opening.
- Press Windows + R.
- Type:
netplwiz - Press Enter.
- Click Add.
- Create a new local user account.
- Sign out of your current account.
- Log into the new account.
- Try opening Settings.
If it works in the new account, your original profile is likely corrupted.
6. Check for Windows Updates
A failed or incomplete update can break system apps.
- Press Windows + R.
- Type:
ms-settings:windowsupdate - Press Enter.
- Install available updates.
- Restart your PC.
If Settings does not open, use Command Prompt:
control update
7. Perform a Clean Boot
Third-party software may interfere with system apps.
- Press Windows + R.
- Type:
msconfig - Press Enter.
- Go to the Services tab.
- Check Hide all Microsoft services.
- Click Disable all.
- Go to the Startup tab.
- Click Open Task Manager.
- Disable all startup items.
- Restart your PC.
If Settings works, a third-party program is causing the issue.
8. Reset Windows (Keep Files)
If none of the above solutions work, resetting Windows may be necessary.
- Press Windows + R.
- Type:
systemreset - Press Enter.
- Choose Keep my files.
- Follow on-screen instructions.
This reinstalls Windows while preserving personal data.
Conclusion
When the Settings app is not working in Windows 11 or Windows 10, the issue is typically caused by corrupted system files, broken app packages, failed updates, or profile-related problems. In most cases, running SFC and DISM scans or re-registering the Settings app resolves the issue quickly.
By carefully following the troubleshooting steps above, you should be able to restore full access to the Settings app. If the problem persists even after resetting Windows, deeper system corruption or hardware-related issues may require professional diagnosis.