How to Fix Windows Error 0xc0000142

17 views
Updated: 2025-07-05

If you're unsure, please do not proceed. Make sure you fully understand the situation before continuing.

What is 0xc0000142

The Windows error code 0xc0000142 typically indicates that a program failed to start because the application has been configured incorrectly. This error often occurs when the application's manifest file is missing or improperly configured, or when there is an issue with the application's compatibility settings. It can also be caused by a corrupted application installation, incompatible software, or issues with the Windows registry.

How to Fix 0xc0000142

1. Try running the application as an administrator. Right-click on the application shortcut and select "Run as administrator" to see if this resolves the issue.

2. Check for application updates. Make sure the program you're trying to run is up to date, as developers may have released patches to fix compatibility issues.

3. Reinstall the application. Uninstall the program from your computer and then download the latest version from the official website to ensure a clean installation.

4. Run the System File Checker (SFC) tool. Open Command Prompt as an administrator and enter the command `sfc /scannow`. This will scan and repair any corrupted system files that might be causing the error.

5. Reset or repair the application using the built-in troubleshooter. Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters, and run the "Program Compatibility Assistant" or "App Compatibility" troubleshooter.

6. Adjust compatibility settings. Right-click the application's executable file, go to Properties, and under the Compatibility tab, try running the program in a different Windows version or compatibility mode.

7. Check for malware. Run a full system scan using Windows Defender or another trusted antivirus program to ensure that no malicious software is interfering with the application.

Was this solution helpful?