Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'm trying to delete some folder but this error is preventing from doing it:

Cannot delete [FileName]: It is being used by another person or program.

Close any programs that might be using the file and try again.

How can I identify what application is using the file?

I want to end the application using a Task Manager, but I didn't know what application is using it.

The folder is not shared and my user account is an administrator.

share|improve this question
Is your file a video? You may find that Windows Explorer itself is "using" the file... – DisgruntledGoat Mar 12 '12 at 10:32
possible duplicate of Tool to determine what has locked a file – Mehper C. Palavuzlar Mar 13 '12 at 22:04

6 Answers

up vote 29 down vote accepted

Can't believe no one mentioned Unlocker! This can unlock the file, kill the process, works on folders as well as files and is super fast! I tried millions of utilities for unlocking, but Unlocker is the best.

share|improve this answer
6  
This is what I always used for Windows XP. For Windows 7 I just use the built-in Resource Monitor (CPU tab, Associated Handles, Search Handles). – Svish Mar 12 '12 at 9:46
Svish's answer IMO is the best one, as it doesn't require installing a 3rd party program – Populus Nov 1 '12 at 0:12

Have a look at Process Explorer (procexp.exe).

From it's introduction:

Ever wondered which program has a particular file or directory open? Now you can find out.

To find out what process is using a specific file follow these steps:

  1. Go to Find, Find Handle or DLL.. or simply press Ctrl+F.

    enter image description here

  2. Enter the name of the file and press Search.

    enter image description here

  3. Process Explorer will list all processes that have a handle to the file open. Click on an entry to focus the process in the main window.

    enter image description here

  4. Optionally, you can then even close the handle manually through the lower pane (Ctrl+L):

    enter image description here

share|improve this answer
Process Hacker also can do it. – Benoit Mar 12 '12 at 10:41
Process Explorer did the trick in finding which app was using the folder for me – saravanan Apr 11 at 12:05

EMCO UnlockIT can identify the process that has locked the file as well as unlock the file so that you may delete/edit/move it. The program is completely free, though the newer version is a bit slower and more bloated than the original (which had a plain, unskinned GUI, but loaded pretty much instantaneously and without an annoying splash screen). Also, the original version used to pop up automatically whenever the error you mentioned is triggered, allowing you to instantly unlock the file and perform the operation you were attempting.

Still, UnlockIT is an incredibly useful program that provides a basic functionality that is critically missing from Windows. It's among the standard toolkit of utilities that I install on all Windows computers I work on.

share|improve this answer
@John: Well, it does identify the program that has locked a file. And you can still manually kill the process through task manager. However, it's usually simpler to just unlock the file (especially when it's explorer that has locked the file most of the time) instead of having the kill the process that has locked it (usually due to having accessed the file and left the file handler open due to a program glitch). – Lèse majesté Mar 12 '12 at 3:46

Here was my discovery & solution.

Incidentally, none of the above answers solved my problem.

I even tried using UNLOCKER which proved worthless.

My problem was that of Memeo Autosync Backup

Apparently, this backup process leaves enough of a "ghost like file." This "ghost like file," would show up whenever I would ALT-TAB my computer (Windows Professional XP), i.e. I would see TWO MS Excel Programs running, when I only had ONE visible, on my TASK BAR.

I came across this solution when I thought it might have been the SYMANTEC Endpoint (Anti-Virus) Protection; and disabled the program. However, I kept getting the error message:

cannot delete (LARGE.xls file): It is being used by another person or program. Close any programs that might be using this file and try again.

I subsequently kept seeing the Memeo notice of "syncing" and QUIT the program.

Subsequently, NO ERROR.

For you, it could be ANY of these background saves.

share|improve this answer

If you do not know the program the file it is using then you can go to My Computer; right click; select Manage. Under System Tools > Shared folders > Open Files, you should be able to see the user who has locked the file. You can close file from here and then you can perform the task of rename or delete the file. Hope this helps

share|improve this answer

Additional possibility, just to save people the time I just spent:

In older versions of Windows, you might get "Access Denied - you might not have rights, or the file might be in use". If you find through Process Explorer that the files are, in fact, not opened by anyone, odds are that there is an issue with security. Using an administrator account, select the files in Explorer, right-click and select Properties, Security, Advanced, Owner. Odds are that the files are owned by an account that no longer exists or can no longer be verified to exist (because of changing Active Directory trust settings).

Change ownership to Administrators and you are good to go.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.