Ad Space — Top Banner

0x00000026

Microsoft Windows

Severity: Critical

What Does This Error Mean?

The 0x00000026 blue screen means Windows found a critical error in the CD-ROM file system driver. This is called CDFS_FILE_SYSTEM. It is usually triggered when Windows tries to read a damaged disc or when the optical drive driver has a problem.

Affected Models

  • Windows 10
  • Windows 11
  • Windows 8.1
  • Windows 7
  • Windows Server

Common Causes

  • A scratched or damaged CD, DVD, or Blu-ray disc triggered a driver error
  • The optical disc drive driver is outdated, corrupted, or incompatible
  • A third-party disc burning or ripping program has a buggy driver
  • Windows system files related to the CD file system have become corrupted
  • A virtual disc drive software (like Daemon Tools or PowerISO) installed a faulty driver

How to Fix It

  1. Eject any disc from the optical drive and restart Windows. If the crash only happens with a specific disc, that disc may be damaged or incompatible.

    A faulty disc can cause the CDFS driver to enter an unrecoverable error state during read operations.

  2. Update the optical drive driver. Open Device Manager (right-click Start > Device Manager), expand DVD/CD-ROM drives, right-click your drive, and select Update driver.

    An outdated optical drive driver is a very common trigger for this specific stop code.

  3. Uninstall any virtual disc or disc burning software. In Settings > Apps, remove programs like Daemon Tools, Alcohol 120%, PowerISO, or similar tools. These programs add low-level drivers that can cause this crash.

    After uninstalling, restart Windows. The crash should stop if virtual disc drivers were the cause.

  4. Run the System File Checker. Open Command Prompt as Administrator and type: sfc /scannow — and press Enter. This repairs any corrupted Windows CDFS system files.

    The scan takes 10 to 20 minutes. Do not close the window until it finishes.

  5. Run DISM to repair the Windows image. Open Command Prompt as Administrator and type: DISM /Online /Cleanup-Image /RestoreHealth — and press Enter. Wait for it to complete, then restart.

    DISM repairs deeper Windows component issues that SFC alone cannot fix. Run it after SFC for best results.

When to Call a Professional

If this BSOD appears on a system without any optical drive and without virtual disc software, an underlying system file corruption may be responsible. A technician can run deeper diagnostics. This error is rare on modern systems and is almost always software-related.

Frequently Asked Questions

Can this error happen on a computer without a disc drive?

Yes, if virtual disc software is installed. Programs like Daemon Tools create a virtual optical drive in Windows. The CDFS driver still runs to support these virtual drives, and a buggy virtual drive driver can trigger this stop code.

Does this error damage any of my files?

The crash itself does not damage files. However, any files that were open or being written at the moment of the crash may be corrupted. Windows typically detects and repairs these on the next startup.

What is the CDFS driver?

CDFS stands for Compact Disc File System. It is the Windows driver responsible for reading the contents of CDs and DVDs. When this driver encounters a serious error it cannot recover from, Windows crashes rather than risk further damage to the system.