
目次
- 1 Is Task Manager Really Closed?
- 2 TL;DR (Quick Fix)
- 3 1) What Happened: The “Immortal Task Manager” Bug
- 4 2) First: Confirm Whether You Installed KB5067036
- 5 3) Quick Test: Does Task Manager Really Close on Your PC?
- 6 4) Fix: Safely Remove the Hidden Task Manager Processes
- 7 5) The Real Fix: Install the Update That Resolves It
- 8 6) Still Slow After an Update? Check These Common “Hidden Load” Causes
- 9 7) Tools to Diagnose What’s Really Using CPU/Disk
- 10 8) Should You Uninstall KB5067036?
- 11 9) Prevention: Smart Update Habits for a Stable PC
- 12 10) Summary
PR
Is Task Manager Really Closed?
Task Manager looks closed, but your PC still feels slow? You’re not imagining things. There was a real Windows 11 issue where Task Manager didn’t fully exit when you clicked the X—and in some cases, it could even stack multiple hidden Task Manager processes in the background. This happened on specific builds tied to an optional preview update (KB5067036). The good news: Microsoft marked the issue as resolved in a later update. If you’re still seeing it today, the fix is usually straightforward: confirm your update level, remove the extra Task Manager instances, and install the newer cumulative update.TL;DR (Quick Fix)
- Check if you installed KB5067036: Settings → Windows Update → Update history
- Check for duplicates: Task Manager → Details → look for multiple
Taskmgr.exe
- Check for duplicates: Task Manager → Details → look for multiple
- Kill all Task Manager instances: Run
taskkill /im taskmgr.exe /f(Admin)
- Kill all Task Manager instances: Run
- Install the latest cumulative update: It contains the fix on supported builds
1) What Happened: The “Immortal Task Manager” Bug
KB5067036 was a non-security optional preview update released for Windows 11 version 24H2 and 25H2. Reports showed that after installing it, clicking the X to close Task Manager could leave it running invisibly in the background. Reopening Task Manager could then create another instance, causing multipleTaskmgr.exe processes to accumulate and waste CPU/RAM over time. ger process might continue to run in background after app is closed”, tied to KB5067036, and marked it as resolved in a later update. 2) First: Confirm Whether You Installed KB5067036
- Open Settings (
Win + I).
- Open Settings (
- Go to Windows Update → Update history.
- Look for an entry that mentions KB5067036 (it may be listed under “Quality updates” or similar).
PR
3) Quick Test: Does Task Manager Really Close on Your PC?
Let’s run a simple repeatable test that takes 30 seconds.- Open Task Manager with
Ctrl + Shift + Esc.
- Open Task Manager with
- Open the Details tab.
- Sort by Name and find
Taskmgr.exe.
- Sort by Name and find
- Count how many
Taskmgr.exeentries you see.
- Count how many
- Close Task Manager using the X.
- Wait 5–10 seconds.
- Open Task Manager again (
Ctrl + Shift + Esc) and re-check the Details tab.
- Open Task Manager again (
Taskmgr.exe while Task Manager is open, and zero after it’s closed. If you’re affected: The number of Taskmgr.exe entries can increase each time you open/close Task Manager, because older instances stay hidden in the background. 4) Fix: Safely Remove the Hidden Task Manager Processes
If you see multiple instances, you can clean them up immediately. This does not harm Windows—it simply forces Task Manager to exit properly.Method A (Recommended): Command Line (Most Reliable)
- Press
Win + X→ choose Windows Terminal (Admin) (or Command Prompt as admin).
- Press
- Run this command:
taskkill /im taskmgr.exe /f All Task Manager instances (including hidden ones) will close. Then reopen Task Manager with Ctrl + Shift + Esc and confirm there’s only one Taskmgr.exe. Method B: End Task from the GUI
- Open Task Manager.
- Go to Details.
- Right-click extra
Taskmgr.exeentries → End task (leave one if you want to keep the window open).
- Right-click extra
5) The Real Fix: Install the Update That Resolves It
Killing the extra processes removes the immediate slowdown, but the best solution is to install the newer cumulative update that contains the fix for the background Task Manager issue. Microsoft lists the issue as resolved in Release Health, and coverage of the following cumulative update notes that the Task Manager problem was fixed.- Open Settings → Windows Update.
- Click Check for updates.
- Install the latest cumulative update offered.
- Restart when prompted.
6) Still Slow After an Update? Check These Common “Hidden Load” Causes
Even without the Task Manager bug, Windows often runs heavy background work after large updates. This can temporarily make your PC feel sluggish.A) Windows Search Indexing
After updates or big file changes, Windows may rebuild its search index. This can cause increased CPU or disk activity for a while.B) Microsoft Defender Scans
Defender may run longer scans after updates or definition changes, especially on laptops with slower storage.C) A Stuck Process or Shell Component
If Explorer or Start feels “laggy,” a shell process might be struggling after the update. A clean restart often helps.7) Tools to Diagnose What’s Really Using CPU/Disk
7.1 Resource Monitor (Best for Disk + CPU details)
- Press
Win + R, typeresmon, press Enter.
- Press
- Check the CPU and Disk tabs.
7.2 Reliability Monitor (Easy timeline of failures)
- Open Start and search Reliability Monitor (or “View reliability history”).
- Click the day the slowdown started.
- Look for repeated “Windows failure” or “Application failure” entries.
8) Should You Uninstall KB5067036?
Because KB5067036 was an optional preview update, uninstalling it is a reasonable choice if it clearly caused problems and you can’t install the resolved cumulative update yet.When uninstalling makes sense
- The duplication keeps coming back repeatedly
- Your PC is a work machine and stability matters more than preview features
- You can’t install the newer update that includes the fix yet
How to uninstall
- Settings → Windows Update → Update history
- Select Uninstall updates
- Find KB5067036 → click Uninstall
- Restart the PC
9) Prevention: Smart Update Habits for a Stable PC
- Treat preview updates as optional. Install them only if you need a specific fix or feature.
- Keep startup apps minimal. Fewer background utilities = fewer surprises after updates.
- Give Windows idle time after updates. Indexing and security scans often settle down after a while.
- When something feels off, check logs first. Reliability Monitor and Resource Monitor save hours of guessing.
10) Summary
- KB5067036 (optional preview) triggered reports where Task Manager didn’t fully close and could create multiple background instances.
- You can confirm the issue by checking Details →
Taskmgr.execount after opening/closing.
- You can confirm the issue by checking Details →
- Immediate cleanup:
taskkill /im taskmgr.exe /f (Only needed if duplicate Task Manager processes remain.)
- Immediate cleanup:
- Best fix: install the newer cumulative update that resolves the issue (listed as resolved in Release Health).
- If you can’t update yet and need stability, uninstalling the preview update is reasonable.

