Share via

Not able to download visual studio 2019 community

Aarti Kadam 85 Reputation points
2024-06-12T20:56:36.4566667+00:00

I need VS 2019 community but Download option is not available. How can I install Visual Studio 2019? I have attached a snapshot of the same.

User's image

I have Windows 11 Home operating system, 64 bit operating system.

Developer technologies | Visual Studio | Setup

Answer accepted by question author

Anna Xiu-MSFT 31,201 Reputation points Microsoft External Staff
2024-06-13T02:27:43.76+00:00

Hi @Aarti Jadhav, 

Welcome to Microsoft Q&A! 

Please directly download the VS 2019 Community from the link

Sincerely,

Anna


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?


6 additional answers

Sort by: Most helpful
  1. Heemanshu Bhalla 0 Reputation points
    2026-05-12T14:44:38.01+00:00

    I have got the link via gemini its here -
    https://aka.ms/vs/16/release/vs_community.exe

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Mike Taves 0 Reputation points
    2024-07-24T23:31:05.2333333+00:00

    You can download and use older MSVC toolsets from the current Visual Studio version.

    In your existing Visual Studio go to Tools > Get Tools and Features ...

    Then in the "Individual Components" tab, scroll down to the "Compilers, build tools, and runtimes". There are many possible things to select, but start with "MSVC v142 - VS 2019 C++ ..." for your desired platform. Click "Modify" to download and install them.

    Build tools like CMake can select this via (e.g.):

    cmake -G "Visual Studio 17 2022" -T v142 ..
    

    so the above uses Visual Studio 17 2022 to select a VS 2019 C++ compiler (whereas the default would normally choose toolset v143 for VS 2022 C++).

    Was this answer helpful?

    0 comments No comments

  3. Araibet Login 0 Reputation points
    2024-06-13T11:21:04.3133333+00:00

    Maybe you can try to access this link: https://visualstudio.microsoft.com/vs/older-downloads/

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it.

    Was this answer helpful?

    0 comments No comments

  4. Marcin Policht 91,150 Reputation points MVP Volunteer Moderator
    2024-06-12T21:59:02.33+00:00

    Try https://visualstudio.microsoft.com/vs/older-downloads/


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.