How to fix VCRUNTIME140.dll was not found in Windows 10 & 11

Learn how to fix VCRUNTIME140.dll was not found in Windows 10 and 11.

“The code execution cannot proceed because VCRUNTIME140.dll was not found. Reinstalling the program may fix this problem.”

Steps

1. Visit https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022.

2. Click on the link of the appropriate architecture (e.g., ARM64, X86, or X64). X86 if for a 32-bit version of Windows and X64 is for a 64-bit version of Windows. Most modern computers have a 64-bit processor.

Microsoft Visual C++ Redistributable packages

3. Install the downloaded Microsoft Visual C++ Redistributable packages on your PC.

VC_redist.x64.exe

Check if the problem is solved.

If this solution didn't solve your problem, then you can look at another solution on Microsoft's website here.