Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • Change Default Search Provider in Microsoft Edge to Google Windows 10
  • How to Change Fonts in WhatsApp Chats How-To
  • 15 Games to Play over text with friends technology
  • Top 7 Discord Alternatives

    Discord was originally developed to meet the needs of the gaming community. This should be pretty obvious when it comes to most of their features. H

  • How To Fix The iPhone Call Failed Error iPhone
  • The Best Utilities to Customize Windows 10 Windows 10
  • 3 Best Online OCR Tools To Extract Text From Images

    Deciphering text from images can be a real pain. When text is presented as an image or in some other format that cannot be selected, learning and wo

  • Can Connect to Wireless Router, but not to the Internet? Networking

Fix “Could Not Find This Item” When Deleting in Windows

Posted on October 7, 2020 By blog_786 No Comments on Fix “Could Not Find This Item” When Deleting in Windows

Sometimes Windows will give a strange error message when trying to delete a file. The message says “could not find this item” and it does not allow you to delete the file. It is quite obvious that you are trying to delete something that already exists on your computer, but the error suggests otherwise.

There are many reasons why your computer cannot locate the file properly and allow you to delete it. After fixing these basic problems, you can get rid of the file from your computer.

Fix “Could Not Find This Item” When Deleting in Windows

Use Command Prompt to fix “This item could not be found”

If you’re having trouble deleting a file while using File Explorer, you can use the Command Prompt. It has several commands for working with your file system, and one of them allows you to delete files from your storage.

You can use these commands to get the contents of a directory and then get rid of the selected file from the list.

  1. Search for Command Prompt by searching for Cortana and click “Run as administrator” to open it in the admin area. mode.

  1. In a Command Prompt window, change to the directory that contains the file you want to delete. Use the CD command followed by the directory path to navigate to your directory.
  2. When you are in the selected directory, run the following command to view a list of all files in it.

    dir

Fix “Could Not Find This Item” When Deleting in Windows

  1. You should see the name of the problematic file listed.
  2. Type the following command, press the spacebar, enter the name of the file you want to delete and press Enter. So, to delete a file named myfile.txt, enter:

    del myfile.txt

Fix “Could Not Find This Item” When Deleting in Windows

  1. If you are deleting a file that has spaces in its name, enclose the file name in double quotes.

Fix “Could Not Find This Item” When Deleting in Windows

  1. The file will be deleted without prompting.

Fix “Could Not Find This Item” When Deleting in Windows

Rename the file using Command Prompt before deleting it

Sometimes the reason you get the “could not find this item” error is because your filename is too long for your system to process. In this case, you can shorten the name first to delete the file.

You can use command line to rename the file as follows.

– /

  1. Launch a command prompt window with administrator rights on your PC.
  2. Use the CD command to change to the directory where your file is located.
  3. Make a note of the full name of your file as you will be using it in a command.
  4. Type the following command at the command prompt and press Enter.

    ren oldname.ext newname.ext

    ren – short form to rename
    oldname.ext – replace this with your current filename
    newname.ext – replace this with your new filename

  1. After renaming a file, use Explorer to access and delete it. This time it should uninstall without issue.

Fix “Could Not Find This Item” When Deleting in Windows

Delete files without extension

Some problematic files do not have extensions, so it is very difficult to remove them from the command prompt window. Fortunately, there is a command you can use to delete all files within a folder without knowing their extensions.

  1. Open a command prompt window on your computer.
  2. Navigate to the folder where your file is located using the CD command.
  3. Type the following command and press Enter.

    del *. *

  1. All files inside the folder will be deleted.

Fix “Could Not Find This Item” When Deleting in Windows

Delete the folder containing the file

If you are still unable to delete the file and still receive the “Cannot find this item” error, try deleting the folder instead. It removes the folder as well as all files in it, including the problematic file.

  1. Open a command prompt window on your PC.
  2. Type the following command, press Space, enter the full path to the folder you want to delete, enclose it in double quotes and press Enter.

    rmdir / s

  1. You will receive a message asking if you really want to delete the folder. Type y and press Enter to confirm your action.

Fix “Could Not Find This Item” When Deleting in Windows

  1. You can use the / q parameter with the above command to skip the delete request. It deletes the file without asking if you really want it.

Fix “Could Not Find This Item” When Deleting in Windows

Kill the process that might use the file

