|
2 | 2 | title: "Latest Supported Visual C++ Redistributable Downloads"
|
3 | 3 | description: "This article lists the download links for the latest versions of Visual C++ Redistributable packages."
|
4 | 4 | ms.date: 09/09/2021
|
5 |
| -helpviewer_keywords: ["redist", "vcredist", "Visual [C++] redistributable", "Visual [C++] downloads", "MSVC downloads", "[C++] downloads"] |
| 5 | +helpviewer_keywords: |
| 6 | + [ |
| 7 | + "redist", |
| 8 | + "vcredist", |
| 9 | + "Visual [C++] redistributable", |
| 10 | + "Visual [C++] downloads", |
| 11 | + "MSVC downloads", |
| 12 | + "[C++] downloads", |
| 13 | + ] |
6 | 14 | ms.assetid: 3017a6b3-67d8-465f-9b23-ed0d54559478
|
7 | 15 | ---
|
8 | 16 |
|
| 17 | +# Microsoft Visual C++ Redistributable Latest Supported Downloads |
| 18 | + |
9 | 19 | > [!NOTE]
|
10 |
| -> Some of the downloads that are mentioned in this article are currently available on [My.VisualStudio.com](http://my.visualstudio.com/). Make sure to log in by using a Visual Studio Subscription account so that you can access the download links. |
| 20 | +> Some of the downloads that are mentioned in this article are currently available on [My.VisualStudio.com](https://my.visualstudio.com/). Make sure to log in by using a Visual Studio Subscription account so that you can access the download links. |
11 | 21 | > If you are asked for credentials, use your existing Visual Studio subscription account or create a free account by selecting ["Create a new Microsoft account."](https://login.microsoftonline.com/common/oauth2/authorize?client_id=499b84ac-1321-427f-aa17-267ca6975798&site_id=501454&response_mode=form_post&response_type=code+id_token&redirect_uri=https%3A%2F%2Fapp.vssps.visualstudio.com%2F_signedin&nonce=95942429-1297-4a7b-ab5c-0d6fcce90df4&state=realm%3Dmy.visualstudio.com%26reply_to%3Dhttps%253A%252F%252Fmy.visualstudio.com%252FDownloads%253Fpid%253D2082%26ht%3D3%26nonce%3D95942429-1297-4a7b-ab5c-0d6fcce90df4&resource=https%3A%2F%2Fmanagement.core.windows.net%2F&cid=95942429-1297-4a7b-ab5c-0d6fcce90df4&wsucxt=1)
|
12 | 22 |
|
13 |
| -# Microsoft Visual C++ Redistributable |
14 |
| - |
15 | 23 | The Microsoft Visual C++ Redistributable installs the Microsoft C++ libraries. If your application uses those libraries, a Microsoft Visual C++ Redistributable package matching your application's architecture and version (or higher) must be installed on the target system before you install your application.
|
16 | 24 |
|
17 | 25 | For details on how to install and redistribute Visual Studio components, please see [Redistributing Visual C++ Files](redistributing-visual-cpp-files.md)
|
18 | 26 |
|
19 |
| -# Visual Studio 2015, 2017, and 2019 |
| 27 | +## Visual Studio 2015, 2017, and 2019 |
20 | 28 |
|
21 | 29 | Below are the latest supported en-US Microsoft Visual C++ Redistributable packages for Visual Studio 2015-2022. The latest supported version has the most recent implemented C++ features, security and reliability bug fixes as well performance improvements. We recommend installing this version for all applications created using Visual Studio 2015, 2017, 2019 or 2022
|
22 | 30 |
|
23 |
| -Download additional languages and versions, including for long term servicing release channels (LTSC), from [My.VisualStudio.com](http://my.visualstudio.com/) |
| 31 | +Download additional languages and versions, including for long term servicing release channels (LTSC), from [My.VisualStudio.com](https://my.visualstudio.com/) |
24 | 32 |
|
25 |
| -| Architecture | Link | Notes | |
26 |
| -|-----------|:-----------:|-----------:| |
27 |
| -| ARM64 | [https://aka.ms/vs/16/release/vc_redist.arm64.exe](https://aka.ms/vs/16/release/vc_redist.arm64.exe) | Permalink for latest supported ARM64 version | |
28 |
| -| X86 | [https://aka.ms/vs/16/release/vc_redist.x86.exe](https://aka.ms/vs/16/release/vc_redist.x86.exe) | Permalink for latest supported x86 version | |
29 |
| -| X64 | [https://aka.ms/vs/16/release/vc_redist.x64.exe](https://aka.ms/vs/16/release/vc_redist.x64.exe) | Permalink for latest supported x64 version. To facilitate installing the required Cisual C++ ARM64 binaries when the X64 redistributable is installed on an ARM64 device, the X64 redistributable package contains both ARM64 and X64 binaries | |
| 33 | +| Architecture | Link | Notes | |
| 34 | +| ------------ | :--------------------------------------------------------------------------------------------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | |
| 35 | +| ARM64 | [https://aka.ms/vs/16/release/vc_redist.arm64.exe](https://aka.ms/vs/16/release/vc_redist.arm64.exe) | Permalink for latest supported ARM64 version | |
| 36 | +| X86 | [https://aka.ms/vs/16/release/vc_redist.x86.exe](https://aka.ms/vs/16/release/vc_redist.x86.exe) | Permalink for latest supported x86 version | |
| 37 | +| X64 | [https://aka.ms/vs/16/release/vc_redist.x64.exe](https://aka.ms/vs/16/release/vc_redist.x64.exe) | Permalink for latest supported x64 version. To facilitate installing the required Cisual C++ ARM64 binaries when the X64 redistributable is installed on an ARM64 device, the X64 redistributable package contains both ARM64 and X64 binaries | |
30 | 38 |
|
31 |
| -> [!NOTE] |
32 |
| -> Visual Studio 2015, 2017 and 2019 share the same redistributable files. For example, the Microsoft Visual C++ 2019 redistributable will be used by C++ programs built with the Visual Studio 2015, 2017, or 2019 toolsets. However, the version of the Microsoft Visual C++ redistributable installed on the machine must be the same or higher than the version of the Visual C++ toolset used to create your application. Please see [Determining Which DLLs to Redistribute](determining-which-dlls-to-redistribute.ms) for more information about which version you need. |
| 39 | +### Notes |
33 | 40 |
|
34 |
| -> [!NOTE] |
35 |
| -> *Windows XP Support*: Microsoft ended support for Windows XP on April 8, 2014. While the current version of the C++ Redistributable for Visual Studio 2015-2019 only supports Windows Vista, 7, 8.1 and 10, older versions of the C++ Redistributable 2015-2019 can be installed on Windows XP. The last version of the C++ Redistributable for Visual Studio 2015-2019 that works on Windows XP is v14.24.28127.4. Download from [My.VisualStudio.com](http://my.visualstudio.com/) or directly using the following link corresponding to your architecture: [vc_redist.86.exe](https://download.visualstudio.microsoft.com/download/pr/bc2490f7-3f8e-4a5d-a61e-12b6d331713e/E59AE3E886BD4571A811FE31A47959AE5C40D87C583F786816C60440252CD7EC/VC_redist.x86.exe) or [vc_redist.x64.exe](https://download.visualstudio.microsoft.com/download/pr/3b070396-b7fb-4eee-aa8b-102a23c3e4f4/40EA2955391C9EAE3E35619C4C24B5AAF3D17AEAA6D09424EE9672AA9372AEED/VC_redist.x64.exe) |
| 41 | +- Visual Studio 2015, 2017 and 2019 share the same redistributable files. For example, the Microsoft Visual C++ 2019 redistributable will be used by C++ programs built with the Visual Studio 2015, 2017, or 2019 toolsets. However, the version of the Microsoft Visual C++ redistributable installed on the machine must be the same or higher than the version of the Visual C++ toolset used to create your application. Please see [Determining Which DLLs to Redistribute](determining-which-dlls-to-redistribute.md) for more information about which version you need. |
| 42 | +- **Windows XP Support**: Microsoft ended support for Windows XP on April 8, 2014. While the current version of the C++ Redistributable for Visual Studio 2015-2019 only supports Windows Vista, 7, 8.1, 10, and 11 older versions of the C++ Redistributable 2015-2019 can be installed on Windows XP. The last version of the C++ Redistributable for Visual Studio 2015-2019 that works on Windows XP is v14.24.28127.4. Download from [My.VisualStudio.com](https://my.visualstudio.com/) or directly using the following link corresponding to your architecture: [vc_redist.86.exe](https://download.visualstudio.microsoft.com/download/pr/bc2490f7-3f8e-4a5d-a61e-12b6d331713e/E59AE3E886BD4571A811FE31A47959AE5C40D87C583F786816C60440252CD7EC/VC_redist.x86.exe) or [vc_redist.x64.exe](https://download.visualstudio.microsoft.com/download/pr/3b070396-b7fb-4eee-aa8b-102a23c3e4f4/40EA2955391C9EAE3E35619C4C24B5AAF3D17AEAA6D09424EE9672AA9372AEED/VC_redist.x64.exe) |
36 | 43 |
|
37 |
| -# Visual Studio 2013 (VC++ 12.0) |
| 44 | +## Visual Studio 2013 (VC++ 12.0) |
38 | 45 |
|
39 | 46 | Below are the latest supported en-US Microsoft Visual C++ Redistributable packages for Visual Studio 2013.
|
40 |
| -Downloaded additional versions and languages form Microsoft Visual C++ Redistributable Packages for Visual Studio 2013 or from [My.VisualStudio.com](http://my.visualstudio.com/). |
| 47 | +Downloaded additional versions and languages form Microsoft Visual C++ Redistributable Packages for Visual Studio 2013 or from [My.VisualStudio.com](https://my.visualstudio.com/). |
| 48 | + |
| 49 | +| Architecture | Version | Link | |
| 50 | +| ------------ | :----------: | ------------------------------------------------------: | |
| 51 | +| X86 | 12.0.40664.0 | [vcredist_x86.exe](https://aka.ms/highdpimfc2013x86enu) | |
| 52 | +| X64 | 12.0.40664.0 | [vcredist_x64.exe](https://aka.ms/highdpimfc2013x64enu) | |
41 | 53 |
|
42 |
| -| Architecture | Version | Link | |
43 |
| -|-----------|:-----------:|-----------:| |
44 |
| -| X86 | 12.0.40664.0 | [vcredist_x86.exe](https://aka.ms/highdpimfc2013x86enu) | |
45 |
| -| X64 | 12.0.40664.0 | [vcredist_x64.exe](https://aka.ms/highdpimfc2013x64enu) | |
| 54 | +### Other versions |
46 | 55 |
|
47 |
| -## Other versions |
| 56 | +- [Multibyte MFC Library for Visual Studio 2013](https://my.visualstudio.com/Downloads?pid=1430). This add-on for Visual Studio 2013 contains the multibyte character set (MBCS) version of the Microsoft Foundation Class (MFC) Library. |
| 57 | +- [Visual C++ 2013 Runtime for Sideloaded Windows 8.1 apps](http://download.microsoft.com/download/5/f/0/5f0f8404-9329-44a9-8176-ed6f7f746f25/vclibs_redist_packages.zip). For more information, see [C++ Runtime for Sideloaded Windows 8.1 apps] on the [VC++ Team Blog](https://devblogs.microsoft.com/cppblog/c-runtime-for-sideloaded-windows-8-1-apps/). |
48 | 58 |
|
49 |
| -* [Multibyte MFC Library for Visual Studio 2013](https://my.visualstudio.com/Downloads?pid=1430). This add-on for Visual Studio 2013 contains the multibyte character set (MBCS) version of the Microsoft Foundation Class (MFC) Library. |
50 |
| -* [Visual C++ 2013 Runtime for Sideloaded Windows 8.1 apps](http://download.microsoft.com/download/5/f/0/5f0f8404-9329-44a9-8176-ed6f7f746f25/vclibs_redist_packages.zip). For more information, see [C++ Runtime for Sideloaded Windows 8.1 apps] on the [VC++ Team Blog](https://devblogs.microsoft.com/cppblog/c-runtime-for-sideloaded-windows-8-1-apps/). |
| 59 | +## Visual Studio 2012 (VC++ 11.0) Update 4 |
51 | 60 |
|
52 |
| -# Visual Studio 2012 (VC++ 11.0) |
| 61 | +Below are the latest supported en-US Microsoft Visual C++ Redistributable packages for Visual Studio 2012 Update 4. |
| 62 | +Download additional versions and languages from [Microsoft Visual C++ Redistributable Packages for Visual Studio 2012 Update 4](https://www.microsoft.com/en-us/download/details.aspx?id=30679) or from [My.VisualStudio.com](https://my.visualstudio.com/Downloads?pid=1452). |
53 | 63 |
|
54 |
| -Below are the latest supported en-US Microsoft Visual C++ Redistributable packages for Visual Studio 2012. |
55 |
| -Download additional versions and languages from [Microsoft Visual C++ Redistributable Packages for Visual Studio 2012 Update 4](https://my.visualstudio.com/Downloads?pid=1452) or from [My.VisualStudio.com](http://my.visualstudio.com/). |
| 64 | +| Architecture | Version | Link | |
| 65 | +| ------------ | :----------: | -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | |
| 66 | +| X86 | 11.0.61030.0 | [en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x86_3161523.exe](https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe) | |
| 67 | +| X64 | 11.0.61030.0 | [en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x64_3161523.exe](https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe) | |
56 | 68 |
|
57 |
| -| Architecture | Version | Link | |
58 |
| -|-----------|:-----------:|-----------:| |
59 |
| -| X86 | 11.0.61030.0 | [en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x86_3161523.exe](https://download.my.visualstudio.com/pr/en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x86_3161523.exe?t=7af6c704-fa6b-4d73-86ab-6fe9acff830c&e=1611757539&h=89cc83cb50c338ae2a51a04502d87b84&su=1) | |
60 |
| -| X64 | 11.0.61030.0 | [en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x64_3161523.exe](https://download.my.visualstudio.com/pr/en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x64_3161523.exe?t=2c4b8087-40e5-4d39-8d12-008cadc221ad&e=1611757517&h=b63747a1d374a86e192140d32d0fde62&su=1) | |
| 69 | +## Visual Studio 2010 (VC++ 10.0) SP1 (no longer supported) |
61 | 70 |
|
62 |
| -# Visual Studio 2010 (VC++ 10.0) SP1 (no longer supported) |
63 | 71 | Visual Studio 2010 Service Pack 1 [reached end of extended support on July 14, 2020](https://docs.microsoft.com/en-us/lifecycle/products/visual-studio-2010). To make it easy to find the latest downloads, the links below currently work, but may be removed in the future.
|
64 | 72 |
|
65 |
| -| Architecture | Version | Link | |
66 |
| -|-----------|:-----------:|-----------:| |
67 |
| -| X86 | 10.0.40219.1 | [vcredist_x86.exe](https://download.microsoft.com/download/C/6/D/C6D0FD4E-9E53-4897-9B91-836EBA2AACD3/vcredist_x86.exe) | |
68 |
| -| X64 | 10.0.40219.1 | [vcredist_x64.exe](https://download.microsoft.com/download/A/8/0/A80747C3-41BD-45DF-B505-E9710D2744E0/vcredist_x64.exe) | |
| 73 | +| Architecture | Version | Link | |
| 74 | +| ------------ | :----------: | ----------------------------------------------------------------------------------------------------------------------: | |
| 75 | +| X86 | 10.0.40219.1 | [vcredist_x86.exe](https://download.microsoft.com/download/C/6/D/C6D0FD4E-9E53-4897-9B91-836EBA2AACD3/vcredist_x86.exe) | |
| 76 | +| X64 | 10.0.40219.1 | [vcredist_x64.exe](https://download.microsoft.com/download/A/8/0/A80747C3-41BD-45DF-B505-E9710D2744E0/vcredist_x64.exe) | |
69 | 77 |
|
70 | 78 | Download additional languages from:
|
71 | 79 |
|
72 |
| -* [Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)](https://www.microsoft.com/en-us/download/details.aspx?id=8328) |
73 |
| -* [Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)](https://www.microsoft.com/en-us/download/details.aspx?id=13523) |
| 80 | +- [Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)](https://www.microsoft.com/en-us/download/details.aspx?id=8328) |
| 81 | +- [Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)](https://www.microsoft.com/en-us/download/details.aspx?id=13523) |
74 | 82 |
|
75 |
| -# Visual Studio 2008 (VC++ 10.0) SP1 (no longer supported) |
| 83 | +## Visual Studio 2008 (VC++ 10.0) SP1 (no longer supported) |
76 | 84 |
|
77 | 85 | Visual Studio 2008 Service Pack 1 [reached end of extended support on April 10, 2018](https://docs.microsoft.com/en-us/lifecycle/products/visual-studio-2008). To make it easier to find the latest downloads, the links below currently work, but may be removed in the future.
|
78 | 86 |
|
79 |
| -| Architecture | Version | Link | |
80 |
| -|-----------|:-----------:|-----------:| |
81 |
| -| X86 | 9.0.30729.5677 | [vcredist_x86.exe](https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe) | |
82 |
| -| X64 | 9.0.30729.5677 | [vcredist_x64.exe](https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x64.exe) | |
| 87 | +| Architecture | Version | Link | |
| 88 | +| ------------ | :------------: | ----------------------------------------------------------------------------------------------------------------------: | |
| 89 | +| X86 | 9.0.30729.5677 | [vcredist_x86.exe](https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe) | |
| 90 | +| X64 | 9.0.30729.5677 | [vcredist_x64.exe](https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x64.exe) | |
83 | 91 |
|
84 | 92 | Download additional languages and architectures from:
|
85 | 93 |
|
86 |
| -* [Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package MFC Security Update](https://www.microsoft.com/en-us/download/details.aspx?id=26368) |
| 94 | +- [Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package MFC Security Update](https://www.microsoft.com/en-us/download/details.aspx?id=26368) |
0 commit comments