Download Microsoft Visual C++ Redistributables (All Versions) (2024)

Microsoft Visual C++ Redistributables are a package of libraries (files and resources) necessary for running programs developed with Microsoft Visual C++. These components include the C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries. Without these components, Visual C++ programs wouldn’t be able to access resources to run properly.

The relationship between the Visual C++ Redistributables package and the programs that rely on it is similar to the relationship between a car and the gasoline it needs to run: without the fuel, the car won’t go anywhere. Similarly, without the correct redistributable package, the program won’t run. The Visual C++ Redistributables package contains the Visual C++ runtimes that are necessary for programs written with Microsoft Visual C++ to run correctly.

These components are installed when you install Visual Studio, but can also be downloaded separately. If you have an application that requires Visual C++ Redistributables, make sure to install the correct version to function properly.

For example, if your app requires Microsoft visual c++ 2019 redistributable package (x64), you can download it using the links below.

Table of Contents

Download Visual C++ Redistributables

NameVersionArchitectureDownloadDetails
Visual C++ Redistributable 202217.0x64DownloadMore info
Visual C++ Redistributable 202217.0x86Download
Visual C++ Redistributable 201916.0x64DownloadMore info
Visual C++ Redistributable 201916.0x86Download
Visual C++ Redistributable 201715.0x64DownloadMore info
Visual C++ Redistributable 201715.0x86Download
Visual C++ Redistributable 201513.0x64/x86DownloadMore info
Visual C++ Redistributable 201312.0x64DownloadMore info
Visual C++ Redistributable 201312.0x86Download
Visual C++ Redistributable 201211.0x64DownloadMore info
Visual C++ Redistributable 201211.0x86Download
Visual C++ Redistributable 201010.0x64DownloadMore info
Visual C++ Redistributable 201010.0x86Download
Visual C++ Redistributable 20089.0x64DownloadMore info
Visual C++ Redistributable 20089.0x86Download
Visual C++ Redistributable 20058.0x64/x86DownloadMore info

Microsoft Visual C++ is known for its excellent performance compared to other programming languages like Java. The runtimes are also optimized for speed and efficiency and have garbage collection, and effective memory management, which helps apps run smoothly.

But the performance of the app also depends on the efficiency of the actual application code. Sometimes, you may stumble across apps that may perform poorly due to inefficient code. You should keep this in mind if you are troubleshooting Visual C++ runtime issues.

Microsoft has released several Visual C++ redistributables over the years. These include 2005, 2008, 2010, 2012, 2013, 2015, 2017, 2019 and 2022. Each version supports applications created with a specific Visual Studio version. For example, applications created with Visual Studio 2010 require Visual C++ 2010 Redistributable. However, since Visual Studio 2015, all versions share the same package files. This means you only need to install a single redistributable to run programs built with Visual Studio 2022, 2019, 2017, and 2015.

Visual C++ Redistributables system requirements

Each Visual C++ Redistributable has a different system requirement. We have listed them down so that you can make sure that your computer meets these requirements before you download the one you need.

Note: The requirements listed below are the bare minimum. The VC++ version is supported by them, and all the later technologies.

  • System requirements for VC++ 2015-2022

    • All editions of Windows 11, Windows 10, Windows Server 2022, Windows Server 2019, and Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1, and Arm64 editions of Windows.
    • Also installs on Windows 7 SP1, Windows Server 2008 R2 SP1, Windows Vista SP2, and Windows Server 2008 SP2 to support applications built using the Visual C++ 2017, and Visual C++ 2015 tools.
    • At least 1 GB RAM (1.5 GB if running on a virtual machine)
    • At least 50 MB free disk space
  • System requirements for VC++ 2012, 2013

    • Windows 7 Service Pack 1 and above, Windows Server 2003 and above, Windows Vista Service Pack 2, Windows XP
    • At least 512 MB RAM
    • 50 MB of available hard disk space
    • 5400 RPM hard drive
    • DirectX 9-capable video card running at 1024 x 768 or higher display resolution
  • System requirements for VC++ 2010

    • Windows XP, Windows Server 2003 R2 x64 editions, Windows Vista Service Pack 2, Windows Server 2003 R2 (32-Bit x86), Windows Server 2008 R2, Windows 7 and above
  • System requirements for VC++ 2005, 2008

    • Windows Server 2008, Windows XP, Windows Server 2003, Windows Server 2008 R2, Windows 7 and above, Windows Vista

