Fix MSVCR120.dll is missing in Windows 10 [SOLVED]

Fix MSVCR120.dll is missing in Windows 10: If you’re facing the error message “The program can’t start because MSVCR120.dll is missing from your computer. Try reinstalling the program to fix this problem.” when trying to start an application then this means MSVCR120.dll  is missing from your computer and you will need to install MSVCR120.dll to fix this issue. This is one of the common .dll missing errors when trying to run certain games or applications in Windows 10.

Fix MSVCR120.dll is missing in Windows 10

Depending on your PC configuration you may also receive the following error message “This application failed to start because MSVCR120.dll was not found. Re-installing the application may fix this problem.” MSVCR120.dll is an essential file for Windows OS which is used to extract the resources for third party program installation at the runtime.

MSVCR120.dll is the corresponding C++ library. If the MSVCR120.dll is missing or corrupted then you won’t be able to launch application or games written or using C, C++, and C++/CLI programming languages. So without wasting any time let’s see How to Fix MSVCR120.dll is missing in Windows 10 with the help of the below-listed tutorial.

Fix MSVCR120.dll is missing in Windows 10 [SOLVED]

Make sure to create a restore point just in case something goes wrong.

Method 1: Run SFC and DISM

1.Press Windows Key + X then click on Command Prompt(Admin).

command prompt with admin rights

2.Now type the following in the cmd and hit enter:

Sfc /scannow
sfc /scannow /offbootdir=c:\ /offwindir=c:\windows (If above fails then try this one)

SFC scan now command prompt

3.Wait for the above process to finish and once done restart your PC.

4.Again open cmd and type the following command and hit enter after each one:

Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth

DISM restore health system

5.Let the DISM command run and wait for it to finish.

6. If the above command doesn’t work then try on the below:

Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows
Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess

Note: Replace the C:\RepairSource\Windows with the location of your repair source (Windows Installation or Recovery Disc).

7.Reboot your PC to save changes and see if you’re able to Fix MSVCR120.dll is missing in Windows 10.

Method 2: Re-install Visual C++ Redistributable Packages

Note: Do not download the MSVCR120.dll from the third-party website in an attempt to replace the MSVCR120.dll missing from your computer. Because these third-party websites are unapproved sources of DLL files and the .DLL file may be infected which might harm your PC. The benefit of using these websites is that they will allow you to download the single .DLL or OCX file missing from your PC, but it is strongly advised you ignore this benefit and download the file using the Microsoft official website. Microsoft does not provide an individual .DLL file instead you will need to reinstall Visual C++ Redistributable Packages to fix the .DLL missing issue.

1.Go to Microsoft website and select your Language from the drop-down.

Click on the download button to download the Microsoft Visual C++ Redistributable package

2.Next, click on the Download button.

3.On the next screen, checkmark the file according to your PC architecture, i.e. if you have a 64-bit architecture then checkmark “vcredist_x64.exe” otherwise checkmark “vcredist_x86.exe” and then click Next.

On the next screen, select either 64-bit or 32-bit version of the file

4.Once the file is downloaded, double-click on the .exe file and follow the on-screen instruction to install Visual C++ Redistributable Packages.

Once the file is downloaded, double-click on vc_redist.x64.exe or vc_redist.x32.exe

5.Once the installation is complete, reboot your PC to save changes.

If you’re facing any issues or error in installing Visual C++ Redistributable Packages such as “Microsoft Visual C++ 2015 Redistributable Setup Fails With Error 0x80240017” then follow this guide here to fix the error.

Fix Microsoft Visual C++ 2015 Redistributable Setup Fails Error 0x80240017

Method 3: Run CCleaner and Malwarebytes

1.Download and install CCleaner & Malwarebytes.

2.Run Malwarebytes and let it scan your system for harmful files.

Click on Scan Now once you run the Malwarebytes Anti-Malware

3.If malware is found it will automatically remove them.

4.Now run CCleaner and in the “Cleaner” section, under the Windows tab, we suggest checking the following selections to be cleaned:

ccleaner cleaner settings

5.Once you’ve made certain the proper points are checked, simply click Run Cleaner, and let CCleaner run its course.

6.To clean your system further select the Registry tab and ensure the following are checked:

registry cleaner

7.Select Scan for Issue and allow CCleaner to scan, then click Fix Selected Issues.

8.When CCleaner asks “Do you want backup changes to the registry?” select Yes.

9.Once your backup has completed, select Fix All Selected Issues.

10.Restart your PC to save changes and see if you’re able to Fix MSVCR120.dll is missing in Windows 10.

Method 4: Do a Clean Installation of the application

1.Press Windows Key + R then type appwiz.cpl and hit Enter.

type appwiz.cpl and hit Enter to open Programs and Features

2.Right-click on the program which was giving the MSVCR120.dll is missing error and select Uninstall.

Right-click on your program which was giving the MSVCP140.dll missing error & select Uninstall

3.Click on Yes to continue with uninstallation.

Click Yes to confirm your action & uninstall that particular program

4.Restart your PC and once the PC starts, download the program the manufacturer’s website.

5.Install the above application and this may Fix MSVCR120.dll is missing in Windows 10.

Method 5: Miscellaneous Fix

Update for Universal C Runtime in Windows

Download this from Microsoft Website which would install runtime component on your PC and would allow Windows desktop applications that depend on the Windows 10 Universal CRT release to run on earlier Windows OS.

Install Microsoft Visual C++ Redistributable Update

If repairing or re-installing Visual C++ Redistributable for Visual Studio 2015 didn’t fix the problem then you should try to install this Microsoft Visual C++ 2015 Redistributable Update 3 RC from Microsoft website.

Microsoft Visual C++ 2015 Redistributable Update 3 RC from Microsoft website

Install Microsoft Visual C++ Redistributable for Visual Studio 2017

You may not be able to Fix MSVCR120.dll is missing in Windows 10 because you may be trying to run an application that depends on Microsoft Visual C++ Redistributable for Visual Studio 2017 instead of 2015 update. So without wasting any time, download and install Microsoft Visual C++ Redistributable for Visual Studio 2017.

Install Microsoft Visual C++ Redistributable for Visual Studio 2017

Recommended:

That’s it you have successfully Fix MSVCR120.dll is missing in Windows 10 but if you still have any queries regarding this tutorial then feel free to ask them in the comment’s section.

1 thought on “Fix MSVCR120.dll is missing in Windows 10 [SOLVED]”

  1. hi
    i did all the steps u gave (accept uninstall the app as it not “instaled”) and i still get the missing dll, any other solution? i looked in my windows folder and it does got this dll in it but the app still say its missing

Leave a Comment

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