
How to fix Windows error 0x80073712
June 18, 2026
How to fix error 0xC000007B in Windows
June 18, 2026The 0xC0000005 Application Error, also known as an access violation error, occurs when a program is unable to access the memory or resources it needs to run properly. This issue can prevent applications from launching, cause unexpected crashes, or display messages such as “The application was unable to start correctly (0xc0000005).”
Fortunately, there are several methods you can use to diagnose and fix the problem.
What Causes Error 0xC0000005?
This error can occur due to various reasons, including:
- Corrupted system files.
- Faulty RAM modules.
- Outdated or incompatible drivers.
- Malware infections.
- Damaged application files.
- Conflicts with antivirus software.
- Problems caused by recent Windows updates.
Method 1: Restart Your Computer
Temporary glitches can sometimes trigger application errors. Restart your computer and try launching the affected program again.
Method 2: Repair Corrupted System Files
Corrupted Windows files are one of the most common causes of error 0xC0000005.
Run SFC Scan
- Open Command Prompt as Administrator.
- Enter the following command:
sfc /scannow
- Wait for the scan to complete.
- Restart your PC.
Run DISM
Open Command Prompt as Administrator and run:
DISM /Online /Cleanup-Image /RestoreHealth
Restart the computer after the process finishes.
Method 3: Reinstall the Problematic Application
If the error only affects one program:
- Open Settings.
- Go to Apps > Installed Apps.
- Uninstall the affected application.
- Download the latest version from the developer.
- Reinstall the program.
Method 4: Run Windows Memory Diagnostic
Faulty memory can cause access violation errors.
- Press Windows + R.
- Type:
mdsched.exe
- Press Enter.
- Select Restart now and check for problems.
- Wait for Windows to complete the memory test.
Method 5: Scan for Malware
Malware infections may damage files or interfere with applications.
- Open Windows Security.
- Select Virus & threat protection.
- Click Scan options.
- Choose Full scan.
- Start the scan and remove any detected threats.
Method 6: Update Drivers
Outdated drivers can sometimes lead to application crashes.
- Right-click the Start button.
- Select Device Manager.
- Expand the appropriate category.
- Right-click the device and select Update driver.
- Install any available updates.
Method 7: Perform a System Restore
If the problem started recently, restoring Windows to an earlier state may help.
- Search for Create a restore point.
- Open System Restore.
- Choose a restore point created before the error appeared.
- Complete the restoration process.


