The Wayback Machine - https://web.archive.org/web/20200303221315/https://www.bleepingcomputer.com/tutorials/fix-missing-vcruntime140dll-dll-error-in-windows/

Fix a Missing VCRUNTIME140.dll DLL Error in Windows

  • January 23, 2020
  • Read 7,146 times
 

Missing DLL

If you start a program and receive an error that Windows is unable to find the vcruntime140.dll DLL or that it is missing, you can use this tutorial to restore the missing DLL so that your program works again.

When a program is created, they are linked to dynamic link libraries (DLLs) that contains code that the program needs.  If a required DLL is missing, then Windows will display an alert telling you the name of the missing DLL so that you can try to restore or install the missing DLL.

If you run a program and receive the following error about vcruntime140.dll being missing, you need to install the Visual C++ 2015 Redistributable package using the steps below.

The program can't start because vcruntime140.dll is missing from your computer. Try reinstalling the program to fix this problem/

To fix the vcruntime140.dll is missing error in Windows, please follow these steps:

  1. Go to the Microsoft Visual C++ 2015 Redistributable page from Microsoft and click on the Download button.
  2. You will be brought to page where it asks you to select whether you want to download the 32-bit or 64 bit version of Windows. Select the version you need and click the Next button. If you are unsure what version you need, you can use this tutorial to determine what you need.
  3. The file will now download to your computer. Once downloaded, double-click on the downloaded vc_redist.x64.exe file. 
  4. 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.
    Microsoft Visual C++-2015 Redistributable
    Microsoft Visual C++-2015 Redistributable
  5. If Windows prompts you to allow the program to make changes or continue, click on the Yes or Allow button.
  6. When done, the program will display a message stating that it was successfully installed.
    Redistributable Installed
    Redistributable Installed
  7. You can now close the installer.

If you already had the DLL installed and it is still showing as missing, you can download the above Redistributable, but this time perform a repair.

Perform a Repair
Perform a Repair

You can now try to run the program that previously gave the missing vcruntime140.dll error and it should work again.

Users who read this also read:

  • Fix a Missing api-ms-win-crt-runtime-l1-1-0.dll DLL in Windows Image
    Fix a Missing api-ms-win-crt-runtime-l1-1-0.dll DLL in Windows

    If you try to run a program and receive an error stating that the api-ms-win-crt-runtime-l1-1-0.dll DLL is missing from your computer, you can use this guide to restore the missing DLL so that you program works again.

  • How to Use Windows Defender to Scan a Folder for Malware Image
    How to Use Windows Defender to Scan a Folder for Malware

    Windows Defender allows you to perform a Custom scan that lets you specify the specific folder or drive you would like to scan for malware. As you only need to scan that one folder, the scan time will be much quicker than scanning an entire machine.

  • How to see hidden files in Windows Image
    How to see hidden files in Windows

    By default Windows hides certain files from being seen with Windows Explorer or My Computer. This is done to protect these files, which are usually system files, from accidentally being modified or deleted by the user. Unfortunately viruses, spyware, and hijackers often hide there files in this way making it hard to find them and then delete them.

  • How to remove a Trojan, Virus, Worm, or other Malware Image
    How to remove a Trojan, Virus, Worm, or other Malware

    If you use a computer, read the newspaper, or watch the news, you will know about computer viruses or other malware. These are those malicious programs that once they infect your machine will start causing havoc on your computer. What many people do not know is that there are many different types of infections that are categorized in the general category of Malware.

  • How to Find the Windows Defender Version Installed in Windows 10 Image
    How to Find the Windows Defender Version Installed in Windows 10

    This tutorial will explain how to find the version number for Windows Defender in Windows 10.

Login