August 6, 2026

How to uninstall Rosetta Stone on Mac (and remove every leftover file)

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

Maksym Sushchuk

Alex Holovchenko
Approved by
Reviewed by a QA engineer at Nektony and Apple Certified Support Professional with hands-on experience testing Mac software.

Alex Holovchenko

Share

Dragging Rosetta Stone from the Applications folder to the Trash removes the app you see, but it leaves a sandbox container full of lessons, settings, and cached data behind on your disk. To fully uninstall the language app, you also need to clear those service files – and, if you are paying for it, cancel the subscription separately.

This guide covers both routes: a manual walk-through of every file the current version leaves behind, and a one-click removal with App Cleaner & Uninstaller by Nektony. Every path and screenshot here comes from a real uninstall on a MacBook Pro (Apple M1) running macOS Tahoe 26.4.1, with Rosetta Stone version 9.2.0 installed from the Mac App Store.

Rosetta Stone vs. Rosetta 2: which one are you removing?

Two different products share the “Rosetta” name, and a large share of “uninstall Rosetta” searches actually mean the second one. Confirm which you have before you delete anything.

Rosetta Stone is the language-learning app, the one with the blue stone logo, course units, and a subscription. Its bundle ID starts with
com.rosettastone

Copy

. (on recent versions,
maccatalyst.com.rosettastone.totale.companionhd

Copy

). Removing it is safe and is what this guide is about.
Rosetta Stone language-learning app welcome screen on Mac

Rosetta 2 is Apple’s built-in translation layer that lets Intel-only apps run on Apple Silicon Macs. Apple advises against removing it, because the Intel apps you still use depend on it. On macOS Tahoe, it is fully supported, and Apple’s own documentation notes that it stays available through macOS 27, with narrower support for a handful of older Intel games from macOS 28 onward. If Rosetta 2 is what you meant to remove, I strongly suggest you leave it in place and I do not cover its removal in this piece.

To see which one is on your Mac, open Terminal and run a quick check. This command confirms the language app is installed and prints its path:

mdfind "kMDItemCFBundleIdentifier == ‘maccatalyst.com.rosettastone.*’"

Copy

Terminal showing the Rosetta Stone app path returned by mdfind

This second command checks for Apple’s Rosetta 2 instead. If it returns package details, Rosetta 2 is present – and, again, best left alone:

pkgutil --pkg-info com.apple.pkg.RosettaUpdateAuto

Copy

Terminal showing Rosetta 2 package information from pkgutil

Before you start: quit Rosetta Stone

Removing an app while it is running can lock files or leave the Trash unable to empty, so quit Rosetta Stone first. Press Command+Q in the app, then make sure no background process is still active.

Open Activity Monitor (in Applications → Utilities), type
rosetta

Copy

in the search field, and look for a Rosetta Stone process. On the test Mac it appeared alongside a small AutoFill (Rosetta Stone) helper.
Activity Monitor showing the running Rosetta Stone process

If the process is still there, select it and click the Stop button (the octagon with an × in the toolbar), then choose Quit. This closes the app cleanly before you touch its files.

Stopping the Rosetta Stone process from the Activity Monitor toolbar

Note:

On Apple Silicon, the Kind column in Activity Monitor’s CPU tab tells the two Rosettas apart at a glance. The language app shows as Apple, meaning it runs natively; an app running through Rosetta 2 would show as Intel.

Activity Monitor Kind column showing Rosetta Stone as Apple native

Manual removal vs. App Cleaner & Uninstaller

There are two reliable ways to uninstall Rosetta Stone completely. Manual removal gives you full visibility into what you delete; App Cleaner & Uninstaller finds every associated file by bundle ID and clears it in one pass. The table below compares them so you can pick the route that fits you.

Criterion Manual removal App Cleaner & Uninstaller
Time ★★☆
About 5–10 minutes to find and delete each path by hand
★★★
About 1–2 minutes to scan and click Remove
Completeness ★★☆
Depends on knowing the current paths, which changed when the app moved to Mac Catalyst
★★★
Matches files by bundle ID automatically, so you do not need to know the paths
Risk of missing files ★★☆
Higher – easy to miss the container or follow outdated paths from old guides
★★★
Lower – the scan surfaces the sandbox container and widget files together
Best for People who want to see exactly what gets removed People who want it done quickly without hunting through the Library

If you are comfortable in the Library folder and want to understand every file, follow Method 1. If you would rather scan and remove in a couple of clicks, jump to Method 2.

Method 1: Uninstall Rosetta Stone manually

The current version of Rosetta Stone is a sandboxed Mac Catalyst app, so almost everything it stores lives inside one container folder. You will move the app to the Trash, then clear that container and a few small helper folders.

Step 1: Move the app to the Trash

