Edit

Share via


Microsoft Visual C++ Redistributable latest supported downloads

Note

Are you here to download Visual Studio? Go to Visual Studio downloads.

This topic is for developers who need to install the Visual C++ runtime libraries with their app. If you're an end user trying to fix an app by updating the Visual C++ runtime libraries, contact the app vendor for instructions.

To find the download you need, choose your version of Visual Studio from the table below. Each link takes you to the appropriate download section.

Version Section
Latest supported v14 (for Visual Studio 2017–2026) Latest supported Redistributable version
Visual Studio 2015 Visual Studio 2015 (VC++ 14.0)
Visual Studio 2013 Visual Studio 2013 (VC++ 12.0)
Visual Studio 2012 Visual Studio 2012 (VC++ 11.0)
Visual Studio 2010 Visual Studio 2010 (VC++ 10.0)
Visual Studio 2008 Visual Studio 2008 (VC++ 9.0)
Visual Studio 2005 Visual Studio 2005 (VC++ 8.0)

Redistribution is permitted only for licensed Visual Studio users, as described in the Visual Studio license terms. For details on redistributing Visual C++ files, see Redistributing Visual C++ Files.

A Visual C++ Redistributable installs Microsoft C and C++ runtime libraries. Many applications built using Microsoft C++ (MSVC) Build Tools require these libraries. If your app is built using those libraries, a Microsoft Visual C++ Redistributable package at least as recent as the build tools used to build your app must be installed on the target system along with the app. The Redistributable package architecture must match your app's target architecture (you can't install an ARM64 Redistributable on an x86 system, or an x64 Redistributable on an x86 system, for example). We recommend you use the latest Redistributable available for your version of Visual Studio.

Visual C++ Redistributable v14

This table lists the latest supported Microsoft Visual C++ Redistributable v14 packages. The latest supported version has the most recently implemented C++ features, security, reliability, and performance improvements. It also includes the latest C++ standard language and library standards conformance updates. We recommend that you install this version for all applications created using MSVC C and C++ Build Tools available in Visual Studio 2017, 2019, 2022, or 2026.

Unlike older versions of Visual Studio that have infrequent redistributable updates, the version number isn't listed in the following table for the Visual C++ v14 Redistributable because it is updated frequently. To find the version number of the latest redistributable, download the one you're interested in using one of the following links. Then, look at its properties using Windows File Explorer. In the Details pane, the File version contains the version of the redistributable.

Latest supported redistributable version

Architecture Link Notes
ARM64 https://aka.ms/vc14/vc_redist.arm64.exe Permalink for latest supported ARM64 version
X86 https://aka.ms/vc14/vc_redist.x86.exe Permalink for latest supported x86 version
X64 https://aka.ms/vc14/vc_redist.x64.exe Permalink for latest supported x64 version. The X64 Redistributable package contains both ARM64 and X64 binaries. This package makes it easy to install required Visual C++ ARM64 binaries when the X64 Redistributable is installed on an ARM64 device.

Download other versions, including long term servicing release channel (LTSC) versions, from my.visualstudio.com.

Notes

  • Some of the downloads that are mentioned in this article are currently available on my.visualstudio.com. Log in using a Visual Studio Subscription account so that you can access the download links. If you're asked for credentials, use your existing Visual Studio subscription account. Or, create a free account by choosing the No account? Create one!.
  • The Visual C++ v14 Redistributable doesn't have separate packages for different languages. License terms for different languages are available at https://aka.ms/VCRedistLicense.
  • Visual Studio 2017 and later share the same Redistributable files. Any apps built by Microsoft C++ (MSVC) Build Tools v14.* available in Visual Studio 2017, 2019, 2022, or 2026 can use the latest Visual C++ v14 Redistributable. However, the version of the redistributable installed on the machine must be the same or higher than the version of the MSVC Build Tools used to create your application. For more information about which version of the Redistributable to install, see Determining which DLLs to redistribute. For more information about binary compatibility, see C++ binary compatibility between Visual Studio versions.
  • The latest version of the Visual C++ v14 Redistributable included with Visual Studio 2026 only supports the following operating systems:
    • Windows 10 and 11
    • Windows Server 2016, 2019, 2022, and 2025
  • Support for Visual Studio 2015 ended on October 15, 2025. Because support for the Visual C++ Redistributable is connected to the version of Visual Studio in which it first ships, support for Visual C++ 2015 Redistributable (version 14.0.24212) also ended October 15, 2025. See Visual Studio 2015 (VC++ 14.0) section below for the latest available version.
  • The Visual C++ Redistributable supports several command-line options. For more information, see Command-line options for the Redistributable packages.

Unsupported legacy versions

Visual Studio 2015 (VC++ 14.0) (no longer supported)

To download the latest available version of Visual C++ Redistributable for Visual Studio 2015, please visit my.visualstudio.com and search for "Visual C++ Redistributable for Visual Studio 2015" in the Downloads section

The latest version of Visual C++ Redistributable for Visual Studio 2015 is 14.0.24212.0, available for ARM64, X86, and X64 architectures.

Visual Studio 2013 (VC++ 12.0) (no longer supported)

These links download the latest available en-US Microsoft Visual C++ Redistributable packages for Visual Studio 2013. You can download other versions and languages from Update for Visual C++ 2013 Redistributable Package or from my.visualstudio.com.

Architecture Version Link
X86 12.0.40664.0 vcredist_x86.exe
X64 12.0.40664.0 vcredist_x64.exe

Other 2013 versions

Visual Studio 2012 (VC++ 11.0) Update 4 (no longer supported)

These links download the latest available en-US Microsoft Visual C++ Redistributable packages for Visual Studio 2012 Update 4. You can download other versions and languages from Microsoft Visual C++ Redistributable Packages for Visual Studio 2012 Update 4 or from my.visualstudio.com.

Architecture Version Link
X86 11.0.61030.0 en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x86_3161523.exe
X64 11.0.61030.0 en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x64_3161523.exe

Visual Studio 2010 (VC++ 10.0) SP1 (no longer supported)

Note

Visual Studio 2010 Service Pack 1 reached end of extended support on July 14, 2020

Architecture Version Link
X86 10.0.40219.325 vcredist_x86.exe
X64 10.0.40219.325 vcredist_x64.exe

Download Redistributable files for other languages and architectures from:

Visual Studio 2008 (VC++ 9.0) SP1 (no longer supported)

Note

Visual Studio 2008 Service Pack 1 reached end of extended support on April 10, 2018

Architecture Version Link
X86 9.0.30729.5677 vcredist_x86.exe
X64 9.0.30729.5677 vcredist_x64.exe

Download Redistributable files for other languages and architectures from:

Visual Studio 2005 (VC++ 8.0) SP1 (no longer supported)

See also

Release notes

C++ conformance notes