msvcr120.dll
Download and install msvcr120.dll to fix missing or corrupted DLL errors.
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 ofmsvcr120.dll.- Download the Visual C++ 2013 Redistributable (x86 or x64).
- Run the installer.
- Select Repair if already installed.
- 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
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
Trending Requests
- msvcr120.dll
- MSVCP120.dll
- X64-basinter PC
- 64
- WIN11
- windows 10
- win7
- msvcr120
- geometry dash
- win 7
- and 5 others…
Similar .DLL Files
Related to msvcr120.dll, grouped by different match signals.
Same Base Name
-
msvcr100.dll 287Updated: Jan 12, 2026 • AI article: Nov 27, 2025
-
msvcrt.dll 174Updated: May 29, 2026 • AI article: Sep 28, 2023
-
msvcr90.dll 122Updated: Jan 12, 2026 • AI article: Nov 29, 2025
-
msvcr80.dll 118Updated: Jan 13, 2026 • AI article: Sep 27, 2023
-
msvcr71.dll 102Updated: Mar 31, 2026 • AI article: Nov 27, 2025
- Updated: Jun 9, 2026 • AI article: Mar 14, 2024
-
msvcr110.dll 77Updated: Jun 22, 2026 • AI article: Nov 28, 2025
- Updated: Apr 22, 2026 • AI article: Mar 14, 2024
-
msvcrt40.dll 30Updated: Jan 12, 2026 • AI article: Sep 24, 2023
- Updated: Dec 13, 2024 • AI article: Mar 14, 2024
Broader Matches (Recent)
- Updated: Jun 24, 2026 • AI article: Sep 26, 2023
-
msvcp140.dll 2,353Updated: Jun 17, 2026 • AI article: Nov 28, 2025
-
msvcp140_1.dll 910Updated: Jun 17, 2026 • AI article: Nov 28, 2025
-
msvcp140_2.dll 831Updated: Jun 17, 2026 • AI article: Nov 28, 2025
- Updated: Jun 17, 2026 • AI article: Dec 3, 2025
-
msvcp120.dll 248Updated: Jun 14, 2026 • AI article: Nov 27, 2025
- Updated: May 23, 2026 • AI article: Sep 20, 2023
- Updated: Apr 22, 2026 • AI article: Dec 11, 2025
- Updated: Apr 1, 2026 • AI article: Mar 14, 2024
- Updated: Mar 25, 2026