Sysdm.cpl is Not Working or Missing: 5 Ways to Fix it

Creating a new user profile does the trick

Reading time icon 4 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

fix sysdm.cpl not working

Recently, on one of my PCs, I found that sysdm.cpl was not working. When opening System Properties via Control Panel, it returned an error stating that sysdm.cpl is missing!

This happens due to corrupt system files, issues with the user profile, misconfigured Registry, or if you accidentally move/delete the sysdm.cpl file itself. If you are wondering why sysdm.cpl not opening is a problem, that’s because you won’t be able to perform a system restore or increase the virtual memory, amongst other critical changes.

What can I do if sysdm.cpl is not opening or working?

1. Manually copy sysdm.cpl from another PC

As surprising as it may sound, simply copying the sysdm.cpl file from another computer to the affected PC fixes things in no time!

As for the sysdm.cpl location, it’s: C:\Windows\System32

sysdm.cpl
sysdm.cpl in System32

All you need to do is head to the System32 folder on another PC > locate the sysdm.cpl file > copy it to an external storage drive > move the file to the System32 folder on the affected PC.

2. Repair the corrupt system files

  1. Press Windows + S to open Search, type Command Prompt in the text field, and click on Run as administrator.command prompt
  2. Click Yes in the UAC prompt.
  3. Paste the following DISM commands individually and hit Enter after each: DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth
  4. Next, run this command for the SFC scan: sfc /scannowsfc scan to fix sysdm.cpl not working
  5. Once done, restart the computer for the changes to come into effect.

Missing or corrupt system files can often be the reason sysdm.cpl is not working in Windows 11. In this case, running the DISM commands and SFC scan will replace the corrupt/missing system files with their cached copy.

If this doesn’t work and the error message highlights a DLL, use an effective DLL repair tool to replace it with a fresh copy.

3. Delete problematic keys in the Registry

Tip icon Tip
This solution requires modifying the Registry Editor, which is a critical part of Windows. So, I recommend you create a restore point before proceeding. This will allow you to revert the changes in case things don’t go as planned.
  1. Press Windows + R to open Run, type regedit in the text field, and hit Enter.registry editor
  2. Click Yes in the UAC prompt.
  3. Paste the following path in the address bar and hit Enter: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorerpath
  4. Now, if you find the NoPropertiesMyComputer or NoControlPanel entry (DWORD) here, right-click on it and choose Delete.delete to fix sysdm.cpl not working
  5. Click Yes in the confirmation prompt.
  6. Also, check for the two entries in the following path and delete them: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

4. Create a new user profile

  1. Press Windows + R to open Run, type netplwiz in the text field, and hit Enter.
  2. Click the Add button.add new account
  3. Click on Sign in without a Microsoft account.
  4. Now, click the Local account option.create local account to fix sysdm.cpl not working
  5. Enter a username and password (not mandatory) for the account, and click Next.
  6. After creating a new account, select it from the list, and then click on Properties.properties
  7. Go to the Group Membership tab, select Administrator, and click Apply and OK to save the changes.set administrator
  8. Finally, sign in with the new account and verify whether sysdm.cpl is still not working.

If sysdm.cpl starts working on a new account, the previous user profile is corrupt. In this case, use an external storage to move all personal files from the affected profile to the new profile. As for installed programs, you can have apps available to all users on the PC!

5. Perform an in-place upgrade

Note icon NOTE
The steps listed here are to perform an in-place upgrade on Windows 11. If you are using the previous iteration, a repair upgrade on Windows 10 is just as simple!
  1. Go to Microsoft’s official website, choose the OS edition and product language, and then download the Windows 11 ISO.windows 11 iso
  2. Right-click on the downloaded ISO file, and choose Mount.
  3. Click Open in the confirmation prompt.
  4. Run the setup.exe file, and click Yes in the UAC prompt.setup,.exe
  5. Click on Next to proceed.
  6. Click Accept to agree to Microsoft’s license terms.
  7. Make sure the setup reads, Keep personal files and apps, and click on Install.in-place upgrade to fix sysdm.cpl not working
  8. Wait for the process to complete. It may take 1-3 hours.

System errors like sysdm.cpl command not working often call for an in-place upgrade as a fix. Remember, this is what worked for me!

An in-place upgrade is like a reinstall, except for the fact that your personal files and apps remain unaffected. And if this, too, fails for some reason, you can always create a bootable Windows USB, change the boot order to the USB, and reinstall Windows 11 from scratch.

Which fix worked for you? Share with our readers in the comments section.

More about the topics: System Errors, Windows 11