How to Fix the Msvcr120.dll Missing Error on Windows ?

The “msvcr120.dll missing” error typically occurs when the MSVCR120.dll file, which is a part of the Microsoft Visual C++ Redistributable package, is either missing or corrupted. To fix this error on Windows, you can try the following steps:

  1. Download and reinstall the Microsoft Visual C++ Redistributable package:a. Visit the official Microsoft Download Center website. b. Search for “Microsoft Visual C++ Redistributable” and select the appropriate version for your system (x86 for 32-bit or x64 for 64-bit). c. Download the package and run the installer. d. Follow the on-screen instructions to complete the installation.
  2. Perform a System File Checker (SFC) scan:a. Press the Windows key + X and select “Command Prompt (Admin)” or “Windows PowerShell (Admin)”. b. In the command prompt window, type the following command and press Enter: sfc /scannow c. Wait for the scan to complete. The System File Checker will attempt to repair any corrupted system files, including the MSVCR120.dll file.
  3. Update or reinstall the affected program:If the error is specific to a particular program, you can try updating or reinstalling that program. Visit the official website of the program and download the latest version. Uninstall the existing program and then install the new version.
  4. Copy the MSVCR120.dll file manually:a. Open File Explorer and navigate to the following directory, depending on your system architecture:
    • 32-bit system: C:\Windows\System32
    • 64-bit system: C:\Windows\SysWOW64
    b. Search for the file “msvcr120.dll” in the directory specified above. If the file is present, skip to step c. If not, proceed to step d.c. If you find the file, copy it and paste it into the directory where the application that gives the error is installed. It is usually located in the “Program Files” or “Program Files (x86)” folder.d. If you couldn’t find the file in the specified directory, you’ll need to obtain a clean copy of the file from another source. Ensure that you download the file from a reliable and trustworthy website. Copy the downloaded file to the appropriate directory as mentioned in step b.
  5. Run a malware scan:It’s possible that malware or viruses on your system may have corrupted or removed the MSVCR120.dll file. Run a reputable antivirus or anti-malware scan to check for any infections and remove them if found.

After performing the above steps, restart your computer and check if the “msvcr120.dll missing” error is resolved. If the issue persists, you may need to seek further assistance from a technical expert or the support channels of the affected program.

Leave a Reply

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