May 13, 2026

Can you delete default Mac apps? What you need to know

Maksym Sushchuk
Written by
A macOS specialist with 15+ years of experience, focused on macOS guides and product reviews.

Maksym Sushchuk

Vladyslav Zubkov
Approved by
Reviewed and approved by an Apple Certified Support Professional and Mac developer with hands-on experience supporting Nektony users.

Vladyslav Zubkov

Share

Apple ships every Mac with a set of stock apps – Safari, Mail, Chess, Stocks, GarageBand, Siri, and more – and most of them cannot be dragged to the Trash the way third-party apps can. Users hit a Finder block, open a forum thread, and fall into a rabbit hole of Terminal commands, SIP toggles, and Recovery Mode screenshots that may or may not work on modern macOS.

In this article, I’ll share what is and is not possible if you want to delete any of those apps. The tips were carefully tested on macOS Tahoe 26.4, with Intel-side checks on macOS 15.5 Sequoia. Where the interface or the protection mechanism changed recently, we call out which macOS version the step actually applies to.

Delete vs. hide vs. reset: three different operations

Most people land on this topic because a default app is annoying them – it’s cluttering Launchpad, misbehaving, or they simply never use it. Before you touch Terminal, it helps to separate three operations that look the same on the surface but are very different in practice.

Operation Effect
Delete Permanently removes the app’s .app bundle from /System/Applications. On modern macOS, this requires disabling system protections, and on Apple Silicon, it’s effectively blocked.
Hide The app stays installed but disappears from the Dock, Launchpad, or Home Screen. Reversible in seconds, and the right answer for roughly nine out of ten reasons people ask about deleting.
Reset The app stays installed, but its preferences, caches, containers, and support files are cleared. The fix when Mail stops sending, Safari won’t load, or Notes won’t sync.

This guide covers all three in that order of safety. If you’re a newer Mac user and a stock app is in your way, start with hiding. If an app is broken, try reset. Only reach for delete if you’re experienced with Terminal, have a Time Machine backup, and understand that the operation can brick your boot on a bad day.

Warning

On Apple Silicon Macs (M1-M5 processors), permanently deleting core default apps is not reliably possible with any method available in May 2026, including commands that work on Intel Macs. See the Apple Silicon note further down.

Why you might want to remove default Mac apps (and why you usually shouldn’t)

Before going any further, take a moment to look at what problem you’re actually trying to solve. Most of the time, deletion is the wrong tool.

The real reasons people want them gone:

  • Free up disk space. In practice, this rarely pays off. Most stock apps are tiny – Chess is about 10 MB, Stocks and Stickies are a few MB each, and even Safari and Mail together are under 200 MB. If storage is the problem, cleaning caches, old iOS backups, and local Time Machine snapshots frees far more space than any delete.
  • Reduce clutter in Launchpad or Dock. This is the top real motivation, and it doesn’t need a delete – hiding the icon solves it.
  • Fix a misbehaving app. Mail, Safari, Notes, and Messages can break in small ways that a reset fixes in seconds.
  • Replace a stock app with a third-party alternative. You don’t have to remove Mail to use Spark, or Safari to use Chrome – just change the default handler in System Settings.
  • Managed environments. Some corporate or educational deployments require a locked-down set of installed apps. These are usually handled with MDM profiles, not manual deletion.

Why Apple makes deletion hard on purpose:

  • Hidden dependencies. Safari ships with WebKit, the engine macOS uses to render HTML in Help, Mail messages, some system dialogs, and several third-party apps. Removing Safari can break parts of the OS that never mention it by name.
  • Tight inter-app integration. Mail, Calendar, Contacts, Reminders, and Notes share frameworks. Pulling one out can leave another with dead links or broken features.
  • Restore-on-update behavior. On macOS Monterey and later, even if you manage to remove a stock app with SIP disabled, a later macOS update will often put it back during Software Update’s integrity pass. Various Apple Discussions threads collect real cases of this happening after routine updates.
  • System integrity. Since macOS Big Sur, the system volume is cryptographically signed. Writing to it without the exact recovery procedure can leave the Mac unable to boot.

In short: if your goal is a clean-looking Launchpad or a working app, deletion is a heavy, risky tool for a job that has a lighter one.

Comparing ways to remove or manage default Apple apps

Five approaches show up in forum threads and how-to guides. They split into three different jobs – hiding the icon, resetting a misbehaving app, or actually removing the .app bundle – so the table starts with what each method does, then compares them on difficulty, risk to the system, how reversible the change is, and which macOS versions it works on.

