How to Download and Install MSVCP120.dll
The MSVCP120.dll file is part of the Microsoft Visual C++ Redistributable package and is essential for running many applications, particularly those developed with Visual Studio. If you encounter an error related to a missing MSVCP120.dll file, you may need to download and install it manually.
1. Check if MSVCP120.dll Already Exists on Your Computer
Before downloading, make sure the file is actually missing:
- Open the folder
C:\Windows\System32
for 64-bit systems orC:\Windows\SysWOW64
for 32-bit systems. - Search for
MSVCP120.dll
. If it’s not there, proceed to the next step.
2. Download MSVCP120.dll from an Official Source
It’s best to download the library only from the official Microsoft website to avoid the risk of malware from unverified sources.
To download:
- Go to the official Microsoft Visual C++ 2013 Redistributable page.
- Select the appropriate version (x86 for 32-bit systems or x64 for 64-bit systems) and click Download.
- Install the downloaded file by following the on-screen instructions. This will install the missing MSVCP120.dll file along with related libraries.
3. Manually Copy MSVCP120.dll (If Needed)
If the Redistributable installation didn’t resolve the issue, you can try adding the file manually:
- Download
MSVCP120.dll
from a reliable source, such as DLL-files.com. - Unzip the file and copy it to the
C:\Windows\System32
folder (for 64-bit systems) orC:\Windows\SysWOW64
folder (for 32-bit systems). - Restart your computer to apply the changes.
4. Verify the Fix
After installation, run the application that was showing the error. If the error persists, try re-registering the DLL:
regsvr32 MSVCP120.dll
This should resolve the issue.