Helping people with computers... one answer at a time.

Sometimes a file cannot be deleted because it has invalid characters in its filename. There are techniques and tools to force the delete anyway.

Why can't I delete this file?

It's a fact that you can create files in Windows that are almost impossible to delete using normal methods. Typically it's the result of a hidden character in the filename - a character that for various reasons can't be seen and is difficult if not impossible to type. And yet if you don't specify the correct filename including that odd character you can't delete the file.

I can hear you asking "great, how did that character get there and more importantly how can I delete the file?"

The answer to the first part is speculation but I was recently pointed at a tool that will help with the second.

The biggest issue with invalid names is that not all programs filter out invalid characters from filenames before they pass them on to the system. For example, let's say you happened to accidentally hit the spacebar after the filename when you went to save a file. If the application you're using is not smart enough to strip trailing spaces then it may well create the file with a trailing space. You may think and see "FOO.DOC", but Windows sees "FOO.DOC ". A subtle, but important difference.

What's worse is when you attempt to rename the file or delete the file using a utility that then "does the right thing", it strips trailing spaces before it attempts to operate on the file. You type in or select "FOO.DOC " with a space and the utility takes it as "FOO.DOC" without a space, tries to delete it, and fails because that's not the name of the file!

There are actually several scenarios that can result in files that seem almost impossible to delete. Fortunately they are rare but they do happen.

What to do?

If your file system is FAT or FAT32 or most instances of NTFS you can use the old DOS "shortname". In the days before Windows filenames under MS-DOS could only be 11 characters long. For compatibility with old programs that relied on the 11 character limitation Windows creates a unique "shortname" for every long file name. For example, if your file is named "thisisalongfilename.isntit" a DIR /X in a command shell may show the shortname as "THISIS~1.ISN". It refers to the same file so you can delete using the shortname.

In some cases using the command shell or using shortnames isn't an option. That's a situation I found myself in some time ago. My disks are formatted with NTFS, and I've explicitly turned off "shortnames" for a little bit more speed. I had no way to delete the file I'd somehow created.

I was recently pointed at delinvfile, short for Delete Invalid File, from Assistance & Resources for Computing, Inc. It's a free Windows program that uses standard controls for drives, folders, and files to navigate to the folder and to select the file to be deleted. Push a button and it's gone.

It just got added to my little arsenal of handy tools I carry with me wherever I go.

Article C1907 - March 15, 2004

Leo Leo A. Notenboom has been playing with computers since he was required to take a programming class in 1976. An 18 year career as a programmer at Microsoft soon followed. After "retiring" in 2001, Leo started Ask Leo! in 2003 as a place for answers to common computer and technical questions. More about Leo.

Not what you needed?

Recent Comments
119 Comments

I remember a problem I had many many moons ago.
A game I played under DOS asked you to name your saves, and once just to see what happened, I named the save "ha ha ha".
This caused immense problems, because the game actually called the file that, and DOS would read as far as the first space, and stop.
So, DOS couldn't find the file. So the game couldn't find the file. And the file was undeletable (because DOS couldn't find it).

Posted by: Bob at July 16, 2010 4:39 AM

LONG PATH Tool provides a powerful and highly versatile solution to copy and delete files and folders with long paths. You can test out a fully functional version- free trial.
http://www.longpathtool.com/index.html

Posted by: Jackie at October 26, 2010 11:31 AM

Instead of using obsolete solution from www.longpathtool.com, you'd better visit the website of original manufacturer - www.pathtoolong.com - to download the latest version of Path Too Long.

Posted by: jangadbutta at January 12, 2011 8:23 AM

Being a Realtor, I'm used to typing abbreviations for things like St., Dr., Rd., etc. Well, after two years of trying to delete a file I noticed the "." at the end. This was the reason it would not delete as windows was looking for something like "com or exe" after the "." and never found it. Went into DOS, renamed the file, and it deleted just fine after that. Be careful of the evil "."!

Posted by: Joe at February 10, 2011 9:59 AM

I have cracked this challenge for, say, "MyFile.doc ", by using
C:\ReName MyF*.* MyF*.doc

But BEWARE !

I had a file rid of which I COULD not get. It was at the end of a long path, with no other files, but I just COULD not delete it.

One day I set to, and eventually succeeded.

Alas.

For it was cross-linked, and I lost my entire MyPictures folder, and CHKDSK converted the contents into SEVENTY THOUSAND separate files !

I still have that hard disk untouched since then - does anyone know how I can retrieve any of the files ????

Posted by: Robin at February 17, 2011 2:21 PM
Post a comment on "Why can't I delete this file?":





Remember Me?

(You may use HTML tags for style)

Before commenting, please...

  • READ THE ARTICLE. A comment that shows you didn't will be deleted and ignored.

  • Comment only on the article. Use the search box at the top of the page if you have a question about something else.

  • NO PERSONAL INFORMATION in the comment. No email addresses. No phone numbers. No physical addresses.

  • Anything that looks the least bit like spam will be deleted. Links to unrelated sites or links that appear to be primarily promotional will be deleted, or the comment will be deleted.

  • Don't ask me to recover lost passwords or hacked accounts. I can't. Those comments will be deleted.

  • I can't respond to every comment. And I can't vouch for the accuracy of others who do.

Please wait. Your comment is being processed ...