.dll icon

msvcr120.dll

Updated: Files Available: 338
Verified Metadata AI Analysis x86 (32 bit) x86-64 (64 bit) ARM (Thumb 2)

Download and install msvcr120.dll to fix missing or corrupted DLL errors.

ADVERTISEMENT

DLL Overview

Last Updated
Jan 12th, 2026
Filename
msvcr120.dll
Company
Microsoft Corporation
Product
Microsoft® Visual Studio® 2013
Description
Microsoft® C Runtime Library
Architecture
x86 (32 bit) x86-64 (64 bit) ARM (Thumb 2)
Metadata Consensus
326/338 Files 96.4%
Higher percentages indicate stronger agreement across versions. View available versions or browse repository metadata to compare differences between variants.

DLL Download Options

Download

About msvcr120.dll

msvcr120.dll is a DLL file (Dynamic Link Library) used by Windows programs to share code and resources. It allows multiple applications to use the same functions, improving performance and reducing redundancy.

Overview

What Is msvcr120.dll?

msvcr120.dll is the Microsoft Visual C++ 2013 CRT (C Runtime Library). Applications built with Visual Studio 2013 depend on this DLL to run standard C/C++ functions such as memory management, string handling, math routines, file operations, and exception handling.

If this DLL is missing, corrupted, or the wrong version, programs compiled with Visual C++ 2013 may fail to launch.

Common messages include:

"msvcr120.dll is missing"
"The program can't start because msvcr120.dll was not found"
"Error loading msvcr120.dll"


What Does msvcr120.dll Do?

✔ Provides the Visual C++ 2013 C Runtime

msvcr120.dll supports essential C/C++ runtime features:
  • Memory allocation and deallocation
  • File input/output
  • String manipulation functions
  • Math and floating-point operations
  • Threading and exception helpers

✔ Required by Many Applications

Any application built using Visual Studio 2013 with the default CRT depends on this DLL.

This includes:

  • Games
  • Business applications
  • Utilities, tools, and editors
  • Software that embeds libraries compiled with VC++ 2013


Where Is msvcr120.dll Normally Located?

The DLL is installed by the Visual C++ 2013 Redistributable into:

  • C:/Windows/System32/msvcr120.dll (64-bit)
  • C:/Windows/SysWOW64/msvcr120.dll (32-bit on 64-bit systems)

Applications generally do not bundle this DLL; they rely on the redistributable.


What Software Uses This DLL?

You may encounter msvcr120.dll in:

  • Games distributed through Steam, Epic, GOG, etc.
  • Multimedia and graphics tools
  • Engineering and scientific applications
  • Custom software compiled with Visual Studio 2013

If the required runtime is missing, these programs may not start.


Why Do msvcr120.dll Errors Occur?

✔ Visual C++ 2013 Redistributable Not Installed

Most missing-DLL errors occur when the redistributable was never installed.

✔ Damaged or Removed System Files

Cleaning tools or accidental deletion can remove runtime DLLs.

✔ Incomplete or Interrupted Updates

If Windows Updates or application installers fail, the runtime may be missing.

✔ Wrong Architecture

  • 64-bit software needs the x64 runtime
  • 32-bit software needs the x86 runtime

✔ Corrupted Installation

If the redistributable was installed improperly, the DLL may not load.


How To Fix msvcr120.dll Errors

1. Install or Repair the Visual C++ 2013 Redistributable (Recommended)

This restores the correct version of msvcr120.dll.

  1. Download the Visual C++ 2013 Redistributable (x86 or x64).
  2. Run the installer.
  3. Select Repair if already installed.
  4. Restart your PC and try again.


2. Repair Windows System Files

If corruption is suspected:
sfc /scannow
Then run DISM (if needed):
DISM /Online /Cleanup-Image /RestoreHealth
Restart afterwards.


3. Reinstall the Affected Application

Some programs may include the necessary runtime during installation.


Summary

msvcr120.dll is the C Runtime Library for Visual C++ 2013, required by many Windows applications built with that toolset. Errors usually indicate the VC++ 2013 Redistributable is missing, corrupted, or mismatched.

Installing or repairing the redistributable is the most reliable fix, along with repairing system files if necessary.

File information is supported by Human Assisted Artificial Intelligence and should be used as a helpful tool. However, it is important to keep in mind that this information may not be up-to-date or entirely accurate.

Troubleshooting DLL Errors

