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:
- getting disk space back,
- fixing background processes,
- doing a full reinstall,
- fixing RAM issues, or
- switching machines,
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) |
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 |
|---|---|---|---|
Copy |
App bundle | ~690 MB | No |
Copy |
All downloaded LLM models | 2-40+ GB | Yes |
Copy |
Bundled Node.js and utilities | ~300 MB | Yes |
Copy
Copy |
Log files | 1-50 MB | Yes |
Copy |
Settings, config, chat history | 10-100 MB | Yes |
Copy
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.
~/.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
.gguf
Copy
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,
- , and
lmstudioCopy
- .
lmsCopy
- The local inference server runs on port 1234 by default.
- You can check if it’s active with in Terminal.
lsof -i :1234Copy
- If so, quit it by running in Terminal.
kill $(lsof -t -i :1234)Copy
- You can check if it’s active with
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
/Applications/LM Studio.app
Copy
~/.lmstudio/models/
Copy
~/.lmstudio/.internal/
Copy
~/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.
- Quit LM Studio. App Cleaner & Uninstaller will prompt you to close it if it’s still running.
- Open App Cleaner & Uninstaller.
- Find LM Studio in the app list → click it.
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.
- Click Uninstall (or Remove in Expert Mode) and confirm.
- 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.
- Press Cmd+Q inside LM Studio.
- 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.
- If the app is frozen and won’t quit, open Terminal and run:
killall “LM Studio”Copy
Step 2: Delete the application.
- Open Finder → go to Applications → find LM Studio → right-click it → select Move to Trash.
Step 3: Delete the models.
- In Finder, press Shift+Cmd+G → type → press Return.
~/.lmstudioCopy
- Right-click the folder → select Move to Trash.
~/.lmstudioCopy
- Confirm deletion by entering your admin password, if asked.
- Also check for any legacy model files and delete what you find there.
~/Library/Application Support/LM Studio/models/Copy
Step 4: Delete the remaining support files.
- 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.sfl4Copy
~/Library/Logs/LM Studio/Copy
~/Library/Preferences/ai.elementlabs.lmstudio.plistCopy
~/Library/Saved Application State/ai.lmstudio.LMStudio.savedState/Copy
/private/var/folders/Copy
- Use Finder search bar → enter lmstudio
- Set the scope to This Folder.
- Trash all files related to LM Studio like:
- /private/var/folders//**/*/ai.elementlabs.lmstudio.helper.GPU
- /private/var/folders//**/*/ai.elementlabs.lmstudio
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.
- 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 ~/.lmstudioCopy
rm -rf ~/Library/Application\ Support/LM\ StudioCopy
rm -rf ~/Library/Caches/LM\ StudioCopy
rm -rf ~/Library/Logs/LM\ StudioCopy
rm -rf ~/Library/Preferences/ai.elementlabs.lmstudio.plistCopy
rm -rf ~/Library/Saved\ Application\ State/ai.lmstudio.LMStudio.savedState/Copy
rm -rf ~/Library/Caches/ai.elementlabs.lmstudio.sfl4Copy
Step 4: Remove the LM Studio caches.
- Preview what the temp cache command would find:
sudo find /private/var/folders -iname “*lmstudio*”Copy
- If the list looks right, clear the temp caches:
sudo find /private/var/folders -iname “lmstudio” -exec rm -rf {} + 2>/dev/nullCopy
Explaining the command:
| Command fraction | Interpretation |
|---|---|
Copy |
Needed for this path
Copy |
Copy |
Doing the searching in the said folder |
Copy |
Scanning for lmstudio in the name |
Copy |
Removing the files and folders recursively |
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
- Open LM Studio.
- Click the My Models icon in the left sidebar.
- Find the model you want to remove → click the three-dot button next to it.
- Select Delete → confirm the prompt.
.gguf
Copy
~/.lmstudio/models/
Copy
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.
- Open Activity Monitor → type LM Studio in the search bar → stop LM Studio processes by clicking the X button.
- Open Finder → press Shift+Cmd+G to open Go to Folder.
- Type → press Return.
~/.lmstudio/models/Copy
- Browse the publisher subfolders (lmstudio-community, mistralai, google, microsoft, Qwen, etc.).
- Select the files or entire model folders you want to remove.
.ggufCopy
- 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.



