38

I installed the new Visual Studio 2019, but it is much slower (at least in my machine) than the 2017 version, and working is getting very frustrating. I want to get back but I can't find where to download the previous version.

I tried using this URL: https://visualstudio.microsoft.com/vs/older-downloads/, but it doesn't work. I get the following message "Sorry, we couldn't find any downloads for you."

Thanks.

cesarmart
  • 759
  • 1
  • 7
  • 10

7 Answers7

56

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.

Daniel Poirot
  • 661
  • 5
  • 2
19

As of today (5th Jan 2023), the following link invokes installation the 2017 Community Version:

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

Fahad Nadeem
  • 318
  • 2
  • 7
8

The URL https://visualstudio.microsoft.com/vs/older-downloads/ works well for me. I subscribed to the free Visual Studio Dev Essentials and got access to the following versions:

2017
2015
2013
2012
2010

Screenshot from Aubust 6, 2019

Fabio A. Correa
  • 1,968
  • 1
  • 17
  • 26
8

I figured out how to do it. I post the solution in case someone else has the same problem.

You just need to access https://visualstudio.microsoft.com/vs/older-downloads/ and If you get the same message than me, just join to the Visual Studio Dev Essentials (in the same page is a link to do it), it is free, and then you can download older versions of Visual Studio.

Regards,

cesarmart
  • 759
  • 1
  • 7
  • 10
  • 1
    Joining the Visual Studio Dev Essentials works, Thanks! – skm Jul 24 '19 at 10:23
  • I found that installing the visual studio installer gives you access to older vs. Under tab 'Available' you can find all version of VS. – John Jan 20 '20 at 08:33
4

I was having the same issue (even with Dev essentials and I didn´t have the option to download vs 2017 community, but 2017 professional instead), then I finally tried downloading the professional version (Then I just cancelled at the moment it asks which components) and suddenly it unlocks the 2017 community install in the visual studio installer hub.

1

The install launcher you can download from TechSpot still works fine.

No strings attached.

mirh
  • 514
  • 8
  • 14
0

As of 27 July 2022 if you have Visual Studio 2019 or 2022 installed you can use the VS installer to download and install in parallel any version of VS 2017.

George P
  • 1
  • 3
  • 2
    Can you say how to do this? When I open the Visual Studio Installer after installing 2019 community, the only options it gives me to install are 2019 Professional and Enterprise. There's no option I can find to download any version of Visual Studio 2017. edit: Downloading an installer using Daniel Poirot's answer worked, and gave me the option to install 2017. – Bri Bri Oct 26 '22 at 18:10