May 11, 2026

How to uninstall LM Studio on Mac completely: app, models, hidden files

Sergio Tereshchenko
Written by
A Mac specialist with a QA engineering background, focused on troubleshooting and how-to guides.

Sergio Tereshchenko

Vladimir Nuzhdin
Approved by
Reviewed by a Mac developer at Nektony and Apple Certified Support Professional with hands-on experience building macOS apps.

Vladimir Nuzhdin

Share

Uninstalling Mac apps is mostly painless. LM Studio is another matter. This app itself is only ~690 MB. The problem is GGUF models, from 2 GB to 70+ GB each, sitting in a hidden folder that a Trash removal won’t touch. Neither will it touch the inference server, clear the caches, or clean up the logs scattered across the Library’s invisible folders.

Whatever brought you here:

this guide has every removal option, from uninstalling the whole LM Studio package to deleting an individual model, from manual efforts to automated means. Just choose the way based on uninstallation time, effort, and scope.

Option Time Level What it removes
Drag to Trash < 1 min Easiest App only (remaining files stay)
LM Studio GUI (in-app) < 2 min Easy Selected GGUF models only
Finder (manually) ~ 10 min Not that easy App + models + support files
Terminal (command line) > 10 min Advanced App + all files (permanent, no Trash)
App Cleaner & Uninstaller < 1 min Easiest App + all files (including hidden files)

Skip manual uninstall, pick the automated one

Deleting LM Studio by hand means checking hidden folders, Library paths, caches, and leftover model files one by one. App Cleaner & Uninstaller does the searching for you automatically and shows every file tied to LM Studio before removal, including hidden GGUF models and support files. Try this tool to get apps fully uninstalled in seconds.

Where LM Studio stores files on your Mac

Before deleting anything, it helps to know what’s where. Here’s a full map of every location LM Studio touches.

Path What it is Typical size Hidden
/Applications/LM Studio.app

Copy

App bundle ~690 MB No
~/.lmstudio/models/

Copy

All downloaded LLM models 2-40+ GB Yes
~/.lmstudio/.internal/

Copy

Bundled Node.js and utilities ~300 MB Yes
~/.lmstudio/logs/

Copy

and
~/Library/Logs/LM Studio/

Copy

Log files 1-50 MB Yes
~/Library/Application Support/LM Studio/

Copy

Settings, config, chat history 10-100 MB Yes
~/Library/Caches/LM Studio/

Copy

and
~/Library/Caches/ai.elementlabs.lmstudio.sfl4/

Copy

Cache files 10-200 MB Yes

Note:

By default, Finder won’t show tilde-dot paths and the Library folder. To locate them:

  • Use Go → Go to Folder (Shift+Cmd+G) to navigate there directly, or
  • Use the Cmd + Shift + . shortcut to make hidden files visible in Finder.

The models folder follows a publisher-based structure of
~/.lmstudio/

Copy

:
└── models/
    ├── lmstudio-community/
    │   └── Meta-Llama-3-8B-Instruct-GGUF/
    │       └── Meta-Llama-3-8B-Instruct-Q4_K_M.gguf
    ├── mistralai/
    ├── google/
    ├── microsoft/
    └── Qwen/

Copy

Each
.gguf

Copy

file is a standalone model weight file. Deleting one removes only that model and does not affect macOS or any other application.
Finder showing LM studio models folder

Supported GGUF model formats in LM Studio

Model family Example models Typical size per GGUF model
Llama 3 (Meta) Meta-Llama-3-8B, Llama-3.1-70B ~4-5 GB to 40+ GB
Mistral Mistral-7B-Instruct ~4-8 GB
Gemma (Google) Gemma-2B, Gemma-7B ~1.5-10+ GB
Phi-3 (Microsoft) Phi-3-mini, Phi-3-medium ~2-8 GB
Qwen/Qwen2 Qwen2-7B, Qwen2-72B ~4 GB to 70+ GB

LM Studio background processes to know about

  • In Activity Monitor, LM Studio runs under the names:
    • LM Studio,
    • lmstudio

      Copy

      , and
    • lms

      Copy

      .
  • The local inference server runs on port 1234 by default.
    • You can check if it’s active with
      lsof -i :1234

      Copy

      in Terminal.
    • If so, quit it by running
      kill $(lsof -t -i :1234)

      Copy

      in Terminal.

LM Studio compatibility on Mac

Compatibility affects performance, not removal. Cleanup steps are identical on all Macs.

Area Details
macOS support macOS Monterey (12) and later
Legacy macOS Big Sur (11) not supported in newer builds
Apple Silicon Macs Full support with Metal GPU acceleration
Intel-based Macs Supported, but limited to CPU inference

Why dragging LM Studio to Trash isn’t enough

The app itself lives in
/Applications/LM Studio.app

Copy

and takes up about 690 MB. That’s the part most people remove. The trick is the models folder.
LM Studio stores downloaded models in
~/.lmstudio/models/

