Installation steps
-
Download the latest installer by using your preferred command-line interface:
- Command Prompt
- PowerShell
Open a Command Prompt window and run the following command:curl https://repo.anaconda.com/archive/Anaconda3-2025.12-2-Windows-x86_64.exe --output .\Anaconda3-2025.12-2-Windows-x86_64.exeFor instructions on downloading an older installer version, see Using older installer versions. - (Optional) Anaconda recommends verifying the integrity of the installer after downloading it.
-
Go to your Home folder and double-click the installer to launch.
To prevent permission errors, do not launch the installer from the Favorites folder.If you encounter issues during installation, temporarily disable your anti-virus software during install, then re-enable it after the installation concludes. If you installed for All Users, uninstall Anaconda Distribution and re-install it for Just Me only.
- Click Next and then click I Agree to agree to Anaconda’s Terms of Service (TOS). You can read the full TOS at https://anaconda.com/legal.
- Select an installation option:
- Click Next.
-
Select a destination folder to install Anaconda, then click Next.
Anaconda recommends installing Anaconda Distribution in a directory with no spaces or special characters to avoid potential compatibility issues with open-source tools. For more information, see the FAQ.
Do not install as Administrator unless admin privileges are required. - Customize your installation options:
- Click Install. The installation might take a few minutes to complete. Click Show details to view the packages being installed.
- Click Next twice, then click Finish to close the installer.
Verify your install
You can verify your installation was successful using Anaconda Navigator or Anaconda Prompt.What’s next?
- Integrate conda with your preferred IDE to streamline package management directly in your development environment.
- Explore Working with conda to understand channels, environments, and package management workflows.
- The official conda documentation covers advanced topics like custom channels, build recipes, and performance optimization.
