How to Completely Erase Data from MacBook? – Quick Approach

Sarabjeet Kaur | data eraser data erasure data wipe Software Technology | 7 minutes read | Modified on: 11-06-2026
how to completely erase data from macbook

If you’re wondering how to completely erase data from MacBook, simply dragging files to the Trash and selecting “Empty Trash” is not enough. While this action removes the file references from macOS, the actual data often remains on the storage drive until it is overwritten by new information. This means that deleted files may still be recoverable using specialized data recovery tools.

Whether you’re preparing to sell your MacBook, recycle an old device, or protect sensitive personal and business information, securely erasing your data is essential. Understanding how data deletion works on modern MacBooks can help ensure that no recoverable traces are left behind. In this technical post, you’ll learn how macOS handles deleted files and the most effective methods to completely erase data from MacBook for maximum privacy and security.

Know Your MacBook Storage Before Erasing Data

Before learning how to completely erase data from MacBook, it’s important to understand the type of storage your device uses. The method for securely deleting data depends largely on whether your MacBook is equipped with a traditional Hard Disk Drive (HDD) or a modern Solid State Drive (SSD).

Older MacBooks (Pre-2015): Hard Disk Drives (HDDs)

Earlier MacBook models typically used Hard Disk Drives (HDDs), which store information magnetically. On these drives, deleted data can often remain recoverable until it is overwritten. Secure erasure was traditionally achieved by repeatedly overwriting the drive with random data, making the original files virtually impossible to recover.

Modern MacBooks (2015 and Later): Solid State Drives (SSDs)

Most MacBooks released since 2015 use Solid State Drives (SSDs). In addition, newer models powered by Apple Silicon chips (M1, M2, M3, and M4) or equipped with the Apple T2 Security Chip automatically encrypt data stored on the device.

Because SSDs use wear-leveling technology to distribute data across memory cells, traditional overwriting methods are no longer effective. Attempting to overwrite SSD data multiple times can even reduce the drive’s lifespan. Instead, modern Macs rely on encryption-based deletion methods, often referred to as cryptographic erasure, to permanently remove access to stored data and ensure secure data destruction.

Solution 1: How to Delete Files Permanently on a MacBook

If your goal is to remove files immediately instead of sending them to the Trash, macOS provides a quick way to permanently delete selected files and folders. This method is useful for everyday file management when you want to free up storage space and avoid keeping unwanted data in the Trash.

Steps to Permanently Delete Files on MacBook

  1. Pick the file or folder you wish to remove.
  2. Press Option + Command + Delete on your keyboard.
  3. A confirmation dialog will appear asking whether you want to delete the selected item permanently.
  4. Click Delete to confirm the action.

Once confirmed, the file bypasses the Trash and is removed from its original location immediately. While this method deletes the file from the macOS file system, users looking for how to completely erase data from MacBook should note that deleted data may still be recoverable until the storage space is overwritten or securely erased using advanced methods.

Solution 2: Use Erase All Content and Settings to Permanently Erase Data from MacBook

For modern MacBooks running macOS Monterey or later, Apple gives the simple and most secure solution to completely remove personal data. Similar to the reset feature on iPhones and iPads, Erase All Content and Settings uses cryptographic erasure technology. This process permanently destroys the encryption keys protecting your data, making the information inaccessible and unrecoverable.

This method is recommended for MacBooks powered by Apple Silicon (M1, M2, M3, or M4 chips) and Intel-based Macs equipped with the Apple T2 Security Chip.

Steps for macOS Ventura, Sonoma, and Later

  1. Tick the Apple menu in the upper-left corner of your screen and select System Settings.
  2. In the left sidebar, choose General.
  3. Click Transfer or Reset.
  4. Select Erase All Content and Settings.
  5. Enter your administrator password when prompted.
  6. Review the information displayed and click Continue.
  7. If you have not backed up your files, create a backup before proceeding.
  8. Follow the prompts to remove your Apple ID, Touch ID settings, connected accessories, and Wallet data.
  9. Enter your Apple ID password to sign out of iCloud and disable Find My Mac.
  10. Tick Erase All Content & Settings to begin the task.

Your MacBook will restart and display a black screen while securely removing all data and settings. Once complete, the device will return to its factory-default state, ready for a new owner or a fresh setup.

Steps for macOS Monterey

  1. Open the Apple menu and pick System Preferences.
  2. In the menu bar, click System Preferences next to the Apple logo.
  3. Select Erase All Content and Settings.
  4. Enter your administrator credentials and follow the on-screen instructions.
  5. Confirm the reset and allow macOS to securely erase your data.

