Question ERROR api-ms-win-crt-runtime-|1-1-0.dll is missing from your computer.

Apr 30, 2022
16
0
10
The programcant start because api-ms-win-crt-runtime|1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem.

I reinstalled VC redist and downloaded the DLL files and put them to SysWOW64 and Sys32 but none of them worked. When i try to open a program i see this error anyone know a solution?
 

Colif

Win 11 Master
Moderator
what are you trying to install?

normally don't need to download dll files

right click start button
choose powershell (admin)
copy/paste this command into window:
Repair-WindowsImage -Online -RestoreHealth
and press enter
Then type SFC /scannow
and press enter

Restart PC if SFC fixes any files as some fixes require a restart to be implemented
First command repairs the files SFC uses to clean files, and SFC fixes system files
SFC = System File Checker. First command runs DISM - https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/what-is-dism?view=windows-11

here are a few other suggestions - https://www.thewindowsclub.com/api-ms-win-crt-runtime-l1-1-0-dll-is-missing

https://answers.microsoft.com/en-us...-missing/b593b94e-6691-423b-a586-0b7f10131e35
 
Last edited:
D

Deleted member 14196

Guest
Install vcredist 2019. I would install both of 64 and 32 bit and that should replace the 2015 visual studio redistribution

Also look at the logs that are generated from the game that fails. Hopefully it creates error logs

also try all these methods
[Fixed] API-Ms-Win-Crt-Runtime-l1-1-0.dll Missing (technewstoday.com)

remember to install or repair the 2019 Visual Studio redist. that replaces 2013 and 2015 completely
 
Last edited by a moderator: