How to Delete Files From an External Hard Drive on Mac
To delete files from an external hard drive on a Mac, open Finder, select the drive on the left, locate the items you want to remove, then press Delete or drag them to the Trash. Empty the Trash only when you intend to permanently erase those items. For sensitive data, use a secure erase method afterward. This guide covers routine deletions, recovery options, and safety steps to avoid accidental loss.
Safety and Backup Before You Delete
Before deleting, confirm the drive is safely connected and backed up if the data is important. Accidental removal can make files hard to recover, especially after emptying the Trash or reformatting. If the drive becomes read-only, stop and check permissions or disk health. Keep an up-to-date copy of any files you may need later.
When to Back Up
- Before bulk deletions or formatting
- If the drive shows errors or becomes slow
- When the files exist only on the external drive
Delete Using Finder and the Trash
The most common method is to locate files in Finder, move them to the Trash, and empty the Trash later. This two-step approach helps prevent immediate, irreversible loss. You can also right-click items and choose Move to Trash. Use standard Finder navigation to find your external drive and its folders.
Steps to Move to Trash
- Open Finder and locate your external drive in the sidebar.
- Double-click the drive and find the files or folders.
- Select the items and press Command-Delete, or right-click and choose Move to Trash.
- To permanently remove them later, open the Trash and click Empty.
Emptying the Trash on External Drives
The Trash for an external drive sits on that drive, not on your internal startup disk. To free space, you must empty the Trash while the external drive is connected. If you accidentally empty the Trash, stop writing new data to the drive and consider recovery options promptly. Regularly emptying the Trash helps maintain available space and avoid surprises.
How to Empty Trash for an External Drive
- Connect the external drive to your Mac.
- Open the Trash icon on the drive’s desktop or open Finder > Trash while the drive is selected.
- Choose File > Empty Trash, or Control-click the Trash icon and select Empty Trash.
- Confirm the action to permanently delete items from that drive.
Secure Deletion for Sensitive Files
If the files contain confidential information, a standard delete or Trash empty may not suffice because data can often be recovered with tools. Use a secure erase option that overwrites the space. macOS provides built-in utilities and third-party tools vary in approach and reliability. Plan the erase when you have time and ensure no needed files remain.
Options for Secure Erasure
| Method | Verified Detail | Source Type |
|---|---|---|
| Secure Empty Trash (Finder) | Overwrites free space with a single pass of zeros macOS Finder||
| Disk Utility First Aid | Checks and repairs file system errors; does not erase user files Apple System Tool||
| Command-line srm (if available) | Overwrites individual files multiple times before removal Terminal utility||
| Third-party secure erase software | Follow vendor guidance for multiple overwrite passes Verified third-party app||
| Physical destruction | Degaussing or shredding for drives that are discarded Physical method
Using Terminal for Advanced Deletion
For experienced users, the Terminal can delete files or folders directly, bypassing the Trash. Use commands carefully, because paths are case-sensitive and incomplete commands can affect the wrong location. Always double-check the drive path and target names before running destructive commands. This method is helpful for batch deletions or when Finder is unresponsive.
Basic Terminal Commands
- List contents:
ls /Volumes/DRIVENAME - Remove a file:
rm /Volumes/DRIVENAME/path/to/file - Remove a folder:
rm -r /Volumes/DRIVENAME/path/to/folder - Force without confirmation:
rm -rf /Volumes/DRIVENAME/path(use with caution)
Recovering Deleted Files
If you delete files by mistake, stop using the external drive immediately to reduce the chance of permanent loss. Time Machine backups, iCloud Drive, or other cloud services may provide earlier versions or full restores. Third-party recovery tools can scan the drive for remnants of deleted files, but success decreases with continued use. For critical data, consider professional recovery services rather than repeated attempts on your own.
Recovery Steps to Try
- Check the Trash on the external drive for recent removals.
- Look for Time Machine backups that may contain the files.
- Use a reputable recovery tool to scan the drive without installing large software on it.
- Consult a professional service if the drive has physical issues or the data is extremely valuable.