Share via

Disc space error while downloading Visual studio 2026 Ent version

Patan, Subhani 0 Reputation points
2026-02-27T12:36:17.3066667+00:00

We are trying to download the visual studio 2026 enterprise software package from below URL through given command line, with limited workloads.

Still, we are getting the error message as shown in attached / below given screen shot saying, we need 84 GB disk space availability.

Our understanding is that 84 GB disc space is required, if we are going with “FULL” download.

So, the question is do we need 84 GB disk space, even for selective workloads? Is there a way this can addressed / mitigated?

 

Link to download the visual studio 2026 software: https://visualstudio.microsoft.com/downloads/

 

Command Line: "C:\Test\vs_enterprise.exe" --wait --passive --add Microsoft.Net.Component.4.7.2.SDK --add Microsoft.VisualStudio.Component.Git --add Microsoft.VisualStudio.Component.LinqToSql --add Microsoft.VisualStudio.Component.VC.14.50.18.0.x86.x64 --add Microsoft.VisualStudio.Workload.Azure --add Microsoft.VisualStudio.Workload.Data --add Microsoft.VisualStudio.Workload.DataScience --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Workload.NativeMobile --add Microsoft.VisualStudio.Workload.NetCrossPlat --add Microsoft.VisualStudio.Workload.NetWeb --add Microsoft.VisualStudio.Workload.Node --add Microsoft.VisualStudio.Workload.Office --add Microsoft.VisualStudio.Workload.Universal --add Microsoft.VisualStudio.Workload.VisualStudioExtension --includeRecommended --includeOptional --removeOos true --remove Component.Incredibuild --noUpdateInstaller --norestart

Screenshot

Developer technologies | Visual Studio | Setup
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Leon Tran (WICLOUD CORPORATION) 1,415 Reputation points Microsoft External Staff Moderator
    2026-03-02T07:19:30.28+00:00

    Hi @Patan, Subhani

    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.

    1. 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:
    2. Use the --noWeb parameter: 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.
    3. Use --installPath to 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.
    4. Install only required components: Even if you create a full layout, you do not need to install all components. Use the --add parameter 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.
    5. 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.
    6. 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. 


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.