Skip to content

Latest commit

 

History

History
160 lines (92 loc) · 9.38 KB

File metadata and controls

160 lines (92 loc) · 9.38 KB
title Modify Visual Studio Workloads and Components
titleSuffix
description Modify your Visual Studio installation with the Visual Studio Installer. Add or remove workloads, components, and language packs.
ms.date 2/24/2026
ms.topic how-to
ms.custom vs-acquisition
helpviewer_keywords
modify Visual Studio
change visual studio
changing Visual Studio
customize Visual Studio
author anandmeg
ms.author meghaanand
manager mijacobs
ms.subservice installation

Modify Visual Studio workloads, components, and language packs

It's easy to modify Visual Studio so that it includes only what you want. To do so, open Visual Studio Installer, and then add or remove workloads, components, and language packs. This article walks you through the process.

Prerequisites

Open the installer to modify your installation

To modify your Visual Studio installation, you need to open Visual Studio Installer and then select a Visual Studio installation to modify.

::: moniker range="vs-2022"

  1. There are many ways to open Visual Studio Installer:

    • On the Windows Start menu, you can search for "installer" and then select Visual Studio Installer from the results.

      :::image type="content" source="media/vs-2022/vs-installer.png " alt-text="Screenshot of the result of a Start menu search for Visual Studio Installer.":::

    • Run the Visual Studio Installer executable file, which is located at C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe.

    • If you have Visual Studio open, select Tools > Get Tools and Features.

      :::image type="content" source="media/vs-2022/vs-tools-menu.png" alt-text="Screenshot of the Visual Studio 2022 tools menu. Get Tools and Features is highlighted.":::

    You might be prompted to update the Visual Studio Installer before continuing. If you are, follow the prompts.

  2. In Visual Studio Installer, look for the installation of Visual Studio that you want to modify and then select Modify.

    :::image type="content" source="media/vs-2022/vs-installer-modify.png" alt-text="Screenshot of a list of Visual Studio installations in Visual Studio Installer.":::

::: moniker-end

::: moniker range="visualstudio"

  1. There are many ways to open Visual Studio Installer:

    • On the Windows Start menu, you can search for "installer" and then select Visual Studio Installer from the results.

      :::image type="content" source="media/vs-2022/vs-installer.png " alt-text="Screenshot of the result of a Start menu search for Visual Studio Installer.":::

    • Run the Visual Studio Installer executable file, which is located at C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe.

    • If you have Visual Studio open, select Tools > Get Tools and Features.

      :::image type="content" source="media/visualstudio/vs-tools-menu.png" alt-text="Screenshot of the Visual Studio tools menu. Get Tools and Features is highlighted.":::

    You might be prompted to update the Visual Studio Installer before continuing. If you are, follow the prompts.

  2. In Visual Studio Installer, look for the installation of Visual Studio that you want to modify and then select Modify.

    :::image type="content" source="media/visualstudio/vs-installer-modify.png" alt-text="Screenshot of a list of Visual Studio installations in Visual Studio Installer.":::

::: moniker-end

Change workloads or individual components

::: moniker range="vs-2022"

Workloads contain the components you need for the programming language or platform that you use. Use workloads to modify Visual Studio so that it supports the work you want to do.

Tip

For more information about which tools and component bundles you need for development, see Visual Studio workloads.

  1. In Visual Studio Installer, on the Workloads tab, select the workloads that you want.

    :::image type="content" source="media/vs-2022/vs-installer-modify-workloads.png" alt-text="Screenshot of the Workloads tab of Visual Studio Installer." lightbox="media/vs-2022/vs-installer-modify-workloads.png":::

  2. To add more components than a workload installs, on the Individual components tab, select the individual components that you want.

    :::image type="content" source="media/vs-2022/vs-installer-individual-components.png" alt-text="Screenshot of the Individual components tab of Visual Studio Installer." lightbox="media/vs-2022/vs-installer-individual-components.png":::

  3. You can select the default Install while downloading or Download all, then install.

    :::image type="content" source="media/vs-2022/vs-installer-choose-install-or-download.png" alt-text="Screenshot of the download and install options in Visual Studio Installer.":::

  4. Select Modify.

  5. After the modified workloads or components are installed, select Launch in Visual Studio Installer to open Visual Studio 2022.

You can also use a configuration file to modify an existing installation to add or remove components. For more information, see Import or export installation configurations.

::: moniker-end

::: moniker range="visualstudio"

Workloads contain the components you need for the programming language or platform that you use. Use workloads to modify Visual Studio so that it supports the work you want to do.

Tip

For more information about which tools and component bundles you need for development, see Visual Studio workloads.

  1. In Visual Studio Installer, on the Workloads tab, select the workloads that you want.

    :::image type="content" source="media/visualstudio/vs-installer-modify-workloads.png" alt-text="Screenshot of the Workloads tab of Visual Studio Installer." lightbox="media/visualstudio/vs-installer-modify-workloads.png":::

  2. To add more components than a workload installs, on the Individual components tab, select the individual components that you want.

    :::image type="content" source="media/visualstudio/vs-installer-individual-components.png" alt-text="Screenshot of the Individual components tab of Visual Studio Installer." lightbox="media/visualstudio/vs-installer-individual-components.png":::

  3. You can select the default Install while downloading or Download all, then install.

    :::image type="content" source="media/visualstudio/vs-installer-choose-install-or-download.png" alt-text="Screenshot of the download and install options in Visual Studio Installer.":::

  4. Select Modify.

  5. After the modified workloads or components are installed, select Launch in Visual Studio Installer to open Visual Studio.

You can also use a configuration file to modify an existing installation to add or remove components. For more information, see Import or export installation configurations.

::: moniker-end

Tip

For information about the SQL Server Data Tools (SSDT) component, see Download and install SSDT for Visual Studio.

Modify language packs

Visual Studio Installer selects a default language pack for Visual Studio that matches the language of your operating system. You can change the default language whenever you want.

To change the default language:

  1. Select the Language packs tab in Visual Studio Installer.
  2. Select the language you prefer.
  3. Follow the prompts.

[!INCLUDEinstall_get_support_md]

Related content