Silicophilic

For All Tech Lovers

  • Home
  • Gadgets
    • Android
  • Internet
    • Saas
  • Windows
    • Software
  • Contact
    • Write For Us
  • Fact Checking Policy
  • Privacy Policy
You are here: Home / Windows / Windows 10 Settings Won’t Open! How To Fix?

Windows 10 Settings Won’t Open! How To Fix?

Updated: August 25, 2021 by Anubhab Chakraborty

Whether you like it or not, Microsoft is slowly making the settings app the hub for all the configuration settings, while phasing out the control panel. It’s always good to have all your settings in one place, and this ease is making the Settings app such an integral part of Windows 10.

If your Windows 10 settings won’t open, read this complete guide to solve your issue.

We have shown a VIDEO walk through at the end of the post for easy solution.

setings_app

Can’t Open Settings On Windows 10!

With the ever-growing importance of the settings app, it not working properly can be very problematic as many key features go missing for the users. There are many different methods to open the Settings app, and before trying other solutions, first, try and isolate if the settings app opens through these methods:

  • In Start, click on the cog icon for Settings.
  • Type Settings in Windows Search, and click from the search results.
  • Open Settings app from the WinX menu, accessible by key combination Win + X or right-click on the start button.
  • Use the keyboard shortcut Win + I.
  • Click on the All settings button in the Action Center.
  • In Command Prompt or PowerShell, type start ms-settings: and press Enter to launch the settings app.
  • Access the personalization settings from the desktop right-click context menu, and click on the Home button at the top.

If you are still unable to open the Settings app, you may start by resetting the app itself.

How To Solve ‘Windows 10 Settings Won’t Open’ Error!

If you are unable to reach the Settings app using the methods given above, there might be some error with the app itself that is causing the app to crash and not open. If this is the case, resetting the app can solve your issue. I will also list some other fixes that you can deploy to solve this issue.

Solution 1: Reset The Settings App

You can reset the Settings app as well. Simply follow these steps to access these:

  1. Click on the start icon, or press the Win key once to open the Start menu.
  2. Right-click on the cog icon that usually opens the Settings app.
  3. Click More> App Settings.

app_settings

  1. This will launch the settings for the Windows Settings app.
  2. Here locate Reset and click on it.

reset_settings

Resetting the app should solve most of the problems associated with the application.

However, if this did not help you solve the issue, you can try some other methods that may help you.

Solution 2: Reinstall Windows Settings App

If Windows 10 pc settings won’t open on your device, you can always reinstall the app using a simple PowerShell command. It is possible because the settings app is counted among the official metro apps, so reinstalling it should solve most of the problems associated with it.

  1. Open an elevated PowerShell window. To do this, open the WinX menu: either by using the key combination or right click on the Start icon. Then select Windows PowerShell (Admin).
  2. Type the following command to reregister the Settings app:
    powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootImmersiveControlPanelAppxManifest.xml

register_settings

  1. You can also use the following command to re-register all the apps:
    Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

register_all_apps

  1. Wait until the process finishes, and then try accessing the Settings app again.

registering_all_apps

Solution 3: Run A DISM And SFC Scan

An SFC scan can be used to find if some Windows functions are not working, and restore the corrupted files that may have been causing the issue. If you are on Windows 10 or 8, run a Deployment Image Servicing and Management (DISM) tool first prior to SFC.

Note: DISM and SFC scans use the Windows Update to replace the corrupted files. If your Update Client is already broken, you may use a Windows installation disc as a backup repair source. You have to use a different command which will be listed below.

Caution: Do not interrupt the scans until the verification is complete. The scans do take time, but interrupting the scans may break your system.

  1. Open an elevated command prompt. Search cmd in search and select Run as Administrator from the right-click menu.
  2. Type the following command and press Enter:
    DISM.exe /Online /Cleanup-image /Restorehealth

dism_scan

  1. If you are using a repair disc or other removable media, you need to use a different command. The command for this is:
    DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows/LimitAccess

windows_limit_access

Note: you have to replace C:\RepairSource\Windows with the location path of your repair source. You can find this path in the address bar of the drive.

After this scan finishes, you need to run an SFC scan. In the same elevated CMD, write the following command to run a System File Checker (SFC) scan and press Enter.
sfc /scannow

sfc_scannow

After the scan finishes the problem should be resolved. If there are some corrupt files, the scan will show results as a message.

Solution 4: Create A New User Account

