The Microsoft site can be induced to give up different versions.

See: https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=15

Change the '15' to 16, and 17 and see what you get.

Answer from Daniel Poirot on Stack Overflow
🌐
Visual Studio
visualstudio.microsoft.com › vs › older-downloads
Visual Studio Older Downloads - 2019, 2017, 2015 - Microsoft
December 9, 2025 - Download previous versions of Visual Studio Community, Professional, and Enterprise softwares. Sign into your Visual Studio (MSDN) subscription here.
Discussions

How to download Visual Studio Community Edition 2017 (not 2019) - Stack Overflow
1 Where can I download Visual Studio 2017 ISO setup? More on stackoverflow.com
🌐 stackoverflow.com
Is Visual Studio 2017 community version still available?
I believe you can find older versions here More on reddit.com
🌐 r/VisualStudio
35
14
July 21, 2023
How to download Visual Studio 2017 Community Edition for offline installation? - Stack Overflow
1 Where can I download Visual Studio 2017 ISO setup? More on stackoverflow.com
🌐 stackoverflow.com
Where to download Visual Studio 2017 Community edition from? - Stack Overflow
1 Where can I download Visual Studio 2017 ISO setup? More on stackoverflow.com
🌐 stackoverflow.com
🌐
Internet Archive
archive.org › software
Visual Studio 2017 RTM ISO X 86 64 BIT : MICROSOFT : Free Download, Borrow, and Streaming : Internet Archive
August 17, 2018 - Visual Studio Enterprise 2017,Visual ... Visual Studio 2017,Visual Studio 2017 Download,Microsoft Visual Studio,Download latest version of Visual Studio 2017,Visual Studio 2017 Offline Installer & ISO Download,Visual Studio 2017 ISO File [OFFLINE INSTALLER],Create an OffLine Visual ...
🌐
Visual Studio
visualstudio.microsoft.com › downloads
Visual Studio & VS Code Downloads for Windows, Mac, Linux
January 26, 2026 - Download Visual Studio IDE or VS Code for free. Try out Visual Studio Professional or Enterprise editions on Windows, Mac.
🌐
TechSpot
techspot.com › downloads › 6278-visual-studio.html
Visual Studio 2017 Download Free - 15.9 | TechSpot
September 11, 2025 - Download Visual Studio - Developer tools and services for any platform with any language. IDE, DevOps, code editor and more.
Rating: 4.4 ​ - ​ 2.48K votes
🌐
GitHub
gist.github.com › Postrediori › 10523cbd60dbb8ec45cddc2b77ac4143
MS Visual Studio Installers and ISO direct links · GitHub
January 24, 2026 - http://download.microsoft.com/download/8/9/2/8928585D-136D-4528-AECC-2F211902A8D7/VS2012Documentation.iso · https://www.ryadel.com/en/visual-studio-2019-vs2017-vs2015-vs2013-vs2012-older-download-iso-offline-installer/
Find elsewhere
🌐
Junian
junian.net › dev › visual-studio-downloads
Visual Studio Older Downloads (ISO + Installer): 2022, 2019, 2017, 2015, 2013
2 weeks ago - Download previous versions of Visual Studio Community, Professional, Enterprise, Premium, Express software as web installer or ISO.
🌐
MiniTool Partition Wizard
partitionwizard.com › home › partition magic › visual studio 2017 download (community/professional/enterprise)
On-Call Visual Studio 2017 Download Setup Guide for You
November 28, 2024 - After ensuring that your computer meets the requirements, get ready to download Visual Studio 2017. You can download Visual Studio 2017 by clicking on the links below. For instance, if you want to get Visual Studio 2017 Professional downloaded, click on the corresponding link.
🌐
Ryadel
ryadel.com › home › visual studio 2019, 2017, 2015, 2013, 2012 & more – download iso (offline installer)
Visual Studio 2019, 2017, 2015, 2013, 2012 & more - Download ISO (Offline Installer)
January 7, 2021 - A list of Visual Studio 2019, VS2017, VS2015, VS2013, VS2012, VS2008, VS2005, VS2003 and VS6 installers & ISO files for offline download & installation.
🌐
Reddit
reddit.com › r/visualstudio › is visual studio 2017 community version still available?
r/VisualStudio on Reddit: Is Visual Studio 2017 community version still available?
July 21, 2023 -

I am applying to this company and I'm going to have a technical exam. They told me about the tools that we are going to use (Visual Studio 2017), but I cant find the Visual Studio 2017 Community Version. I have the 2022 community version already installed in my device.

