Download Microsoft Visual C++ Redistributable Installers

List of download links for all versions of Microsoft Visual C++ Redistributable (vc_redist.exe). Genuine links from Microsoft.

I dedicate this page to listing all Microsoft Visual C++ Redistributable installers.

You probably just installed some old software or games only to find that they refuse to run. Sometimes, they complain about missing Visual C++ Redistributable packages.

So in this post, I’ve collected all available Microsoft Visual C++ Redistributable packages directly from Microsoft’s website. Enjoy!

All Microsoft Visual C++ Redistributable installers can be downloaded from the official documentation or Microsoft Dev Essentials (with a Microsoft account).

But, knowing Microsoft, they could one day change the page or hide it, just like they hid the Visual Studio Community installers.

Anyway, you can also download the same Visual C++ Redistributable installers from this page. All files are original and genuine, hosted directly on Microsoft servers.

Download Microsoft Visual C++ v14 Redistributable

  • Name: Microsoft Visual C++ v14 Redistributable
  • Unlike earlier Visual Studio releases, which receive redistributable updates only occasionally, the Visual C++ v14 Redistributable version number is not included below because it is updated frequently.
  • Install this version for all applications built using MSVC Build Tools available in:
    • Visual Studio 2017
    • Visual Studio 2019
    • Visual Studio 2022
    • Visual Studio 2026
  • It should also work for applications built with Visual Studio 2015 (VC++ 14.0), even though it is no longer supported.
Architecture Version Link
x86 v14 (Latest) vcredist_x86.exe
x64 v14 (Latest) vcredist_x64.exe
arm64 v14 (Latest) vcredist_arm64.exe

Download Microsoft Visual C++ v13 Redistributable

Hmmm, it seems there is no such thing as a Visual C++ v13 Redistributable package. I think Microsoft skipped this version to make the naming less confusing.

Or maybe I missed it?


Download Microsoft Visual C++ v12 (2013) Redistributable

  • Name: Microsoft Visual C++ 2013 Redistributable
  • This package is also known as Visual Studio 2013 (VC++ 12.0)
  • Last version: 12.0.40664.0
  • No longer supported
  • Used by applications developed with Visual Studio 2013
Architecture Version Link
x86 12.0.40664.0 vcredist_x86.exe
x64 12.0.40664.0 vcredist_x64.exe

Download Microsoft Visual C++ v11 (2012) Redistributable

  • Name: Microsoft Visual C++ 2012 Redistributable
  • Also known as Visual Studio 2012 (VC++ 11.0) Update 4
  • Last version: 11.0.61030.0
  • No longer supported
  • Used by applications developed with Visual Studio 2012
Architecture Version Link
x86 11.0.61030.0 vcredist_x86.exe
x64 11.0.61030.0 vcredist_x64.exe

Download Microsoft Visual C++ v10 (2010) Redistributable

  • Name: Microsoft Visual C++ 2010 Redistributable
  • This package is also known as Visual Studio 2010 (VC++ 10.0) SP1
  • Last version: 10.0.40219.325
  • No longer supported
  • Used by applications built with Visual Studio 2010
Architecture Version Link
x86 10.0.40219.325 vcredist_x86.exe
x64 10.0.40219.325 vcredist_x64.exe

Download Microsoft Visual C++ v9 (2008) Redistributable

  • Name: Microsoft Visual C++ 2008 Redistributable
  • Also known as Visual Studio 2008 (VC++ 9.0) SP1
  • Last version: 9.0.30729.5677
  • No longer supported
  • Used by applications built with Visual Studio 2008
Architecture Version Link
x86 9.0.30729.5677 vcredist_x86.exe
x64 9.0.30729.5677 vcredist_x64.exe

Download Microsoft Visual C++ v8 (2005) Redistributable

Architecture Version Link
x86 8.0.50727.6195 vcredist_x86.exe
x64 8.0.50727.6195 vcredist_x64.exe
ia64 8.0.50727.6195 vcredist_ia64.exe

Final Thoughts

That’s all for today’s post. Hopefully, whatever software you’re trying to install will work correctly without any issues.

As usual, if you have any questions or know of a better method, leave a comment below. Thanks for reading, and see you next time!

References