Open Finder → Applications, right-click Rosetta Stone.app, and choose Move to Trash. If macOS says the app is still open, return to the previous section and quit its process first.

Moving Rosetta Stone to the Trash from the Applications folder in Finder
On the test Mac,
Rosetta Stone.app

Copy

accounted for 89.2 MB. That is only part of the footprint. The rest sits in your user Library.

Step 2: Remove the leftover container and service files

The app’s lessons, progress, and settings live in a sandbox container, plus a couple of empty helper folders and a shared container for the app’s widget. Open each location in Finder with Go → Go to Folder (Shift+Command+G) and remove the Rosetta Stone items.

Start with the main container, which is the largest leftover. Go to ~/Library/Containers, find the folder Finder labels Rosetta Stone, right-click it, and choose Move to Trash.

The Rosetta Stone container folder inside the Library Containers folder

On the test Mac this container held 18.3 MB across 114 files – the real data left behind after the app itself is gone.

Moving the Rosetta Stone container folder to the Trash from Finder

Here is the full set of paths the current version uses, and what each one holds:

Location What it is
/Applications/Rosetta Stone.app The main app bundle (89.2 MB on the test Mac)
~/Library/Containers/Rosetta Stone The sandbox container with your lessons, progress, and settings (18.3 MB – the largest leftover)
~/Library/Group Containers/group.com.rosettastone.totale.companionhd.widget Shared data for the app’s Notification Center widget
~/Library/Application Scripts/maccatalyst.com.rosettastone.totale.companionhd The app’s sandbox helper-script folder
~/Library/Application Scripts/group.com.rosettastone.totale.companionhd.widget The widget’s sandbox helper-script folder

Note:

Finder shows the container under the friendly name Rosetta Stone, but on disk it is stored by bundle ID at ~/Library/Containers/maccatalyst.com.rosettastone.totale.companionhd. Both refer to the same folder.

Once every item is in the Trash, empty it to reclaim the space. Removing the app and its container freed roughly 108 MB on the test account. If you downloaded several language units, expect the container to be considerably larger, since your lessons are stored inside it.

This scatter of support files is normal on macOS. Apps spread data across
~/Library/Application Support

Copy

,
~/Library/Caches

Copy

, and
~/Library/Preferences

Copy

, and Apple’s support forums confirm that leftover Application Support data surviving a Trash-and-empty is long-standing macOS behavior rather than a Rosetta-specific quirk.

Method 2: Uninstall Rosetta Stone automatically

If you would rather not open the Library at all, App Cleaner & Uninstaller by Nektony scans for every file tied to the app and removes them together.

  1. Download and open the app, then select Rosetta Stone in the Applications list. The right panel shows the app details – version 9.2.0 and 238 associated files on the test Mac. Rosetta Stone selected in App Cleaner and Uninstaller by Nektony
  2. Turn on Expert Mode (top toggle) if you want to see the exact files grouped by type (executables, application support, caches, and containers). This is where the sandbox container and the widget’s group container show up automatically, without you typing a single path. Expert Mode file list for Rosetta Stone in App Cleaner and Uninstaller
  3. Leave all items selected and click Remove. The summary at the bottom confirmed 108 MB across 238 items on the test Mac. All Rosetta Stone files selected for removal in App Cleaner and Uninstaller
  4. App Cleaner & Uninstaller then shows a review screen listing every file it is about to delete. Check it, click Remove, and the app and its leftovers are gone in one step. Review and confirm removal screen listing Rosetta Stone files

How to cancel your Rosetta Stone subscription

Note:

Uninstalling Rosetta Stone does not cancel your subscription. Billing lives in your account, not in the app, so removing the app while a subscription is active leaves the charges running. Cancel separately, through the channel you bought it from.

  • Bought through the Mac App Store or another Apple purchase: open System Settings → [your name] → Media & Purchases → Subscriptions (on macOS Ventura and later), find Rosetta Stone, and cancel there. On macOS 12 and earlier, use App Store → Account → Subscriptions.
  • Bought directly on rosettastone.com: sign in on a computer, open My Account, and choose Turn Off Auto-Renewal. Rosetta Stone’s support team explains the full steps.
  • Bought through a mobile app store: cancel through that store’s subscription settings, following Rosetta Stone’s guidance for in-app-store purchases.

Turn auto-renewal off at least 24 hours before your renewal date, or the next period may still be charged.

Troubleshooting: Rosetta Stone won’t uninstall or files keep coming back

A few issues come up often. Here is what each one usually means and how to fix it.

Files reappear after you delete them. On older editions, this happens when a background process recreates its cache and support files at the next login. The fix is to unload and remove its launch agent first, rather than deleting the same folder twice (see the older-editions section below).