What is Microsoft Visual C++ Redistributable?

Microsoft Visual C++ Redistributable is a runtime library for running applications that Microsoft developers develop in Visual C++ language.

VC++ Redistributable is just like Java Runtime Environment and .NET Framework. You need to install JRE to run programs developed in Java and .NET Framework to run apps.

When you create certain apps or programs using Visual C++, the redistributable packages are installed automatically. Some developers pre-package the runtime libraries inside their software setups. Alternatively, you can download them manually. I am providing you with the links to download the redistributable packages below.

If you use the same version of Microsoft Visual C++ to create multiple apps, then all the apps created with the same version of Microsoft Visual C++ need only one redistributable package.

When do you need the redistributable?

If you have any software or program that needs the Visual C++ Redistributable, then you must install it. Otherwise, there isn’t any use of the Microsoft VC++ Redistributable.

These packages are not resource-intensive, so the Microsoft Visual C++ Redistributable won’t take up much space on your hard drive.

Note: Visual Studio versions since Visual Studio 2015 share the same redistributable files. This means you only need to install a single redistributable to run programs built with Visual Studio 2022, 2019, 2017 and 2015.

Microsoft Visual C++ 2022 Redistributable

Applications created with Visual Studio 2022 require C++ runtime 2022. If you are prompted with a missing DLL when running an app or program, try installing Visual C++ 2022 from these direct download links:

Here is a list of the supported operating systems for Visual C++ Redistributable 2022:

  • Windows 11 21H2 or higher (All editions)
  • Windows 10 1909 or higher (Home, Professional, Education, Enterprise)
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016

Microsoft Visual C++ 2019 Redistributable

Applications created with Visual Studio 2019 (Version 16.0) require this redistributable library to be installed in the system. If you have Visual Studio 2019 installed on your system, the runtime library is also installed to run the programs.

Here is a list of the supported operating systems for Visual C++ Redistributable 2019:

  • Windows 11 21H2 or higher
  • Windows 10 1703 or higher (Home, Professional, Education, Enterprise (LTSC and S are not supported))
  • Windows Server 2019
  • Windows Server 2016
  • Windows 8.1 (Core, Professional, and Enterprise)
  • Windows Server 2012 R2 (Essentials, Standard, and Datacenter)
  • Windows 7 SP (Home Premium, Professional, Enterprise, Ultimate)

Microsoft Visual C++ 2017 Redistributable

Applications created with Visual Studio 2017 (Version 15.0) require C++ runtime 2017. If you have an application that is giving an error about MSVCR150.dll or MSVCP150.dll missing, you should install this version of Visual C++ 2017 redistributable.

Here is a list of the supported operating systems for Visual C++ Redistributable 2017:

  • Windows 11 21H2 or higher
  • Windows 10 1507 or higher (Home, Professional, Education, Enterprise (LTSC and S are not supported))
  • Windows Server 2016
  • Windows 8.1 (Core, Professional, Enterprise)
  • Windows Server 2012 R2 (Essentials, Standard, Datacenter)
  • Windows 7 SP1 (Home Premium, Professional, Enterprise, Ultimate)

Microsoft Visual C++ 2015 Redistributable

Applications created with Visual Studio 2015 (Version 14.0) require C++ runtime 2015. If you have an application that is giving an error about MSVCR140.dll or MSVCP140.dll missing, you should install this version of Visual C++ 2015 redistributable.

Here is a list of the supported operating systems for Visual C++ Redistributable 2015:

  • Windows 11 21H2 or higher
  • Windows 10
  • Windows 8.1
  • Windows Server 2012 R2
  • Windows 8
  • Windows Server 2012
  • Windows Server 2008 R2 SP1 or later
  • Windows Server 2008 SP2 or later

