You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/windows/latest-supported-vc-redist.md
+31-23Lines changed: 31 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,39 +1,49 @@
1
1
---
2
2
title: "Latest supported Visual C++ Redistributable downloads"
3
-
description: "This article lists the download links for the latest versions of Visual C++ Redistributable packages."
4
-
ms.date: 5/28/2025
3
+
description: "This article provides download links for the latest Visual C++ Redistributable packages."
4
+
ms.date: 09/23/2025
5
5
helpviewer_keywords:
6
6
[
7
7
"redist",
8
8
"vcredist",
9
9
"Visual [C++] redistributable",
10
10
"Visual [C++] downloads",
11
11
"MSVC downloads",
12
-
"[C++] downloads",
12
+
"[C++] downloads"
13
13
]
14
14
author: MahmoudGSaleh
15
15
ms.author: msaleh
16
16
---
17
17
18
18
# Microsoft Visual C++ Redistributable latest supported downloads
19
19
20
-
The Visual C++ Redistributable installs Microsoft C and C++ (MSVC) runtime libraries. Many applications built using Microsoft C and C++ tools require these libraries. If your app uses those libraries, a Microsoft Visual C++ Redistributable package must be installed on the target system before you install your app. The Redistributable package architecture must match your app's target architecture. The Redistributable version must be at least as recent as the MSVC build toolset used to build your app. We recommend you use the latest Redistributable available for your version of Visual Studio, with some exceptions noted later in this article.
20
+
> [!NOTE]
21
+
> Are you here to download Visual Studio? Go to [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/).
21
22
22
-
Distribution of the Visual C++ Runtime Redistributable package, merge modules, and individual binaries is limited to licensed Visual Studio users and is subject to such License Terms.
23
+
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.
23
24
24
-
For details on how to install and redistribute Visual Studio components, see [Redistributing Visual C++ Files](redistributing-visual-cpp-files.md).
25
+
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.
| Visual Studio 2013 |[Visual Studio 2013 (VC++ 12.0)](#visual-studio-2013-vc-120-no-longer-supported)|
31
+
| Visual Studio 2012 |[Visual Studio 2012 (VC++ 11.0)](#visual-studio-2012-vc-110-update-4-no-longer-supported)|
32
+
| Visual Studio 2010 |[Visual Studio 2010 (VC++ 10.0)](#visual-studio-2010-vc-100-sp1-no-longer-supported)|
33
+
| Visual Studio 2008 |[Visual Studio 2008 (VC++ 9.0)](#visual-studio-2008-vc-90-sp1-no-longer-supported)|
34
+
| Visual Studio 2005 |[Visual Studio 2005 (VC++ 8.0)](#visual-studio-2005-vc-80-sp1-no-longer-supported)|
27
35
28
-
This table lists the latest supported English (en-US) Microsoft Visual C++ Redistributable packages for Visual Studio 2015, 2017, 2019, and 2022. 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 Visual Studio 2015, 2017, 2019, or 2022.
36
+
Redistribution is permitted only for licensed Visual Studio users, as described in the [Visual Studio license terms](https://visualstudio.microsoft.com/license-terms/). For details on redistributing Visual C++ files, see [Redistributing Visual C++ Files](redistributing-visual-cpp-files.md).
29
37
30
-
Unlike older versions of Visual Studio, which have infrequent redist updates, the version number isn't listed in the following table for Visual Studio 2015-2022 because the redist is updated frequently. To find the version number of the latest redist, download the redist 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 redist.
38
+
A Visual C++ Redistributable installs Microsoft C and C++ (MSVC) runtime libraries. Many applications built using Microsoft C and C++ tools require these libraries. If your app is built using those libraries, a Microsoft Visual C++ Redistributable package at least as recent as the MSVC build toolset 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 ARM 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, with some exceptions noted in this article.
31
39
32
-
## Latest Microsoft Visual C++ Redistributable version
40
+
## Visual Studio 2015-2022
33
41
34
-
The latest version is `v14.44.35211.0`
42
+
This table lists the latest supported English (en-US) Microsoft Visual C++ Redistributable packages for Visual Studio 2015, 2017, 2019, and 2022. 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 Visual Studio 2015, 2017, 2019, or 2022.
35
43
36
-
Use the following links to download this version for each supported architecture:
44
+
Unlike older versions of Visual Studio that have infrequent redist updates, the version number isn't listed in the following table for Visual Studio 2015-2022 because the redist is updated frequently. To find the version number of the latest redist, download the redist 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 redist.
45
+
46
+
### Latest supported redistributable version
37
47
38
48
| Architecture | Link | Notes |
39
49
|--|--|--|
@@ -46,31 +56,29 @@ Download other versions, including long term servicing release channel (LTSC) ve
46
56
### Notes
47
57
48
58
- The Visual C++ Redistributable for Visual Studio 2015-2022 doesn't have separate packages for different languages. It contains EULAs for all supported languages.
49
-
50
59
- Some of the downloads that are mentioned in this article are currently available on [my.visualstudio.com](https://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!** link.
51
-
52
60
- Visual Studio versions since Visual Studio 2015 share the same Redistributable files. For example, any apps built by the Visual Studio 2015, 2017, 2019, or 2022 toolsets can use the latest Microsoft Visual C++ Redistributable. 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. For more information about which version of the Redistributable to install, see [Determining which DLLs to redistribute](determining-which-dlls-to-redistribute.md). For more information about binary compatibility, see [C++ binary compatibility between Visual Studio versions](../porting/binary-compat-2015-2017.md).
53
-
54
61
-**Windows XP Support**: Microsoft ended support for Windows XP on April 8, 2014. Current versions of the Visual C++ Redistributable for Visual Studio 2015-2022 only support Windows 7, 8.1, 10, and 11. The last version of the Visual C++ Redistributable that works on Windows XP shipped in Visual Studio 2019 version 16.7 (file versions starting with **14.27**). The Redistributable is available in the [my.visualstudio.com Downloads](https://my.visualstudio.com/Downloads/) section as **Visual C++ Redistributable for Visual Studio 2019 (version 16.7)**. Use the Search box to find this version. To download the files, select the platform and language you need, and then choose the **Download** button.
55
-
56
62
- The Visual C++ Redistributable supports several command-line options. For more information, see [Command-line options for the Redistributable packages](./redistributing-visual-cpp-files.md#command-line-options-for-the-redistributable-packages).
57
63
58
-
## Visual Studio 2013 (VC++ 12.0) (no longer supported)
64
+
## Unsupported legacy versions
65
+
66
+
### Visual Studio 2013 (VC++ 12.0) (no longer supported)
59
67
60
68
These links download the latest available en-US Microsoft Visual C++ Redistributable packages for Visual Studio 2013.
61
69
You can download other versions and languages from [Update for Visual C++ 2013 Redistributable Package](https://support.microsoft.com/topic/update-for-visual-c-2013-redistributable-package-d8ccd6a5-4e26-c290-517b-8da6cfdf4f10) or from [my.visualstudio.com](https://my.visualstudio.com/).
-[Multibyte MFC Library for Visual Studio 2013](https://my.visualstudio.com/Downloads?pid=1430). This MFC add-on for Visual Studio 2013 contains the multibyte character set (MBCS) version of the Microsoft Foundation Class (MFC) Library.
71
79
-[Visual C++ 2013 Runtime for Sideloaded Windows 8.1 apps](https://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](https://devblogs.microsoft.com/cppblog/c-runtime-for-sideloaded-windows-8-1-apps/) on the C++ Team Blog.
72
80
73
-
## Visual Studio 2012 (VC++ 11.0) Update 4 (no longer supported)
81
+
###Visual Studio 2012 (VC++ 11.0) Update 4 (no longer supported)
74
82
75
83
> [!NOTE]
76
84
> Visual Studio 2012 [reached end of extended support on Jan 10, 2023](/lifecycle/products/visual-studio-2012)
@@ -82,7 +90,7 @@ These links download the latest available en-US Microsoft Visual C++ Redistribut
82
90
| 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)|
0 commit comments