Installer | |verified| Download Visual Studio 2022 Offline
vs_Community.exe --layout C:\VS2022_Offline
vs_Professional.exe --layout C:\VS2022_Offline download visual studio 2022 offline installer
vs_Enterprise.exe --layout C:\VS2022_Offline This downloads the core product and the most common components. You can change C:\VS2022_Offline to any drive or network path. To reduce download size or include specific components, add the --add parameter. To include multiple languages, use --lang . vs_Community
For most developers, a with your team’s core workloads and English-only language packs strikes the best balance between disk space and functionality. Always test your layout on one machine before distributing it widely. Last updated: March 2025 – reflects Visual Studio 2022 version 17.10+. To include multiple languages, use --lang
Create an offline layout for .NET desktop and C++ development with German and Japanese language packs.
vs_Community.exe --quiet --wait --norestart An offline layout is a snapshot. To update it with the latest security patches and features, rerun the same --layout command in the same folder . The tool will download only new or changed files.
vs_Professional.exe --layout D:\VS2022_Offline ^ --add Microsoft.VisualStudio.Workload.ManagedDesktop ^ --add Microsoft.VisualStudio.Workload.NativeDesktop ^ --lang en-US ^ --lang de-DE ^ --lang ja-JP | Workload | ID | | --- | --- | | .NET desktop development | Microsoft.VisualStudio.Workload.ManagedDesktop | | Desktop development with C++ | Microsoft.VisualStudio.Workload.NativeDesktop | | ASP.NET and web development | Microsoft.VisualStudio.Workload.NetWeb | | Universal Windows Platform (UWP) | Microsoft.VisualStudio.Workload.Universal | | Game development with Unity | Microsoft.VisualStudio.Workload.ManagedGame | Method C: Full, All-in-One Layout (Largest size) To download everything Visual Studio 2022 has to offer (all workloads, all language packs):