Method What it actually does Difficulty Risk to the system Reversible? macOS support
Hide from Launchpad or Dock Removes the icon from view; app stays installed and functional Very low None Instant – drag back or unhide All versions
Screen Time restrictions Blocks the app from launching; app stays installed Low None Toggle off in Settings All versions
Reset the app Clears preferences, caches, and containers; app stays installed Low Minimal – you lose that app’s settings and local data Reopen the app, sign in again All versions
Terminal with SIP disabled Permanently deletes the .app bundle from /System/Applications High High – can break dependent apps; macOS updates may restore the app Hard – Time Machine restore or macOS reinstall 10.14–10.15
Terminal with SIP + SSV disabled Permanently deletes the .app bundle from the sealed system volume Very high Very high – bad sequence can leave the Mac unbootable Very hard – full reinstall in many cases 11–15 (Intel only)

The important line to draw: hide and reset are safe and instant. Terminal-based deletion is for advanced users and does not work on Apple Silicon for the permanent removal of core apps.

What you can and cannot remove

Not all default apps are equal. Apple protects some strictly, others less so, and a handful come as optional downloads that behave like regular third-party apps.

Relatively safe to remove when allowed:

  • Chess, Photo Booth, Stickies – no system dependencies and rarely referenced by other apps.
  • GarageBand, iMovie – distributed through the Mac App Store and not installed by default on modern macOS. When they are installed, they can be uninstalled like any App Store app and re-downloaded for free later.

Risky to remove:

  • Safari – ships the WebKit engine used by Help, Mail’s HTML rendering, and some system dialogs. Removing it can break features that never mention Safari.
  • Mail – shares frameworks with Calendar, Contacts, and Reminders. Mail also uses WebKit to render HTML messages.
  • Photos – tied to iCloud Photo Library, Photo Library framework, and system media pickers.
  • Notes – synced through iCloud and surfaced by Siri and Spotlight.
  • FaceTime, Messages – removable on managed work machines, though the process still requires SIP changes and is rarely worth it outside enterprise setups.

Effectively impossible to remove, even with SIP off:

  • Finder – not a normal app; it’s the desktop shell.
  • System Settings (called System Preferences before Ventura) – required for a usable macOS session.
  • Core XPC services and default frameworks bundled with the OS.

Apps that Apple restores automatically: On macOS Monterey and later, re-enabling SIP or applying a macOS update often reinstalls default apps you removed earlier. Reddit’s r/MacOS threads are full of users discovering a deleted Safari or Mail back in /System/Applications after a point update.

How to uninstall default Apple apps manually

If you’ve read everything above and still want to remove a default app, here are the two Terminal procedures that have worked historically. Neither is recommended for most users. Make a Time Machine backup before you start, and check your SIP status with
csrutil status

Copy

so you know the state you’re starting from.

Variant 1: macOS 10.14–10.15 (Mojave and Catalina)

Works on Intel Macs of that era. The system volume isn’t cryptographically sealed yet, so disabling SIP alone is enough.

  1. Restart into Recovery Mode by holding Command+R during boot. macOS Recovery Mode startup screen on Intel Mac
  2. From the menu bar, choose Utilities → Terminal and run
    csrutil disable

    Copy

    . Confirm with
    y

    Copy

    and press Return. Running csrutil disable in Recovery Terminal
  3. Reboot normally.
  4. On Catalina only, remount the system volume read-write:
    sudo mount -uw /

    Copy

    .
  5. Navigate to the system applications folder:
    cd /Volumes/[VOLUME_NAME]/System/Applications

    Copy

    .
  6. Remove the target app:
    sudo rm -rf APP_NAME.app

    Copy

    .
  7. Reboot back into Recovery and run
    csrutil enable

    Copy

    to re-enable SIP.

Variant 2: macOS 11–15 (Big Sur through Sequoia) – Intel Macs only

This is where Signed System Volume (SSV) enters the picture. The system volume is cryptographically sealed, and simply disabling SIP is no longer enough – you have to also disable authenticated-root, mount the volume by hand, and re-bless the snapshot.

