BSOD-Related Data Loss
The Blue Screen of Death is a symptom, not a cause. The real question is what triggered it. Some BSODs come from software issues that pose no risk to your data; others are early warnings that the storage drive itself is failing, and continuing to operate the system accelerates the damage. The stop code on the screen is the diagnostic clue that determines which scenario you’re in.
MiniTool · Stellar · Fortect
signal urgent recovery
Windows 11 black BSOD
Don’t wait for the tenth blue screen before backing up. By that point, the drive has been operating in a degraded state and the damage is significantly worse. A single KERNEL_DATA_INPAGE_ERROR, INACCESSIBLE_BOOT_DEVICE, or UNMOUNTABLE_BOOT_VOLUME is a warning. Heed it.
BSOD-related data loss is the loss or potential loss of data caused by underlying problems that trigger Windows Blue Screen of Death (or Black Screen of Death on Windows 11) errors. The BSOD itself is a symptom rather than a cause; Windows displays it when the operating system encounters a fatal error that prevents safe continued operation. Some BSODs come from software issues that pose no risk to data, while others signal that the storage drive is failing, in which case continued operation can accelerate damage and reduce recovery odds.
What BSOD Is and How It Causes Data Loss
The Blue Screen of Death is what Windows displays when the operating system encounters a fatal error it cannot recover from. The screen itself isn’t the problem; it’s Windows shutting down to prevent further damage from continuing operation in a broken state. The BSOD includes a stop code, sometimes a QR code, and a brief description of what went wrong. The screen has been part of Windows since the early 1990s and has gone through several visual revisions, but its purpose has remained consistent: emergency stop when the OS detects something it cannot safely work around.1
The blue screen on Windows 11 is now black
Microsoft changed the BSOD background color from blue to black starting with Windows 11 in 2021. The change was aesthetic, matching the rest of the Windows 11 design language. The functionality is unchanged: same stop codes, same QR codes, same emergency-shutdown behavior. The terminology in industry usage has stuck with “BSOD” regardless of whether the screen is actually blue or black. Some preview Windows builds have produced green screens during specific failures; these behave identically to the blue and black versions.
How BSODs cause data loss
BSODs cause data loss through several distinct mechanisms, and recognizing which one applies determines the right response:
- Lost work in memory: any unsaved data in open applications is lost when the BSOD forces a restart. A document being edited, a game in progress, a video being rendered. This is the most common but typically least severe form of BSOD data loss.
- Corrupted files mid-write: if a file was being written to disk when the crash occurred, the file may be left in a partially-written state. The result is file corruption on a single file rather than systemic damage.
- File system corruption: if the BSOD occurred during file system operations (creating files, updating directory structures), the file system itself can be left inconsistent, sometimes producing many corrupted files at once.
- Repeated crash damage to drives: physical drives subjected to repeated hard shutdowns from BSODs experience accelerated wear. Mechanical components have to repeatedly stop and restart suddenly.
- Cascade from underlying failure: if the BSOD was caused by a failing drive, continued operation while the user troubleshoots accelerates the failure. The drive may go from “occasional BSODs” to “completely unresponsive” over a period of hours or days.
The BSOD itself doesn’t damage the drive
This is the critical distinction users miss. The blue screen appearing is Windows protecting itself from a problem; the screen is not the problem. If the drive is healthy and the BSOD was caused by a software issue (driver bug, Windows update problem, application crash), data risk is minimal. If the drive itself is failing and producing the BSOD, the underlying failure is what threatens data, not the BSOD as such. The diagnostic question is which scenario applies, and the stop code is the primary clue.2
Stop Codes That Point to Drive Failure
Every BSOD displays a stop code (sometimes called a bug check code) identifying the specific failure type. Several specific codes are direct signals that the storage drive is involved in the failure, while others point to issues that don’t typically affect data integrity.3
| Stop code | What it means | Drive involvement |
|---|---|---|
| KERNEL_DATA_INPAGE_ERROR | Windows couldn’t read data from the page file or system data | Strong; bad sectors or read errors likely |
| INACCESSIBLE_BOOT_DEVICE | Windows can’t access the drive containing the OS | Very strong; drive controller or file system issue |
| UNMOUNTABLE_BOOT_VOLUME | Boot drive found but file system unreadable | Very strong; file system or media problem |
| CRITICAL_PROCESS_DIED | A core Windows process crashed | Possible; sometimes due to storage failure preventing process loading |
| FILE_SYSTEM_ERROR | Generic file system error | Strong; file system corruption |
| NTFS_FILE_SYSTEM | NTFS-specific file system error | Strong; NTFS structure damaged |
| FAT_FILE_SYSTEM | FAT-specific file system error | Strong; FAT structure damaged |
| MEMORY_MANAGEMENT | Memory subsystem error | Weak; usually RAM, sometimes related to virtual memory on disk |
| IRQL_NOT_LESS_OR_EQUAL | Driver or hardware error accessing memory | Weak; usually driver issue |
| PAGE_FAULT_IN_NONPAGED_AREA | Memory access error | Weak; usually RAM, sometimes paging file on disk |
The “drive failure” cluster
The first six codes in the table above (KERNEL_DATA_INPAGE_ERROR, INACCESSIBLE_BOOT_DEVICE, UNMOUNTABLE_BOOT_VOLUME, CRITICAL_PROCESS_DIED, FILE_SYSTEM_ERROR, NTFS_FILE_SYSTEM) are the ones recovery engineers see most often associated with failing drives. If any of these appear, treat them as urgent warnings about drive health. The MDrepairs source notes that one BSOD with a drive-related stop code is worth investigating; most users wait until the tenth before acting, and by then the drive has been operating in a degraded state for weeks.
SSDs produce drive-related BSODs too
SSDs can fail more abruptly than hard drives, sometimes going from working perfectly to completely dead with little warning. The same stop codes appear: KERNEL_DATA_INPAGE_ERROR, UNMOUNTABLE_BOOT_VOLUME, CRITICAL_PROCESS_DIED. The underlying causes are different (worn NAND cells, controller failures, FTL corruption from firmware corruption) but the user-visible result is the same: Windows can’t read what it needs, so it crashes. SSD failures sometimes produce only one or two BSODs before the drive becomes entirely unresponsive, so SSD users have less warning time than HDD users.
The Boot Loop and Why It’s Dangerous
Boot loops are when the system gets stuck in a cycle of attempting to boot, encountering a BSOD, restarting, and crashing again before completing the boot process. The system never reaches the desktop, and the user’s data is inaccessible through the normal interface.4
Why boot loops accelerate damage
Each cycle of the boot loop is a hard shutdown followed by a power-on. For mechanical drives, that means:
- The platters spin down rapidly under power loss rather than completing a controlled shutdown.
- The heads have to be parked (or land in the landing zone) without the normal procedural sequence.
- On startup, the heads have to be loaded back into operation under stress.
- If the original failure was bad sectors, each boot attempt drags the heads across the same problematic regions repeatedly.
For SSDs, repeated power cycles stress the drive’s controller and can corrupt firmware modules that were being updated when power was lost. A drive that was producing one BSOD per day under normal use can be entirely dead after several hours of boot looping.
Breaking out of the boot loop
The right move when a system enters a boot loop with drive-related stop codes is to power off completely and stop attempting to boot. Then:
- Disconnect power entirely (unplug the laptop, remove the battery if accessible, or disconnect the desktop’s power cable).
- Don’t keep retrying hoping the next attempt will succeed.
- Plan recovery from outside the failing system rather than from within it.
Distinct from a “non-bootable” drive without BSODs
A system that fails to boot without ever showing a BSOD is in a different category. The drive may still be readable; the boot record or system files may be the only damaged components. The standard recovery approach (drive removal or WinPE bootable media) usually works in those scenarios. BSOD-driven boot loops imply the drive is actively failing in ways the OS can detect, which means the recovery window is shorter and the urgency is higher.
Recovering Data When the System Won’t Boot
Once the system can no longer boot reliably, the recovery approach moves outside the failing system. Two primary approaches exist, with different tradeoffs.5
Approach 1: Remove the drive, connect to a healthy computer
The fastest and most reliable approach when the user has access to a second computer. Steps:
- Power off the failing computer completely.
- Open the case (desktop) or access the drive bay (laptop).
- Disconnect the drive from the SATA/NVMe interface and remove it.
- Connect the drive to a healthy computer using a USB-to-SATA adapter, an NVMe USB enclosure, or as a secondary internal drive.
- The healthy computer’s operating system should detect the drive and offer access to its files.
- Copy critical data immediately to a separate destination drive.
This approach has key advantages: the failing system isn’t running, so no further BSODs occur during recovery; the working system isn’t dependent on the failing drive’s OS to boot; and standard file-copy tools work without specialized recovery software if the drive is readable.
Approach 2: Bootable WinPE recovery media
When physically removing the drive isn’t practical (warranty restrictions, soldered storage, sealed devices), bootable Windows Preinstallation Environment (WinPE) media provides an alternative:
- On a healthy computer, create a bootable WinPE USB drive using tools like EaseUS Data Recovery Wizard’s “Recover from Crash Computer” feature, MiniTool’s bootable media builder, or Microsoft’s Windows Assessment and Deployment Kit (ADK).
- Insert the USB into the failing computer and boot from it (typically by pressing F2, F12, or Esc during startup to reach boot menu).
- The system boots into a minimal Windows environment running entirely from USB without touching the failing internal drive.
- Use the included recovery software to scan the failing drive and copy files to an external destination.
This approach trades some complexity for accessibility. It works when drive removal isn’t an option but requires a working computer to create the bootable media in the first place.
When professional services are needed
Some BSOD-driven failures don’t yield to either DIY approach. Specifically:
- The drive isn’t detected on a different computer. If the failing drive doesn’t appear when connected to a healthy system, the issue is at the hardware or firmware level. See drive not recognized for the diagnostic ladder.
- The drive makes unusual sounds. Clicking, grinding, or scraping during boot attempts indicates physical damage. See click of death; stop attempting to boot and contact a professional service.
- SMART data shows critical errors. If the drive is detected on a healthy system but SMART attributes show rising bad-sector counts or imminent-failure flags, image the drive immediately and consider professional recovery for the most valuable data.
- The data value justifies the cost difference. Professional recovery is usually less risky than repeated DIY attempts on a failing drive.
Diagnosing the Underlying Cause
Once data is safely backed up (or while it’s being backed up if the system is still partially functional), the underlying cause needs identification to prevent recurrence. The diagnostic approach varies by what’s accessible.6
If the system still boots intermittently
Capture diagnostic information during stable periods:
- Check Event Viewer: Windows logs the events leading up to each BSOD in System and Application logs. Check for repeated disk errors, driver crashes, or hardware events around the time of crashes.
- Run SMART tools: CrystalDiskInfo on Windows shows SMART attributes. Rising Reallocated Sectors, Pending Sectors, or Reported Uncorrectable Errors point to bad sectors developing.
- Check the page file location: KERNEL_DATA_INPAGE_ERROR specifically relates to page file reads. If the page file is on a failing drive, moving it to a different drive may stabilize the system temporarily.
- Note recent changes: recent driver updates, Windows updates, hardware additions, or applications installed before the crashes started point toward software causes.
If the system won’t boot at all
Diagnose from outside the system:
- Connect the drive to another computer and run SMART tools against it. If SMART shows critical errors, the drive is failing.
- Try a CHKDSK pass only if SMART data is clean and the file system needs repair. Don’t run CHKDSK on a drive showing critical SMART errors; it can make recovery harder.
- Use the Last Known Good Configuration option on older Windows versions if the issue started after a recent change.
- Try Windows Recovery Environment through Windows installation media; it offers options for system restore, startup repair, and command prompt access.
Distinguishing software from hardware causes
| Indicator | Likely cause | Action |
|---|---|---|
| BSOD started after Windows update | Software (driver/update) | Roll back update or system restore |
| BSOD started after driver install | Software (driver) | Uninstall driver in safe mode |
| BSOD with drive-related stop code | Hardware (drive likely) | Back up data immediately |
| SMART data shows rising errors | Hardware (drive failing) | Replace drive after data backup |
| BSODs random with varying codes | Hardware (often RAM) | Run memtest86 to confirm |
| Drive makes unusual sounds | Hardware (physical drive failure) | Stop using; professional recovery |
| BSOD only in specific applications | Software (application or driver bug) | Update or replace application |
BSOD-related data loss is the recovery scenario where reading the stop code makes the entire difference between a benign software issue and an urgent hardware emergency. Most users treat all BSODs the same: a frustrating restart event to be ignored if rare or troubleshot if frequent. But within the BSOD category sit two completely different scenarios with completely different urgencies. Software BSODs (driver bugs, Windows update problems) are inconvenient. Hardware BSODs with drive-related stop codes are early warnings of failure that has typically been progressing for weeks before the user noticed.7
The behavioral pattern recovery engineers see most often is users ignoring the first few drive-related BSODs and only seeking help after the tenth. By that point, the drive has been operating in a degraded state long enough for the bad-sector count to grow substantially, the file system to develop secondary corruption, and the failure mode to progress from “occasional read errors” to “drive frequently unresponsive.” The recovery window narrows with each ignored warning. The first BSOD with KERNEL_DATA_INPAGE_ERROR is a warning. The fifth is a final notice. The tenth is often professional-recovery territory.
For users facing potential BSOD-driven data loss, the practical framework is: read the stop code, act on the diagnosis. Recovery software handles BSOD-related scenarios well when applied while the drive is still mostly functional, by recovering files via drive removal or bootable WinPE media. The same software is far less effective once the drive has degraded into an undetected state. The CrowdStrike-driven mass BSOD event of July 2024, which affected millions of Windows systems globally, was a software cause with no underlying drive failure; that’s the benign scenario where the BSODs themselves were the entire problem. The harder scenarios are the quiet ones where a single user’s drive is failing and producing BSODs that look identical to driver-cause BSODs except for the stop code.
BSOD Data Loss FAQ
Not by itself. A BSOD is Windows shutting down to prevent further damage when it encounters a fatal error. The screen itself doesn’t damage data. What matters is what caused the BSOD: software issues like driver bugs typically pose no data risk, while storage-related causes like failing drives or corrupted file systems can mean data is at active risk. Some BSODs lose only unsaved work in memory at the moment of the crash; other BSODs are early warnings that a drive is dying and continuing to operate the system will accelerate the failure. The stop code displayed on the BSOD screen is the diagnostic clue that determines which scenario you’re in.
Several stop codes directly point to storage failure. KERNEL_DATA_INPAGE_ERROR appears when Windows can’t read data from the page file, often due to bad sectors or read errors on the drive. CRITICAL_PROCESS_DIED can occur when storage failures prevent core Windows processes from loading correctly. INACCESSIBLE_BOOT_DEVICE means Windows can’t access the drive containing the operating system; this is one of the strongest storage-failure signals. UNMOUNTABLE_BOOT_VOLUME indicates that Windows found the boot drive but couldn’t read its file system. FILE_SYSTEM_ERROR and NTFS_FILE_SYSTEM point to corruption in the file system structures. When any of these codes appear, treat it as a serious warning about drive health and back up data immediately if you can still boot.
The approach depends on whether you can boot the system briefly. If the system boots intermittently before crashing, copy critical data to an external drive immediately on each successful boot, prioritizing irreplaceable files. If the system can’t boot at all, two options exist. The first is creating a bootable WinPE recovery USB on a different working computer, then booting the failing computer from the USB to access the drive’s files. The second is physically removing the drive from the failing computer and connecting it to a healthy computer as a secondary drive, where the data should be readable directly. The drive-removal approach is faster and avoids the risk of repeated boot attempts on a failing drive.
Generally no, especially if you suspect drive failure. Each forced reboot from a BSOD is a hard shutdown that can stress the drive’s mechanical components. For drives that are physically failing, repeated power cycles accelerate the damage. The best practice when a BSOD appears with a drive-related stop code is to power off the computer, disconnect it, and either remove the drive for data extraction on another computer or use bootable recovery media to access the drive without booting Windows normally. If the BSOD is software-caused (driver issues, Windows update problems) and the drive is healthy, restarting is safer; the diagnostic question is determining which scenario applies.
Microsoft changed the BSOD background color from blue to black in Windows 11 starting in 2021 for visual consistency with the rest of the Windows 11 design language. The functionality is unchanged: a black screen with the same QR code, frowning emoticon, and stop code information serves the same purpose as the traditional blue screen. The terminology is also unchanged in industry usage; both blue and black versions are still called BSODs. The stop codes, diagnostic meaning, and recovery approaches are identical regardless of background color. Some Windows 11 users have reported the screen briefly shows green during specific failure modes related to insider preview builds; these green screens behave the same as blue and black versions.
Yes, in most cases, even when the system completely fails to boot. The drive holding your data is a separate component from the operating system that failed to load. Removing the drive from the failed computer and connecting it to a working computer as a secondary drive is the fastest path; the working computer’s operating system can read files normally if the drive itself is healthy. If the drive is physically damaged or making unusual sounds, professional recovery services are the appropriate path. If the drive is healthy but the file system is corrupted, recovery software run against the drive on a working computer can extract files. The boot failure prevents using the operating system; it doesn’t prevent reading the data, as long as the drive itself responds.
Related glossary entries
- Drive Not Recognized: when the drive doesn’t appear at all, distinct from BSOD scenarios.
- Click of Death: physical drive failure that often produces BSODs alongside audible symptoms.
- Bad Sectors: the most common drive issue underlying KERNEL_DATA_INPAGE_ERROR BSODs.
- Firmware Corruption: SSD firmware issues can produce drive-related BSOD codes.
- RAW Partition: file-system corruption that can trigger UNMOUNTABLE_BOOT_VOLUME.
- Data Recovery: the umbrella concept; BSOD-driven recovery uses standard tools.
- Disk Image: imaging captures data from drives that won’t boot reliably.
Sources
- Datarecovery.com: Does the “Blue Screen of Death” Mean Lost Data? (accessed May 2026)
- MDrepairs: Blue Screen of Death: When It Means Your Drive Is Failing
- Fortect: Can BSoD Cause Data Loss?
- MiniTool: How to Fix Blue Screen of Death & Recover Data After BSOD
- Wondershare Recoverit: How to Recover Data after the Blue Screen of Death?
- Stellar: Windows Critical Structure Corruption and Data Loss
- MDrepairs: same source, on the “one BSOD is worth investigating” framing
About the Authors
Data Recovery Fix earns revenue through affiliate links on some product recommendations. This does not influence our reference content. Glossary entries are written and reviewed independently based on documented research, vendor documentation, independent testing, and recovery-engineer review. If anything on this page looks inaccurate, outdated, or worth revisiting, please reach out at contact@datarecoveryfix.com and we’ll review it promptly.
