14 Ways To Fix Task Manager Not Working

14 Ways To Fix Task Manager Not Working

Task Manager is a handy tool that lets you monitor the system processes and performance. When an app malfunctions or your PC overheats, this is most of our go to place. It is easy to troubleshoot and terminate any unresponsive tasks.

But what do you do if the task manager itself is acting up?

Task manager can stop working in several ways. Either it may not load, stop responding or show some kind of error message when you try launching it.

There may be multiple reasons why it does not work. You may not have admin privilege to use it, or your PC needs an update. Whatever the reason, you can fix it easily.

How to Fix an Unresponsive Task Manager

Fixing the problem with an unresponsive task manager is not a big deal. Running a few commands and making a few changes in the settings can bring the task manager back into the working state.

We have compiled a list of 14 fixes that you can apply to sort out the problem. Let’s discuss them in more detail.

Try Alternatives to Open Task Manager

Before moving on to the further fixes, please try every possible method to open the task manager. Sometimes the alternative method may work, and you can solve the issue without any hassle.

  • Press Ctrl + Shift + Esc keys simultaneously.
  • Hit Ctrl + Alt + Del at once and click Task Manager.
  • Right-click over the taskbar and select Task Manager from there.
  • In the Windows search box, type taskmgr and launch Task Manager.

Cold Boot Your Computer

Cold booting a computer simply means restarting your computer from a completely powerless state. Cold boot flushes contents of RAM and clears the cache. It can fix issues with the task manager, so cold boot your computer and check if you can access the task manager.

To cold boot your computer, completely shut it down and power on after a while.

Check for Administrator Rights

If you are on a PC other than your personal one, the system administrator can prevent you from accessing the Task Manager. They can disable your access to the task manager for security reasons.

Windows can even show the error message that says your administrator has disabled the task manager. You can contact the system administrator in this scenario and ask for permission.

But if you are on your PC and still facing the problem, log in to the system as admin and check if the issue persists. Move to further fixes below after verifying it.

Clear Junk Files

Junk files are the residual files that reside on your PC but do not have any specific functions. The applications create those files for temporary purposes. These junk files can interfere with the system’s configuration and cause issues with your task manager. Follow these steps to create the junk files:

  1. Type Disk Cleanup in the Windows Search box and launch the application.
  2. Select the drive that you want to clear.
  3. In the Disk Cleanup popup, check all the items under Files to delete and click the OK button.
    disk cleanup

Run Malware Scan

Malwares are the malicious programs deployed by attackers to steal your personal information. They mainly get into your system via the Internet. They can corrupt the system files and, at the same time, modify the registry settings. Malware can run unnecessary programs on your PC and prevent the task manager from working so that you can not end the task.

You can use malware scanners or antivirus programs to scan for the malware. If you don’t have them, Windows provides an in-built malware scanner integrated into Virus & threat protection features. To use this feature:

  1. Search Virus & threat protection in the Windows search box and open it.
  2. Click the Quick Scan button and let it do the rest.
    quick scan

Run System Maintenance

Windows has a built-in maintenance tool that fixes any errors and compatibility problems in your PC. The tool is designed to perform maintenance on a regular schedule. However, you can also run it manually. Run the tool and check if the task manager starts working. Follow these steps:

  1. Type Control Panel in the Windows Search box and open the application.
  2. Select System & Security > Security and Maintenance
  3. Under the Maintenance menu, click on Start maintenance.
    start maintenance

Run DISM and System File Checker Tool

DISM stands for Deployment Image Servicing and Management. It is a tool in Windows that fixes defects found in the Windows image. It scans and repairs corrupted files in your operating system. DISM has many times helped to solve the issue with the task manager. So give it a try and see if it solves the problem.

Another tool you can use is the System File Checker (SFC). More specifically, it is a command that checks for any corrupted files in the PC and replaces them with the working ones.

Follow these steps to run the DISM and SFC tool:

  1. In the Windows search box, type Command prompt, right-click over it, and run with the administrator privileges.
  2. First, run the SFC tool and see if it solves the issue with your task manager. If it does, no need to run DISM. Else consider running the DISM tool after SFC.
  3. Type the command and press Enter.
    SFC /scannowsfc scannow command
  4. Type the command to run DISM tool and press Enter.
    Dism /Online /Cleanup-Image /RestoreHealthdism command

Enable Task Manager

Your task manager might have been disabled, and you may be facing issues with it. Probably malware modified the settings and disabled it or you accidentally deleted system files that caused the problem. In such a case, you need to enable it manually again. 

You can enable the task manager using three methods. Use all three methods one by one and check if it solves the problem.