Microsoft Visual C++ 2013 Redistributable

Applications created with Visual Studio 2013 (Version 12.0) require C++ 2013 runtime. If you have an application that is giving an error about MSVCR120.dll or MSVCP120.dll missing, you should install this version of Visual C++ 2013 redistributable.

Here is a list of the supported operating systems for Visual C++ Redistributable 2013:

  • Windows 11 21H2 or higher
  • Windows 10
  • Windows 8.1
  • Windows Server 2012 R2
  • Windows 8
  • Windows Server 2012
  • Windows Server 2008 R2 SP1 or later
  • Windows Server 2008 SP2 or later

Microsoft Visual C++ 2012 Redistributable

Applications created with Visual Studio 2012 (Version 11.0) require C++ runtime 2012. If you have an application that is giving an error about MSVCR110.dll or MSVCP110.dll missing, you should install this version of Visual C++ 2012 redistributable.

Here is a list of the supported operating systems for Visual C++ Redistributable 2012:

  • Windows 11 21H2 or higher
  • Windows 10
  • Windows 8.1
  • Windows Server 2012 R2
  • Windows 8
  • Windows Server 2012
  • Windows Server 2008 R2 SP1 or later
  • Windows Server 2008 SP2 or later

Microsoft Visual C++ 2010 Redistributable

Applications created with Visual Studio 2010 (Version 10.0) require C++ runtime 2010. If you have an application that shows an error about MSVCR100.dll or MSVCP100.dll missing, you should install this version of Visual C++ 2010 redistributable.

As of July 14, 2020, Visual Studio 2010 Service Pack 1 is no longer supported.

Here is a list of the supported operating systems for Visual C++ Redistributable 2010:

  • Windows 11 21H2 or higher
  • Windows 10
  • Windows 8.1
  • Windows 8
  • Windows Server 2012 R2
  • Windows Server 2012
  • Windows Server 2008 R2 RTM or later
  • Windows Server 2008 SP2 or later (all editions)

Microsoft Visual C++ 2008 Redistributable

Applications created with Visual Studio 2008 (Version 9.0) require C++ runtime 2008. If you have an application that shows an error about MSVCR90.dll or MSVCP90.dll missing, you should install this version of Visual C++ 2008 redistributable.

As of April 10, 2018, Visual Studio 2008 Service Pack 1 is no longer supported.

Here is a list of the supported operating systems for Visual C++ Redistributable 2008:

  • Windows 11 21H2 and later
  • Windows 10
  • Windows 8
  • Windows Server 2008
  • Windows XP
  • Windows Server 2003
  • Windows Server 2008 R2
  • Windows 7
  • Windows Vista

Microsoft Visual C++ 2005 Redistributable

As of April 12, 2016, Microsoft no longer offers extended support for Visual Studio 2005.

Here is a list of the supported operating systems for Visual C++ Redistributable 2005:

  • Windows 11 21H2 and later
  • Windows 10
  • Windows 8
  • Windows Server 2008
  • Windows XP
  • Windows Server 2003
  • Windows Server 2008 R2
  • Windows 7
  • Windows Vista

All-in-One Visual C++ Installers

If you are not comfortable installing Visual C++ redistributables one by one and want to install all of them, you should try out all-in-one Visual C++ installers. Here we list the best ones:

All in One Visual C++ Runtimes Installer

We have released our own all in one Visual C++ runtimes installer. This is a small executable that automatically downloads and installs all Visual C++ runtimes including 2005, 2008, 2010, 2012, 2013, and 2015 – 2022 installers.

The unique feature of this installer is that it automatically downloads and installs the latest run-times directly from Microsoft (using Chocolatey).

  1. Download Microsoft Visual C++ Redistributables (All Versions) (3)All in One Visual C++ Runtimes Installer (1.2 KiB, 694 hits)

  2. Run the installer. It will ask for administrative privileges.
  3. Wait for a while for the installer to download and install all runtimes one by one.

At the end, the installer will share the list of programs installed by the installer.

