From the docs:

To uninstall Anaconda open a terminal window and remove the entire anaconda install directory: rm -rf ~/anaconda. You may also edit ~/.bash_profile and remove the anaconda directory from your PATH environment variable, and remove the hidden .condarc file and .conda and .continuum directories which may have been created in the home directory with rm -rf ~/.condarc ~/.conda ~/.continuum.

Further notes:

  • Python3 installs may use a ~/anaconda3 dir instead of ~/anaconda.
  • You might also have a ~/.anaconda hidden directory that may be removed.
  • Depending on how you installed, it is possible that the PATH is modified in one of your runcom files, and not in your shell profile. So, for example if you are using bash, be sure to check your ~/.bashrc if you don't find the PATH modified in ~/.bash_profile.
Answer from vaer-k on Stack Overflow
🌐
Anaconda
anaconda.com › docs › tools › anaconda-navigator › uninstall-navigator
Uninstalling Navigator - Anaconda
To uninstall Anaconda Navigator, open Anaconda Prompt (Terminal on macOS or Linux), and enter the following command:
People also ask

Where is Anaconda installed on a Mac?
Anaconda is typically installed in the user directory under the folder name "anaconda3". · Here’s how to find Anaconda’s installation path on your Mac: · Open Finder > Applications > Utilities > Terminal. · Type echo $CONDA_PREFIX and press Return. · Check the output: · For single-user: /Users/your-username/anaconda3 · For system-wide: /opt/anaconda3
🌐
setapp.com
setapp.com › how-to › uninstall-anaconda-on-mac
How to uninstall Anaconda on Mac: Complete removal guide
How to check if Anaconda is installed or not?
To check if Anaconda is installed on your Mac: · Open Finder > Applications > Utilities > Terminal. · Type conda --version and press Return. · If Anaconda is installed, you'll see the version number. · Optional: Type echo $PATH to check if Anaconda’s directory appears in the output.
🌐
setapp.com
setapp.com › how-to › uninstall-anaconda-on-mac
How to uninstall Anaconda on Mac: Complete removal guide
🌐
Nektony
nektony.com › home › how to › uninstalling anaconda on macos: manual and automatic methods
Uninstall Anaconda from Mac completely | Step-by-step guide
August 1, 2025 - Generally, there are two possible ways to remove Anaconda manually: You can do it via Terminal as suggested on Anaconda official website or use our complete step-by-step uninstallation guide with screenshots.
🌐
Reddit
reddit.com › r/learnpython › how do i fully delete anaconda and its environments
r/learnpython on Reddit: how do i fully delete anaconda and its environments
August 3, 2021 -

i tried to download an ai called "deep-daze" that basically creates images for what you put that you want it to imagine, sadly my dumbass didnt follow iinstructions and so i decided to delete it but after i delete it, windows powershell comes up with this, "& : The term 'C:\ProgramData\Anaconda3\Scripts\conda.exe' is not recognized as the name of a cmdlet, function, script

file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct

and try again.

At C:\Users\bdwg1\Documents\WindowsPowerShell\profile.ps1:4 char:4

