handle.exe

Sysinternals Handle Utility

CPU Usage
N/A
Memory
N/A
Location
N/A
Publisher
N/A

Publisher
Microsoft Corporation
Signature Verification
Authenticode-signed binary from Microsoft; verified using Get-AuthenticodeSignature and match with official Sysinternals Hashes.

What is handle.exe?

Handle.exe is a lightweight Sysinternals utility that enumerates open handles for processes on Windows. It helps IT admins and developers identify which files or resources are in use, resolving file locks and access issues by listing handles in real time.

Handle.exe queries the system handle table, returning type, PID, and object path for each handle. It supports flags like -p, -t, and -u to filter results and diagnose locked resources efficiently.

Is it Safe?

Is it a Virus?

  1. :
  2. :
  3. :
  4. :

Why is it Running?

Reasons it's running:

Can I Disable or Remove It?

Common Problems

Common Causes & Solutions

Frequently Asked Questions

What is handle.exe and what does it do?

Handle.exe lists open handles for processes, helping identify what resources (files, registry keys, etc.) are currently in use and which process holds them.

Is handle.exe safe to run on Windows?

Yes, when downloaded from the official Sysinternals site and used with appropriate privileges; verify publisher and digital signature first.

How do I install or set up handle.exe?

Download the Sysinternals suite, extract, and place handle.exe in a trusted folder; run from an elevated command prompt to see all handles.

How can I use handle.exe to find what is using a file?

Run handle.exe -p <PID> or handle.exe -a to enumerate handles; filter by path or type to pinpoint the locking process.

Why do I get Access Denied or Partial results?

Elevate privileges, ensure correct PID, and verify you are querying handles accessible to your account; some handles are protected.

Can handle.exe be used remotely on another system?

Yes, with admin rights and network access you can run it on a remote host or use PowerShell Remoting to execute commands and collect results.

Related Processes