How to Uninstall iPhone and iPad Apps on an M1 Mac - MacRumorsOpen MenuShow RoundupsShow Forums menuVisit ForumsOpen Sidebar
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

apple silicon feature joeblue

Apple Silicon Exec Explains Mac Mini AI Demand and On-Device Future

Monday July 6, 2026 5:10 am PDT by
Apple's Mac mini and Mac Studio have become the machines of choice for running AI agents, according to Doug Brooks, Apple's senior product manager of Apple silicon. Brooks made the claim while discussing Apple's chip strategy in a newly published interview with The Deep View conducted just prior to WWDC 2026 in June. Brooks says that the company has seen "incredible demand" for the two...
apple silicon 1 feature

Apple Silicon is Taking an Unexpected Turn

Friday July 10, 2026 7:24 am PDT by
Ever since the Mac switched from Intel processors to Apple silicon starting in 2020, each generation of M-series chips has included higher-end Pro and Max variants. If a recent report proves to be accurate, though, that streak will be coming to an end. According to Bloomberg's Mark Gurman, Apple will be releasing a regular M6 chip, but it has no plans to offer higher-end M6 Pro and M6 Max...
M6 Pro M6 Max Mockup

Here's Why Apple is Reportedly Skipping M6 Pro and M6 Max Chips

Sunday July 12, 2026 8:12 am PDT by
According to Bloomberg's Mark Gurman, Apple will be releasing a regular M6 chip, but it has no plans to offer higher-end M6 Pro and M6 Max chips. In his Power On newsletter today, he said the reason for this break in tradition is AI. "Apple had been planning major neural-processing upgrades for the M7 family and ultimately decided those improvements were important enough to justify...