0x0000009B
Microsoft Windows
Severity: CriticalWhat Does This Error Mean?
Blue screen 0x0000009B means Windows encountered a fatal error in the UDF file system driver. UDF (Universal Disk Format) is the file system used on DVDs, Blu-rays, and some USB drives. When Windows tries to read a disc or drive and the UDF driver fails, it triggers this crash. This is usually caused by a corrupted disc, a faulty optical drive, or a damaged UDF driver file.
Affected Models
- Windows 10
- Windows 11
- Windows 7
- Windows 8.1
Common Causes
- Scratched, dirty, or physically damaged DVD or Blu-ray disc being read at the time of the crash
- Faulty or failing optical drive (DVD/Blu-ray drive) sending bad data to the driver
- Corrupted udfs.sys driver file in Windows system files
- Third-party disc burning or ripping software that replaced or damaged the native UDF driver
- USB drive formatted with UDF file system has a corrupted directory structure
How to Fix It
-
Eject any DVD, Blu-ray, or CD from your optical drive. Restart Windows normally. If the BSOD does not come back, the disc itself was the problem — try a different disc or clean the disc surface.
A single badly scratched disc can repeatedly trigger this crash every time Windows attempts to read the damaged sectors.
-
Run System File Checker to repair the UDF driver. Open Command Prompt as Administrator and run: sfc /scannow — wait for it to complete, then restart.
SFC will detect and replace a corrupted udfs.sys file automatically. This fixes the majority of software-caused 0x0000009B crashes.
-
Run DISM to repair the Windows component store. In Administrator Command Prompt: DISM /Online /Cleanup-Image /RestoreHealth — wait for it to finish completely, then restart.
DISM downloads a fresh copy of system files from Windows Update servers and replaces damaged ones, including driver files.
-
Update or reinstall your optical drive's firmware and driver. Open Device Manager (right-click Start > Device Manager), expand DVD/CD-ROM Drives, right-click your drive, and select Update Driver. Also check the drive manufacturer's website for a firmware update.
Firmware bugs in older optical drives can cause bad data reads that trigger UDF driver crashes.
-
If you have disc burning or ripping software installed (Nero, ImgBurn, Roxio, etc.), try uninstalling it temporarily. Some older versions of these tools install their own UDF filter drivers that can conflict with the Windows native driver.
After uninstalling, run sfc /scannow again to restore the original Windows UDF driver if it was replaced.
When to Call a Professional
If you have run SFC and DISM and the crashes continue without any disc inserted, the UDF system file may be deeply corrupted. A technician can perform a Windows repair install to replace all affected drivers. If an optical drive is suspected, replacement drives are inexpensive — typically $20 to $50.
Frequently Asked Questions
Does 0x0000009B mean my optical drive is broken?
Not necessarily. The most common cause is a bad disc, not a bad drive. Try different discs and see if the crash only happens with certain ones. If the crash happens with every disc, or even with no disc inserted, then the drive itself may be failing. Testing with a known-good disc from a fresh sealed case is the quickest way to rule out the drive.
Can this BSOD happen with a USB drive?
Yes, if the USB drive is formatted with the UDF file system. This is uncommon for regular USB flash drives (they usually use FAT32 or exFAT), but some video cameras and professional devices write UDF-formatted files to USB drives. If the crash happens when plugging in a specific USB device, try the drive on another PC to check if the drive is corrupted.
What is udfs.sys?
udfs.sys is the Windows kernel driver that handles reading and writing UDF-formatted discs and volumes. It sits between the hardware (optical drive or USB device) and Windows file management. When this driver encounters data it cannot parse — due to corruption, bad media, or a software bug — it can trigger a stop error rather than pass garbage data up to the rest of the operating system.