Using Registry Editor

  1. Type Registry Editor in the Windows search box and open it.
  2. Navigate to: ComputerHKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPolicies
  3. Now you need to create a System key under Policies. If you already have it, no need to create. Else, Right-click on Policies and select New > Keypolicy-new-key
  4. Rename the new key as System
  5. Now, inside the System folder, right-click the blank space in the right section and choose New > DWORD (32-bit) Value.
    system-new-key
  6. Name the value as DisableTaskMgr.
  7. Double-click the DisableTaskMgr value and set the Value data to 0.
    Disabletaskmgr-value
  8. Click OK and restart your computer.

Using Group Policy Editor

  1. Hit Windows+R to open the Run dialog box.
  2. Type gpedit.msc and hit Enter. It will open the Local Group Policy Editor.
  3. Navigate to path: 
    User Configuration>Administrative Templates>System>Ctrl+Alt+Del Options
    Group-policy
  4. On the right pane, double-click the entry Remove Task Manager.
  5. Select either Not configured or Disabled in the next window and save changes.remove-task-manager
  6. Restart your PC and try accessing the task manager.

Using CMD

  1. In the Windows search box, type Command prompt.
  2. Right-click over the first result and select Run as administrator.
  3. Type the command below and hit Enter key
    REG add HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v DisableTaskMgr /t REG_DWORD /d 0 /fcmd command
  4. After the operation is completed, exit from the Command prompt and see if the problem is solved.

Re-register Task Manager Using Windows Powershell

Windows PowerShell makes use of the Command Line Interface (CLI). It helps you change the system’s configuration and automate tasks with its commands. Using PowerShell, you can re-register the task manager in your system and see if it fixes the problem. Follow these steps:

  1. In the Windows search box, type Windows PowerShell. Right-click the top result and select Run as administrator.
  2. Copy and paste the code in the PowerShell window.
    Get-AppXPackage -AllUsers | Foreach Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”powershell command
  3. Press Enter key.

Wait until the process is completed. It may take up to 10 minutes to complete. Try launching the task manager afterward.

Open PC in Safe Mode

Safe mode is a boot mode in Windows that boots up your PC only with an elementary set of drivers. It only loads the fundamental programs and applications essential for booting the PC. If any additional programs are causing your task manager to malfunction, you can figure it out once booted in safe mode.

Follow these steps to boot in Safe mode:

  1. Hit the Windows+R key to open the Run dialog box.
  2. Type msconfig and press Enter key to open the System Configuration application.
  3. Jump to the Boot tab and select Safe boot under Boot options.
  4. Select Minimally and save changes.
    safe boot minimal
  5. Restart your PC to boot in safe mode.

Switch the User Account

Many users have reported that when they signed out and signed in again into their user account, they were able to fix the issue with the Task Manager. Follow these steps to switch the user account:

  1. Right-click the Start button and choose Settings.
  2. Choose Accounts > Family & other users > Add someone else to this PC
    add someone else to this pc
  3. Click I don’t have this person’s sign-in information and then click Add a user without a Microsoft account.
  4. In the next window that appears, provide username and password details for your new account and click the Next button.
    create a user for thic pc

Log in to the new account you just created and log in back to your previous account again. See if the problem of the task manager persists.

Use Third-Party Tools

Using a third-party tool is the temporary fix you can apply to solve the problem. You can consider using it if you cannot figure out what is preventing the task manager from opening up. There are many applications available on the Internet that let you perform the function of a task manager without having it. Process Explorer, Task Manager Deluxe, and Daphne are some of them.

Uninstall Recent Updates or Update Windows

Try uninstalling if you are having problems opening up the task manager after a recent update. Updates come with many bugs and glitches that might prevent task managers from opening up. Follow these steps to uninstall the recent updates:

  1. Open Control Panel, then navigate to Programs > Programs and Features > View installed updates
  2. Right-click the most recent update that you installed and click the Uninstall option.
    uninstall updates

On the contrary, If updates are available on your PC, you should consider installing them. Updates come to solve the bugs in the previous versions. The task manager may start acting up unless it gets an update. Follow these steps to update the Windows:

  1. Press Windows + I key to open Settings.
  2. Navigate to Update & Security > Windows Update > Check for updates
    windows update
  3. You will see available updates there. Download and Install if any.

Perform a System Restore

The system restore feature lets you roll back to the earlier working version of Windows. If recent changes in the system made the task manager to not work, rolling back will help. Follow these steps to perform a system restore:

  1. Press Windows + R key to launch the Run dialog box.
  2. Type control in the text field and hit Enter to open the Control Panel.
  3. In the Control panel search box, type recovery.
    recovery
  4. Select Recovery menu and then click Open System Restore in the next window.open system restore
  5. Then follow the on-screen instructions. It will restore your system to the earlier working versions.

If you want to know more details about system restoration, we have a comprehensive guide that will help you.