msvcp140_1.dll
Download and install msvcp140_1.dll to fix missing or corrupted DLL errors.
About msvcp140_1.dll
msvcp140_1.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 msvcp140_1.dll?
msvcp140_1.dll is a C++ runtime library used by applications built with Microsoft Visual C++ v14.x (Visual Studio 2017, 2019, 2022, and later toolsets). It is part of the Microsoft C++ Standard Library (MSVCP family) and works alongside msvcp140.dll to provide modern C++ functionality on Windows.
This DLL was introduced as a so‑called “dot library” to add newer C++ standard library features while keeping binary compatibility with the original msvcp140.dll. Programs compiled with newer Visual Studio toolsets may depend on msvcp140_1.dll in addition to msvcp140.dll.
If it is missing or corrupted, you’ll often see errors when launching games or applications that were built with recent Visual Studio versions.
Common messages include:
"The code execution cannot proceed because msvcp140_1.dll was not found."
"msvcp140_1.dll is missing from your computer."
"Error loading msvcp140_1.dll"
What Does msvcp140_1.dll Do?
✔ Part of the C++ Standard Library
msvcp140_1.dll provides additional C++ standard library implementations that extend what is provided by msvcp140.dll. Together, these libraries support:
- Standard containers (vector, map, string, etc.)
- Algorithms and iterators
- Streams and locale support
- Concurrency helpers and other C++ runtime features
Some newer C++ language and library features added in later Visual Studio 2017+ updates rely on msvcp140_1.dll specifically.
✔ Works With the Universal C Runtime
Modern C/C++ programs on Windows use:
- UCRT (Universal C Runtime) for core C functions
- VCRUNTIME140.dll (and newer) for low‑level runtime support
- MSVCP140 / MSVCP140_1 / related dot libraries for C++ standard library behavior
If any of these components are missing or mismatched, applications can fail to start.
Why Do msvcp140_1.dll Errors Occur?
✔ Visual C++ Redistributable Not Installed or Outdated
Many games and applications depend on the Microsoft Visual C++ 2015–2022 Redistributable. If it’s missing, outdated, or corrupted, msvcp140_1.dll may not be present on the system.
✔ Incomplete or Failed Redistributable Install
If the installer was interrupted or failed silently, some runtime files — including msvcp140_1.dll — might not be installed correctly.
✔ Wrong Architecture
On 64‑bit Windows, you may need both:
- 32‑bit (x86) runtime for 32‑bit applications
- 64‑bit (x64) runtime for 64‑bit applications
If you only have one installed, programs built for the other architecture may complain about missing msvcp140_1.dll.
✔ Corrupted System Files or Disk Issues
File system problems, power loss, or antivirus interference can corrupt runtime DLLs.
✔ Manual File Replacement
Copying msvcp140_1.dll from another machine or from an untrusted site can introduce:
- Version mismatches
- Not designed to run on Windows errors
- New crashes or instability
How To Fix msvcp140_1.dll Errors
1. Install or Repair the Visual C++ 2015–2022 Redistributable (Recommended)
The safest and most reliable fix is to install the latest supported Visual C++ v14 Redistributable from Microsoft.
- Go to the official Microsoft Latest supported Visual C++ Redistributable page.
- Download the x86 and x64 installers for the v14 redistributable.
- Run each installer and choose Repair if it’s already installed, or Install if it is not.
- Restart your computer and try launching the application again.
This ensures that msvcp140_1.dll, msvcp140.dll, vcruntime140.dll, and related files are all present and correctly versioned.
2. Reinstall the Affected Application or Game
Many installers include the necessary C++ runtime or will trigger its installation.
- Reinstall the game or application that shows the msvcp140_1.dll error.
- During installation, allow any Visual C++ Redistributable setup to run.
3. Match the Correct Architecture
If the error appears only for a specific program, check whether it is 32‑bit or 64‑bit:
- Install the x86 redistributable for 32‑bit apps
- Install the x64 redistributable for 64‑bit apps
Both can and often should coexist on 64‑bit Windows.
4. Repair Windows System Files (If Errors Persist)
If you suspect system corruption:
Run SFC
sfc /scannowOn newer Windows versions, you can also run DISM before SFC:
Run DISM
DISM /Online /Cleanup-Image /RestoreHealthThen run sfc /scannow again.
5. Avoid Dropping Random Copies Into System32/SysWOW64
Manually copying msvcp140_1.dll into C:/Windows/System32 or C:/Windows/SysWOW64 from an unknown source can break other applications or introduce security risks.
The correct fix is to install or repair the official Visual C++ Redistributable so all runtime components are consistent.
Where Is msvcp140_1.dll Normally Located?
After installing the redistributable, typical locations are:
C:/Windows/System32/msvcp140_1.dll(64‑bit)C:/Windows/SysWOW64/msvcp140_1.dll(32‑bit on 64‑bit systems)
Some applications may also ship local copies inside their own folder:
ApplicationFolder/ApplicationFolder/bin/
Most well‑behaved software relies on the system‑installed redistributable instead of bundling its own version.
Summary
msvcp140_1.dll is a C++ standard library runtime introduced with newer Visual Studio 2017+ toolsets and installed via the Microsoft Visual C++ 2015–2022 Redistributable. Many modern games and applications depend on it in addition to msvcp140.dll.
Errors usually mean the redistributable is missing, outdated, corrupted, or installed only for the wrong architecture. Installing or repairing the latest Visual C++ v14 redistributable from Microsoft — and then restarting your system — fixes the problem in most cases.
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 msvcp140_1.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 msvcp140_1.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\msvcp140_1.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\msvcp140_1.dll"
Or open Windows Terminal/PowerShell in the DLL’s folder and run:
regsvr32 msvcp140_1.dll
How to Install msvcp140_1.dll
To install msvcp140_1.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\msvcp140_1.dll
Place 32-bit DLL files in:
C:\Windows\SysWOW64\msvcp140_1.dll
Or place the DLL file next to the application’s .exe:
C:\path\to\exe\msvcp140_1.dll
Request a Different Version
Requesting msvcp140_1.dll could improve your odds of getting a new version or variant faster.
Make a Request
Trending Requests
- Msvcp140_1.dll
- Tomtom
- 14.24.28127.4
- A
- virtual box
- windows 8
- Dolphin emulator 50-12955
- MSVCR
- win11
- windows 10
Similar .DLL Files
Related to msvcp140_1.dll, grouped by different match signals.
Same Base Name
-
msvcp140.dll 2,353Updated: Jun 17, 2026 • AI article: Nov 28, 2025
-
msvcp140_2.dll 831Updated: Jun 17, 2026 • AI article: Nov 28, 2025
- Updated: Jun 24, 2026 • AI article: Sep 26, 2023
- Updated: Jun 17, 2026 • AI article: Dec 3, 2025
-
msvcp120.dll 248Updated: Jun 14, 2026 • AI article: Nov 27, 2025
-
msvcp140d.dll 218Updated: Dec 20, 2025 • AI article: Nov 28, 2025
-
msvcp100.dll 165Updated: Jan 12, 2026 • AI article: Nov 27, 2025
-
msvcp140_1d.dll 161Updated: Sep 14, 2025 • AI article: Nov 28, 2025
-
msvcp140_2d.dll 159Updated: Sep 14, 2025 • AI article: Nov 28, 2025
- Updated: Sep 14, 2025 • AI article: Mar 14, 2024
Broader Matches (Recent)
-
msvcr110.dll 77Updated: Jun 22, 2026 • AI article: Nov 28, 2025
- Updated: Jun 9, 2026 • AI article: Mar 14, 2024
-
msvcrt.dll 174Updated: May 29, 2026 • AI article: Sep 28, 2023
- Updated: May 23, 2026 • AI article: Sep 20, 2023
- Updated: Apr 22, 2026 • AI article: Mar 14, 2024
- Updated: Apr 22, 2026 • AI article: Dec 11, 2025
- Updated: Apr 1, 2026 • AI article: Mar 14, 2024
-
msvcr71.dll 102Updated: Mar 31, 2026 • AI article: Nov 27, 2025
- Updated: Mar 25, 2026
-
msvcr80.dll 118Updated: Jan 13, 2026 • AI article: Sep 27, 2023