Visual C++ Redistributable Runtimes All-in-One

Visual C++ Redistributable Runtimes All-in-One comes as a zip file with all versions of VC++ included and a simple batch file. Download it from the link below, unzip it to a folder and run install_all.bat. This will install all the redistributables from version 2005 to 2019.

All the installs are silent and do not require user intervention. The script does not restart Windows by itself. You’ll need to restart the computer once the installation is done.

Download Visual C++ Redistributable Runtimes All-in-One

Visual C++ Runtime Installer (All-In-One) v56

Visual C++ Runtime Installer (All-In-One) is a single executable that includes all Visual C++ libraries built-in.

Download Visual C++ Runtime Installer (All-in-One)

RuntimePack

RuntimePack solves the problem of figuring out which Microsoft Visual C++ Redistributable Package you need as well as numerous DLL and OCX files that might be missing or not properly registered, causing Windows errors.

RuntimePack is a single executable that will install all the VC++ runtimes on your computer.

Download RuntimePack

Visual C++ Redistributable installation guide

Download and install any Visual C++ redistributable runtime library package that is easy. It’s like downloading the setup from below given the direct download links and then running the installer. Every installation step is self-explanatory. You can have multiple redistributable runtime packages installed on your computer.

  1. Select your architecture and download the Microsoft Visual C++ Redistributable from the links above.

  2. Then open its installer. The window will open and ask you to accept the terms and then click on the Install button.

  3. The package installation will now begin on your system. Once complete, click Close. If asked to restart the computer, then click Restart.

Silent Installation

You can also install Visual C++ Redistributable in silent mode. The installer comes with a “/q” switch that can be used to run the VC++ installer in silent mode using the command line.

There are two ways to run the installer with the “/q” switch. One is to create a shortcut of the downloaded setup file and append “/q /norestart” at the end of the target field in shortcut properties.

The second way is to run the installer from the command line. Here is an example of how I ran the installer in quiet mode:

C:\Users\Usman\Downloads\vc_redist.x64.exe /q /norestart

Uninstall the Visual C++ Packages

The Uninstallation of the Microsoft Visual C++ Redistributable packages is the same as you do with any other program. You can uninstall the packages from Programs and Features. To uninstall the package, follow the steps below:

  1. Open Apps and Features (Windows key + X + F) [Programs and Features in Windows 7]
  2. Search for Visual C++
  3. Select the installed program you want to uninstall
  4. Press the Uninstall button.

You may want to ask if it is OK to uninstall any Visual C++ package? My answer is simple; uninstall it if it is necessary. Otherwise, leave it, as multiple versions do not take up a lot of disk space and only provide additional functionality when needed.

Can’t Install Visual C++ Redistributable?

If you get the following error while running vc_redist.x64.exe or vc_redist.x86.exe, it means you already have an installation of VC++ pending on your computer. Please uninstall and proceed with the new installation.

Visual C++ 2015 Redistributable Setup Failed 0x80070666

To get past this error, follow the instructions below:

  1. Download Visual C++ redistributable again.

  2. Run an elevated Command Prompt.

  3. Change the directory to the one which has the “vc_redist.x64.exe” file. For example, I downloaded it in my Downloads folder.

    cd C:\Users\<Username>\Downloads\
  4. Then, run the uninstaller:

    vc_redist.x64.exe /uninstall

Has this article answered all the questions you have about Microsoft Visual C++ redistributables? Now is it easy to download packages from one place? We would love to know your thoughts in the comments below :-)

Microsoft Visual C++ Redistributable

Download Microsoft Visual C++ Redistributables (All Versions) (9)

Microsoft Visual C++ Redistributables are a package of libraries (files and resources) necessary for running programs developed with Microsoft Visual C++. These components include the C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries. Without these components, Visual C++ programs wouldn't be able to access resources to run properly.

Price Currency:USD

Operating System:Windows

Application Category:Developer Tools

Editor's Rating:
5

