How to Delete Files on a Mac External Hard Drive
To delete files on a Mac external hard drive, first confirm the drive is properly connected and appears on your desktop or in Finder. Open the drive, select files or folders, then press Command-Delete or right‑click and choose Move to Bin. Empty the Trash on that drive if it has its own Trash, or empty your main Trash to fully remove items and free space. For troubleshooting, check permissions, repair disks with First Aid, and avoid unplugging during writes to protect data integrity.
Common File Systems for Mac External Drives
macOS supports several file systems, and the one you use determines compatibility, performance, and features like journaling and permissions.
APFS
Apple File System is optimized for flash and solid‑state drives, supports encryption, cloning, and snapshots, and is ideal for modern Mac drives.
Mac OS Extended (HFS+)
Used on older drives; reliable but lacks APFS efficiencies. macOS can read and write HFS+ unless case‑sensitivity is needed.
exFAT
A cross‑platform choice that works on Mac and Windows with large files, though it lacks journaling and advanced permissions.
NTFS
Readable by macOS without third‑party tools, but writing usually requires additional software. Use exFAT or APFS for best Mac write support.
| File System | Best For | Mac Read/Write | Windows Read/Write | Notes |
|---|---|---|---|---|
| APFS | Internal and modern external SSDs | Yes / Yes | Read only | Encryption and cloning supported |
| Mac OS Extended | Time Machine and older drives | Yes / Yes | Read only | No native case‑sensitivity |
| exFAT | Large files and cross‑platform use | Yes / Yes | Yes / Yes | No journaling |
| NTFS | Windows‑first drives | Read / Write with tools | Yes / Yes | macOS write support requires third‑party tools |
Preparation Before Deleting Files
Before you remove data, verify that the external drive is healthy and that you have necessary backups. Gather any recovery tools you may need, and avoid actions that could interrupt writes.
- Confirm important files are backed up locally or to cloud storage.
- Check available space and ensure no apps are actively using the drive.
- Eject and reconnect the drive if it behaves erratically.
- Run First Aid to fix directory errors before large deletions.
Step‑by‑Step Methods to Delete Files
You can delete files using Finder, the Dock, Terminal, or Disk Utility for advanced cases. Choose the method that matches your comfort level and drive setup.
Method 1: Delete Using Finder
In Finder, open your external drive, browse to the files or folders, select them, and press Command‑Delete. Items move to the Trash icon on that drive (if it has one) or to your main Trash. Empty the Trash to finalize removal and free space.
Method 2: Move to Trash from the Dock
Select files and click the Trash icon in the Dock, or drag items to the Trash. If the drive includes a Trash folder, macOS may place items there instead of the system Trash; empty the appropriate Trash to complete deletion.
Method 3: Delete Using Terminal
For bulk operations or stubborn items, open Terminal and use rm for files or rm -rf for folders with caution. Always double‑check paths and avoid running commands on system volumes. Example: rm /Volumes/Name/file.txt or rm -rf /Volumes/Name/Folder.
Emptying the Trash for External Drives
Macs maintain separate Trash locations per volume. If your external drive has a Trash, open it and choose Empty Trash. Otherwise, empty your main Trash in the Dock; this removes items from external drives that were moved to your system Trash. Until emptied, files can often be restored.
Troubleshooting Common Issues
If you cannot delete files, check ownership and permissions, confirm the file system allows writes, and ensure the drive is not read‑only or corrupted.
- Get info to review permissions; take ownership if needed.
- Use Disk Utility First Aid to repair the drive.
- Disable FileVault sparingly if it interferes.
- Avoid unplugging the drive while files are in use.
Recovering Deleted Files
Deleted files may be recoverable until the space is overwritten. Stop using the drive and try restoration from Time Machine, backups, or file recovery software. Professional services can help when data is critical and backups are unavailable.
Best Practices for Managing Files on External Drives
Adopt habits that reduce accidental loss and keep storage efficient: verify backups, safely eject drives, schedule periodic cleanup, and use versioned backups for important projects. These steps protect data across APFS, Mac OS Extended, and exFAT drives.