Fix: Task Manager End Task Not Working In Windows 11

Task Manager End Task not working in Windows 11? Learn to force close stubborn apps using End Process Tree, taskkill commands, PID, and more.

Tanishka J.
Windows Expert
3 min read
Add as a preferred
source on Google

Imagine a scenario. You wanted to close an app using Task Manager. You opened Task Manager, select the app name/process and clicked End Task. But nothing happens then. The app is still frozen and won’t terminate. It is still using CPU and memory. And now you’re clicking the button again and again. When Task Manager’s End Task is not working in Windows 11, the process may be stuck, running in the background, or protected by Windows. In this guide, you’ll read how you can fix the issue.

Task Manager's End Task is not working in Windows 11
Task Manager’s End Task is not working in Windows 11

Why Does Task Manager End Task Not Work?

  • The app is frozen.
  • Background processes are still running.
  • Administrator rights are required.
  • The process is protected by Windows.
  • The app restarts automatically.

Fix: Task Manager End Task Not Working In Windows 11

Here are the quickest ways to force it to close.

Fix 1: Use End Process Tree

This option closes the main app and all related processes.

1. Press Ctrl + Shift + Esc to open Task Manager.

Task Manager
Task Manager

2. Go to the Details tab.

Go to the Details tab
Go to the Details tab

3. Right-click the problematic process.

4. Select End Process Tree.

Select End Process Tree
Select End Process Tree

5. Confirm the action.

Fix 2: Force Close The App Using Taskkill

The taskkill command can terminate stubborn applications.

1. Open Command Prompt as Administrator.

Command Prompt as Administrator
Command Prompt as Administrator

2. Type:

taskkill /f /im processname.exe
taskkill /f /im processname.exe
taskkill /f /im processname.exe

3. Replace processname.exe with the actual process name.

4. Press Enter.

Fix 3: Kill The Process By PID

If multiple copies of the same app are running, target one specific process.

1. Open Command Prompt as Administrator.

Command Prompt as Administrator
Command Prompt as Administrator

2. Run:

tasklist

3. Find the process PID.

Run: tasklist and find the process PID.
Run: tasklist and find the process PID.

4. Type after substituting process PID:

taskkill /pid PID_Number /f
taskkill /pid PID_Number /f
taskkill /pid PID_Number /f

5. Press Enter.

Fix 4: Open Command Prompt From Task Manager

If Windows is partially frozen, try these steps:

1. Open Task Manager.

Open Task Manager
Open Task Manager

2. Click File > Run New Task.

3. Type:

 cmd
Click File > Run New Task and Type cmd.
Click File > Run New Task and Type cmd.

4. Tick Create this task with administrative privileges.

5. Run the required taskkill command.

Fix 5: Shut Down Your PC

If you see Access is Denied, the process may be protected by Windows. Save your work and shut down the computer and then restart it.

Shut Down Your PC
Shut Down Your PC And Restart

FAQs


It closes the selected process and all processes it started.

A frozen app, running child processes, or Windows protection can prevent Task Manager from ending the task.

Yes, for normal applications. Avoid using it on critical Windows system processes.
Share this article
https://www.kapilarya.com/fix-task-manager-end-task-not-working-in-windows-11

Shareable URL

Article by

Tanishka J.
Windows Expert

Tanishka is an Technical Content Writer who simplifies tech topics into easy, reader-friendly content. She enjoys exploring new Windows features and sharing insights about them.

Leave a Comment

Your email address will not be published. Required fields are marked *