How to Install conda in Windows? Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report Anaconda is open-source software that contains Jupyter, spyder, etc that is used for large data processing, data analytics, heavy scientific computing. Conda is a package and environment management system that is available across Windows, Linux, and MacOS, similar to PIP. It helps in the installation of packages and dependencies associated with a specific language like python, C++, Java, Scala, etc. Conda is also an environment manager and helps to switch between different environments with just a few commands. Installing Conda on Windows: Follow the below steps to install conda on windows: Step 1: Visit this website and download the Anaconda installer. Step 2: Click on the downloaded .exe file and click on Next. Step 3: Agree to the terms and conditions. Step 4: Select the installation type. Step 5: Choose the installation location. Step 6: Now check the checkbox to add Anaconda to your environment Path and click Install. This will start the installation. Step 7: After the installation is complete you'll get the following message, here click on Next. Step 8: You'll get the following screen once the installation is ready to be used. Here click on Finish. Verifying the installation: Now open up the Anaconda Power Shell prompt and use the below command to check the conda version: conda -V If conda is installed successfully, you will get a message as shown below: Comment More infoAdvertise with us Next Article How to Install Cmder on Windows? D ddeevviissaavviittaa Follow Improve Article Tags : How To Installation Guide Blogathon Blogathon-2021 how-to-install +1 More Similar Reads How to Install Anaconda on Windows Anaconda is a popular open-source distribution of Python and R and is widely used in the field of data science, machine learning and scientific computing. It contains Jupyter, Sypder, etc. that are well capable of handling a large number of data sets and processes as per user's need. It helps in sim 4 min read How to Install Turbo C++ in Windows? Turbo C++ is a single language compiler and integrated development environment for C++. It is free of charge and can be downloaded from any website. The first release of Turbo C++ was released in May 1990 version 1.0, running on MS-DOS computers. Features of Turbo C++ latest version:Complete IDE bun 2 min read How to Install Geopandas on Windows? Geopandas is a Python library used to add geographical data to pandas as an object. In this article, we will look into the process of installing Geopandas on a windows machine. Pre-requisites: The only thing that you need for installing Numpy on Windows are: Python PIP or Conda (depending upon user 2 min read How to Install Keras in Windows? Keras is a neural Network python library primarily used for image classification. In this article we will look into the process of installing Keras on a Windows machine. Pre-requisites: The only thing that you need for installing Numpy on Windows are: Python PIP or Conda (depending upon user prefere 2 min read How to Install Cmder on Windows? Cmder is a command prompt user interface. It is often used in windows machines mainly. Generally, users like to interact with graphical user interfaces. As in command prompt in windows are not that graphical. Understanding some concepts of the GUI method is most important nowadays. Cmder is one of t 2 min read How to Install Go on Windows? Prerequisite: Introduction to Go Programming Language Before, we start with the process of Installing Golang on our System. We must have first-hand knowledge of What the Go Language is and what it actually does? Go is an open-source and statically typed programming language developed in 2007 by Robe 3 min read Like