PDF download Download Article
Delete files on Windows, macOS, Linux, and Android
PDF download Download Article

This wikiHow teaches you how to delete regular files that you can't seem to delete on your computer. Most of the time, files you can't delete are being used by a program or a service; you can start your computer in Safe Mode to prevent the largest possible number of programs and services from running to address this issue. If the file is corrupted or your computer reports that it can't find the file, repairing your hard drive's disk errors may fix the problem. On Android phones and tablets, you can use third-party apps to delete files on your phone or tablet. Keep in mind that this article does not address deleting system-level files, as doing so will prevent your computer from running properly (if at all).

Method 1
Method 1 of 7:

Deleting Files in Safe Mode on Windows

PDF download Download Article
  1. Advertisement
  2. Your computer will begin to restart like usual, but don't release the Shift key until the next step.
  3. Once the blue screen appears, you can release the Shift key and proceed.
  4. It's in the middle of the screen next to an icon that resembles tools.
  5. You'll find this in the middle of the screen next to an icon with three lines next to checkmarks.
  6. This option is on the right side of the page next to an icon that resembles a gear. [1]
  7. It's the button in the lower-right corner of the screen.
  8. This key is usually 4 . Check which number "Enable Safe Mode" is listed next to in the "Startup Settings" menu. [2]
    • If 4 doesn't work, try pressing F4 (you may need to hold down Fn while pressing F4 ). [3]
  9. Use File Explorer to navigate to the folder that contains the file that you want to delete. Double-click a folder to open it.
  10. Click once the file to select it. This will highlight it in blue.
    • If there are multiple files hold " Ctrl " and click them to select multiple files.
  11. Doing so will move the file into the Recycle Bin.
    • If you're still unable to delete the selected files, you may need to repair your PC's hard drive before attempting to delete the files again.
  12. Once you've moved the correct files into the Recycle Bin, you can proceed with removing them from your PC for good:
    • Right-click the Recycle Bin icon.
    • Click Empty Recycle Bin in the resulting drop-down menu.
    • Click Yes when prompted.
  13. Do the following to exit Safe Mode:
    • Click Start .
    • Click Power .
    • Click Restart .
  14. Advertisement
Method 2
Method 2 of 7:

Using the Command Prompt on Windows