Copy

, a hidden directory in your home folder. Alongside the models, there’s
~/.lmstudio/.internal/

Copy

with a bundled Node.js runtime (~300 MB) and other utilities. None of this goes away when you move the app to Trash.
There’s also a legacy path to know about. LM Studio versions older than 0.2.x stored models in
~/Library/Application Support/LM Studio/models/

Copy

.

Note:

If you upgraded from an older version, you may have duplicate model files in both locations. That’s gigabytes of data you’d never know about from a standard uninstall (drag to Trash). So, you have to check them all in your manual uninstallation attempts.

Completely uninstall LM Studio (app, models, and all files)

The methods below remove LM Studio entirely: the app bundle, every model, all logs, settings, caches, and preferences. Choose the approach that fits your comfort level. Tested on Apple M1, macOS Tahoe 26.4.1, LM Studio v0.4.12.

Case 1: Uninstall LM Studio automatically via the uninstaller

App Cleaner & Uninstaller means it’ll find every file connected to an app, including hidden folders, and list them before you delete anything. It takes under a minute.

  1. Quit LM Studio. App Cleaner & Uninstaller will prompt you to close it if it’s still running.
  2. Open App Cleaner & Uninstaller.
  3. Find LM Studio in the app list → click it.

    App Cleaner & Uninstaller showing LM Studio

    Optional

    Review the list of files the app found using Expert Mode. You will see /Applications/LM Studio.app, the ~/.lmstudio/ folder with models and internal files, logs, preferences, and service files. ACU showing LM Studio files in Expert Mode

  4. Click Uninstall (or Remove in Expert Mode) and confirm. ACU showing a pre-removal window for LM Studio
  5. Empty Trash to free the space.

After this, no LM Studio files remain on your Mac, including models.

App Cleaner & Uninstaller also has:

  • Remaining files scanner to catch missing files from deleted apps.
  • Updater to keep installed Mac apps updated from one place.
  • App permission manager to control what apps can access on Mac.

Case 2: Delete LM Studio completely via Finder

This is the manual route. Each location matters; skipping one can leave residual data. Follow every step to avoid leftover caches, logs, or running background processes.

Step 1: Quit LM Studio.

  1. Press Cmd+Q inside LM Studio.
  2. Open Activity Monitor → search for LM Studio → confirm no processes named LM Studio, lmstudio, or lms are running. If so, select them and click Stop.

    Activity Monitor showing LM Studio processes

  3. If the app is frozen and won’t quit, open Terminal and run:

    killall “LM Studio”

    Copy

    Terminal showing killall LM Studio command

Step 2: Delete the application.

  1. Open Finder → go to Applications → find LM Studio → right-click it → select Move to Trash.
Finder showing LM Studio in Applications

Step 3: Delete the models.

  1. In Finder, press Shift+Cmd+G → type
    ~/.lmstudio

    Copy

    → press Return.
  2. Right-click the
    ~/.lmstudio

    Copy

    folder → select Move to Trash.
  3. Confirm deletion by entering your admin password, if asked.
  4. Also check
    ~/Library/Application Support/LM Studio/models/

    Copy

    for any legacy model files and delete what you find there.
Finder showing LM Studio models

Step 4: Delete the remaining support files.

  1. In Finder, use Go to Folder (Shift+Cmd+G) to navigate to each path below and move each item to Trash:
    • ~/Library/Application Support/LM Studio/

      Copy

    • ~/Library/Caches/LM Studio/

      Copy

    • ~/Library/Caches/ai.elementlabs.lmstudio.sfl4

      Copy

    • ~/Library/Logs/LM Studio/

      Copy

    • ~/Library/Preferences/ai.elementlabs.lmstudio.plist

      Copy

    • ~/Library/Saved Application State/ai.lmstudio.LMStudio.savedState/

      Copy

    • /private/var/folders/

      Copy

    Finder showing LM Studio support files

Step 5: Empty Trash

Right-click the Trash icon in the Dock and select Empty Trash.

Case 3: Remove LM Studio permanently via Terminal

Terminal removes files in one pass and skips the Trash entirely. Changes are permanent; there’s no recovery after running these commands.

Note:

Before running removal commands in Terminal, make sure the paths exist on your Mac. Use only the exact paths listed below.

Step 1: Force quit LM Studio.

  1. Open Terminal → enter:
killall “LM Studio”

Copy

Step 2: Remove the LM Studio app.

sudo rm -rf /Applications/LM\ Studio.app

Copy

Step 3: Remove the LM Studio models and service files.

  • rm -rf ~/.lmstudio

    Copy

  • rm -rf ~/Library/Application\ Support/LM\ Studio

    Copy

  • rm -rf ~/Library/Caches/LM\ Studio

    Copy

  • rm -rf ~/Library/Logs/LM\ Studio

    Copy

  • rm -rf ~/Library/Preferences/ai.elementlabs.lmstudio.plist

    Copy

  • rm -rf ~/Library/Saved\ Application\ State/ai.lmstudio.LMStudio.savedState/

    Copy

  • rm -rf ~/Library/Caches/ai.elementlabs.lmstudio.sfl4

    Copy

