The missing MSVCP120.dll message means the required Visual C++ 2013 C++ runtime DLL is not being found when Photoshop Elements starts.
MSVCP120.dll is the C++ runtime for Visual Studio 2013:
- Msvcr120.dll – C runtime
- Msvcp120.dll – C++ runtime
If Windows cannot find the required redistributable DLLs, applications fail to start with messages like the one shown. To resolve this, ensure the correct redistributable is installed and available to the app.
Follow these steps:
- Install the correct Visual C++ Redistributable
- Install the latest supported Visual C++ Redistributable that includes the 2013 runtime (2015–2022 package) from the official Microsoft source.
- Install both x86 and x64 variants if available, because some apps use 32-bit components even on 64-bit Windows.
- Verify the DLL is present and accessible
- After installation, try launching Photoshop Elements again.
- If the error persists, the application might not be seeing the system copy of MSVCP120.dll. Some older apps expect the DLL to be available either via the system path or in the application’s local folder.
- Use application-local deployment as a workaround (not generally recommended, but can fix a broken app)
- It is possible to place the redistributable DLLs directly in the application’s local folder (the folder containing the Photoshop Elements executable). This is supported but not recommended for servicing reasons.
- If done, ensure both MSVCP120.dll and MSVCR120.dll are present in that folder.
- If the DLL is still reported missing
- The error indicates the DLL cannot be found in the path. In that case, reinstalling the relevant Visual C++ components or copying the appropriate DLL from the Visual C++ installation to the computer is the supported resolution.
- If reinstalling the redistributable and the application does not resolve the issue, collect more detail by checking for other missing DLL messages or using a dependency tool to see which runtime files the Photoshop Elements executable expects.
Once the correct Visual C++ 2013 runtime is properly installed and visible to Windows, Photoshop Elements should start without the MSVCP120.dll error.
References: