0XC0000005

General System Access Violation (STATUS_ACCESS_VIOLATION) Applies to: Windows 7, Windows 10, Windows 11

What it means

A program tried to read or write memory it wasn't allowed to — usually an app bug, but can indicate corrupted files or faulty RAM if it happens across many different apps.

Also seen as: access violation

Quick fix steps

  1. Update the specific app that crashed, or reinstall it.
  2. Run "sfc /scannow" to check for corrupted system files.
  3. If it happens across multiple unrelated apps, run Windows Memory Diagnostic.
For the full step-by-step walkthrough, see An App Keeps Crashing.

Frequently Asked Questions

Does ACCESS_VIOLATION mean a program is trying to do something malicious?
Not usually — it almost always indicates a bug in that specific program (trying to access memory it shouldn't), not malicious intent. It's a common software crash code, not a security alert.
Will reinstalling the affected program fix this?
Often yes, if it's isolated to one specific application — reinstalling replaces whatever corrupted or buggy files were causing the violation.

Other error codes