Step 4: Remove the LM Studio caches.

  1. Preview what the temp cache command would find:
    sudo find /private/var/folders -iname “*lmstudio*”

    Copy

    Terminal showing the find lmstudio files command

  2. If the list looks right, clear the temp caches:

    sudo find /private/var/folders -iname “lmstudio” -exec rm -rf {} + 2>/dev/null

    Copy

    Terminal showing LM Studio cache deletion command

Explaining the command:

Command fraction Interpretation
sudo

Copy

Needed for this path
/private/var/folders

Copy

. You’ll have to enter your password since it’s admin level access.
find /private/var/folders

Copy

Doing the searching in the said folder
-iname “*lmstudio*”

Copy

Scanning for lmstudio in the name
-exec rm -rf {} +

Copy

Removing the files and folders recursively
2>/dev/null

Copy

Hiding ‘Permission denies’ errors for system folders

LM Studio uninstall models

Case 4: Delete individual models inside LM Studio (GUI)

Use this method to free up disk space without uninstalling LM Studio itself.

Note:

This built-in method works only for models LM Studio tracks and shows in My Models. If you added a GGUF file manually to a custom folder, it may not appear in the list.

  • This option removes only the selected .gguf model file.
  • You don’t need to quit LM Studio before deleting models through the GUI.
  • However, you cannot remove a model that is currently loaded into memory.
  • If you try, LM Studio shows the warning: “Model is currently loaded. Eject first.”

Steps

  1. Open LM Studio.
  2. Click the My Models icon in the left sidebar. LM Studio showing My Models panel
  3. Find the model you want to remove → click the three-dot button next to it. LM Studio three-dot menu open on a model
  4. Select Delete → confirm the prompt.
The
.gguf

Copy

file is permanently deleted from
~/.lmstudio/models/

Copy

. No Trash step needed.
LM Studio Delete confirmation pop-up

Case 5: Remove LM Studio models via Finder

This method reaches the models folder directly. Use it to remove models that don’t appear in the LM Studio GUI, or to delete the legacy models from older versions.

Note:

  • GGUF files are standalone model files with no macOS dependencies, so deleting them directly is safe.
  • After removal, LM Studio automatically refreshes the My Models list on the next launch, so deleted models disappear from the interface on their own.
  • Avoid deleting models while they are actively loaded in LM Studio. If you do, the app may throw an error when trying to access the missing file until restarted.

  1. Open Activity Monitor → type LM Studio in the search bar → stop LM Studio processes by clicking the X button.
  2. Open Finder → press Shift+Cmd+G to open Go to Folder.
  3. Type
    ~/.lmstudio/models/

    Copy

    → press Return. Finder showing LM Studio models path in Go to Folder
  4. Browse the publisher subfolders (lmstudio-community, mistralai, google, microsoft, Qwen, etc.). Finder showing LM Studio publisher subfolders
    1. Select the
      .gguf

      Copy

      files or entire model folders you want to remove.
    2. Press Cmd+Delete to move them to Trash → empty Trash.

    Optional for users who upgraded recently:

    Check the legacy path ~/Library/Application Support/LM Studio/models/.

    Final summary

    • Dragging LM Studio to Trash removes only the app, models stay behind.
    • The real space is in hidden model GGUF files (often 10-70+ GB total).
    • Always quit LM Studio and stop its processes before deleting files to avoid errors.
    • Use the LM Studio GUI to delete models without touching system folders.
    • Manual removal (Finder/Terminal) works, but you must clear hidden folders, caches, logs, and legacy paths.
    • App Cleaner & Uninstaller is the fastest way to remove LM Studio completely with minimal manual work.

    Frequently asked questions

    How to check LM Studio is gone for good?

    • Open Activity Monitor and search for lmstudio. No process should appear.
    • Open Finder → search for LM Studio or lmstudio.
    • Open App Cleaner & Uninstaller → go to Remaining Files → check for LM Studio orphaned files (especially if you've deleted LM Studio manually).
    • Use Funter → search by LM Studio or lmstudio keyword.

    Is it safe to delete .gguf files directly from the models folder?

    Yes, it's safe to delete GGUF files since they are standalone model weight files with no system dependencies. Deleting them doesn't affect macOS, other apps, or LM Studio itself. The app just stops listing the removed models. Make sure LM Studio isn't running and isn't actively using the model before deleting.

    Can I remove LM Studio and keep the models for later use in another app?

    Yes, you can. Copy the .gguf files from ~/.lmstudio/models/ to another location before deleting the folder. GGUF is a standard format supported by tools like Ollama and other local AI runtimes.

    Leave a Comment

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

    Scroll to Top