There might be a program running on your computer that uses your file in some way. To make sure this is not to blame, you have to kill the program process using the task manager and then try to delete the file.

  1. Right-click on the taskbar and select Task Manager.
    1. Click the Processes tab at the top.
    2. Find the process that you think is interfering with the uninstall process. Right-click it and select End Task to end the process.

    Fix “Could Not Find This Item” When Deleting in Windows

    1. You can try to delete the file and it will be deleted without any problems.

    Fix “Could Not Find This Item” When Deleting in Windows

    Create archive and delete files

    If you’ve used WinRAR to create archives on your computer before, you probably know that it allows you to delete files after creating an archive. You can use the same option to delete a file that continues to give a “could not find this item” error.

    The idea here is to create a new archive using the problematic file and let WinRAR remove your file after the archive has been created.

    1. Download and install the WinRAR application on your computer.
    2. Right-click the file you want to delete and select Add to Archive. It allows you to create a new archive using the selected files.

    1. On the next screen, you can configure how the archive is created. There you will find the option Delete files after archiving. Check the box, adjust other options as you like and click “OK” at the bottom.

    Fix “Could Not Find This Item” When Deleting in Windows

    1. A new archive containing your file will be created and your actual problem file will be deleted. You can now also delete an archive by right-clicking it and choosing the Delete option.

    Fix “Could Not Find This Item” When Deleting in Windows

    Fix “Could Not Find This Item” When Deleting in Windows

    This is a non-standard idea and it works most of the time.

    Use DelinvFile to overcome the “This item could not be found” error

    Problems with deleting files have been around for a long time on Windows computers, and there are several applications to help you deal with them. One of them is DelinvFile, which allows you to delete files that you cannot delete yourself.

    You can use it to get rid of problematic files from your PC.

    1. Install the DelinvFile application on your computer.
    2. Run the application and change to the directory where your file is located. Click your file for it to be selected.
    3. Click the button labeled “Delete file or folder” to start deleting the file.

    1. You will be prompted to confirm your action. Click Yes to continue deleting the file.

    Fix “Could Not Find This Item” When Deleting in Windows

    Fix “Could Not Find This Item” When Deleting in Windows

    It is frustrating when you constantly encounter the “could not find this item” error when deleting a file. Have you ever encountered this error on your computer? How did you overcome this? We’d love to know about this in the comments below.

    –

    Share this:

    • Twitter
    • Facebook
Help Desk

Post navigation

Previous Post: HDG Explains : What Is a Parked Domain & What Are Its Advantages?
Next Post: 5 Ways Google Drive Desktop Can Keep You More Productive

Related Posts

  • Windows 7 Devices and Printers Hangs or Won’t Open? Help Desk
  • Fix “Can’t Read From the Source File or Disk” Error Help Desk
  • What is Google Chrome Helper? How to disable? Help Desk
  • How to Fix a Low Disk Space Warning in Windows Help Desk
  • How To Fix Windows Stop Code Memory Management BSOD Help Desk
  • Computer Making a Whirring Noise? Here’s How to Fix It Help Desk

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • AI Tools & Guides
  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • islamic Books
  • Linux
  • Linux Tips
  • Mac OS X
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress
  • How to go Back to the old YouTube Layout (2013)
  • How to Bypass Chromecast DNS and Circumvent Geo Blocking
  • 5 Cool Websites to Find Good Movies and TV Shows on Netflix
  • SmartDNS vs VPN – What’s the Difference?
  • How to go Back to the old YouTube Layout (2017)
DMCA.com Protection Status

Recent Posts

  • How to Bypass Chromecast DNS and Circumvent Geo Blocking
  • 5 Cool Websites to Find Good Movies and TV Shows on Netflix
  • SmartDNS vs VPN “What’s the Difference?”
  • How to go Back to the old YouTube Layout (2013)
  • A Simple Trick to Get 50% Discount on Audible for Three Months

Recent Comments

  1. A Simple Trick to Get 50% Discount on Audible for Three Months on Private Browsing: What is it and What it is not
  2. 6 Best PayPal Alternatives (2017) on How to Save Money While Shopping Online in India
  3. Automatically Transcribe YouTube Video/Audio with Google Docs on 5 Best Team Management Apps (For Small and Large Teams)
  4. 6 Things You Need Know About Email Encryption on Delete All Emails from Gmail With Once Click
  5. Looking For YouTube Alternative? Try These 7 Video Sharing Sites on Ten Best YouTube Video Editing Software 2023
  • 10 Essential WordPress Plugins For a Small Business Website Web Site Tips
  • How To Share An Excel File For Easy Collaboration Office Tips
  • How to View and Delete Reddit History Computer Tips
  • A Breakdown of File Transfer Speeds Networking
  • How to Check if Your VPN Connection is Actually Encrypted Computer Tips
  • How to Extract apk From Google Play (Video) How-To
  • 5 Best Tablets For Reading Digital Books Product Reviews
  • Best multiview calculator 2020

    Best multiview calculator 2020. 1 - Texas Instruments - TI-30XS MultiView TK-Yellow Top Reviews .... . ~~ , Best multiview calculator 202

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version