How to fully uninstall Conda on Windows

In order to fully uninstall Conda follow the below steps,


  1. Open Command Prompt/PowerShell.

  2. Install that package anaconda-clean
    conda install anaconda-clean

  3. Next, run the command anaconda-clean
    anaconda-clean --yes

    Note: This will not delete your AnacondaProjects, and backup all files and folders in the .anaconda_backup from your home directory.


  4. Now delete the anaconda3\envs and anaconda3\pkgs from your user folder.

  5. Open Add or remove programs and uninstall Anaconda installation

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!