PDF download Download Article
Get rid of corrupted files in seconds on your PC or Mac
PDF download Download Article

If you get an error when deleting a corrupted file, you can often fix it by booting into Safe Mode and trying again. You can also use the command sudo rm -R filename in Terminal on a Mac, or del /F /Q /A <filepath> in Command Prompt in Windows. Read on for more easy ways to delete corrupted files.

Deleting Corrupted Files Easily

  • Boot your PC or Mac into Safe Mode, then delete the files normally.
  • On Windows, you can also open Command Prompt as an administrator and use del /F /Q /A <filepath> .
  • On a Mac, delete corrupted files in Terminal using the command sudo rm -R filename .

For popular FAQs on deleting corrupted files, jump to more common questions .

Method 1
Method 1 of 5:

Deleting as an Administrator on Windows

PDF download Download Article
  1. If your account isn't an admin account, you may not have the permissions set up to delete certain files, so you'll need to log in to an administrator account.
  2. As an administrator, you won't have any trouble deleting corrupted files.
    Advertisement
  3. You'll find it on either your desktop or in File Explorer.
  4. This recycling can icon is usually on your desktop.
  5. This is usually the second option in the list next to another recycling bin icon.
  6. Advertisement
Method 2
Method 2 of 5:

Using Command Prompt on Windows

PDF download Download Article
  1. You can click the Start menu icon and type "cmd" to open a list of search results then click the Command Prompt program and click Run as administrator .
  2. "Del /F /Q /A <filepath>"
    • Replace <filepath> with your file's location. For example, you might have "Del /F /Q /A C:\Users\John\Downloads".
    • "/F" means to force delete files, "/Q" means to delete read-only files, and "/A" means to select files with the archiving attribute. [1]
  3. Your file should be deleted.
  4. Advertisement
Method 3
Method 3 of 5:

Using Safe Mode on Windows

PDF download Download Article
  1. You'll want to use this method if the previous steps did not work for you.
  2. You may miss this on your first try, so you might need to restart your computer again. For more information, you can look at How to Activate Safe Mode in Windows 10 Using F8 , How to Activate Safe Mode in Windows 10 using the Power Menu , and How to Start Windows in Safe Mode for older versions of Windows.
  3. You'll see this on the right side of your screen.
  4. Your computer will restart again with Startup Settings.
  5. You'll need to press the corresponding number (1-9) or function key (F1-F9) to make your selection.
  6. You'll find it on either your desktop or in your file explorer.
  7. This recycling can icon is usually on your desktop.
  8. The files inside the Recycling Bin should be deleted; if you continue to get an error, continue to the other methods.
  9. Advertisement
Method 4
Method 4 of 5:

Using Terminal on Mac

PDF download Download Article
  1. You can find the Terminal app icon in the Utilities folder of Finder.
  2. "sudo rm -R " . You'll want to make sure you add a space after the last "R" in the code.
  3. Make sure you can see your Terminal window at the same time.
  4. The file's location and name will add to the end of your command.
    • Press the Return key to delete the file.
  5. This will prompt Terminal to permanently delete the file.
  6. Advertisement
Method 5
Method 5 of 5:

Using Safe Mode on Mac

PDF download Download Article
  1. Hold down the Shift key as your Mac restarts to enable Safe Mode.
    • You can release the Shift key at the login window, as Safe Mode has been activated.
  2. Since your Mac is in Safe Mode, you might be able to delete the corrupted file.
  3. You can also click to select the file in Finder, then go up to the menu and select Move to Trash .
  4. Click and hold on the Trash icon. After a few seconds, a menu will pop up, and you can click Empty Trash .
    • Restart your Mac again to exit Safe Mode. If those steps still caused an error to pop up, try the next method.
  5. Advertisement

Common Questions

Can a corrupt file be fixed?

Sometimes the software that created the file (such as Microsoft Word) will have a built-in utility that can repair corrupted files. Other times, you'll need to contact a professional file recovery service.

Why am I getting corrupted files?

Corruption can occur if your computer loses power or an app crashes while a file is in use. Corruption can also happen if your hard drive is fragmented, there's a power surge, or your computer freezes while saving a file. [2]

How can I repair corrupted system files?

On Windows, try using the command sfc /scannow at the Command Prompt. This runs the system file checker, which searches for and repairs corruption in system files.

Tips

Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!

About This Article

Article Summary X

1. Close all programs you were working on and restart your computer.
2. Log into an administrator account.
3. Locate the corrupted file you want to delete.
4. Drag the corrupted file to the Recycle Bin.
5. Right-click the Recycle Bin icon.
6. Click Empty Recycle Bin .

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

Is this article up to date?

Advertisement