Forum Discussion
The Settings App That Simply Won't Open (Clicking the Gear Icon Does Absolutely Nothing)
I have tried restarting my computer and clicking the icon multiple times, but the app remains unresponsive, preventing me from changing or accessing any system settings. This problem is hindering my ability to customize my system and troubleshoot other issues, and I am unsure how to fix it. I am looking for effective solutions to restore the functionality of the Settings app and regain access to my system settings.
3 Replies
- RileyMurphyIron Contributor
Open the Command Prompt as an administrator, run
start ms-settings
and
wsreset
then restart your computer.
Hello,
Try to re-register Settings app using following command in admin Windows PowerShell:
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Also, you can refer suggestions in this video fix:
Let us know if this helps!
- saleha15Tin Contributor
I've run into this issue before on Windows, and it can be frustrating when the Settings app won't open at all.
A few things you can try:
- Press Win + R, type ms-settings: and press Enter. This checks whether the Settings app can be launched directly.
- Open Task Manager, restart Windows Explorer, and then try opening Settings again.
- Run Command Prompt as Administrator and execute:
- sfc /scannow
- DISM /Online /Cleanup-Image /RestoreHealth
- Create a new local user account and test whether Settings opens there. If it does, the issue may be related to your user profile.
- Check for pending Windows updates and install them if possible.
To help narrow down the cause, could you share:
- Which version of Windows you're using (Windows 10 or 11)?
- Whether you receive any error messages when clicking the Settings icon?
- Did the issue start after a recent update, software installation, or system change?
Those details can help identify the most effective solution.