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

Answer from Dou Xu-MSFT on Stack Overflow
🌐
Microsoft Learn
learn.microsoft.com › en-us › visualstudio › install › create-an-offline-installation-of-visual-studio
Create an offline installation - Visual Studio (Windows) | Microsoft Learn
You can use the Download all, then install feature from the Visual Studio Installer to download an installation package on the local machine before you install it locally, or you can use the command line to create a local installation package ...
🌐
Developer Insider
developerinsider.co › download-visual-studio-2022-web-installer-iso-community-professional-enterprise
Download Visual Studio 2022 Web Installer / ISO (Community / Professional / Enterprise)
January 10, 2026 - Download the Web Installer or Offline Installer (ISO) of Visual Studio 2022 (Community / Professional / Enterprise) for Windows or macOS. Experience a fast and fluid, modern .NET IDE hand-tailored.
Discussions

upgrade - How to download and offline install Visual Studio 2022 version update? - Stack Overflow
Currently the existing VS2022 ... to download files), Modify and More(remove VS2022). ... This document How to use a minimal offline layout to update an existing installation of Visual Studio may guide you. ... Update the layout to a specific version of the product. Go to the Visual Studio 2022 Release History ... More on stackoverflow.com
🌐 stackoverflow.com
Is the VS 2022 offline installer available?
I burned VS2022 to a disc a few months ago so it's definitely possible Think this is what I followed https://learn.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2022 More on reddit.com
🌐 r/dotnet
11
0
February 21, 2025
How to install Visual Studio 2022 offline ?
Hello, I have tried to install Visual Studio 2022 Professional offline and I have encountered the issue with certificate revocation checks describes in this post and comment. I have downloaded 3 days ago the last version of VS Installer (version… More on learn.microsoft.com
🌐 learn.microsoft.com
4
0
November 6, 2025
how can I download the Visual Studio 2022 community version?
https://aka.ms/vs/17/release/vs_community.exe More on reddit.com
🌐 r/VisualStudio
97
43
November 22, 2025
🌐
GitHub
gist.github.com › stormwild › 3a7f803113329d36511160534f60eef6
Visual Studio · GitHub
Create an offline installation - Visual Studio (Windows) | Microsoft Learn · Create a network-based installation - Visual Studio (Windows) | Microsoft Learn · Use command-line parameters to install Visual Studio | Microsoft Learn · Command-line parameter examples for installation - Visual Studio (Windows) | Microsoft Learn · Download Visual Studio 2022 Web Installer / ISO (Community / Professional / Enterprise)
🌐
Visual Studio
visualstudio.microsoft.com › downloads
Visual Studio & VS Code Downloads for Windows, Mac, Linux
January 26, 2026 - Lightweight yet powerful source code editor with tons of extensions for many languages and runtimes. Download Visual Studio Code ... Built on open source. Runs everywhere ... A complete array of development tools and features in one place to elevate and enhance every stage of your software development. How to install offlineCompare editions
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.

🌐
Developer Community
developercommunity.visualstudio.com › t › visual-studio-professional-2022-1743-o › 10494904
visual studio professional 2022 17.4.3 offline installer ...
Skip to main content · Microsoft · Visual Studio · Sign in · You need to enable JavaScript to run this app · Sorry this browser is no longer supported · Please use any other modern browser like 'Microsoft Edge'
🌐
Reddit
reddit.com › r/dotnet › is the vs 2022 offline installer available?
r/dotnet on Reddit: Is the VS 2022 offline installer available?
February 21, 2025 -

Hello there,

I remember theres always an offline installer (about 22-25gb) to install visual studio completely.

2017 and 2019 had this type of installers, does anyone knows if VS 2022 offline installer is currently available?

Thank you

Find elsewhere
🌐
Microsoft Learn
learn.microsoft.com › en-us › troubleshoot › developer › visualstudio › installation › set-up-vs-professional-2022-offline-machine
Set Up Visual Studio on an Offline Machine - Visual Studio | Microsoft Learn
December 27, 2024 - Navigate to the Downloads and Keys tab. Search for Visual Studio Professional 2022 and select Key. Select the 25-digit volume license key and copy it. Launch the Visual Studio shortcut as an administrator.
🌐
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 - To install Visual Studio 2022 offline, follow these steps: Download the Visual Studio Installer: Start by downloading the Visual Studio installer from the Visual Studio page.
🌐
YouTube
youtube.com › watch
Visual Studio 2022 Offline Installer - YouTube
Here is Visual Studio 2022 Offline Installer, and how to install Visual Studio 2022 using offline installer.
Published   May 26, 2022
🌐
Medium
bw861987.medium.com › how-i-install-and-updatevisualstudio-2022-with-an-offline-installer-for-asp-net-core-c50c68c4d6b8
How I install and updateVisualStudio 2022 with an offline installer for ASP.NET CORE | by Bjego | Medium
August 1, 2022 - I am using Powershell in the context of my normal user to download the contents of Visual Studio. The image should be stored in C:\VisualStudio\Layout. Therefore I navigate to C:\VisualStudio with Powershell and run: ./vs_Professional.exe --layout c:\VisualStudio\Layout --add Microsoft.VisualStudio.Workload.NetWeb --includeOptional --lang en-US · The proxy configuration will be pulled from your useraccount, so you don’t have to deal with it. The download will spawn a “Visual Studio” installer window and then a console window which downloads all those files.
🌐
Nosware
nosware.com › visual-studio-2022-offline-installer › 21851
Visual Studio 2022 Offline Installer | Download Now
September 9, 2023 - Visual Studio 2022 offline installer we have tested and run without an internet connection, even with airplane installation mode still managed to do well. You can download the visual studio 2022 offline installer version through the following link.
🌐
Download DevTools
downloaddevtools.com › en › product › 2926 › download-microsoft-visual-studio-2022-9
Free Download Microsoft Visual Studio 2022 v17.14.17 Enterprise & Professional + Offline Installer + Product Key
October 20, 2025 - Free Download Visual Studio 2022 v17.14.17 Enterprise & Professional with Product KEY & Offline Installer - Quick Guide for Developers & How to apply Product Key
Rating: 4.3 ​ - ​ 27.8M votes
🌐
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?

🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1848141 › visual-studio-2022-installation
VISUAL STUDIO 2022 INSTALLATION - Microsoft Q&A
July 30, 2024 - Welcome to Microsoft Q&A forum. ... Download a bootstrapper file(setup file) on a machine with network. Use command lines to download VS and generate a layout. Move the layout to the offline machine, use command lines or directly run the setup.exe ...
🌐
Itechtics
itechtics.com › downloads › software downloads › download and install visual studio 2022
Download And Install Visual Studio 2022
August 30, 2022 - That said, you can still download the IDEs before purchasing a license. Click on the links below to download Visual Studio 2022.
🌐
Firehouse Mouse
firehousemouse.com › how-to-make-an-offline-installer-visual-studio-2022
How To Make An Offline Installer Visual Studio 2022 - Firehouse Mouse
December 11, 2025 - This guide will show you the steps to create an offline installer for Microsoft Visual Studio 2022.
Call   8555066873
Address   PO Box 202, 14036, Corfu
🌐
Stack Overflow
stackoverflow.com › questions › 78833538 › problem-having-offline-installation-of-visual-studio-2022-community
Problem having offline installation of Visual Studio 2022 community - Stack Overflow
To perform a local network installation, you need to use the VS bootstrapper to download a layout.After downloading it should look like this: Full detailed guide could be found here:https://learn.microsoft.com/en-us/visualstudio/install/cre...
🌐
Kunal Chowdhury
kunal-chowdhury.com › p › download-visual-studio-2022.html
Download latest version of Visual Studio 2022
September 3, 2022 - Microsoft releases Visual Studio 2022 version 17.4 on November 8, 2022, exactly one year after the first release date. Currently this is the most stable release version. You can download Microsoft Visual Studio 2022 by navigating to either of the official download links:
🌐
Internet Archive
archive.org › software
Visual Studio 2022 Offline Install Media : microsoft : Free Download, Borrow, and Streaming : Internet Archive
Here's Visual Studio 2022 Offline Install Media. It lets you install VS2022 without an internet connection.Contains all 3 editions (Community, Professional and...