Microsoft Visual C++ Runtime Library Error Windows 10/11

Published by Nyau Wai Hoe - Updated on

The Microsoft Visual C++ Runtime Library Error may occur randomly, depending on the situation and what application causes it to happen. Any software or application that uses the C++ Runtime Library may cause the error if the software itself is corrupted or due to a faulty Visual C++ Runtime Library.

The prompted error typically read as, “This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information” or “An application has made an attempt to load the C++ runtime library incorrectly“.

Microsoft Visual C++ Runtime Library Error Windows 10/11

Understanding the Problem – C++ Runtime Error

Before you try any solutions from around the internet, try to understand what this problem implies, so you know you’re going for the right solutions. Runtime is a set of executable instructions developed by Microsoft, which some applications rely on to run. So, when there is a problem with the software application that uses the Runtime library or that the Runtime library itself is faulty, it may cause conflicts between both of them, thus popping the Microsoft Visual C++ Runtime Library Error in Windows 10 or Windows 11.

Also see: VCRUNTIME140_1.dll Not Found in Windows 11 or 10

Common Causes

Some of the commonly reported apps, executable or processes that often cause the C++ Runtime error in Windows 10 or Windows 11 include:

  • explorer.exe
  • atibtmon.exe
  • logonui.exe
  • Xbox one controller
  • dllhost.exe
  • Any other executable file, especially games, that originally has something to do with the C++ Runtime Library.

Microsoft Visual C++ Runtime Library Error

How to Fix Microsoft Visual C++ Runtime Library Error

Here are some solutions that can help you fix the Microsoft Visual C++ Runtime Library Error in Windows 10 and Windows 11:

Reinstall, Update, or Uninstall the Problem Software

Depending on what application the executable file is listed along with the C++ Runtime error in Windows 10 or Windows 11, you will have to correct the problem accordingly. You can try to either reinstall, update, or completely uninstall the concerning program or game. Doing this should usually fix the issue.

Download and Install the Latest Microsoft Visual C++ Runtime Library

As mentioned earlier, the C++ runtime error in Windows 10 or Windows 11 can be due to broken software or faulty runtime library. To make sure it’s not the runtime library that is causing the problem, reinstall the latest Microsoft Visual C++ Runtime library.

You can download the latest Visual C++ runtime library from here. Launch the installer to install it. Restart your computer after the installation and see if you can still reproduce the error.

Alternatively, you can go to Settings > Apps > Apps & features in Windows 10 or Windows 11. Look for and select Microsoft Visual C++ Runtime Redistributable. Click on Modify, then select Repair to repair the runtime library.

Repair Microsoft Visual C++ Redistributable

Update Your Graphic Driver

In most cases, especially when you see the atibtmon.exe, explorer.exe, logonui.exe, or a game’s executable file shown in the C++ runtime error window in Windows 10 or Windows 11, it is most likely due to a corrupted or incorrect graphic driver.

Try to update your graphics driver by downloading the latest driver from the manufacturer’s website and install it on your computer. Alternatively, you can do this in the Device Manager:

  1. Press Win + R keys.
  2. Type devmgmt.msc in the run field. Click OK to run it.
  3. In Device Manager, expand Display adapters.
  4. Right-click your graphic card.
  5. Select “Update driver“.Update graphics driver
  6. Then, select Search automatically for updated driver software.

If the manager shows unable to find any driver, you can try to uninstall it by right-click your video card, then select Uninstall driver. This will allow Windows to automatically search for and install the right driver for your video card on the next restart.

Run System File Check and DISM Tool

When there is a missing or corrupted system file, the Microsoft Visual C++ Runtime Library error in Windows 10 or Windows 11 may also occur. After all, there is no harm in running system file check and DISM at all. In fact, you should run these repair tools once in a while to automatically check for system file errors.

To run system file check and DISM tool, follow these steps:

  1. Go to the start menu and search for CMD.
  2. Right-click Command Prompt and select Run as administrator.
  3. In the command prompt, enter the following commands and press Enter key after each line of command:
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth

Run SFC to fix runtime error Windows 10

If the C++ runtime error pops up instantly on startup, or if you can’t even boot into Windows to apply the fixes, read: how to startup repair Windows 10 using command prompt.

Run a Clean Boot

A clean boot starts Windows with a minimal set of drivers and startup programs, which can help you identify the problematic software causing the C++ runtime error. Here’s how to do a clean boot:

  1. Press Win + R keys to open the Run dialog box.
  2. Type msconfig and press Enter to open the System Configuration utility.
  3. In the System Configuration window, go to the Services tab and select the Hide all Microsoft services checkbox.
  4. Click the Disable all button to disable all non-Microsoft services.Disable services on Windows Startup
  5. Go to the Startup tab and click the Open Task Manager link.
  6. In Task Manager, disable all startup items.
  7. Close Task Manager and go back to the System Configuration window.
  8. Click OK to apply the changes and restart your computer.

Once your computer has restarted, check if the Microsoft Visual C++ Runtime Library Error still occurs. If not, then one of the disabled services or startup items was causing the problem. You can try enabling them one by one until you find the culprit.

Perform a System Restore

If you recently installed new software or made changes to your computer, you can try using System Restore to revert your computer to a previous state when the C++ runtime error didn’t occur.


Nyau Wai Hoe
Nyau Wai Hoe is the Founder and Chief Editor of WindowsDigitals.com. With a degree in software engineering and over 12 years of experience in the tech support industry, Nyau has established himself as an expert in the field, with a primary focus on the Microsoft Windows operating system. As a tech enthusiast, he loves exploring new technologies and leveraging them to solve real-life problems.

Share via
Copy link