+ (& "C:\ProgramData\Anaconda3\Scripts\conda.exe" "shell.powershell" "h ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : ObjectNotFound: (C:\ProgramData\...ripts\conda.exe:String) [], CommandNotFoundException

+ FullyQualifiedErrorId : CommandNotFoundException"
how would i remove every environment to get rid of this

🌐
Setapp
setapp.com › how-to › uninstall-anaconda-on-mac
How to uninstall Anaconda on Mac: Complete removal guide
March 6, 2026 - Here's how to completely uninstall Anaconda using CleanMyMac: Install and open CleanMyMac. Go to the Applications tab, then click Scan. Click Manage My Applications after the scan. Select Anaconda-Navigator under Uninstaller > All Applications.
Find elsewhere
🌐
Data Engineering Academy
dataengineeracademy.com › home › how to remove anaconda from windows?
How to remove Anaconda from Windows?
October 15, 2025 - Now, in the list of installed programs, look for “Anaconda” or any related entries like “Anaconda Navigator” or “Anaconda Python.” When you’ve located it, click on it to select it. After double-clicking on the Anaconda, you’ll notice an option to finish uninstalling or being changed the program.
🌐
SpyHunter
spyhunter.com › home › how to › how to uninstall anaconda on mac (step-by-step guide)
How To Uninstall Anaconda On Mac (Step-By-Step Guide)
June 7, 2024 - The proper uninstall process for any Mac app starts with ensuring the app is not running. You can quit the Anaconda app by clicking its name in the top menu of your Mac, then selecting Quit Anaconda-Navigator.
🌐
Saturn Cloud
saturncloud.io › blog › cleaning-up-after-uninstalling-anaconda-on-windows-10
Cleaning Up After Uninstalling Anaconda on Windows 10 | Saturn Cloud Blog
January 13, 2024 - Remove any entries that reference Anaconda. Uninstalling Anaconda and cleaning up residual files is a straightforward process.
🌐
MiniTool
minitool.com › home › news › how to uninstall anaconda on mac and windows? see a full guide!
How to Uninstall Anaconda on Mac and Windows? See a Full Guide! - MiniTool
May 28, 2024 - Experience a faster system with MiniTool System Booster – your solution to effortless program uninstallation. MiniTool System Booster TrialClick to Download100%Clean & Safe · There are two ways to help you remove Anaconda from your Windows computer and they are using anaconda-clean and Uninstall-Anaconda.exe.
🌐
Dr.Buho
drbuho.com › how-to › uninstall-anaconda-on-mac
How to Completely Uninstall Anaconda on Mac: Step by Step
June 24, 2024 - Right-click on the Anaconda icon, select "Show Original", and drag "Anaconda Navigator" to the trash.
🌐
GitHub
github.com › ContinuumIO › anaconda-issues › issues › 13109
I can't uninstall Anaconda3 in my system · Issue #13109 · ContinuumIO/anaconda-issues
December 22, 2022 - · ### Conda config ```shell C:\Users\Shayan>conda config --show-sources · ### Conda list ```shell C:\Users\Shayan>conda list --show-channel-urls # packages in environment at C:\Users\Shayan\Anaconda3: # # Name Version Build Channel _anaconda_depends 5.3.1 py37_0 defaults _ipyw_jlab_nb_ext_conf 0.1.0 py37_0 defaults _py-xgboost-mutex 2.0 cpu_0 conda-forge absl-py 0.11.0 pypi_0 pypi alabaster 0.7.12 py_0 conda-forge altair 4.2.0 pyhd8ed1ab_1 conda-forge anaconda custom py37_1 defaults anaconda-clean 1.1.1 pyhd8ed1ab_0 conda-forge anaconda-client 1.11.0 pyhd8ed1ab_1 conda-forge anaconda-navigat
Author   shayandavoodii
🌐
MakeUseOf
makeuseof.com › home › mac › how to safely uninstall anaconda from a mac
How to Safely Uninstall Anaconda From a Mac
March 5, 2023 - Although you can drag the Anaconda Navigator—the GUI of the Anaconda distribution—into the Trash, that won't delete Anaconda-related files, directories, and command-line integrations. Instead, you must run a series of commands via Terminal to uninstall Anaconda completely from macOS.
🌐
Iboostup
iboostup.com › how-to-uninstall › com.anaconda.ainavigator
How to uninstall AI-Navigator by Anaconda from your Mac
- Now type rm -rf ~/Library/Caches/2da80584.com.anaconda.ainavigator, hit ENTER. This will remove AI-Navigator from your Mac, but some supporting and related files will be left behind. Read on for the best way on how to remove those. ... download free, or search for it on the App Store). - Click "App Uninstaller".
🌐
Aleksandar Haber
aleksandarhaber.com › how-to-completely-uninstall-anaconda-in-ubuntu-linux
How to Completely Uninstall Anaconda in Ubuntu Linux – Fusion of Engineering, Control, Coding, Machine Learning, and Science
August 4, 2024 - In this tutorial, we explain how to completely uninstall Anaconda in Ubuntu Linux. That is, we explain how to perform a clean uninstallation of Anaconda in Linux Ubuntu.
🌐
MacKeeper
mackeeper.com › blog › mac tutorials › how to delete anaconda from a mac
How to Uninstall Anaconda on a Mac
September 23, 2025 - It’s possible to look through your system disk using Finder to uninstall Anaconda.
🌐
Linux Handbook
linuxhandbook.com › anaconda-linux
How to install and uninstall Anaconda on Linux
September 15, 2022 - This tutorial will help you to install and uninstall Anaconda Distribution in Linux systems in a stepwise manner.