The app is grayed out, or the Trash won’t empty. A file is usually still locked by a running process. Force quit it from Activity Monitor, then hold Option while choosing Finder → Empty Trash to clear locked items.

The app stays in Login Items after removal. Leftover launch agents and daemons are a known blind spot for uninstallers in general. After removing the app, open System Settings → General → Login Items & Extensions and delete any lingering Rosetta Stone entry by hand.

Removing older editions (TOTALe, Version 3, Network Version 3)

If you have kept the same Mac for years, you may have an older, non-Catalyst edition – Rosetta Stone TOTALe, Version 3, or Network Version 3. These predate the sandboxed app and store files in different places, so their leftovers need a separate sweep.

Check these legacy locations and remove any Rosetta Stone items you find:

  • ~/Library/Application Support/Rosetta Stone

    Copy

    and
    ~/Library/Application Support/Rosetta Stone Backups

    Copy

  • ~/Library/Application Support/RosettaStoneDaemon

    Copy

  • ~/Library/Caches/com.rosettastone.languagetraining

    Copy

    and
    ~/Library/Preferences/com.rosettastone.languagetraining

    Copy

  • ~/Library/LaunchAgents/com.rosettastone.rosettastonedaemon.plist

    Copy

  • ~/Library/Application Support/Rosetta Stone Version 3

    Copy

    (holds tracking.db3)

Older editions ran a standalone RosettaStoneDaemon as a background process, which is why files could reappear during cleanup. Unload it before deleting the launch agent by typing in this command in the Terminal:

launchctl unload ~/Library/LaunchAgents/com.rosettastone.rosettastonedaemon.plist

Copy

If the daemon restarts after that, check for a system-level copy in
/Library/LaunchDaemons/

Copy

, which older installers sometimes added and which needs an administrator password to remove.

Note:

Deleting
~/Library/Application Support/Rosetta Stone Version 3

Copy

erases
tracking.db3

Copy

, the file that stores your learning history. Back it up first if you want to keep your progress.

The bottom line

Uninstalling Rosetta Stone takes two things a plain drag-to-Trash skips: clearing the sandbox container in
~/Library/Containers

Copy

, and cancelling the subscription in your account. Do the manual sweep if you want to see every file, or let App Cleaner & Uninstaller by Nektony find and remove them in a couple of clicks. Either way, check Login Items & Extensions afterward and confirm your billing is turned off, and the app is gone for good.

Frequently asked questions

Does dragging Rosetta Stone to the Trash remove it completely?

No. Moving Rosetta Stone.app to the Trash deletes the app itself, but the sandbox container in
~/Library/Containers/Rosetta Stone

Copy

, along with a couple of helper folders, stays on your disk. For a full uninstall, remove those too – manually or with App Cleaner & Uninstaller.

Does deleting the Rosetta Stone app cancel my subscription?

No. Your subscription lives in your account, not in the app. Deleting the app leaves auto-renewal running. Cancel through the Mac App Store, your Apple subscriptions, or My Account on rosettastone.com, depending on where you bought it.

Where does Rosetta Stone store its files on a Mac?

The current version keeps its data in
~/Library/Containers/Rosetta Stone

Copy

(stored on disk as maccatalyst.com.rosettastone.totale.companionhd), plus small helper folders in
~/Library/Application Scripts

Copy

and a shared widget folder in
~/Library/Group Containers

Copy

.

What is RosettaStoneDaemon, and do I need to remove it?

RosettaStoneDaemon is a background process used by older, pre-Catalyst editions of the app. The current Mac App Store version keeps everything inside its sandbox container instead, so there is no separate daemon to remove. If you are on an older edition and see it in Activity Monitor, unload its launch agent before deleting the file.

Is Rosetta Stone the same as Rosetta 2 on Mac?

No. Rosetta Stone is the language-learning app you can safely remove. Rosetta 2 is Apple's translation layer for running Intel apps on Apple Silicon, and Apple advises leaving it in place. Check which you have with the Terminal commands in the first section.

Why won't Rosetta Stone fully delete from my Mac?

Usually because a file is still locked by a running process, or because an older edition's daemon recreates its files after each login. Quit the process in Activity Monitor first, and on older editions remove the launch agent before deleting its support folders.

How much disk space does removing Rosetta Stone free up?

On the test Mac, removing the app and its container freed about 108 MB. If you downloaded several language units, the container is larger, since your lessons are stored inside it – so active learners often reclaim considerably more.

How do I uninstall older editions like Rosetta Stone TOTALe?

Older editions store files under different names, such as
~/Library/Application Support/Rosetta Stone Version 3

Copy

and a launch agent in
~/Library/LaunchAgents

Copy

. Remove those legacy paths as described in the older-editions section, and back up tracking.db3 first if you want to keep your progress.
Scroll to Top