Which Process Is Locking This File? — Windows Lock Finder
Windows tells you "The action can't be completed because the file is open in another program" but doesn't say WHICH program. MiniMax Converter's File Lock Finder scans every running process' open handles, finds the one holding your file, and lets you kill it (or just identify it). Same idea as Microsoft's Process Explorer / LockHunter, packaged into the same app you use for everything else.
How it works
On Windows, opening a file typically takes a "handle" — a kernel reference that pins the file open. The system tracks every handle and which process owns it. The tool enumerates all process handles, filters by your file, and tells you which process(es) are responsible. Optionally lets you terminate the offender — but be careful: killing a process that has unsaved data loses that data.
How to use it
- Open Tools → Files & Folders → File lock finder.
- Drop the locked file onto the screen (or click Browse and pick it).
- Click Scan. After a few seconds you get a list of every process with the file open — process name, PID, full executable path.
- Optional: click Kill next to a row to terminate that process. Confirm twice (this is destructive).
- After the offender is gone, retry your original operation (delete, rename, move) — it should now succeed.
Common cases
A Word document that "is open in another program" even though Word isn't running — usually a leftover WINWORD.EXE. Antivirus scanners temporarily lock files. Backup tools (OneDrive, Dropbox) sync queues. PDF readers that don't release files on close. Stale Explorer.exe handles after a folder operation crashed.
Questions and answers
Does it work on macOS or Linux?
Linux uses lsof internally and works similarly. macOS works too. Windows is the most common use case (the file-locking situation is more frequent there).
Is killing the locking process safe?
It's a forceful terminate (TerminateProcess) — the program doesn't get a chance to save. Use it on processes you can identify and where data loss is acceptable.
Why is my file still locked after I kill the process?
Sometimes multiple processes hold the same file. Re-scan after killing one to find the others.
Can I prevent file locks proactively?
Not really — file locking is normal OS behaviour for files in active use. The point of this tool is to identify and resolve unwanted locks after the fact.
Related tools
Get MiniMax Converter
Cross-platform desktop app. Linux free for non-commercial use; Windows & macOS one-time €20 license. No subscription, no telemetry, no account.