Win11 KB5067036 bug: "Processes remain even after closing Task Manager"

The official release notes for the optional preview update "KB5067036" released on 202510/28 for Windows 11 version 24H2/25H2 state, "[Task Manager] Fix: Some apps may not be grouped with processes unexpectedly."

It seems that Microsoft tried to fix the process display (grouping) in Task Manager, but according to my own testing and reports from readers, after applying this KB5067036, the following side effect occurred:The process (Taskmgr.exe) remains even after closing Task Manager"Another new glitchIt was confirmed that this was occurring.

table of contents

Verification: Even if it is closed, the process remains and continues to be recognized as existing

To verify this issue, first open the Task Manager three times (open one and then close it with the X button) and confirm that three processes are running.

Task Manager - Details tab
Task Manager – Details tab

Then, close the Task Manager window with the "X" button. Normally, this should end all three "Taskmgr.exe" processes.

However, when I checked this state using a verification program I created (an AutoIt script that obtains the status of all running "Taskmgr.exe" processes), I found some surprising results.

▼ Verification program execution results

The "Taskmgr.exe" processIt continues to remain without endingNot only that, the OS will mark those windows as "exist" (Log details: One of the three processes was "active" and all three were recognized by the OS as "existing")

This means that even if the user clicks the "X" button to close Task Manager, the process continues to run in the background (becoming a so-called "zombie process").

Task Manager Status

Impact (risk) of this defect

Don't underestimate it by thinking that "it's just a process that remains."memory leakmay cause.

Task Manager consumes a certain amount of memory and CPU resources to monitor the PC's operation. If you do not notice this problem and the process remains every time you open and close Task Manager,Memory usage keeps accumulatingAnd finally The overall performance of your PC becomes slow or unstableThere is a possibility.

approach

This issue is caused by a bug called "KB5067036"Optional Preview UpdatesPreview updates are test versions for advanced users who want to try out new features early, and are not something that regular users should install.

1. If you are installing now

  • Do not install.
  • Even though it is displayed as an "optional update" on the Windows Update screen, we strongly recommend that you ignore (do not install) "KB5067036" until Microsoft releases the next version of the update that fixes this issue (probably in the November monthly update).

2. If you have already installed it

  • Uninstall "KB5067036":
    1. Open "Settings" > "Windows Update" > "Update History".
    2. Click Uninstall updates.
    3. Find "KB5067036" in the list and click "Uninstall."
    4. Restart your PC.

Let's hope this issue will be fixed in the next monthly update. Please share in the comments if you are experiencing the same issue in your environment.

Addendum: Additional verification

I tried some additional testing.

1. Force quit all "Taskmgr.exe" processes from Task ManagerEven ifOne process always remains

Even if you run "End Task" for all "Taskmgr.exe" from the Details tab of Task Manager,For some reason, one process always remains without terminating.This is a very strange behavior that can be confirmed using the Resource Monitor.

Moreover, thisCheck with older versionsI did it.

When "Taskmgr.exe" (Task Manager) detects an attempt to terminate itself (terminating "Taskmgr.exe" from within "Taskmgr.exe"),Intentionally leaving one processIt seems to be designed that way.

This may be a kind of self-defense mechanism to prevent the Task Manager itself from crashing.

2. The root cause was not "Taskmgr.exe" itself

From this behavior, the cause of the problem is "Taskmgr.exe"Is it in the file itself?Thinking about this, the author used "KB5067036" before applyingOlder versionsI replaced it with "Taskmgr.exe" and tested it.

However, the symptoms did not improve.

Based on this, I speculate that the root cause is not the "Taskmgr.exe" program itself, but rather that the "KB5067036" update introduced some kind of bug into the mechanism by which the OS manages and terminates the Task Manager process (probably the kernel or related services).

How to completely kill a zombie process

By the way, this "zombie process" cannot be terminated from the Task Manager itself, but you can force it to end using the following method.

  • taskkill コマンド
  • Right click on the taskbar icon > End task
    • To use this feature, you must turn on End Task in Settings > System > Advanced.
  • End the process from Resource Monitor
  • Third-party process management tools

3. Side effects (glitches) discovered in Explorer

Upon further investigation, we found that this "KB5067036" was not only in the Task Manager but also in theExplorerIt has also been found to cause problems.

In the Explorer view settings, select "File nameextension"CloseEven if you do,.dll,.cpl,.bakSome files such asThe file extension continues to be displayedThis is the phenomenon.

This issue also occurs when you try "KB5067036"Uninstalling it returns to normalI have confirmed that.

"KB5067036" also included fixes related to Explorer, so like the Task Manager, it appears to be causing side effects (problems) in fundamental parts of the OS.

【in conclusion】