Pros

  • Many Windows applications require these code libraries to run. These libraries are developed, tested, supported, and updated by Microsoft, which makes them a reliable option for both software developers and users.
  • Redistributables offer a single installation on a user’s computer that multiple programs can use simultaneously.

Cons

  • Not all programs use the same versions of the code libraries, so it is common to have multiple versions installed simultaneously on Windows.
  • When programs are updated or uninstalled, they typically do not uninstall the redistributables, and there’s no easy way to know which ones your machine requires.
Download Microsoft Visual C++ Redistributables (All Versions) (2024)

FAQs

How do I download Microsoft Visual C++ redistributables? ›

The Redistributable is available in the 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.

Should I install all Visual C++ redistributable? ›

Installing the Microsoft C++ Redistributable often comes as a must when you install a Windows application. You have to install this redistributable to make sure that the application will run properly.

Why are there so many Microsoft Visual C++ redistributables installed on my PC? ›

This is because the developers choose to install the latest package from Microsoft at the installation time. Another special case is that you see multiple Microsoft Visual C++ versions with the same redistributable packages or some versions from the same year.

How do I reinstall Microsoft Visual C++ redistributables? ›

Uninstall & Reinstall C++ Redistributables
  1. Return to Apps & features in Windows (Start Menu → Settings ⚙ → Apps). ...
  2. Uninstall all versions of the installed C++ Packages (Microsoft C++ <version> Redistributable <x86 and x64>).
  3. Restart your computer.
  4. Download all the necessary C++ packages.

How do I find my Microsoft Visual C++ redistributable version? ›

The easiest way to locate the redistributable files is by using environment variables set in a developer command prompt. In Visual Studio 2022, the redistributable files are in the %VCINSTALLDIR%Redist\MSVC\v143 folder.

Where is the Microsoft Visual C++ redistributable package? ›

Instead, Microsoft recommends using central deployment of the Visual C++ Redistributable package. Central deployment installs the redistributable files in the %SYSTEMROOT%\system32\ folder for use by all applications and users.

How do I know if a Visual C++ redistributable is needed? ›

If you have been provided a dll, and are unsure which Visual C++ Redistributables are required, the following are some methods to determine this:
  1. Ask the DLL provider.
  2. Use the Depends Dependency Walker utility (see instructions below)
  3. Send the DLL to the MHI support desk (support@mhi.ca), to see if we can determine this.

What happens if I delete Microsoft Visual C++ redistributable? ›

I recommend not to remove the Microsoft Visual C++ as these are redistributable where one of your applications relied on. It could cause some of your applications to not run correctly and worse, even cause your Windows to become unstable. Please check the link below for more details.

Do I really need Microsoft Visual C++ 2005 redistributable? ›

Resolution. Removing the older Visual C++ Redistributable packages can be done if it is deemed by the Windows Administrator that it will not interfere with other installed applications. These packages aren't needed for SM to run properly.

Do I need Microsoft Visual C++ on my computer? ›

It is not needed to run Windows 10 but some programs need this package to run properly, so it is good to keep it updated.

Which Visual C++ redistributable is installed? ›

To check if Visual C++ redistributables are installed, open Add and Remove Programs and look for the Microsoft Visual C++ Redistributable. If installed, you see "Microsoft Visual C++ 2015-2019 Redistributable (x64) - 14.22. 27821".

Am I supposed to have multiple Microsoft Visual C++? ›

Yes, those are all necessary and you should not delete any of those . . . When software developers write an application, they target one of those C++ redistributables, that means their software uses code from the.

Can I uninstall old versions of C++ redistributable? ›

Open Control Panel: Click Start > type appwiz. cpl > hit ENTER. Uninstall all the components shown as Microsoft Visual C++ 2xxx Redistributable.

How do I repair C++ redistributables? ›

How do I repair Microsoft C++ that won't repair?
  1. Download the Program install/uninstall Troubleshooter from Microsoft. ...
  2. In the next screen, select the VC++ 2015-2019 Redistributable (x64) Minimum runtime and uninstall it.
  3. Redo the steps and uninstall VC++ 2015-2019 Redistributable (x64) Additional runtime.