Procedure verified on a 2018 MacBook Pro (Intel Core i7) running macOS 15.5 Sequoia.

  1. Turn off FileVault from System Settings → Privacy & Security → FileVault and wait for the decryption to finish. Turning off FileVault in Privacy and Security settings
  2. Boot into Recovery Mode and open Terminal. Opening Terminal from Recovery Mode Utilities menu
  3. Run both commands, confirming each:
    csrutil disable

    Copy

    and then
    csrutil authenticated-root disable

    Copy

    . Disabling csrutil authenticated root in Recovery Terminal
  4. Reboot to the normal desktop and open Terminal.
  5. Create a mount point:
    mkdir -p -m777 ~/mount

    Copy

    .
  6. Run
    mount

    Copy

    and find your system device. A line like
    /dev/disk1s5s1

    Copy

    means the underlying volume is
    /dev/disk1s5

    Copy

    – drop the trailing
    s1

    Copy

    .
  7. Mount it read-write:
    sudo mount -o nobrowse -t apfs /dev/disk1s5 ~/mount

    Copy

    .
  8. Switch into the mounted apps folder:
    cd ~/mount/System/Applications/

    Copy

    .
  9. Remove the target app:
    sudo rm -rf ~/mount/System/Applications/APP_Name.app

    Copy

    . Note that Safari on Ventura lives under a Cryptex path and is not at this location.
  10. Re-bless the modified system volume and create a new boot snapshot:
    sudo bless --folder ~/mount/System/Library/CoreServices --bootefi --create-snapshot

    Copy

    Warning

    Skipping - the bless --create-snapshot call - can leave the Mac unable to boot, because the system detects a mismatch between the signed snapshot and the modified volume.

    Running sudo bless to create a new APFS system snapshot
  11. Reboot back into Recovery and re-enable both protections:
    csrutil enable

    Copy

    and
    csrutil authenticated-root enable

    Copy

    .

If anything goes wrong, boot into Recovery and select an older APFS snapshot from Startup Security Utility, or restore from your Time Machine backup.

A note on Apple Silicon (M-processors)

This procedure does not work on Apple Silicon Macs in any form that gives you a permanent deletion. I tested it on a virtual macOS 26.4 Tahoe install running on Apple Silicon and hit two dead ends.

The
bless

Copy

command is not applicable to Apple Silicon internal drives. On these Macs, boot is handled by Apple’s own Boot ROM, not EFI – the command simply cannot re-bless the internal volume the way it does on Intel.
bless command failing on an Apple Silicon Mac
Attempting to overwrite the APFS snapshot so the deletion survives a reboot didn’t work either. After
sudo rm -rf ~/mount/System/Applications/Chess.app

Copy

and a forced snapshot rewrite, the Mac booted back into a fresh signed snapshot with Chess.app still present.

The practical takeaway

On any M-series Mac in 2026, you cannot permanently remove the core default apps. The only operations that actually produce a result are hide and reset.

How to reset default Apple apps with App Cleaner & Uninstaller

If your reason for deleting was that a stock app is broken – Mail won’t send, Safari won’t open a specific site, Notes won’t sync – what you actually need is a reset, not a delete. A reset clears every service file the app writes into your user Library while leaving the protected .app bundle in /System/Applications alone. After a reset, the app behaves like a fresh install on first launch.

App Cleaner & Uninstaller by Nektony is built for exactly this operation on stock apps, because Apple doesn’t expose a “reset this app” button anywhere in System Settings.

  1. Download and open App Cleaner & Uninstaller.
  2. Go to Settings → General and enable Show system applications. Enabling Show system applications in App Cleaner settings
  3. In the main window, select the default app you want to reset – for example, Mail or Safari – then right-click and choose Reset Application. Reset Application for Safari in App Cleaner & Uninstaller
  4. In the new Review and Confirm window, click Remove. Only the service files are deleted in this case; the app itself stays in place. App Cleaner confirmation when resetting Safari

What application reset actually covers

A reset clears every file the app has written into your user Library except ~/Library/Application Support. App Cleaner & Uninstaller walks through these locations:

  • ~/Library/Application Scripts

    Copy

  • ~/Library/HTTPStorages

    Copy

  • ~/Library/Preferences

    Copy

    (the .plist files)
  • ~/Library/Caches

    Copy

  • ~/Library/Logs

    Copy

  • ~/Library/Containers

    Copy

  • ~/Library/Group Containers

    Copy

  • ~/Library/CrashReports

    Copy

The .app bundle under /System/Applications is never touched. On next launch, the app rebuilds its data from scratch – you’ll sign back into iCloud accounts, reconfigure preferences, and re-import any local data from your iCloud copy.

