How to Fix VCRUNTIME140 dll is Missing Error on Windows 10/11
Method 1: Reinstalling Visual C++ Redistributable
Another way to resolve vcruntime140.dll issues is to reinstall the Microsoft Visual C++ Redistributable package. Here’s how you can do it:
Links
1. https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
2. https://www.dll-files.com/vcruntime140.dll.html
Open your web browser and search for “Microsoft Visual C++ Redistributable download” on the official Microsoft website.
Choose and download the latest version of the Visual C++ Redistributable package that matches your system architecture (32-bit or 64-bit).
Once the download is complete, run the installer and follow the on-screen instructions to reinstall the package.
When the installation is finished, restart your computer and check if the “vcruntime140.dll not found” error is resolved.
Method 2: Manually Registering the vcruntime140.dll File
If the vcruntime140.dll file is present on your system but not registered correctly, manually registering the file may fix the error. Follow these steps to register the file:
Press the Windows key and type “Command Prompt.”
Right-click on Command Prompt and select “Run as administrator.”
In the Command Prompt window, type the following command: regsvr32 vcruntime140.dll
Press Enter, wait for the process to finish, then verify that you see a confirmation message indicating that the file was registered successfully.
Restart your computer and check if the error is resolved.