.dll icon

msvcp140_1.dll

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

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

ADVERTISEMENT

DLL Overview

Last Updated
Jun 17th, 2026
Filename
msvcp140_1.dll
Company
Microsoft Corporation
Product
Microsoft® Visual Studio®
Description
Microsoft® C Runtime Library _1
Architecture
x86-64 (64 bit) x86 (32 bit) ARM (Thumb 2) ARM64
Metadata Consensus
770/910 Files 84.6%
Higher percentages indicate stronger agreement across versions. View available versions or browse repository metadata to compare differences between variants.

DLL Download Options

Download

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.

  1. Go to the official Microsoft Latest supported Visual C++ Redistributable page.
  2. Download the x86 and x64 installers for the v14 redistributable.
  3. Run each installer and choose Repair if it’s already installed, or Install if it is not.
  4. 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 /scannow

On newer Windows versions, you can also run DISM before SFC:

Run DISM

DISM /Online /Cleanup-Image /RestoreHealth

Then 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

This application has failed to start because msvcp140_1.dll was not found. Re-installing the application may fix this problem.
msvcp140_1.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 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

DLL Metadata

Metadata details such as companies and products associated with 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

82 people recently requested a new version or variant.
  1. Msvcp140_1.dll
  2. Tomtom
  3. 14.24.28127.4
  4. A
  5. virtual box
  6. windows 8
  7. Dolphin emulator 50-12955
  8. MSVCR
  9. win11
  10. windows 10

Similar .DLL Files

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

Same Base Name

Broader Matches (Recent)

Same File Hash

No items to show in this category.