0x00000077
Microsoft Windows
Severity: CriticalWhat Does This Error Mean?
The 0x00000077 blue screen means Windows tried to read a piece of kernel data from your hard drive into RAM, and the read failed. This is called KERNEL_STACK_INPAGE_ERROR. The kernel stack is critical data Windows needs to keep the system running. When it cannot be read from disk, Windows has no choice but to crash. This usually points to a failing hard drive, bad RAM, or a corrupted disk.
Affected Models
- Windows 10
- Windows 11
- Windows 8.1
- Windows Server
Common Causes
- The hard drive or SSD is failing and has bad sectors where Windows data is stored
- A loose or damaged SATA or NVMe cable is interrupting communication with the drive
- RAM is failing and cannot hold kernel data reliably after it is read from disk
- The Windows page file on the disk is corrupted or stored on a damaged section of the drive
- A power fluctuation or sudden shutdown corrupted critical disk structures
How to Fix It
-
Run Check Disk to scan your hard drive for errors. Open Command Prompt as Administrator and type: chkdsk C: /f /r — then press Y and restart when prompted.
This scan runs before Windows loads and can take anywhere from 20 minutes to a few hours depending on your drive size.
-
Check your drive health with a free tool like CrystalDiskInfo. Download it and look for any drives that show a yellow 'Caution' or red 'Bad' status.
A drive showing bad sectors or reallocated sector counts is on its way to failure. Back up your files immediately.
-
Run Windows Memory Diagnostic to test your RAM. Type 'Windows Memory Diagnostic' in the Start menu, then choose 'Restart now and check for problems.'
Since both RAM and disk can cause this error, it is worth testing both. The memory test takes about 15 minutes.
-
Check that your drive's data cable is firmly connected. For desktop PCs, open the case and reseat the SATA cable at both ends — at the drive and at the motherboard.
Laptops do not typically have removable SATA cables, but you can try removing and reseating the drive itself.
-
Run System File Checker to repair corrupted Windows files. Open Command Prompt as Administrator and type: sfc /scannow
If a corrupted system file is being paged to and from disk frequently, repairing it can stop the crashes.
When to Call a Professional
This error strongly suggests a hardware problem — either the drive or the RAM. If disk checks report errors, back up your files immediately before the drive fails completely. A technician can clone your drive to a new one to preserve your data. Drive replacement typically costs $50 to $150 including the new drive and labor.
Frequently Asked Questions
What is the kernel stack and why does it matter?
The kernel stack is like a scratchpad Windows uses to keep track of what it is currently doing. It stores temporary data about running processes and driver operations. Windows keeps part of this data on your hard drive and reads it into RAM as needed. When that read fails, the scratchpad is missing and Windows cannot continue — hence the crash.
Can I recover my files if the drive is failing?
Yes, but act quickly. As long as the drive is still partially working, you can copy your important files to an external drive or USB stick. Do this before running any repair tools, which could make data recovery harder later. If the drive is already unresponsive, a professional data recovery service may be needed.
Is this error worse than other blue screens?
It is among the more serious ones because it often signals hardware failure. Blue screens caused by bad drivers can be fixed with a software update. Blue screens caused by a failing hard drive cannot — the hardware needs to be replaced. Take this error seriously and back up your data as soon as possible.