How to delete files from an external hard drive on Mac
To delete files on an external hard drive on Mac, open Finder, select the drive on the left in the Locations section, then open it and move items to the Trash or use Command-Delete. To permanently erase files, choose File > Secure Empty Trash. For drives formatted as NTFS, install third-party read-write support; for exFAT and Mac OS Extended (Journaled), Trash and Secure Empty Trash work normally. Always eject the drive safely and back up important data before deleting anything you might need later.
Safely prepare your workflow before deleting
Before you delete files on an external hard drive on Mac, confirm the drive identity, back up anything you may need, and verify permissions and disk health. Mistakes can remove work you intended to keep, and some files may be in use or restricted. macOS provides several UIs and command-line tools so you can match your comfort level, whether you prefer point-and-click or terminal precision.
Confirm the external drive name and mount it
In Finder, open a Finder window and look under Locations or Devices. Click the external hard drive to mount it if it does not mount automatically. Some drives may require power cycling or a reboot if the icon does not appear. If the drive shows a warning or eject symbol, address connectivity or disk errors first rather than deleting files.
Check file permissions and ownership
Some folders on external drives may be owned by another user or have restrictive permissions, especially when moving drives between Macs. Select a file or folder and press Command-I to open Get Info. If you see a lock icon, click the lock, authenticate with your administrator username and password, then adjust privileges or change ownership as appropriate. On corporate-managed Macs, policies may limit changes, so consult IT if permissions prevent expected actions.
Delete files using the Finder UI
The easiest way to delete files on external hard drive Mac UI methods mirrors how you delete local files, but with additional caution because the drive may be disconnected at any time. Use these steps for point-and-click workflows, and consider verifying the results afterward.
Move items to the Trash
- Open a Finder window and select the external hard drive.
- Select one or more files or folders, then press Command-Delete or right-click and choose Move to Trash.
- Empty the Trash only when you are sure you want to permanently remove those items.
Securely erase the Trash for external drive items
Choose File > Secure Empty Trash from the Finder menu bar to overwrite data with multiple passes. Note that Secure Empty Trash can take a long time on large external drives and causes extra wear on spinning disks and some SSDs. Use it only when compliance or sensitivity requirements justify the cost.
Delete files using the Terminal
For advanced users and scripts, the command line offers precise control over paths and options. Back up first, double-check the target path, and confirm you are not pointing at the startup disk.
Basic secure deletion examples
To securely remove a file located at /Volumes/Name/file.txt, use the command rm -P file.txt. For multiple items, use rm -RP to include directories. Replace -P with -secure_delete if you have installed coreutils via Homebrew, which provides additional overwrite passes. Keep in mind that Secure Empty Trash in Finder and rm -P differ in overwrite behavior depending on filesystem and macOS version; choose commands deliberately and test on noncritical content first.
Maintain your external drive for long-term use
Regular maintenance reduces the risk of data loss and keeps your external hard drive readable on Mac. Combine backups, safe ejects, and periodic checks to maximize lifespan and data integrity.
Eject safely and avoid unplugging
Always use the Eject button in Finder, the Trash, or the menu-bar icon before unplugging. On rare occasions, macOS may delay writes; forcing removal can corrupt directories and complicate file recovery. If ejection is blocked, identify the active process in Activity Monitor and close or release the files before trying again.
Run First Aid when needed
Open Disk Utility, select the external drive, then click First Aid to verify and repair directory structures. Do this periodically and especially after an unexpected disconnect or power loss. Note that repairing may not be possible on drives formatted for Windows without third-party tools.
Comparison and quick reference
The methods below summarize common ways to delete files from external storage on Mac. Choose based on your comfort level, need for secure erase, and whether the drive is formatted for best compatibility with macOS.
Overwrite behavior and time estimates
| Method | Overwrites data | Typical time on 1 TB drive | Best for |
|---|---|---|---|
| Move to Trash + Secure Empty Trash | Multiple passes (HFS+ journaling dependent) | 30–120 minutes | Compliance-sensitive deletions on Mac-native formats |
| rm -P (single file) | One pass (legacy) or more with coreutils | Seconds to minutes per file | Targeted file removal from Terminal |
| rm -Rf (no secure overwrite) | No overwrite | Fast | Quick cleanup where confidentiality is not a concern |
| Third-party secure erase tools | DoD/Gutmann options configurable | 1–4+ hours | High-sensitivity requirements and multi-drive workflows |
Compatibility and format checklist
- APFS/HFS+: Trash and Secure Empty Trash work natively on Mac.
- exFAT: Generally compatible with Trash; permissions may be limited.
- NTFS: Read-write support requires extra software; behavior varies.
- FAT32: Supports basic delete; no permissions or file sizes over 4 GB.
Recover accidentally deleted files
If you delete files on external hard drive Mac and need them back, stop writing to the drive immediately. Restoring from a recent backup is the fastest and most reliable method. If no backup exists, data recovery software may succeed if the space has not been reused. Professional services are available for critical media, but success depends on how the drive was used after deletion. Secure overwrite passes reduce the chance of recovery, which is desirable for sensitive data but makes accidental restoration impractical.
Key best practices summary
When you routinely delete files on external hard drive Mac, automate backups, verify drive identity, and use Secure Empty Trash only when necessary. Prefer a standard exFAT or Mac OS Extended (Journaled) format for cross-platform compatibility unless you have specific requirements. Eject safely, run periodic First Aid, and keep recovery tools on standby but treat them as last resort options.
Conclusion
Deleting files from an external hard drive on Mac is straightforward when you confirm the drive, back up important content, and choose the right workflow for secure erasure. Use Finder for everyday tasks, Terminal for scripted or precise operations, and always eject the drive safely. With regular maintenance and verified backups, you can reduce risk and keep your external storage reliable for years.