Windows Task Manager is the first tool many of us reach for when a system slows down or a process misbehaves. But the moment you click back into the problem app, the Task Manager window disappears behind it—unless you know the one-click fix.
Here’s how to keep Task Manager always visible, plus a system-wide window pinning shortcut that ships with Microsoft PowerToys. Both methods work on Windows 10 and Windows 11, and they take less than a minute to configure.
The task manager’s own “Always on top” toggle
Open Task Manager (Ctrl+Shift+Esc). If you see the compact view, click “More details” first. In Windows 11, the redesigned interface hides the option in a new place: click the gear icon (⚙️) in the bottom‑left corner, then check the box next to Always on top. In Windows 10, the same checkbox sits under the Options menu. You can also right‑click the Task Manager icon in your taskbar while the app is running and select “Always on top.” That’s all it takes.
The setting persists across restarts—set it once and forget it. It’s especially handy when you’re force‑closing a full‑screen app: press Ctrl+Alt+Del, launch Task Manager, and it will appear on top of the frozen screen. Note that some full‑screen exclusive games may still cover it, but for the vast majority of desktop applications, it works every time.
Most users never touch this checkbox. Microsoft has never actively promoted it, and the label sounds like a niche power‑user tweak. But once you turn it on, you’ll wonder why it isn’t the default.
For any window, anywhere: PowerToys’ Win+Ctrl+T secret
Microsoft PowerToys is a free, open‑source utility suite that adds power‑user features to Windows. One of its smallest yet most popular modules is Always On Top. After you enable it, pressing Windows key + Ctrl + T makes the active window float above all others. Press the same shortcut again to release it. A thick colored border (customizable) appears around the pinned window, and an optional sound plays so you’re never in doubt.
The module isn’t limited to Task Manager. You can pin a browser tab while reading documentation, a Notepad file while writing code, or a Microsoft Teams call while taking notes. IT professionals often pin monitoring dashboards side by side. The feature first appeared in PowerToys v0.53.1, released in January 2022, and has been rock‑solid ever since.
To set it up:
- Download PowerToys from the Microsoft Store or from the GitHub releases page.
- Launch PowerToys and select Always On Top from the left‑hand menu.
- Toggle on Enable Always On Top.
- Choose a shortcut (default: Win+Ctrl+T). If that combination conflicts with another app, pick something you’ll remember.
- (Optional) To make pinned windows more obvious, turn on Show a border around the pinned window and select a color and thickness. Play a sound gives an audible cue.
- Now activate any window and press Win+Ctrl+T. A colored frame confirms it’s pinned. Repeat to unpin.
- If certain applications should never be pinnable—say, video players that break when painted with an extra border—add them to the exclusion list under the module settings.
A registry key for IT admins
If you manage a fleet of PCs, walking every user through the UI quickly becomes a support headache. Task Manager stores the “Always on top” preference in the Registry at:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\TaskManager
Create a DWORD value named AlwaysOnTop and set it to 1 to force the setting on, or 0 to turn it off. You can deploy this via Group Policy Preferences or a simple PowerShell startup script. Be aware, though: Microsoft has never officially documented this key, so test it on a small group before a wider rollout.
PowerToys doesn’t have an equivalent registry switch—its settings live in a JSON file deep inside the user’s AppData folder—so enforcing it via policy isn’t straightforward. For most organizations, instructing users to install PowerToys and press Win+Ctrl+T is the simpler path.
Real‑world scenarios: Why this matters
For the baffled home user
You’ve just launched a game and your system grinds to a halt. You manage to open Task Manager, but the game window blocks it as soon as you click back to see what’s hogging the CPU. With “Always on top” enabled, Task Manager stays put, letting you watch resource graphs tick in real time while you hunt for the offender.
For the remote worker
You’re sharing your screen in a video call while referencing a spreadsheet or a chat window. Pinning that reference window means you don’t have to constantly alt‑tab and risk sharing the wrong thing. The colored border also makes it instantly clear which windows are “sticky.”
For the developer or IT pro
Logs, monitoring dashboards, remote desktop sessions—keeping them floating above your code editor or admin console saves precious seconds every minute. With PowerToys, you can pin several tools at once, each with a different border color if you edit the settings file manually (an undocumented but community‑shared trick).
For the accessibility community
Users with motor difficulties or those who rely on screen magnification often find that pinned windows reduce the need for precise clicking and constant repositioning. The audible ping and visible frame add confidence that the window won’t be accidentally buried.
How we got here: A brief history
That little checkbox in Task Manager predates Windows 11. It appeared as far back as Windows Vista, quietly sitting in the Options menu and rarely changing. Windows 11’s redesigned Task Manager (first seen in Insider builds in 2022, then rolled out to all users in 2023) moved it behind a gear icon, making it slightly less discoverable but functionally identical.
The PowerToys project is a different story. Originally released for Windows 95, the suite was revived in 2019 under the Windows Developer Experience team as an open‑source playground. Always On Top, one of the most‑requested features, was added in release v0.53.1 (January 2022). Community contributors built it quickly because the underlying Windows API call—SetWindowPos with the HWND_TOPMOST flag—is well‑known and simple. Today, PowerToys receives regular updates every few weeks (the latest as of this writing is v0.88), and Always On Top remains one of its most popular modules.
Microsoft’s own documentation, however, doesn’t highlight either method prominently. The feature remains something you either stumble upon or read about in forums. That’s exactly why a practical guide matters: until the company decides to make window pinning a headline feature, you have to know where to look.
Going further: customization and hidden tricks
- Task Manager keyboard shortcut: If you always want Task Manager to open with the always‑on‑top profile, create a shortcut to
taskmgr.exeand add the/ontopparameter. (This parameter exists in some builds; test it first, as it’s not officially documented.) - PowerToys border styling: The default border is a thick, opaque teal outline. You can change the color and thickness in the PowerToys UI, but advanced users can edit the
settings.jsonfile (located in%LocalAppData%\Microsoft\PowerToys\AlwaysOnTop) to apply different colors per pinned window—useful for people who pin many tools simultaneously. - PowerToys with virtual desktops: Windows 11’s virtual desktops still treat the z‑order per‑desktop. A window pinned on Desktop 1 won’t carry over to Desktop 2. Microsoft hasn’t indicated whether this will change, but the PowerToys team has discussed adding a “pin across all desktops” option in future releases.
- Third‑party tools: Utilities like AutoHotkey can replicate the always‑on‑top behavior with scripts, but PowerToys is the only official, Microsoft‑backed solution that works without manual coding.
Limitations and edge cases
Even the best window‑pinning has its boundaries:
- Full‑screen exclusive apps: Many video players and games use “exclusive full‑screen” mode, which hooks the display directly and ignores normal window layering. In those cases, neither Task Manager’s checkbox nor PowerToys’ shortcut will force the window on top. Switch the app to “borderless windowed” mode first.
- UAC secure desktop: The dimmed, secure screen that asks for admin permission always renders above everything—including pinned windows—for security reasons. You can’t override it.
- Start Menu and taskbar: The taskbar and Start Menu can still overlap pinned windows if you invoke them. Auto‑hiding the taskbar can reduce interference, but it’s not a perfect fix.
- Multi‑monitor quirks: A pinned window follows the physical monitor it’s on. If you drag it to another display, the pin status remains. But if an application spans two monitors, the border may not render correctly.
- Performance concerns: Adding a border and maintaining a topmost state costs practically nothing in CPU or memory. PowerToys injects a lightweight overlay; it won’t slow your machine.
What to do right now
- Enable the Task Manager built‑in: Press Ctrl+Shift+Esc, click the gear icon, check “Always on top.” Ten seconds, done.
- Install PowerToys: Grab it from the Microsoft Store or GitHub. Turn on Always On Top, memorize Win+Ctrl+T, and forget it exists until you need it.
- Practice pinning: Open Notepad, press Win+Ctrl+T, and notice the border. Do it again in a browser window. Get a feel for which windows you want floating.
- Spread the word: If you support friends or colleagues, this simple tweak is one of the most impactful “oh, I didn’t know that” tips you can share. It often transforms a frustrated user into a more self‑sufficient one.
Outlook: What’s next for window pinning in Windows
Microsoft’s window management investments show no sign of stopping. Windows 11’s Snap Layouts and the upcoming AI‑powered recall feature both hint at a future where windows intelligently arrange themselves. A native, system‑wide “always on top” toggle—perhaps accessible from every title bar—feels like an inevitable evolution, and the PowerToys team has proven there’s strong demand.
Task Manager itself will likely keep its checkbox untouched; it’s too ingrained in troubleshooting workflows to remove. But as the Windows shell modernizes, expect pinning to become more visible, more flexible, and maybe even part of the default experience. Until then, the two‑minute setup above will keep you ahead of the curve.