Windows 10 - 1

Whenever you are using your computer and it hangs in the middle of some software running, the first thing that you do is press “ ctrl+alt+delete ” key to open Task Manager, then you right-click on the task that is causing the process and click on ‘End task’ to terminate it. However, you might have seen an error that reads “Unable to terminate process”.

Now there isn’t any sure cause for this error, but it can be mostly due to some corrupted data or a Windows bug. Whatever the reason may be, but you can fix the “Unable to terminate process” error.

Don’t want to miss the best from TechLatest ? Set us as a preferred source in Google Search and make sure you never miss our latest.

In this article, we are going to show you how to fix “Unable to terminate process” error. So follow the methods mentioned below to fix this error.

How to Fix “Unable to terminate process” Error 1 - 2

Content Table

How to Fix “Unable to terminate process” Error

Using Command Prompt to Terminate the Process

If you can’t end a process using the Task Manager, you can do it by using Command Prompt. Command Prompt is one of the best tools to do this. Here’s how:

Step 1: In the Windows search bar, type ‘cmd’ and right-click on it to ‘Run as administrator’. Step 2: Now you have to type,

taskkill /im process_name /f

and hit enter.

Note that in the place of “process_name” you have to type the name of the process you want to terminate. For example, if I want to close Photoshop then I will type,

taskkill /im photoshop.exe  /f
Unable to terminate process - 3

Using WMIC

Windows Management Instrumentation Command-Line (WMIC) is a good utility to kill any process. For this you will have to follow these steps:

Step 1: Open Command Prompt by typing “cmd” in the Windows search bar and right-click on it to ‘Run as Administrator’. Step 2: Now type the following command,

wmic process where name=’process_name.exe’ delete

and hit enter.

Fix “Unable to terminate process” Error - 4

Note that in the place of “process_name” you have to type the name of the process you want to terminate. For example, if I want to close Photoshop then I will type,

wmic process where name=’photoshop.exe’ delete

That’s it and you are all good. These two methods shall fix “Unable to terminate process” error. Along with this, you can also use some third-party task manager tools like Process Explorer , Process Hacker , and more.

  • How To Fix DNS Server Not Responding Error in Windows 10
  • How to Use USB Flash Drive to Lock Your PC
  • How to Fix 0x00000002 Error “The system cannot find the file specified”
  • How to Fix “The Driver Being Installed Is Not Validated for This Computer” Error in Windows 10

Enjoyed this article?

If TechLatest has helped you, consider supporting us with a one-time tip on Ko-fi. Every contribution keeps our work free and independent.