Most errors involving msvcr120.dll occur because the DLL is missing, corrupted, or outdated. In many cases, reinstalling the related application or replacing the DLL resolves the issue. The steps below cover the most common and reliable ways to fix these errors.

Windows DLL Error Examples

This application has failed to start because msvcr120.dll was not found. Re-installing the application may fix this problem.
msvcr120.dll Not Found.

Fixes and Solutions

The first step in resolving DLL errors is to completely uninstall the affected software and reinstall its latest version. We know this does not always solve the problem, which is why DLLme exists. If reinstalling the application does not help, or if you are unsure which app is causing the error, follow the steps below. These are the most common solutions for fixing msvcr120.dll errors.

  • Repair Windows: Make sure Windows is fully updated, then open Windows Terminal or PowerShell as an administrator (search for “PowerShell” in the Start menu, right-click it, and choose “Run as administrator”). This allows you to repair the Windows component store and run the System File Checker (SFC).

    Repair the Windows component store so SFC can pull clean files:

    DISM /Online /Cleanup-Image /RestoreHealth

    Scan all protected system files and automatically repair problems:

    sfc /scannow
  • Uninstall & Reinstall: On this DLL page, check the Company/Product section to identify the related app, then fully uninstall it. If you plan to continue using it, reinstall the latest version. Be sure to save or back up any important data before uninstalling. Windows or antivirus software may sometimes quarantine DLL files, especially if the DLL is unfamiliar or appears suspicious. Check your antivirus quarantine or logs to determine if this is the cause of your issue.
  • Download the DLL: Download the latest 32-bit or 64-bit version of the DLL directly from our repository using the download button above. Most users will need the 64-bit version, but if you are unsure, or if a 64-bit version is not available, you can install both the 32-bit and 64-bit DLLs. DLLme verifies DLLs that come from our admins, partners, and trusted affiliates. User-uploaded files may be verified later if a trusted source is confirmed.
  • Register the DLL: Most DLL files do not need registration, but some DLLs are COM components and must be registered to work correctly. If registration is required, open Windows Terminal or PowerShell as an administrator.

    Register the DLL (you can also drag the DLL file into the window to automatically fill in its full path):

    regsvr32 "C:\path\to\msvcr120.dll"

    If you are registering a 32-bit DLL on 64-bit Windows, use the 32-bit RegSvr32:

    C:\Windows\SysWOW64\regsvr32 "C:\path\to\msvcr120.dll"

    Or open Windows Terminal/PowerShell in the DLL’s folder and run:

    regsvr32 msvcr120.dll

How to Install msvcr120.dll

To install msvcr120.dll, place the DLL file in the appropriate Windows system folder or in the same folder as the application’s .exe file. If you are not sure which version (32-bit or 64-bit) to use, you can safely install both.

On 64-bit versions of Windows, place 64-bit DLL files in:

C:\Windows\System32\msvcr120.dll

Place 32-bit DLL files in:

C:\Windows\SysWOW64\msvcr120.dll

Or place the DLL file next to the application’s .exe:

C:\path\to\exe\msvcr120.dll

Request a Different Version

Requesting msvcr120.dll could improve your odds of getting a new version or variant faster.

Make a Request

251 people recently requested a new version or variant.
  1. msvcr120.dll
  2. MSVCP120.dll
  3. X64-basinter PC
  4. 64
  5. WIN11
  6. windows 10
  7. win7
  8. msvcr120
  9. geometry dash
  10. win 7
  11. and 5 others…

Similar .DLL Files

Related to msvcr120.dll, grouped by different match signals.

Same Base Name

  • Updated: Jan 12, 2026  •  AI article: Nov 27, 2025
  • Updated: May 29, 2026  •  AI article: Sep 28, 2023
  • Updated: Jan 12, 2026  •  AI article: Nov 29, 2025
  • Updated: Jan 13, 2026  •  AI article: Sep 27, 2023
  • Updated: Mar 31, 2026  •  AI article: Nov 27, 2025
  • Updated: Jun 9, 2026  •  AI article: Mar 14, 2024
  • Updated: Jun 22, 2026  •  AI article: Nov 28, 2025
  • Updated: Apr 22, 2026  •  AI article: Mar 14, 2024
  • Updated: Jan 12, 2026  •  AI article: Sep 24, 2023
  • Updated: Dec 13, 2024  •  AI article: Mar 14, 2024

Broader Matches (Recent)

Same File Hash