How to Enable or Disable Task Manager in Windows 11
This article explains how to enable or disable the Task Manager app in Windows 11.
The Task Manager app has been part of Windows since early Windows NT 4.0 / 2000. It lets you view tasks (processes), start-up programs, services, and how well your computer is running.
The app is very useful for system administrators. But not everyone should have access to it. If you don’t want users opening Task Manager in Windows, you can turn it off.
Once disabled, users will see a message saying the system administrator has disabled Task Manager.
Why Control Task Manager Access?
Learning how to enable or disable Task Manager on Windows 11 can help when you want to limit who uses certain computer features. For example, if you are a system administrator, you may want to disable Task Manager for regular users. This stops them from closing important system processes or viewing sensitive information.
On the other hand, if you are a regular user, you may want to enable Task Manager to fix problems or check how well your computer is running. Knowing how to enable or disable Task Manager is useful in many situations.
Disable or Enable Task Manager Using Group Policy
Admin privileges required for this method.
Here’s how to do that:
- Open the Local Group Policy Editor.
- Expand the following folders:
User Configuration > Administrative Templates > Ctrl+Alt+Del Options

- Click on the
CTRL-Alt-Del Optionsfolder on the left panel. Then double-click the setting on the right called “Remove Task Manager” to open it.

- When the setting window opens, select one of these options:
- Not Configured – Same as Disabled. Users will be able to access Task Manager.
- Enabled – Users will not be able to access Task Manager.
- Disabled – Users can access Task Manager to start, stop, and view system performance.
- Save your settings and restart your computer for the changes to apply.
Turn On or Off Task Manager Using Windows Registry Editor
Admin privileges required for this method.
Another way to turn on or off Task Manager in Windows is to use the Windows Registry Editor.
If you can’t open the Local Group Policy Editor, use the Windows Registry instead.
- Open the Windows Registry, and navigate to one of these folder keys below:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System– Use this to disable or enable Task Manager for standard users only.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System– Use this to disable or enable Task Manager for all users.

- If you don’t see the
Systemfolder key, right-click on thePolicieskey. Then create the subkey folders calledSystem. - Right-click inside the
Systemfolder’s right pane. SelectNew > DWORD (32-bit) Value. Type a new key namedDisableTaskMgr. - Double-click the new key item name
DisableTaskMgr. Make sure theBaseoption is set toDecimal. Then update theValue data:- To disable Task Manager, type
1. - To enable Task Manager, delete the name
DisableTaskMgrthat you created above.
- To disable Task Manager, type

- Save your changes and restart your computer.
What Happens When You Disable Task Manager?
When Task Manager is disabled, users will not be able to open it at all. If they try to open it, they will see a message telling them the system administrator has disabled it. This prevents users from stopping programs, viewing running processes, or checking system performance through Task Manager.
Summary
Task Manager is an important tool in Windows 11 for checking how your computer is running and fixing problems. System administrators can disable Task Manager to limit what standard users can do. This helps protect important system processes and sensitive information.
You can use two methods to control Task Manager:
- Local Group Policy Editor – The easiest way for most administrators.
- Windows Registry Editor – Use this if Group Policy Editor is not available.
Both methods require administrator privileges. Knowing how to control Task Manager access is important for keeping your system safe and secure.
Was this guide helpful?
Leave a Reply