This "KB5067036" is a "problematic update" that may cause multiple system issues. Unless you want to test new Microsoft features, all users have no choice but to uninstall the program.This is the author's strong belief.

If you found this article helpful, please share it on social media.

Person who wrote this article

Driven by questions arising from my daily PC use and the desire to "do more," I have been pursuing self-study in Windows since around 2008. I am sharing the "aha!" techniques and solutions I discovered through trial and error with the sole purpose of helping you in your PC life.

View profile

Comment:

Comment list (9)

  • KB5068861 for Windows 11 25H2/Windows 11 24H2 has been released.
    This release also fixes the "Task Manager" duplication bug.
    There are also a few other important fixes, but the biggest one is the revamped startup menu.

    • Dear Misama,

      Yes, the issue of processes remaining even after closing Task Manager has been fixed.
      Also posted on XHowever, although it is not mentioned on the official KB5068861 page, the bug in Explorer has also been fixed.
      Also, when you install KB5068861 KB5070186 will be applied and the WinRE version will be updated to 10.0.26100.7149.

      There have been reports that Explorer has become more responsive since updating to KB5068861, so there don't seem to be any particular problems at the moment.

  • I was unable to launch multiple instances in my environment, but is this due to the environment?
    This is a story from another site, but apparently they tried opening the Task Manager nearly 100 times.
    (https://www.windowslatest.com/2025/10/30/windows-11-kb5067036-issue-task-manager-wont-close-and-duplicates-may-hurt-performance/)
    Apparently, the number of zombies that were turned into was equal to the number of zombies that were opened.

    • Thank you for your comment, Mi-san.

      I apologize if the content was difficult to understand. I have corrected the following.

      To verify this issue, first open Task Manager three times and confirm that three processes are running.

      To verify this issue, first open the Task Manager three times (open one and then close it with the X button) and confirm that three processes are running.

      • Thank you for the correction. There are indeed three left.
        I apologize for quoting from another site, but this issue has been officially recognized by Microsoft. We look forward to a fix in the next update.
        (Reference: https://www.nichepcgamer.com/archives/windows11-25h2-24h2-kb5067036-task-manager-issue.html)
        Also, this KB also has three other (fairly severe) bugs.
        - Windows/PC does not start after applying KB5067036 (resolved by clearing CMOS or restoring)
        -Storage Spaces volumes are not displayed.
        - File Explorer has a problem. Options are displayed in English.

        For this reason, depending on your environment, it may be better not to install KB5067036.

        • Dear Misama,

          Thanks for the info. I see Microsoft has acknowledged it.
          However, as I have added to this article (additional verification), one of Microsoft's workarounds does not seem to be effective.

          When closing Task Manager, please use "End Task" on the Task Manager process itself, rather than the "X" button. You can do this by going to the "Processes" tab, selecting the Task Manager process, and clicking "End Task."

          This will always leave one process, while the command will definitely terminate all processes.

          - Windows/PC does not start after applying KB5067036 (resolved by clearing CMOS or restoring)
          -Storage Spaces volumes are not displayed.
          - File Explorer has a problem. Options are displayed in English.

          I was not able to confirm these three issues in my environment. I think it probably depends on the environment.
          KB5067036 is a preview and is definitely a flawed program, so I personally cannot recommend it in any environment.

          Note: Clearing the CMOS will reset the BIOS settings. If you are using a RAID configuration, be aware that this may result in the loss of data on the drives.

          • Thank you for your reply. This KB is a preview, so you don't have to install it, but it's a bit of a hassle since it contains some pretty important updates.
            It seems that there are some environments where problems are occurring again with this KB.
            There are many issues with the Start Menu.

  • If you check, it will multiply. For those who have already installed it, temporarily, you can turn on End Task in Settings > System > Advanced, and select "End Task" from the Task Manager icon on the taskbar to prevent it from multiplying. Or you can just obediently delete the ones that have multiplied in Task Manager.

    • Dear Siden,

      For those who have already installed it, it appears that temporarily turning on End Task in Settings > System > Advanced Settings and selecting "End Task" from the Task Manager icon on the taskbar will prevent it from multiplying.

      Thanks for the info, it certainly can be done this way.

      Or you could just go to the task manager and dutifully delete the extra ones.

      I will add this to the article later, but after performing additional testing, I confirmed that even if you end the last process (Taskmgr.exe) from Task Manager, one always remains.

To comment

[About submissions]
We welcome any questions or information regarding the content of the article.
However, please note that content unrelated to the purpose of the article, criticism of specific individuals or organizations, offensive language,Inappropriate wordsComments containing the above may be deleted or made private without notice at the discretion of the administrator.
Please note that spam may be automatically deleted by anti-spam measures.

CAPTCHA


table of contents