If Windows 10 Settings won’t open, restart your PC and check for updates. If the issue persists, run SFC and DISM scans, re-register the Settings app, or use System Restore. This guide from MiniTool provides step-by-step fixes to help you restore access to Windows Settings.

Quick Answer

If Windows 10 Settings won’t open, try restarting your PC, running SFC and DISM scans, updating Windows, or re-registering the Settings app. Advanced fixes include creating a new user profile, performing System Restore, or resetting Windows.

Why Is Windows 10 Settings Not Opening

The Settings app may fail to open because of:

  • Corrupted system files
  • Failed Windows updates
  • Damaged user profiles
  • Broken Settings app packages
  • Registry errors

Before You Start: Back Up Your System

Before attempting advanced fixes like System Restore or reinstalling components, create a backup of important files or the entire system. This ensures you can restore your PC if issues arise.

MiniTool ShadowMaker is a reliable backup solution that allows you to create system images, back up files, and restore Windows. It offers scheduled and incremental backups, along with bootable media creation for added protection before troubleshooting.

Here’s how to use this software to create a system image:

1. Get its Trial Edition by hitting the following button and following the on-screen instructions to install it.

MiniTool ShadowMaker TrialClick to Download100%Clean & Safe

2. Launch it and choose Backup from the toolbar.

3. By default, MiniTool ShadowMaker selects system partitions from the Source section, for example, the system reserved partition and C drive.

4. Sometimes, the destination path is also selected by this software. If not, you can specify a place for the system image.

5. Finally, click Back up Now and Yes.

MiniTool ShadowMaker backs up operating system

After creating a backup, continue with the fixes below to repair the Windows 10 Settings app.

How to Fix Windows 11/10 Settings Cashing/Freezing/Stuck
How to Fix Windows 11/10 Settings Cashing/Freezing/Stuck

What if Windows Settings keeps crashing, freezes, or gets stuck on Windows 11/10 PCs? From this post, you can find useful solutions.

Read More

How to Fix Windows 11/Windows 10 Settings Not Opening

How do you fix Windows 10/11 Settings not opening? If Windows 10/11 can’t open Settings, you can try to reboot your computer to check if the issue is solved. If this fails, you can try other methods below.

Solution 1: Alternative Ways to Open Settings

Best for: When the Settings app won’t open but Windows itself still works normally.

Usually, you open the app by clicking the Windows logo and choosing Settings. If this doesn’t work, you can open it in other ways. Then, you ask – how do I open Settings in Windows 10/11? It is easy by following the guide.

Windows 11 New Settings: How to Open it? | How to Use It?
Windows 11 New Settings: How to Open it? | How to Use It?

In this post, we will show you how to open Windows 11 new Settings and how to use it to modify your computer settings.

Read More
  1. Input settings in the search box and click the result.
  2. Press the Win + I keys to launch Windows 10/11 Settings.
  3. Go to the Action Center and click All settings.
  4. Press Win + R, input ms-settings: in the Run window and press Enter.
Tip: If any of these ways can work, choose Update & Security > Troubleshoot and look through the list and run the troubleshooter that matches your current problem.

If Windows 11/Windows 10 Settings won’t open all the time after you try these ways, now it’s time to try something else.

Solution 2: Check If the Settings App Is Enabled

Best for: When Windows Settings has been blocked or disabled by system restrictions.

Due to some reasons, you may have disabled Windows Settings via Windows Registry Editor or Group Policy, so the issue of Windows 11/Windows 10 Settings not opening happens. Having a check is a good idea.

Registry Editor

Tip: Before you do, we recommend you to back up registry files to avoid system issues due to improper operation.
  1. Input regedit.exe in the search box and click the result to open Registry Editor.
  2. Head to HKEY_CURRENT_USER\Software\Microsoft\ Windows\CurrentVersion\Policies\Explorer. If Explorer doesn’t exist, right-click on Policies and choose New > key to create it.
  3. Right-click on the right empty area, choose New > DWORD (32-bit) Value and name it NoControlPanel.
  4. Double-click the key and ensure its value is 0 (enable Settings).

enable Settings in Registry Editor

Group Policy

  1. Type gpedit.msc to the search box and click the result to open Local Group Policy Editor.
  2. Head to User Configuration > Administrative Templates > Control Panel.
  3. Double-click Prohibit access to Control Panel and PC Settings from the right panel and change its setting to Disabled.
  4. Click Apply and OK.

enable Windows Settings via Group Policy

After trying this way, if the Windows 11/Windows 10 Settings not working issue persists, continue using other methods to fix it so as to let it open and work properly.

Solution 3: Run System File Checker

Best for: Repairing corrupted or missing Windows system files that prevent Settings from opening.

If there are some corrupted system files, perhaps Windows 10/11 can’t open Settings, so running a SFC scan could be helpful. SFC, short for System File Checker, is a tool that comes with Windows operating system. It can be used to scan for system and restore corruptions in Windows system files.

