Fix Item Not Found When Trying To Delete on Windows 10

If you are trying to delete a file or a folder in windows 10 and you get a message that says item not found, you can still delete it but in a different method. To delete it follow this simple tutorial.

1. Find the folder you want to delete on it’s directory, hold shift button on keyboard plus right click on a blank space, from the dialog menu select “Open Command window here”.

item-not-found-when-trying-to-delete-windows-10-1

2. The command prompt will open. Here type dir /x to list all folders in that directory and look for the one you are trying to delete, you only need the <DIR> of it (in this case is TESTFO~1)

item-not-found-when-trying-to-delete-windows-10-2

3. Now type in rmdir /q /s and the folder <DIR> (TESTFO~1) hit enter. This will definitely delete the folder.

item-not-found-when-trying-to-delete-windows-10-3

Miguel

I started this tech blog back in 2011 as a place to write down processes I took to fix my client systems and network. Now I write some tips and tricks to help others with the tech issues that one might encounter.

You may also like...

1 Response

  1. Ryan Ricco-Pena says:

    This really helped me. Thank you so much!!!