HomeSystemsWindowsUnable to Delete a Folder In Windows 10

Unable to Delete a Folder In Windows 10

Problem

Unable to Delete a Folder In Windows 10

I have been getting an error message and I am unable to delete a folder in Windows 10. This error might also appear if you try to rename or move the file/folder. Unable to Delete Folder In Windows 10

This is the error:

Item Not Found. 

Could not find this item. 

This is no longer located in… (Folder path). Verify the item’s location and try again.

- Advertisement -
Could not find this item. This is no longer located in…

Obviously, the folder is here; I can view, locate, and access the folder from the Windows File Explorer. This error doesn’t make any sense; it should say another message. Anyways, this strange message keeps showing up, and it is frustrating when there seems to be nothing to do about it. 

There could be many reasons for this error, according to the Internet. However, I have noticed that in my case, it is happening with some folders downloaded from Mega; and later, I move some of its files to another folder. It seems the error tends to occur in Windows with files or folders created by third-party applications. And probably, because the extension of the file is not defined correctly in Windows OS.

Solution

There are some approaches for you to solve this problem. But first, you check for Windows updates or restart your PC. These two options will help you solve problems quickly (most of the time ), without the need to dig down for more technical solutions.

Note: I took some of these solutions from the internet to give you more options to solve this issue. The one I used was option two.

Option 1: Restart Windows File Explorer

File Explorer is the file manager application for Windows. It provides a graphical user interface for accessing the file system. It has been used since Windows 95.

- Advertisement -

Your problem could be solved as easily as restarting the Windows File Explorer, as it is the application that controls your file system. 

To restart the File Explorer, you need to access Windows Task Manager. 

Step 1: Hit Ctrl + Alt + Del, and click Task Manager. Additionally, you can rick-click on your Windows Taskbar, then, click on Task Manager

Windows 10 task manager end task

Step 2: Once you are in the Task Manager, right-click on Windows Explorer, and click Restart. Verify if the issue was solved; if not, try restarting your computer again after this procedure.

Option 2: Remove the folder using Windows Command-line

More often than not, this is the option that will help you to get rid of this problem.

Step 1: Open Command Prompt as Administrator. You can tryp cmd in the search bar, then right-click on it, and select Run as administrator.

Step 2: Type the following command line: rd /s “\\?\[Drive letter]:\[Folder Path / Folder or File Name]

Example: rd /s “\\?\D:\mulcas folder”

In this example, the folder I want to delete is located in the drive “D”, and the folder name is “mulcas folder”. You need to use the full path in case you want to delete a subfolder.

Step 3: Once you enter the command line for the folder’s path, hit Enter, then type “y”, to delete the folder.

- Advertisement -
Windows 10 command line delete folder

Option 3: Rename the folder using Windows Command-line

Honestly, with option two, you should have this problem solved at this point. But you can still try this option. 

Step 1: Open Command Prompt as Administrator. You can type cmd in the search bar, then right-click on it, and select Run as administrator.

Step 2: If your folder is located in the letter “C”, omit this step. Access to the drive letter where your folder is located. For this, type the drive’s letter, followed by a colon “:”. For example, I want to change to the letter “D”, I type “D:” and hit Enter

Step 3: Type “cd [Folder Path]”. Stop in the main folder containing your folder or file to be deleted. 

Example: cd main folder

In this example, the folder is located in the drive “D” in the folder name “main folder”.

Note: If your folder is located in the rood of the drive, omit this step. This is my case.

Step 4: Rename the folder using “ren”. When you are located in the path of the folder/file you want to delete, type: ren folder_name new_folder_name.

Example: ren “mulcas folder” “mulcas folder 2”

In this example, I want to rename the folder “mulcas folder” to “mulcas folder 2”. Notice the use of quotes, which you should use in your folder name has spaces. 

Windows 10 command line rename folder

Step 5: After renaming the folder, you should delete the folder from Windows File Explorer in the usual way.

Option 4: Delete the folder with a data compression utility

Even though the options above are relatively straightforward, you might not feel comfortable using the Windows command-line. Then, you can use this option. 

You need WinRar or another data compression utility. For instance, I am using 7zip. 

Step 1: Right-click on the folder.

Step 2: Select the Add to archive option.

Step 3: Tick Delete files after compression. A similar option must be available depending on the utility you use. Leave all other settings as default, and click OK. 

WinRar and 7z delete files after compression

Step 4: A compressed (.7z, .rar, or other) folder/file will be created, and your folder will be now deleted.

Step 5: Now, you can also delete the compressed folder.

Final Thoughts

In this article, we took a look at the “Could not find this item” error and the possible solutions when you are attempting to delete a folder. With one of the options above, you should be able to get rid of any folder or file in windows 10.

Juan Mulford
Juan Mulford
I have been active in IT for over fourteen years now. I am a solutions architect, working with storage, virtualization, and VDI solutions. For the past ten years, I have been living and working in Taiwan.

11 COMMENTS

  1. same here.. the only option worked out of the 4 was Option 4: Delete the folder with a data compression utility i.e. WINRAR

  2. God bless you. The Step 2 solution worked. Sometimes, its not how simple the solution that matters, the knowledge about is invaluable. Thank you for offering the solution.

    Type the following command line: rd /s “\\?\[Drive letter]:\[Folder Path / Folder or File Name]”

  3. When you delete it with option 2 (using CMD), it worked! But I couldn’t find it in Recycle Bin. This makes me wonder that it can be recoverable in the future. Usually I move my Recycle Bin files into a folder I call “Shred” and then I use a File Shredder. Would shredding free disk space find it and shred it?

  4. All 4 options are a no-go for me. Both command line options and WinRAR just hang indefinitely without doing anything. Luckily the folder only contains less than 100kb of files, since it looks like I'll be stuck with it till the end of time.

Leave a Reply

- Advertisement -

Popular Articles

mulcas.com-Raspberry-Pi

Raspberry Pi OS in a Virtual Machine with VMware

4
Although the Raspberry Pi OS is designed and optimized for the Raspberry Pi module, it is possible to test and use it without its hardware, with VMware. This solution can be useful if you are a developer (or just a curious guy) and don't have a Raspberry Pi module with you
Unable to delete inaccessible datastore

Unable to delete an "inaccessible" datastore

7
I was switching my storage array, so I migrated the VMs from that old datastore/storage to a new datastore/storage. The old datastore was shared by 3 ESXi hosts, no cluster. After migrating the VMs and unmount/delete the datastore, it was still presented in two of the ESXi hosts and was marked as inaccessible.
This is not a valid source path / URL

This is not a valid source path / URL - SourceTree and Gitlab

0
I have been working on a project with a friend who set up a repository in Gitlab but even though I was able to view all projects on it, I couldn’t really join the repository. I was using SourceTree and Gitlab.
mulcas.com-VMware-OVF-Tool

How to export a Virtual Machine using the VMware OVF Tool

9
The VMware OVF Tool is implemented by VMware for easily importing and exporting virtual machines in Open Virtualization Format (OVF) standard format. Here, I want to show you how to download and install it, and then how to use it from a Windows machine.
Couldn't load private key - Putty key format too new

Couldn't load private key - Putty key format too new

5
couldn't load private key - Putty key format too new.” This issue happens when you use PuTTygen to generate or convert to a ppk key. Here is how to fix it. 
- Advertisement -

Recent Comments