To download the Visual Studio 2022 Community installer, use the direct link:
👉 https://aka.ms/vs/17/release/vs_community.exe

This is the official bootstrapper for Visual Studio 2022 Community, which is free for students, open-source contributors, and individual developers.

Key Points:

  • Editions Available: Community (free), Professional (paid), and Enterprise (paid).

  • Installation Method:

    • Run the downloaded vs_community.exe file.

    • The installer will download required components and guide you through selecting workloads (e.g., .NET, C++, Web Development).

  • Offline Installation:

    • To create an offline installer, run the following command in an elevated command prompt:

      vs_community.exe --layout C:\VS2022Offline --lang en-US
    • This creates a full offline layout in C:\VS2022Offline that can be used on machines without internet access.

    • To install from offline layout:

      C:\VS2022Offline\vs_community.exe --noWeb --channelURI "C:\VS2022Offline\channelManifest.json"

⚠️ Note: Microsoft has phased out many direct links to VS 2022. The vs_community.exe link above is currently reliable. Avoid general search results that redirect to newer versions like Visual Studio 2026.

🌐
Visual Studio
visualstudio.microsoft.com › downloads
Visual Studio & VS Code Downloads for Windows, Mac, Linux
January 26, 2026 - Are you looking for one of the Visual Studio 2022 long term servicing baselines (LTSCs)? You can find them here. ... Download our cross-platform extension that supports deep learning frameworks including Google TensorFlow, Keras, & more. ... A powerful code editor optimized for building and debugging modern web and cloud applications. ... This package installs run-time components of Visual C++ libraries and can be used to run such applications on a computer even if it does not have Visual Studio installed.
🌐
Microsoft Learn
learn.microsoft.com › en-us › visualstudio › install › install-visual-studio
Install Visual Studio and Choose Your Preferred Features | Microsoft Learn
The most common options are: The latest release of Visual Studio 2022 that's hosted on Microsoft servers. To install this version, select the following button and then choose the edition you want.
🌐
Reddit
reddit.com › r/visualstudio › how can i download the visual studio 2022 community version?
r/VisualStudio on Reddit: how can I download the Visual Studio 2022 community version?
November 22, 2025 -

Can anyone help me with how to download the Visual Studio 2022 Community version? I searched everywhere on the Microsoft website. There are only the Enterprise and Professional editions available for download. I need it for my university assignment. Can anyone help me?

🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Microsoft Visual Studio Installer Projects 2022 - Visual Studio Marketplace
January 20, 2026 - Extension for Visual Studio - This official Microsoft extension provides support for Visual Studio Installer Projects in Visual Studio 2022.
🌐
Microsoft
visualstudio.microsoft.com › vs
Visual Studio IDE - AI for coding debugging and testing
December 8, 2025 - Visualize database schemas and queries all from within Visual Studio. ... Configure and theme just like you would expect from any modern development tool. Whether you choose one of the default themes already installed or explore new themes from the Visual Studio Marketplace, you have the freedom to make your editor or IDE truly yours.
🌐
Reddit
reddit.com › r/visualstudio › here's the microsoft page for visual studio 2022 download
r/VisualStudio on Reddit: Here's the Microsoft page for Visual Studio 2022 download
November 24, 2025 -

Apparently Microsoft has been removing all references and links to VS 2022 from pretty much everywhere in their websites. Even if you search for Visual Studio 2022, and download the (supposedly) 2022 installer, it will download the 2026 installer. They've made most VS2022 links redirect to 2026 ones.

Anyway, after a bit of digging in this subreddit I found the one working page that lets you download Visual Studio 2022, and I'm making it a post so that others can find it more easily.

Here's the link: https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history

Community Version: https://aka.ms/vs/17/release/vs_community.exe (or just scroll down to "Current 17.14")

