This article was co-authored by wikiHow staff writer, Darlene Antonelli, MA. Darlene Antonelli is a Technology Writer and Editor for wikiHow. Darlene has experience teaching college courses, writing technology-related articles, and working hands-on in the technology field. She earned an MA in Writing from Rowan University in 2012 and wrote her thesis on online communities and the personalities curated in such communities.
This article has been viewed 57,182 times.
Learn more...
This wikiHow will teach you how to delete corrupted files on Windows and Mac using the administrator account, Safe Mode, and command prompt on Windows, as well as Terminal and Safe Mode on Mac. Usually, you can drag the file you want to delete into the recycling bin/trash can and empty that, but some files (like corrupted files) will cause errors when you try to delete them.
Steps
Using an Administrator Account on Windows
-
1Close all programs you were working on and restart your computer. 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 login to an administrator account.
-
2Login to an administrator account. This account is usually denoted with (admin) under the username when you're at the user screen.Advertisement
-
3Locate the corrupted file you want to delete. You'll find it on either your desktop or in File Explorer.
-
4Drag the corrupted file to the Recycle Bin. This recycling can icon is usually on your desktop.
-
5Right-click the Recycle Bin icon. A menu will drop-down from your cursor.
-
6Click Empty Recycle Bin. This is usually the second option in the list next to another recycling bin icon.
- If you continue to get an error, continue to the other methods.
Using Safe Mode on Windows
-
1Close all programs you were working on and restart your computer. You'll want to use this method if the previous steps did not work for you.
-
2Press F8 before the Windows logo appears. 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.
-
3Select Advanced options. You'll see this on the right side of your screen.
-
4Select Startup Settings and Restart. Your computer will restart again with Startup Settings.
-
5Enable Safe Mode. You'll need to press the corresponding number (1-9) or function key (F1-F9) to make your selection.
-
6Locate the file you want to delete. You'll find it on either your desktop or in your file explorer.
-
7Drag the file to the Recycle Bin. This recycling can icon is usually on your desktop.
-
8Right-click the Recycle Bin icon and select Empty Recycle Bin. The files inside the Recycling Bin should be deleted; if you continue to get an error, continue to the other methods.
Using Command Prompt on Windows
-
1Open Command Prompt as an Administrator. 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.
- For this method, you need the file path of the file you want to delete. If you don't know how to get a file's file path, refer to How to Find a File's Path on Windows.
-
2Enter the following code into the command prompt window:
"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]
-
3Press ↵ Enter. Your file should be deleted.
Using Safe Mode on Mac
-
1
-
2Click Restart and press ⇧ Shift. 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.
-
3Log into your account and locate the file you want to delete. Since your Mac is in Safe Mode, you might be able to delete the corrupted file.
-
4Drag the file to the Trash. You can also click to select the file in Finder, then go up to the menu and select Move to Trash.
-
5Empty Trash. 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.
Using Terminal on Mac
-
1Open Terminal. You can find the Terminal app icon in the Utilities folder of Finder.
-
2Enter the following code into the Terminal window, but don't press ⏎ Return:
"sudo rm -R "
. You'll want to make sure you add a space after the last "R" in the code. -
3Locate the file you want to delete in Finder. Make sure you can see your Terminal window at the same time.
-
4Drag the file you want to delete from Finder into the Terminal window. The file's location and name will add to the end of your command.
- Press the Return key to delete the file.
-
5Enter the Admin password and press ⏎ Return. This will prompt Terminal to permanently delete the file.
About This Article
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.