Process Explorer (Sysinternals)
Download Process ExplorerProcess Explorer is a free advanced process viewer from Microsoft's Sysinternals suite that shows which handles and DLLs each process has open, plus a live tree view of parent-child relationships. This page is independent and not affiliated with Microsoft or the Sysinternals team.
Updated August 9, 2026 · PC Utility Hub Editorial Team
What Process Explorer does
Process Explorer replaces Task Manager's Details tab with a much richer view: a color-coded process tree, per-process handle and DLL listings, CPU/GPU/memory graphs, and the ability to search for which process has a specific file or registry key open.
It's a single portable executable — no installer, no service — that runs directly from the downloaded ZIP.
Key features
- Process tree showing parent-child spawn relationships, useful for spotting malware launched from an unexpected parent.
- Lower pane shows every DLL loaded by a process, or every handle (file, registry, mutex, event) it holds open.
- Find Handle or DLL search to locate which process is locking a file or folder.
- Color highlighting for new/exiting processes, services, and .NET processes.
- Optional VirusTotal hash-check column for quick reputation lookups on running images.
- Replace Task Manager option so Process Explorer opens from Ctrl+Shift+Esc.
System requirements and download
Process Explorer runs on any supported version of Windows 10 or 11 (32-bit and 64-bit) and requires no installation. Download it as part of the Sysinternals Suite or as a standalone ZIP from the official Microsoft Sysinternals page.
Sysinternals tools can also be run directly from the network share \\live.sysinternals.com\tools\procexp.exe without downloading anything locally, which is handy for one-off troubleshooting on a machine you don't want to install software on.
Process Explorer vs. Task Manager
Task Manager is fine for basic end-a-task work and quick CPU/memory checks. Process Explorer goes further: it shows handles and DLLs, lets you verify digital signatures in bulk, exposes threads and their call stacks, and can suspend a process without killing it — all useful when diagnosing malware, file locks, or unstable services.
Safety and authenticity
Only download Process Explorer from learn.microsoft.com/sysinternals or the live.sysinternals.com share. Third-party download sites sometimes bundle unrelated installers with Sysinternals tools, so avoid mirrors you don't recognize.
Get Process Explorer
Start the download and follow the setup steps described on this page.
Download nowFrequently asked questions
- Is Process Explorer part of Windows?
- No, it's a separate free download from Microsoft's Sysinternals site; it isn't preinstalled.
- Does Process Explorer need to be installed?
- No. It's a portable executable you run directly after extracting the ZIP — no installer or reboot required.
- Can Process Explorer replace Task Manager?
- Yes, under Options you can set it to launch whenever you press Ctrl+Shift+Esc or right-click the taskbar.
- Is Process Explorer safe?
- Yes, when downloaded from the official Microsoft Sysinternals URL. It's a diagnostic tool signed by Microsoft.
Related pages
- Using Process ExplorerStep-by-step guide to Process Explorer's interface and everyday diagnostic uses.
- Process Explorer TroubleshootingPractical scenarios for using Process Explorer to diagnose file locks, CPU spikes, DLL problems, and suspicious processes.
- Process Explorer AlternativesComparing Task Manager, System Informer, and Resource Monitor as alternatives to Process Explorer.
- Process MonitorReal-time file system, registry, and process activity logger from Sysinternals.
- Windows Diagnostics OverviewOverview of Windows' native diagnostic utilities and when to use each one.