Find elsewhere
🌐
Visual Studio
visualstudio.microsoft.com › vs › community
Visual Studio Community | Download Latest Free Version
December 8, 2025 - A brand-new workload-based installer optimizes your installation to make sure you have everything you need and nothing you don’t. ... Code with confidence in your language, find and fix code issues quickly, and refactor with ease. ... Debug to quickly find and fix bugs. Find and diagnose performance issues with the profiling tools. ... Use Git as the default source control experience in Visual Studio right out of the box.
Top answer
1 of 2
3

If you want to do an offline update from VS17.12 to 17.13 , you can follow below steps:

  1. Update the layout to a specific version of the product.
  • Go to the Visual Studio 2022 Release History page and download a particular fixed version bootstrapper(e.g vs_Enterprise17.13.0), copy it into your layout, and use it to update the layout to that exact version specified in the bootstrapper.
  • Run the --layout command in an elevated prompt to download the latest packages into your layout.
vs_enterprise.exe --layout c:\VSLayout
  1. Update your Visual Studio 2022 by running the Visual Studio Installer > Update or you can also use the following command:
vs_enterprise.exe update --noWeb --quiet --installpath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"

Update

The easiest and fastest way to update your offline Visual Studio instances: using a minimal offline layout.

Do i have to download the entire VS Layout package everytime if there is an version update?

Unlike a full Visual Studio layout, a minimal layout only contains the updated packages, so it is always smaller and faster to generate and deploy.

1.Generating a minimal layout.

MinimalLayout.exe generate --targetLocation c:\VSLayout\ --productIds Microsoft.VisualStudio.Product.Enterprise --baseVersion 17.12.5 --targetVersion 17.13.0  --languages en-US

2.Update the Visual Studio Installer

vs_enterprise.exe --quiet --update --offline C:\VSLayout\vs_installer.opc

3.Update the Visual Studio application

vs_enterprise.exe update --noWeb --quiet --installpath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"

Docs Referred:

Update the layout to a specific version of the product

Update Visual Studio from a layout

2 of 2
1

Microsoft has a handy post that details what you need to do. Essentially, at the command line on the computer with internet access, execute:

vs_enterprise.exe --layout c:\localVSlayout

Replace c:\localVsLayout with where you want to dump the files. It's going to be big! You may need to change vs_enterprise.exe with the correct executable name for your version of Visual Studio.

🌐
Microsoft
visualstudio.microsoft.com
Visual Studio: IDE and Code Editor for Software Development
Visual Studio dev tools & services make app development easy for any developer, on any platform & language. Develop with our code editor or IDE anywhere for free.
🌐
DucXinhIT
ducxinh.com › techblog › how-to-install-visual-studio-2022-on-windows:-a-comprehensive-guide-for-developers
How to Install Visual Studio 2022 on Windows: A Comprehensive Guide for Developers
June 2, 2025 - A comprehensive guide on installing Visual Studio 2022 on Windows, covering system requirements, editions, custom configurations, and common troubleshooting tips.
🌐
Experts Exchange
experts-exchange.com › questions › 29263191 › Visual-Studio-2022-Installer-question.html
Solved: Visual Studio 2022 Installer question
August 3, 2023 - Experts Exchange is the Q&A community for people tired of the AI sellout. It's the best place to connect with experts who can answer tough technology questions.
🌐
Microsoft
visualstudio.microsoft.com › insiders
Visual Studio 2026 Insiders - Faster, smarter IDE
December 5, 2025 - Visual Studio 2026 Insiders makes transitioning seamless, offering side-by-side installation with VS2022 and full compatibility with existing workloads. No disruptions, just a future-ready IDE built for .NET 10 and modern development. Visual Studio now offers compatibility with extensions developed for Visual Studio 2022, enabling you to install your favorite extensions on day one.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 5611529 › how-to-install-visual-studio-2022-offline
How to install Visual Studio 2022 offline ? - Microsoft Q&A
November 6, 2025 - The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads. ... Thanks for reaching out! You may face certification revocation check errors during offline installation because the installer can't reach Microsoft validation servers.