PDF download Download Article
  1. This displays the Command Prompt in the Windows Start menu. |
  2. This command returns you to your root directory in the Command Prompt. [6]
    • If you to need to change drives in the command prompt, simply type the drive letter followed by a colon (i.e. "D:")
  3. This navigates to the folder the file is located in. Separate each folder with a "\". For example "cd users\username\documents\". [7]
    • To see a list of files and folders in a directory, type "dir" and press Enter .
  4. For example, "del testfile.txt". This deletes the file. [8]
    • If the file name has spaces in it (i.e. File Name.txt") place the file name in quotations (i.e. del "File Name.txt")
  5. Advertisement
Method 3
Method 3 of 7:

Repairing Disk Errors on Windows

PDF download Download Article
  1. When repairing disk errors on Windows, it's wise (though not strictly necessary) to close any open files to prevent further issues. Be sure to save any work you have and close a program by click the "X" icon in the upper-right corner, or use the following steps to close programs in the Task Manager:
    • Press " Ctrl + Shift + Esc " to open the Task Manager.
    • Click an app that is open.
    • Click "End Task' in the lower-right corner.
  2. It has an icon that resembles a computer monitor.
  3. It's usually the one marked (C:) , below the "Devices and drives" heading. It may be named "OS (C:)" or have your computer name or drive name. Right-clicking it will display a drop-down menu below it. [9]
    • You can double-click the "Devices and drives" heading to expand it if you don't see any hard drives listed there.
    • If your computer has more than one hard drive, click the hard drive on which the file you want to delete is stored.
  4. It's in the drop-down menu. A pop-up window will open.
  5. This is at the top of the pop-up window.
  6. It's near the top of the window in the box labeled "Error Checking". [10]
  7. Doing so allows Windows to begin scanning your hard drive for errors. [11]
    • If Windows finds any errors, they will be repaired automatically if possible.
  8. This can take several minutes to several hours depending on your selected hard drive's size and number of errors.
  9. Now that you've repaired any issues with your hard drive, you should be able to delete any files which were locked due to hard drive issues. Use File Explorer to navigate to the file and click it to select it. Press the " Del " key to delete it.
    • You may still have to use Safe Mode to delete your file if the file is being used by a program or service.
    • If you still can't delete the file in question, the file is most likely either locked by another user or reserved as a system file. Either way, you won't be able to delete the file.
  10. Advertisement
Method 4
Method 4 of 7:

Deleting Files in Safe Mode on Mac

PDF download Download Article
  1. It's in the drop-down menu below the Apple icon.
  2. Doing so causes your Mac to begin restarting.
  3. Make sure you do this immediately after clicking Restart , and don't stop until the next step.
  4. This ensures that your Mac starts in Safe Mode rather than using regular boot settings. [12]
  5. Use the Finder to navigate to the folder containing the file you want to delete. Double-click the folder to open it.
  6. Click once the file you want to delete. This highlights the file in blue
    • If there are multiple files you want to delete from one location, you can hold down " Command " while clicking each file you want to delete.
  7. It's at the top of the screen. A drop-down menu will appear.
  8. This is in the drop-down menu. Doing so should move the files to the Trash. [13]
    • If you're still unable to delete the selected files, you may need to repair your Mac's hard drive before attempting to delete the files again.
  9. Once you've moved the correct files into the Trash, you can proceed with removing them from your Mac for good: [14]
    • Click and hold the Trash app icon.
    • Click Empty Trash in the resulting menu.
    • Click Empty when prompted.
  10. Do the following to exit Safe Mode:
    • Click the Apple menu .
    • Click Restart... .
    • Click Restart when prompted.
  11. Advertisement
Method 5
Method 5 of 7:

Using The Terminal on Mac and Linux

PDF download Download Article
  1. The Terminal has an icon that resembles a black screen with a text cursor. Use the following steps to open the Terminal on Mac: [15]
    • Click the Magnifying Glass icon in the upper-right corner.
    • Type Terminal in the search bar.
    • Click the Terminal icon.
  2. This navigates to the root directory on your computer.
  3. This navigates to the folder(s) the file is located in. Be sure to separate each folder with a "/". Make sure you use the correct capitalization. For example, "cd ~/documents". [16]
    • You can also type "ls" and press Enter to see a list of folders and files in the current directory.
  4. For example, "rm textfile.txt". This deletes the file. [17]
    • If the file name has spaces in it, place the file name in quotations (i.e rm "text file.txt")
  5. If the file is write-protected, you will need to confirm that you want to delete the file. To confirm, type "y" and press Enter .
    • Alternatively, you can type "rm -f" followed by the file name to force delete the file name.
  6. Advertisement
Method 6
Method 6 of 7:

Repairing Disk Errors on Mac

PDF download Download Article
  1. It's in the drop-down menu.
  2. Doing so causes your Mac to begin restarting.
  3. Do this immediately after hearing the Startup chime.
  4. This loads the Recovery menu.
    • The Recovery menu may take a few minutes to appear.
  5. It's next to an icon that resembles a hard disk drive with a stethoscope. [18]
  6. This is in the lower-right corner of the screen. The Disk Utility window will open.
  7. It's a menu item at the top of the screen. A drop-down menu will appear.
  8. This is in the drop-down menu. You should see a list of your Mac's available storage locations appear on the left side of the screen.
  9. It's in the sidebar menu to the left.
    • If your Mac has more than one hard drive, make sure you click the one on which the file you want to delete is stored.
  10. It's a tab which resembles a stethoscope at the top of the window. [19]
  11. Doing so allows Disk Utility to begin scanning and repairing your Mac's hard drive. [20]
  12. If Disk Utility reports an "overlapped extent allocation" error, you will be asked to take action; in this case, you can delete any damaged or corrupted files in a related list. If you see the file you want to delete in this list, do so before proceeding.
  13. Once Disk Utility finishes running, you can use the following steps to restart your Mac: [21]
    • Click the Apple Icon.
    • Click Restart...
    • Click Restart when prompted.
  14. Now that you've repaired any issues with your hard drive, you should be able to delete any files which were locked due to hard drive issues. Open the Finder and navigate to the file and click it. Then drag it to the Trash to delete it.
    • You may still need to use Safe Mode to delete the file if it's used frequently by a default program.
    • If you still can't delete the file in question, the file is most likely either locked by another user or reserved as a system file. Either way, you won't be able to delete the file.
  15. Advertisement
Method 7
Method 7 of 7:

Using SD Maid on Android

PDF download Download Article
  1. SD Maid is a system cleaning app for Android. It can help you delete some files that you cannot delete in the My Files app. Be aware that some files on Android can't and shouldn't be deleted because they are part of the root system or a specific app. Use the following steps to download SD Maid:
    • Open the Google Play Store.
    • Type "SD Maid" in the search bar at the top.
    • Tap Install below SD Maid.
  2. SD Maid has an icon that resembles the Android robot wearing a maid's uniform. Tap the icon on your home screen or apps menu or tap Open in the Google Play Store to open SD Maid.
  3. The icon with the three horizontal lines is in the upper-left corner. This opens the menu.
  4. It's near the bottom of the list of options below "Tools" in the menu.
  5. It's the green button with a circular arrow in the lower-right corner. This searches your file system on your Android device.
    • The first time you use this feature, you may be asked to grant SD Maid permissions to access your internal storage and SD card. If you receive a prompt asking if you would like to allow SD Maid to access your system, tap Allow to continue.
  6. The public storage drive labeled "Primary" is the internal storage for your phone or tablet. The public storage labeled "Secondary" is the SD card. Tap the storage that contains the file you want to delete.
  7. Tap the folders on the screen to open the folder. Files associated with a specific app are usually in a folder with the app's name. Pictures can be found in a folder called "DCIM" or "Pictures". Files downloaded from the internet can be found in "Download" and random files can be found in the "Documents" folder.
  8. This selects the item. A bar will appear at the top of the screen.
  9. It's in the upper-right corner of the app. This deletes the file.
    • After deleting the file in SD Maid, you may want to check to make sure it is deleted in the My Files or Files app. If it hasn't been deleted, try deleting it in the SD Maid app. You may be able to delete it after removing it using SD Maid.
  10. Unfortunately, no solution is going to work in every instance on Android. If you cannot delete a file, you can try to back up your Android phone or tablet, and then reset it. You can restore your Android phone from the backup during the initial setup process. [22] This should only be done as a last resort, and only if you really need to get rid of the file.
  11. Advertisement

Community Q&A

Search
Add New Question
  • Question
    How do I delete files from my Android?
    Community Answer
    Shut your phone down and connect it to your computer. Be wary, though, as the files they don't want you to delete are there for a reason.
  • Question
    I can't delete my file because it says that the file couldn't be found, I have followed all the steps but still can't delete it. Anyone one know how to delete it?
    Petermay
    Community Answer
    Using the "Long Path Tool" any file can be deleted even the long file name. Try that and see if it works for you.
  • Question
    How do I delete a desktop folder when it says the file name is too long?
    Community Answer
    Highlight the folder, left click and press "rename." Make the name shorter, then press enter. You should be able to delete the folder then.
See more answers
Ask a Question
      Advertisement

      Tips

      • Safe Mode disables most of the programs and services on your computer to ensure that processes such as deleting stubborn files won't be impacted.
      • System-level files, such as DLL files on Windows computers, are responsible for your computer's basic functions and appearances.
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      • Deleting system files will ruin your computer, at which point you'll either need to reinstall your computer's operating system or buy a new computer.
      Advertisement

      About This Article

      Article Summary X

      1, Reboot your computer in Safe Mode.
      2. Open File Explorer on PC or the Finder on Mac.
      3. Navigate to the folder containing the file.
      4. Click the file and press the Delete key.
      5. Empty the Trash bin.
      6. Right-click the hard drive in File Explorer (open the Disk Utility app on Mac).
      7. Click Properties followed by the Tools tab (on Mac, click First Aid followed by Run )).
      8. Try deleting the file again.
      For more advice, like how to resolve disc errors on your Windows computer or Mac, keep reading!

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 1,021,054 times.

      Is this article up to date?

      Advertisement