Way 3: Erase Your MacBook Using Disk Utility in Recovery Mode

If you’re using an older Intel-based MacBook that doesn’t support the Erase All Content and Settings feature, you can still completely erase data from your MacBook through Disk Utility in macOS Recovery Mode. This method allows you to format the startup disk and remove all files, user accounts, applications, and operating system data.

1: Start MacBook in Recovery Mode

The process differs depending on your Mac model:

For Intel-Based Macs

  1. Shut down your MacBook completely.
  2. Turn it on and immediately press and hold Command (⌘) + R.
  3. Continue holding the keys until the Apple logo or a spinning globe appears.
  4. Release the keys when the Mac Utilities display opens.
For Apple Silicon Macs
  1. Shut down your MacBook.
  2. Press and hold the Power button until you see Loading startup options.
  3. Click Options and then select Continue.
2: Erase the Startup Drive
  1. From the macOS Utilities screen, pick Disk Utility and tick Continue.
  2. In the sidebar, choose your primary startup drive, typically named Macintosh HD.
  3. Click the Erase button located at the top of the Disk Utility window.
  4. Enter a name for the drive if prompted.
Optional: Secure Erase for HDD-Based Macs

If your MacBook uses a traditional Hard Disk Drive (HDD) instead of an SSD:

  1. Click Security Options.
  2. Move the slider to select the desired overwrite level.
  3. Higher overwrite settings perform multiple data passes for enhanced security.

Note: Secure overwrite options are generally unavailable for SSDs because modern solid-state drives use wear-leveling technology and encryption-based protection.

Choose the Correct Format

Pick the right file system based on your macOS edition:

  • APFS – Suggested for macOS High Sierra & later.
  • Mac OS Extended (Journaled) – Suitable for older macOS editions.

After selecting the format, click Erase and wait for the process to complete.

Reinstall macOS (Optional)

Once the disk has been erased:

  1. Close Disk Utility.
  2. Return to the macOS Utilities window.
  3. Select Reinstall macOS if you plan to continue using the MacBook.
  4. Follow the on-screen commands to install a new copy of macOS.

Important Warning– This task permanently eliminates all files, apps, settings, and the operating system from your MacBook. Make sure you back up any important data before proceeding. If you’re preparing the device for sale, donation, or recycling, this method is an effective way to ensure your personal information is removed from the system.

Way 4: How to Permanently Delete Files Using Terminal (Advanced Users)

In case of advanced users who want to delete specific files or folders without erasing the entire MacBook, macOS Terminal provides a direct method for permanent deletion.

Please note: The srm command used in older macOS versions is no longer recommended as it can impact SSD lifespan. Instead, the rm command can be used to bypass the Trash and remove files directly from the system.

  1. Open Terminal using Spotlight search or go to Applications > Utilities > Terminal.
  2. Type the following command (leave a space after it): rm -R
  3. Drag and drop the file or folder from Finder into the Terminal window. This will automatically add its path to the command.
  4. Press Enter. The selected file or folder will be immediately deleted from the file system.
Technique 5: Expert and Certified Data Erasure Software for Mac

If you want a more reliable and advanced approach to permanently erase data from MacBook, using a powerful software solution is recommended. One such professional option is CubexSoft Data Erasure Tool for Mac. It is designed to permanently delete all files and folders from your Mac’s hard drive, ensuring that no data can be recovered through any data recovery or forensic software.

This makes it especially useful when you are planning to sell, donate, or recycle your MacBook and want full privacy protection.

FileVault: Extra Layer of Data Security

Along with using a professional erasure tool, enabling FileVault adds an extra level of protection for your data.

How to Check FileVault Status:
  • Go to System Settings
  • Navigate to Privacy & Security
  • Scroll to FileVault
  • Check whether it is turned ON

When FileVault is enabled, your entire disk is encrypted. Even if files are deleted or the system is reset, the underlying data remains protected and unreadable without the encryption key.

Summary Checklist Before Selling Your MacBook

Before disposing of or transferring your MacBook, simply deleting files is not enough. Follow these steps to ensure complete data protection:

  • Use Erase All Content & Settings or Disk Utility (Recovery Mode)
  • Enable FileVault encryption
  • Optionally use Data Eraser Tool for Mac for deeper secure wiping
  • Sign out of iCloud and Apple ID
  • Remove all personal backups and linked accounts

By following these steps, you ensure that personal photos, documents, passwords, and sensitive information are permanently erased and cannot be recovered.