Here is how to do it:

  1. Open Command Prompt in admin mode via Search.
  2. Input SFC /scannow and hit Enter. This will take some time, so wait patiently.

sfc scannow

Tip: Sometimes SFC may fail to fix files since it gets stuck. To fix it, refer to our previous article – Windows 10 SFC /Scannow Stuck at 4/5/30/40/73, etc.? Try 7 Ways.

After finishing the scan, check if the issue of Windows Settings not opening is resolved. If not, try another solution.

Solution 4: Run the Windows Update Troubleshooter

Best for: Resolving Settings issues caused by failed Windows updates or update-related errors.

As mentioned above, a Windows update could give rise to Windows Settings not working. To let the app open and work normally, you can try the Windows Update Troubleshooter.

  1. Open Control Panel, view all items by large icons and choose Troubleshoot.
  2. In the new window, click the Fix problems with Windows Update link under the System and Security Then, follow the on-screen guide to finish fix.

fix problems with Windows Update

Tip: Sometimes when the Windows 11/Windows 10 Settings app is not working, perhaps Control Panel is not opening, too. If you have this problem, read this post – 7 Ways to Fix Control Panel Not Opening in Windows 10 to get the solutions.

Solution 5: Reinstall the Settings App

Best for: Fixing a damaged or corrupted Windows Settings app package.

How to reinstall the app if Windows 11/Windows 10 Settings won’t open? Do as the following guide:

1. Launch Command Prompt with the rights of administrator by searching for cmd, right-clicking the result and choosing Run as Administrator.

2. Copy and paste the following command to the open the CMD window and press Enter.

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}

reinstall Windows Settings

If this couldn’t work, you should log on to the system as another valid user with admin rights.

Solution 6: Create a New Windows User

Best for: Troubleshooting Settings problems caused by a corrupted user profile.

Because of the Windows 11/Windows 10 Settings app not working, you can’t create a new account via the app. If you are running Windows 10/11 Pro, use Command Prompt instead.

1. Open the Command Prompt window with admin privileges.

2. Run the command: net user newusername newpassword /add and hit Enter. Then, you will get a message saying the command completed successfully.

Tip: Replace newusername and newuserpassword with the actual user name and password that you want to use.

3. Next, type the command: net localgroup administrators newusername /add and hit Enter to make the new user be an administrator.

create a new user account via Command Prompt

4. Sign out of your current account and log into the new account.

Solution 7: Reinstall Windows 10/11

Best for: Fixing persistent Settings problems when other troubleshooting methods fail.

If Windows 10 can’t access Settings after you try all of the above methods, maybe you need to reinstall the operating system, which is the last resort.

Tip: Before Windows 10/11 reinstallation, we recommend you to back up your important files with MiniTool ShadowMaker – professional backup software since the process erases some data on your hard drive.

Next, start reinstalling the OS. This post – How to Reinstall Windows 10 without CD/USB Easily (3 Skills) gives you many methods and just choose one based on your actual situations.

“My Windows 10 Settings is not working so I cannot access Settings. Thankfully, I fix the issue after trying these methods given in this post. So, share them with you!”Click to tweet

How to Use Best Ghost Image Software to Ghost Windows 11/10
How to Use Best Ghost Image Software to Ghost Windows 11/10

Learn how to ghost Windows 10/11 using the imaging backup software MiniTool ShadowMaker to create a system image and restore your PC.

Read More

Bottom Line

If Windows 10 or 11 Settings won’t open, try alternative methods to access it, check if the app is enabled, and run the System File Checker. If issues persist, consider repairing the app, creating a new user account, or reinstalling Windows as a last resort.

Always back up your important files or create a system image to prevent data loss. Following these steps can help restore access to the Settings app. For questions about MiniTool software, contact [email protected].

Windows 10 Settings Not Opening FAQ

Why is Windows 10 Settings not opening?
Windows Settings may fail to open because of corrupted system files, a damaged Settings app package, Windows update issues, or a corrupted user profile. Running System File Checker (SFC) and repairing the Settings app are usually good places to start.
How do I force open Windows Settings?
You can try opening Settings using keyboard shortcuts (Windows + I), the Run dialog (ms-settings:), Command Prompt, PowerShell, or Windows Search. If none of these methods work, the Settings app itself may be corrupted and require repair.
Can corrupted system files prevent Settings from opening?
Yes. Corrupted or missing Windows system files can stop built-in apps, including the Settings app, from working properly. Running the System File Checker (SFC) can help repair corrupted system files.
Will resetting Windows fix the Settings app?
Reinstalling Windows can fix damaged system files and restore the Settings app. It should be a last resort after other troubleshooting methods. Always back up important files before reinstalling.
  • linkedin
  • reddit