Skip to Content

How to Uninstall iPhone and iPad Apps on an M1 Mac

by

If you own a Mac powered by Apple silicon, you can download and install iOS and iPadOS apps from the Mac App Store in macOS Big Sur. But how do you uninstall them? Keep reading to learn how.

mac app store iphone ipad apps
Apple's M1 Macs, which are the first to be powered by an Apple-designed Arm-based chip, are able to run iOS and iPadOS apps because of the common architecture between the different operating systems.

That means ‌M1‌ Mac owners can download and install iOS apps from the ‌Mac App Store‌ just as if they were Mac apps, and Apple even includes preferences for Touch Alternatives that allow users to set keyboard commands for iPhone/iPad touch input alternatives.

However, many users have found themselves wondering how iOS apps are properly uninstalled on an Apple silicon-based Mac.

The question comes up because many users have tried dragging the app icon to the Trash in the usual way, only to find that the app binary gets deleted yet much of the app's related content remains on the disk, usually in the ~/Library/Containers folder, needlessly taking up storage.

Fortunately, there is a surefire way to ensure that all of the data associated with an iOS app is removed when you uninstall it, but it does require the use of a couple of Terminal commands, so make sure you're comfortable working in a command prompt window before you attempt the following.

How to Uninstall iOS Apps on an M1 Mac

  1. Open the Applications folder and drag the app you want to uninstall into the Trash.
    trash

  2. Now, launch Terminal (Applications/Utilities/Terminal.app).
    terminal

  3. At the Terminal window prompt, input the command cd ~/Library/Containers and hit Enter.
  4. Next, input the command find . -iname "*appname*" , and replace "appname" (but keeping the asterisks) with the name of the app you just dragged to the Trash. This command should output any matches found, typically in the form of obscured directory names (eg. 0D3DA1EC-21FB-4836-B6A7-8C6053EF9567).
    terminal

  5. Next, input the command rm -Rf XXXXX-XXXX-XXXX-XXXXXXX but replace the XXXX with the obscured directory name shown in the previous output, then hit Enter.
  6. If several directories are shown in the output, repeat the previous step for each directory.

The iOS app and all data associated with it should now be removed from your Mac.

Related Forum: macOS Big Sur

Popular Stories

imac video apple feature

Apple Unveils Seven New Products

Friday March 6, 2026 11:48 am PST by
Apple this week unveiled seven products, including an iPhone 17e, an iPad Air with the M4 chip, updated MacBook Air and MacBook Pro models, a new Studio Display, a higher-end Studio Display XDR, and an all-new MacBook Neo that starts at just $599. iPhone 17e features the same overall design as the iPhone 16e, but it gains Apple's A19 chip, MagSafe for magnetic wireless charging and magnetic...
Apple MacBook Pro M4 hero

Apple Planning 'MacBook Ultra' With Touchscreen and Higher Price

Sunday March 8, 2026 8:05 am PDT by
Apple is planning to launch an all-new "MacBook Ultra" model this year, featuring an OLED display, touchscreen, and a higher price point, Bloomberg's Mark Gurman reports. Gurman revealed the information in his latest "Power On" newsletter. While Apple has been widely expected to launch new M6-series MacBook Pro models with OLED displays, touchscreen functionality, and a new, thinner design...
MacBook Neo Feature Pastel 1

First MacBook Neo Benchmarks Are In: Here's How It Compares to the M1 MacBook Air

Thursday March 5, 2026 4:07 pm PST by
Benchmarks for the new MacBook Neo surfaced today, and unsurprisingly, CPU performance is almost identical to the iPhone 16 Pro. The MacBook Neo uses the same 6-core A18 Pro chip that was first introduced in the iPhone 16 Pro, but it has one fewer GPU core. The MacBook Neo earned a single-core score of 3461 and a multi-core score of 8668, along with a Metal score of 31286. Here's how the...