• December 6, 2023

How to fix the error “VCRUNTIME140_1.dll not found” in Windows 7, 10?

The message that the VCRUNTIME140_1.dll file was not found usually occurs when users try to run a program in Windows. This file is not part of the operating system, but is usually required by third-party applications to run smoothly.

VCRUNTIME140_1.dll is part of the DLLs included with Microsoft Visual C ++ and is installed on the system by default. However, for several reasons, this file can be replaced, deleted or damaged. Below we will consider several options for fixing the problem.

Solution 1: Install all available Windows updates

The current DLLs are usually shipped with system updates. Therefore, the first and most obvious solution is to install the latest Windows updates.

  1. Go to the Control Panel by right-clicking on the Windows icon.
  2. Go to Windows Update and check for updates.
  3. If there are any, install them and then restart your computer.
  4. Also, don’t forget to install any optional updates.

How to fix VCRUNTIME140_1.dll error

Solution 2: Install Microsoft Visual C ++ Redistributable Package

Some components in Visual C ++ libraries can be damaged, which will lead to a message that a required file is missing and cannot be run. Thus, installing the latest package will replace the damaged files with the actual ones.

  1. Visit Microsoft official site, and select the appropriate Visual C ++ package for your system.
  2. Download and install vc_redist.x86.exe (32-bit) and vc_redist.x64.exe (64-bit) versions.
  3. When finished, reboot the system.
  4. If you already have all Visual C ++ Redistributable Packages installed, uninstall them before installing new ones.
  5. Go to Control Panel and select the Programs and Features section.
  6. Find Microsoft Visual C ++ Redistributable Packages in the list.
  7. Right click on each of them and select Delete.
  8. Now reinstall the packages as described above.

How to fix VCRUNTIME140_1.dll error

Solution 3: Manually register the missing VCRUNTIME140_1.dll

One of the fixing methods is to manually register the missing file in the system. This is done as follows:

  1. Right-click on the Windows icon and select Command Prompt (Admin).
  2. Copy and paste the following commands, pressing Enter after each one:
  3. regsvr32 / u VCRUNTIME140_1.dll
    regsvr32 VCRUNTIME140_1.dll
  4. Reboot your system and check if the problem is resolved.

How to fix VCRUNTIME140_1.dll error

Solution 4. Copy the missing DLL from a different location

Because VCRUNTIME140_1.dll is used by several applications and is part of the Microsoft Visual C ++ Redistributable Package, a copy can be found elsewhere. Then it remains only to duplicate it into the problematic application.

  1. Press Win + E to open File Explorer.
  2. Expand the View tab and make sure the Show hidden items check box is selected in the hidden items section.
  3. Now go to the path C: Program Files WindowsApps
  4. Here you need to find a folder with the following name:
  5. Microsoft.VCLibs.140.00.UWPDesktop_14.0.29231.0_x64__8wekyb3d8bbwe
  6. Please note that 14.0.29231.0_x64__ is a variable, which may be different depending on the version.
  7. Open the folder and scroll until you find the VCRUNTIME140_1.dll file.
  8. Select it by clicking LMB, and then press Ctrl + C to copy the file.
  9. Now go to the folder with the problematic program, for example, C: Program Files Mozilla Firefox, and paste the file by pressing Ctrl + V.

How to fix VCRUNTIME140_1.dll error

Earn points and exchange them for valuable prizes – details

Leave a Reply

Your email address will not be published. Required fields are marked *