Aug 8, 2023

What is Microsoft Visual C++ used for? ›

It features tools for developing and debugging C++ code, especially code written for the Windows API, DirectX and . NET. Many applications require redistributable Visual C++ runtime library packages to function correctly.

Where can I download the old Visual C redistributable? ›

If you need a rollback of Microsoft Visual C++ Redistributable, check out the app's version history on Uptodown. It includes all the file versions available to download off Uptodown for that app.

Do I need to download Microsoft Visual C++? ›

It is not needed to run Windows 10 but some programs need this package to run properly, so it is good to keep it updated.

How to install Microsoft Visual C++ 2015 redistributable package x64? ›

Once downloaded, double-click on the downloaded vc_redist. x64.exe file. The Microsoft Visual C++-2015 Redistributable screen will be displayed and ask you to agree to the license terms and conditions. Put a checkmark in the "I agree" box and then click on the Install button.

Top Articles
Pasco County Active Calls Subdivision
Deutsch Gute nacht Snoopy - Erstaunliche Gute-Nacht-Wünsche mit Snoopy: Traumhafte Bilder zum Teilen
What Did Bimbo Airhead Reply When Asked
Christian McCaffrey loses fumble to open Super Bowl LVIII
Custom Screensaver On The Non-touch Kindle 4
Section 4Rs Dodger Stadium
Somboun Asian Market
Devon Lannigan Obituary
Can ETH reach 10k in 2024?
Phone Number For Walmart Automotive Department
Tj Nails Victoria Tx
Cars For Sale Tampa Fl Craigslist
Tiraj Bòlèt Florida Soir
Summer Rae Boyfriend Love Island – Just Speak News
Burn Ban Map Oklahoma
Maplestar Kemono
Harem In Another World F95
Pizza Hut In Dinuba
Transfer and Pay with Wells Fargo Online®
Odfl4Us Driver Login
SF bay area cars & trucks "chevrolet 50" - craigslist
CDL Rostermania 2023-2024 | News, Rumors & Every Confirmed Roster
Morristown Daily Record Obituary
Aldi Bruce B Downs
Yog-Sothoth
Vernon Dursley To Harry Potter Nyt Crossword
Inter Miami Vs Fc Dallas Total Sportek
Dr Seuss Star Bellied Sneetches Pdf
Evil Dead Rise Showtimes Near Sierra Vista Cinemas 16
Abga Gestation Calculator
Craigslist Comes Clean: No More 'Adult Services,' Ever
950 Sqft 2 BHK Villa for sale in Devi Redhills Sirinium | Red Hills, Chennai | Property ID - 15334774
Bfri Forum
Mega Millions Lottery - Winning Numbers & Results
67-72 Chevy Truck Parts Craigslist
Sadie Sink Doesn't Want You to Define Her Style, Thank You Very Much
Cygenoth
Top 25 E-Commerce Companies Using FedEx
Why I’m Joining Flipboard
Tyler Perry Marriage Counselor Play 123Movies
11526 Lake Ave Cleveland Oh 44102
Cuckold Gonewildaudio
Why Are The French So Google Feud Answers
Centimeters to Feet conversion: cm to ft calculator
Tacos Diego Hugoton Ks
2294141287
Jimmy John's Near Me Open
Heat Wave and Summer Temperature Data for Oklahoma City, Oklahoma
Michaelangelo's Monkey Junction
2487872771
Spongebob Meme Pic
Latest Posts
Article information

Author: Kerri Lueilwitz

Last Updated:

Views: 5999

Rating: 4.7 / 5 (67 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Kerri Lueilwitz

Birthday: 1992-10-31

Address: Suite 878 3699 Chantelle Roads, Colebury, NC 68599

Phone: +6111989609516

Job: Chief Farming Manager

Hobby: Mycology, Stone skipping, Dowsing, Whittling, Taxidermy, Sand art, Roller skating

Introduction: My name is Kerri Lueilwitz, I am a courageous, gentle, quaint, thankful, outstanding, brave, vast person who loves writing and wants to share my knowledge and understanding with you.