When a reset fixes the actual problem

  • Safari won’t open, crashes on a specific site, or forgets all its settings.
  • Mail refuses to send or receive on one account.
  • Notes won’t sync across iCloud after an OS update.
  • Messages shows attachments stuck mid-upload or missing thread history.
  • Siri stops responding to voice input after a region change.

The bottom line

For ninety percent of people who reach this page, the right answer is not to delete anything. If you want a cleaner Launchpad, hide the icon. If an app is broken, reset its service files with App Cleaner & Uninstaller. Both take seconds and cannot damage your system.

If you’re sure you want a permanent delete, it’s only realistic on Intel Macs running macOS 10.14 through macOS 15, and even then, the trade-off is a complex Terminal procedure, a temporarily unprotected system volume, and the real chance that a future macOS update quietly puts the app back. On Apple Silicon, permanent deletion of core default apps is not reliably possible in 2026. Start with the safe options – they almost always fit the reason you wanted to delete in the first place.

Frequently asked questions

Can you uninstall default Apple apps on a Mac?

Technically, yes on older Intel Macs, but not reliably on modern macOS. From Big Sur onward, Signed System Volume protection and SIP together make it a multi-step Terminal procedure that only works on Intel, and Apple can restore the app on the next system update. On Apple Silicon Macs, permanent deletion of core default apps is not reliably possible. For most users, hide or reset is the practical answer.

How do I delete built-in Mac apps like Safari or Mail?

On macOS Monterey and later, there is no reliable way to permanently remove Safari or Mail. On macOS Mojave or Catalina, you could boot into Recovery, disable SIP, run sudo rm -rf AppName.app, and re-enable SIP - but this process is risky, Apple often restores the apps on update, and removing Safari specifically can break features in other apps because macOS uses its WebKit engine for HTML rendering.

Will uninstalling default Mac apps free up storage space?

In most cases, no. Most built-in Apple apps are small - typically well under 100 MB, and sometimes only a few MB. If your goal is to reclaim disk space, you'll recover far more by clearing caches, removing old iOS backups, and deleting local Time Machine snapshots than by removing any stock app.

Is it safe to remove default Apple apps on a Mac?

It carries real risk. Some default apps share frameworks with the rest of macOS - Safari's WebKit, Mail's integration with Calendar and Contacts, Photos' links into iCloud. Removing the wrong one can cause instability or break features that never mention the app by name. SIP and SSV were designed specifically to prevent these removals.

How do I remove Apple apps from macOS without Terminal?

For apps that Apple explicitly allows you to remove - such as GarageBand, iMovie, Keynote, Pages, or Numbers when they're installed - you can drag them from /Applications to the Trash, or remove them cleanly with App Cleaner & Uninstaller by Nektony, along with all their leftover files. The core system apps (Safari, Mail, Maps, Finder, System Settings) cannot be removed without Terminal and disabling SIP.

What happens if I delete a default Mac app and want it back?

Apps distributed through the Mac App Store - GarageBand, iMovie, Pages, Numbers, Keynote - can be re-downloaded for free from the App Store at any time. Core system apps that were removed with Terminal are harder to restore and usually need a macOS reinstall through Recovery Mode.

Does disabling SIP allow deleting all built-in Mac apps?

On Big Sur and newer, no - SSV adds a second layer of protection on top of SIP. Even with SIP disabled, the system volume stays cryptographically sealed, which is why Variant 2 of the manual procedure also runs csrutil authenticated-root disable and re-blesses the snapshot afterwards. On Apple Silicon, neither step fully unlocks permanent deletion.

Can I hide default Apple apps instead of deleting them?

Yes, and this is the right answer for most people. You can drag an app out of the Dock, remove it from Launchpad on older macOS, or hide it from the Home Screen on macOS Ventura and later. Screen Time restrictions also let you block an app without touching the filesystem. It's reversible in seconds and doesn't risk system stability.

How do I reinstall a default Apple app if something goes wrong?

For App Store apps, open the Mac App Store and re-download. For core system apps, use Apple menu → System Settings → General → Software Update - on macOS Monterey and later, Apple's integrity pass often restores missing system apps on the next update. If the Mac won't boot, reboot into Recovery Mode (Command+R on Intel, or hold the Power button on Apple Silicon) and either reinstall macOS or roll back to an older APFS snapshot.

1 thought on “Can you delete default Mac apps? What you need to know”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top