At times you may find to delete files or folders which cannot be deleted on your Windows computer. When you go to delete such undeletable files or folders you may get an Error message: Could not find this item.
The problem in deleting files or folders?
Sometimes the folder name is something like “My Folder “, If you look at the end of the file you have noticed, there is a space at the end of the file. If you have installed Windows 8, 8.1 or even 10 on your PC, you can try to create a folder which ends with space and you will see that Windows will automatically remove that space which is located at the end or the beginning of the file name!
That’s the problem!
In previous versions of Microsoft Windows, such as XP or Vista, I think Windows let users create a file or folder with trailing space.
For example, I have a folder which is called “New Folder “, (look at the space at the end!) When I try to remove it in Windows Explorer, Windows will try to remove “New Folder” (without space at the end) and it will give me an error “Could not find the item”.
How to delete files or folders which cannot be deleted
So, let’s see how to delete files or folders which cannot be deleted:
1.Right click on Windows button and select “Command Prompt (Admin).”
2.Then locate the folder in which you have the file or folder which you want to delete.
3.Now type cd and copy the address where your folder or file is located and paste it in command prompt or cmd like this: [just edit your path, not this one]
cd c:\Users\YourUserName\Desktop
And then press enter.
4.After that you will see that you are inside the folder because your path has changed, now type this and then press Enter:
dir /x
5.After that, you will see a list of files in the folder and search for your folder or file which you can’t delete.
In my case it is AFTERE~1
6.Now after finding the file, see it has a specific name something like ABCD~1 and not the actual file name.
7.Type the following line, just edit the filename with the name which you find above which is allotted to your file name and press Enter:
rmdir /q /s your file name
8.Finally you have successfully deleted the folder, go and check.
You may also like:
- Permanently Remove Shortcut Virus from Pen Drive
- Fix Your Computer Is Low On Memory Warning
- How to fix COM Surrogate has stopped working
- How to fix 0xc000007b Application Error
It seems this fix was easy and you no longer have to deal with unwanted files or files which cannot be deleted. If you still have any queries regarding this guide please feel free to ask them in comments.
The path you entered, is too long. Enter a shorter path
File Name could not be found. Check the spelling of the filename,
and verify that the file location is correct.
Long Path Tool is very useful if you are having problems in deleting, unlocking, copying and even renaming files that are considered filename too long by your system. Yes, these problems can occur even while using the latest Windows Explorer or FAR in managing your files. This tool can help you simplify files names that are categorized as filename too long by your system.
i am getting this error,
The system cannot find the file specified.
also tried by using safemode but vain, there’s also no info in that folder security tab
This is incredibly simple, and useful. Many thanks for this help
This was brilliant – thankyou
Didn’t work. Still get a message that all the included directory names are invalid.
You can also try archiving the file or folder and check the box to delete files after archiving, then delete the rar.
I have a folder that I cannot delete within a command prompt with elevated privileges.
C:\Users\fmcgr\Videos\VideoProc>dir
Volume in drive C is OS
Volume Serial Number is DE02-2AD5
Directory of C:\Users\fmcgr\Videos\VideoProc
12/21/2019 10:40 PM .
12/21/2019 10:40 PM ..
12/12/2019 08:48 PM homecoming queen
0 File(s) 0 bytes
3 Dir(s) 74,159,046,656 bytes free
C:\Users\fmcgr\Videos\VideoProc>del /f “homecoming queen”
Could Not Find C:\Users\fmcgr\Videos\VideoProc\homecoming queen
C:\Users\fmcgr\Videos\VideoProc>del /f “homecoming queen ”
Could Not Find C:\Users\fmcgr\Videos\VideoProc\homecoming queen
C:\Users\fmcgr\Videos\VideoProc>
What can I do to accomplist removing this folder?
Tried several methods before stumbling on this one and low and behold……it worked!! Curious what the purpose of tagging the folder differently was for other than an embedded TSR. Oh well easy come, not so easy go.
Very clear, worked perfectly. Thank you
At step 5, I don’t see the file’s name appearing that I wanna delete. I did all the previous steps correctly but the name of the file doesn’t appear anywhere when I entered the command. I checked the original location of the file and typed the address correctly but it’s nowhere to be found in the code. The file still exists at it’s original place though.
I’ve been looking for a solution to fix this problem for about an hour, so please reply if you have a solution to this.
Have found that stage five no longer works on windows 10 build 2004 dir /X does nothing different to plain dir
Have had this problem numerous times over the years and this mechanism worked! No longer. Microsoft seem intent on stripping all the useful tools out of windows and replacing it with garbage for Muppets. Looking here as I am trying to find an alternative method as a client has managed to create several ghost files (they are there but windows can’t see them!)
Thank you from the bottom of my heart. I was on so many poweruser forums and I have zero coding/CMD experience. People said you need to use 8.3 short name to use that name to delete the file/folder in question. Didn’t have a clue what that meant. The pictures, examples, and command prompts helped IMMENSLEY. The short names (names that included “~” symbol) is what helped me a lot. After years, I finally removed the files. Thank you!
Running wins 8.1 (bootcamp on my mac). So happy.