Fix Windows that has process that will not end
We'll run Task Manager as Admin, use taskkill, stop the service, or boot Safe Mode—or tell you when to call a pro.
What you'll need
- Administrator account
Step-by-step diagnostic
Quick triage — pick your path
Get started
Choose the option that matches what you see. You can jump straight to that section.
Show full guide
Steps
Goal: End the process using Task Manager as Admin, taskkill, or by stopping the service.
- Run Task Manager as Administrator. End task. If that fails, taskkill /f /im processname.exe.
- Good: Process ended. You are done.
- Bad: Stop the related service or boot Safe Mode.
taskkill
Goal: Force end the process from Command Prompt.
- Command Prompt as Administrator. taskkill /f /im processname.exe.
- Good: Process ended.
- Bad: Stop the service. The process may be a service that restarts.
Stop service
Goal: Stop the service so the process does not restart.
- services.msc. Find the service. Stop. Set Startup type to Disabled.
- Good: Process stays ended.
- Bad: Boot Safe Mode and uninstall the program.
When to get help
Call a technician if:
- The process persists after these steps.
- You suspect malware.
- Ending it causes blue screens or instability.
Verification
- The process no longer appears in Task Manager.
- CPU or memory usage is normal.
- No errors when using the PC.
Escalation ladder
Work from the device outward. Stop when the problem is fixed.
- Task Manager as Admin Run Task Manager as Administrator; End task.
- taskkill taskkill /f /im processname.exe.
- Stop service services.msc, Stop the service.
- Safe Mode Boot Safe Mode; uninstall or remove.
- Call a pro Process persists; malware suspected.
What to capture if you need help
Before calling support or posting for help, have these ready. It speeds everything up.
- Process name and PID
- Whether it is a service
- Steps already tried
Did you run Task Manager as Administrator?
Admin rights may be needed to end the process.
You can change your answer later.
Run as Administrator
Did taskkill work?
taskkill /f forces the process to end.
You can change your answer later.
Stop the service
Process ended
Reviewed by Blackbox Atlas
Frequently asked questions
- Why would a process not end?
- It runs as a service, has higher privileges, or is malware. Run Task Manager as Admin, use taskkill, or stop the service.
- What is taskkill /f?
- Force kill. /f forces the process to end. /im specifies the image (process) name.
- When should I call a technician?
- When the process persists, you suspect malware, or ending it causes system instability.
Rate this guide
Was this helpful?
Thanks for your feedback.