The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Thank you for your question.
Based on your details, you are installing Visual Studio using a layout, which allows you to flexibly download and install only the components you need.
From our testing, the layout created with your command requires about 30 GB of disk space. However, during installation, Visual Studio still requires more than 80 GB, which is expected behavior. This is because it requires the additional space for extracting the file and cache.
We still have solution to reduce require disk space for installation, you can read and use multiple solution if needed.
- Move the layout to another drive or external storage (Recommended): The layout does not need to be stored on the C: drive. You can install Visual Studio from a layout located on a USB, external drive, or another local drive (D:, E:, etc.). This alone can free up ~30 GB on C:
- Use the
--noWebparameter: Visual Studio creates cache files during installation. When you use--noWeb, these cache files are removed after installation completes, saving several GB of disk space. - Use
--installPathto install to another drive (Recommended): While some components must remain on C:, many components can be installed to another drive. In our testing, this reduced the required disk space to ~60 GB instead of over 86 GB. - Install only required components:
Even if you create a full layout, you do not need to install all components. Use the
--addparameter to specify only the workloads or components you need. Required components cannot be skipped, but optional components can significantly increase disk usage. Please use this document for more details. - Clean up or extend the C: drive: Use Disk Cleanup to remove unused system files. This is safe and can recover several GB. If you have other drives, you can also shrink them and extend the C: drive if needed.
- Consider using Visual Studio 2022: If you don’t require the newest features, Visual Studio 2022 remains a stable and reliable option and has lower disk space requirements compared to newer versions.
If my support was helpful, kindly follow the instructions here so others with the same problem can benefit as well.