Are there any other 2017 versions that are free to use?

Top answer
1 of 2
3

What you are looking for is to make an offline installation.

The Microsoft article Create an offline installation of Visual Studio has the answer.

You have already downloaded the Visual Studio Community Web installer vs_community.exe.

Use this command line to create a local cache in the folder c:\vslayout (or choose another folder):

vs_community.exe --layout c:\vslayout --includeOptional --lang en-US

Later on you could use this folder to install on this computer or another, using the same options:

c:\vslayout\vs_community.exe --includeOptional

Note that --includeOptional will result in a huge download. Use instead the --add parameter to help in limiting the size of the download to just the components you need. For that see Visual Studio workload and component IDs.

Older versions of Visual Studio can be downloaded from:

  • Microsoft's own Visual Studio Older Downloads - 2017, 2015 & Previous Versions
  • By joining Microsoft's free Visual Studio Dev Essentials.
2 of 2
0

Ok, I managed to download and install it. Here are my steps:

  1. install nuget CLI from: https://docs.microsoft.com/en-us/nuget/install-nuget-client-tools

  2. using nuget install chocolatey as package, more here: https://chocolatey.org/docs/installation#install-using-nugetexe-from-powershell

  3. having chocolatey install VS2017 community package: https://chocolatey.org/packages/VisualStudio2017Community#files

  4. when installing you can pay attention where the files are fetched from. When I am writing this, VS2017 is at: https://download.visualstudio.microsoft.com/download/pr/57c99182-2828-4fc1-8b36-271e2472c838/91d7b8d8ba556b1e8723ca67a0f1e2e4a8274f7dfccbeae567e78b22f0db3f6d/vs_Community.exe

  5. so either you download it directly, or switch to chocolatey cache directory (%TEMP%\chocolatey) and grab vs_community.exe

  6. and then run the installer to fetch all the files needed to offline installation

🌐
Nosware
nosware.com › visual-studio-2017-offline-installer › 1528
Visual Studio 2017 Offline Installer - Download
That’s the features and advantages contained in the latest Visual Studio version 2017. To make it easier for you to download Visual Studio 2017, we provide the download link in the form of single link in the archive, there are two ± 2GB if you only need desktop application development package, and ± 23GB if you need full package to develop mobile and desktop applications.
Published   January 4, 2024
Top answer
1 of 11
9
  • Saved the "vs_professional.exe" in my user Download directory, didn't work in any other disk or path.
  • Installed the certificate, without the reboot.
  • Executed the customized (2 languages and some workloads) command from administrative Command Prompt window targetting an offline root folder on a secondary disk "E:\vs2017offline".

Never thought MS could distribute this way, I understand that people downloading Visual Studio should have advanced knowledge of computers and OS but this is like a jump in time to 30 years back.

2 of 11
6

I have used the exact steps from here and it worked flawlessly : https://learn.microsoft.com/en-us/visualstudio/install/install-vs-inconsistent-quality-network

In 3 simple steps:

Step 1 : Download the respective Visual Studio 2017 version from the download page (https://www.visualstudio.com/downloads/)

Step 2: Open your command prompt as Administarator, point to where your Visual studio download exe is and execute the following command (this command is specifically for Web & Desktop development) :

vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional --lang en-US

Step 3 : Traverse to the path c:\vs2017layout in your command prompt and then run the following command (this command is specifically for Web & Desktop development)

vs_community.exe --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional
🌐
Tektutorialshub
tektutorialshub.com › home › visual studio › how to download and install visual studio 2017
How to Download and Install Visual Studio 2017 - Tektutorialshub
March 17, 2023 - We guide you to How to Download and Install Visual Studio 2017. We look at different editions of visual stuido 2017 and difference between them.
🌐
Internet Archive
archive.org › software
Visual Studio 2017 Community Offline Installer : Microsoft : Free Download, Borrow, and Streaming : Internet Archive
July 7, 2024 - visual-studio-2017-community-offline · Scanner · Internet Archive HTML5 Uploader 1.7.0 · 3,356 Views · 4 Favorites · download 1 file ITEM TILE download · download 1 file PNG download · download 1 file RAR download · download 1 file TORRENT download ·
🌐
Softexia
softexia.com › home › programming › microsoft visual studio 2017 15.9.78
Microsoft Visual Studio 2017 15.9.78 | Download Free
November 12, 2025 - Microsoft Visual Studio 2017 is a rich, integrated development environment for creating stunning applications for Windows, Android, and iOS