During installation, you may encounter an error stating that a newer version is already installed. This happens because Visual Studio 2015, 2017, and 2019 share specific runtime files.
Are you trying to or just looking to clean up your system ? Latest Supported Visual C++ Redistributable Downloads
Visual Studio 2019 is in extended support (until 2029), but mainstream support ended April 2024. Consider Visual Studio 2022 for new projects. microsoft visual c++ 2019 download
| Issue | Solution | |-------|----------| | “A newer version is already installed” | No action needed. | | Installation fails with error 0x80240017 | Run Windows Update, then retry. | | Missing MSVCP140.dll or VCRUNTIME140.dll | Install the x86 or x64 redistributable. | | Can’t find 2019 version on Microsoft site | Use the direct links above; Microsoft merged 2015-2022 redistributable pages. |
It is common to see multiple versions of "Microsoft Visual C++ Redistributable" in your "Apps & Features" list (e.g., 2012, 2013, 2015, 2019). During installation, you may encounter an error stating
Click to initiate the download.
Microsoft Visual C++ 2019 is a redistributable package provided by Microsoft. It installs the runtime components of the Visual C++ Libraries required to run applications developed with Visual Studio 2019. | | Installation fails with error 0x80240017 |
If you already have the package installed, the installer may offer a Repair or Uninstall option. Select Repair if you are troubleshooting a "missing DLL" error.
Navigate to the official page.
This guide focuses on the unless specified otherwise.