Many times, the user account can get broken which can lead to some features not working properly. If your pc settings won’t open, you need to create a new user account with administrator privileges and then port over your settings to the new account.

To add an account to your system you can follow these settings:

  1. Open the Settings app. You can use the shortcut Win + I.
  2. Select Accounts.
  3. From the left pane, select Family & other users.
  4. From the right pane, click on Add someone else to this PC.

add_someone_else_to_this_PC

  1. Now create a new account by following the on-screen instructions.

You can choose to add a Microsoft account to the new user, or select The person I want to add doesn’t have an email address. Next, you need to set up a password and hint for the new account.

add_without_account

Next, you need to grant administrator privileges to the new account. To do this,

  1. Reopen the Family & other users from within the settings as discussed above.
  2. Click on the newly created account to select it.
  3. Click on the Change account type
  4. Open the Account type drop-down menu and select Administrator.
  5. Click on OK.
  6. Now log out of your existing account, and log into your newly created administrator account. 

Note: Alternatively, you can use the command prompt to create a new user as well. Open an elevated command prompt though a Run window or through the start menu. Type the following command to add new user
net user <newusername> <newpassword> /add
Then go to the control panel, and set the account as administrator from the User Accounts section.

Try accessing your settings app from here to check if it works normally.

If everything works normally, copy and paste your user files from your old account.

(Also read: how to solve Tile database is corrupt)

Wrapping Up

Creating a new account can be time-consuming. If nothing else works, you might need to reset your Windows 10 itself. Now you know what to do if the Windows 10 settings won’t open on your device. Comment below which method helped you, and to discuss further the same.

Filed Under: Windows Tagged With: Windows 10 settings won’t open

About Anubhab Chakraborty

A blogger, tech enthusiast and a MBA student from Kolkata. A friendly person always in a mood for networking. Ping me up anytime or just throw an email.

Comments

  1. Mark says

    August 10, 2020 at 11:21 pm

    You must be special to suggest that to fix the Settings window not opening, click on Settings to create an account. You see what the problem is there?

    • Lucius says

      November 26, 2020 at 7:49 pm

      Exactly, whoever wrote this is an imbecile.

  2. ADRIAN KERNER says

    September 18, 2020 at 5:37 pm

    now is working by using solution 3

  3. KERNER ADRIAN says

    September 18, 2020 at 5:42 pm

    Correction: Now is working by using solution 2.Reinstall Windows Settings App / with 3.You can also use the following command to re-register all the apps:
    Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    • amanuel says

      December 31, 2020 at 11:22 pm

      thanks it works

  4. Ray says

    October 8, 2020 at 11:56 pm

    Step 2 – After putting in teh command, It’s asking for a PATH. How do I do that?

  5. JAKE says

    February 27, 2021 at 7:08 pm

    LOOK UP THE WORD PATH, CMD LINE SEARCHES AND EXECUTABLES COMMANDS DO NOT KNOW WHERE TO LOOK UNLESS YOU SET THE PATH.
    PATH=c:\(ETC.) TELL THE CMD LINE WHERE TO LOOK TO EXECUTE THE COMMAND, IN WHICH DIRECTERIES LIKE , WINDOWS SYS AND WINDOWS. ETC.

    AFTERWARDS
    YOUR COMMAND WILL WORK
    SELAH

  6. Colin says

    October 20, 2021 at 3:14 pm

    Many thanks.. Solution 3 fixed it for me.

  7. Jam says

    November 27, 2021 at 10:01 pm

    I had the same problem and couldn’t fix it with any steps until I followed this and it fixed it:

    The first thing you will need to do is download the latest .ISO file available for Windows 10.
    https://www.microsoft.com/en-us/software-download/windows10

    https://answers.microsoft.com/en-us/windows/forum/all/how-to-perform-a-repair-upgrade-using-the-windows/35160fbe-9352-4e70-9887-f40096ec3085

Silicophilic_Twitter_handle Silicophilic_Facebook_handle Silicophilic_Youtube_handle Silicophilic_Linkedin_Handle Silicophilic_Rss_Feed

Recent Posts

  • FC 26 Black Boots Bug – The Career Mode Fix That Actually Works
  • Stuck in the Wrong Language in EA SPORTS FC 26? Here’s What I Did
  • EA Sports FC 26 Error EC:10608 Broke My Sync — Until I Figured This Out
  • How to Create An Automated Budget in Excel
  • Recover Data From An Unbootable Hard Drive in Windows 11

© 2026 · Silicophilic