How to Install Anaconda on Windows
Last Updated :
12 Jul, 2025
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 simplifying package management and deployment, which promotes a robust environment for various data-related tasks. In this guide, we're going to walk you through the steps to install Anaconda on Windows OS.
Download the Anaconda Installer - 3 Steps
We will start the process by downloading the Anaconda Installer by following these three simple steps as mentioned below:
Step 1: Visit the Official Website
Head over to anaconda.com and install the latest version of Anaconda. Make sure to download the “Python 3.13.1 Version” for the appropriate architecture.

Step 2: Select the Windows Installer
Choose the appropriate installer (based on your system's architecture) i.e. 64-bit (for modern systems) or 32-bit (for older systems).
Anaconda InstallerStep 3: Start the Downloading Process
Select the location where you want to save the file and click "Save" to start the downloading process.
Run the Anaconda Installer - 8 Steps
Once the installation is completed, now we will see how to setup Ananconda Installer in your Windows PC. Let's check it out:
Step 1: Begin with the installation process
Navigate to the downloaded file, make a double-click on the .exe file and start the installation process.
Step 2: Getting through the License Agreement
Follow the on-screen instructions, read the license terms & agreement and proceed ahead.
Terms & LicenseStep 3: Select Installation Type
Select Just Me if you want the software to be used by a single User else you can select All Users (for all users on the system) 
Step 4: Choose Installation Location
Select the path where you wish to install the file extractor and click "Next" to proceed ahead.
Anaconda Setup .exeStep 5: Advanced Installation Option
Choose whether to add Anaconda to your system PATH environment variable. Also note that adding Anaconda to the PATH can interfere with other software and decide whether to register Anaconda as the default Python.
Advanced Installation Options - AnacondaStep 6: Getting through the Installation Process
Click Install to start the Anaconda Installation process.

Step 7: Recommendation to Install Pycharm
During the installation, it will ask you to visit the official site to get PyCharm in your Windows PC. You can choose to visit or may skip as well.
PyCharm recommendedStep 8: Finishing up the Installation
Once the installation gets complete, click Finish to complete the process.

Verify the Installation
Once the installation gets completed, you may verify the installation by following these steps.
Step 1: Access to Anaconda Prompt
Click on the Start Menu and search for "Anaconda Prompt" and click to open it.
Anaconda PromptStep 2: Run the Program to check for the Anaconda Version
Type the following command to check for the installed version of conda:
conda --version
Verify the InstallerWorking with Anaconda
Once the downloading, installing and verification of the Anaconda for Windows PC is competed, you can start exploring and get familiar with its features.
Step 1: Access Anaconda Navigator
Once the installation process is done, Anaconda can be used to perform multiple operations. To begin using Anaconda, search for Anaconda Navigator from the Start Menu in Windows PC.

Step 2: Explore Navigator & Features
You can use navigator to create new environments, install packages, and launch applications without using the command line.

Conclusion
By following the above mentioned steps in this guide, you can now easily Download, Install, Verify and Start working on Anaconda on your Windows system. It is one of the most powerful tool for data scientists, analysts, and is also very helpful in machine learning projects with its wide range of tools and libraries. You can start working on this and create different projects seamlessly.
Similar Reads
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 conda in Windows? 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 installatio
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 Anaconda on Linux? Anaconda is an open-source software that contains Jupyter, spyder, etc that are used for large data processing, data analytics, heavy scientific computing. Anaconda works for R and python programming language. Spyder(sub-application of Anaconda) is used for python. Opencv for python will work in spy
1 min read
How to Install Anaconda on MacOS? In this article, we will learn how to install Anaconda on MacOS. Anaconda is a distribution of the Python and R programming languages for scientific computing, that aims to simplify package management and deployment. Installation using Graphical Interface Step 1: Download the Graphical installer fro
1 min read
How to Install PIL on Windows? In this article, we will look into the various methods of installing the PIL package on a Windows machine. Prerequisite:Python PIP or Ananconda (Depending upon your preference)For PIP Users: Open up the command prompt and use the below command to install the PIL package: pip install Pillow The follo
1 min read