A Windows STOP code often called a bug check or bug check code is a number that uniquely identifies a specific Windows STOP code error (Blue Screen of Death). These occur when Windows suffers a serious problem and is forced to “stop” completely and reboots to display the Stop Code message.
These codes are hexadecimal code that starts with 0x, followed by a string of eight other characters. They can be useful to help troubleshoot the specific issue that caused the Blue Screen of Death. Most STOP codes are due to problems with a device driver or your computer’s RAM, but other codes can imply problems with other hardware or software.
There is no simple explanation for the cause of Windows Stop Code errors (also known as blue screen errors or bug check errors). Many different factors can be involved. However, various studies indicate that Stop errors usually are not caused by Microsoft Windows components. Instead, these errors are generally related to malfunctioning hardware drivers or drivers that are installed by third-party software. This includes video cards, wireless network cards, security programs, and so on.
General troubleshooting steps
To troubleshoot Windows Stop Code error messages, follow these general steps:
- Restart Your Computer The first fix is the easiest and most obvious. Restarting your computer fixes a huge amount of issues, and there is a reason “switching it off and on again” is a running joke (but the first go-to fix) in the IT world.
- The next step will be to do some initial research on the specific Stop error code that you find in the event logs. There may be suggested resolutions or workarounds for the problem.
- Make sure that you install the latest Windows updates, cumulative updates, and rollup updates. To verify the update status, refer to the appropriate update history for your system:
- b. Make sure that the BIOS and firmware are up-to-date.c. Run any relevant hardware and memory tests.
- Make sure that there is sufficient free space on the hard disk. The exact requirement varies, but we recommend 10–15 per cent free disk space.
- Run DISM, SFC and CHKDSK – DISM, SFC and CHKDSK are Windows system utilities you can use to fix a corrupt file system. At times, Windows files become corrupt and cause errors across your system. These tools scan your system and repair the broken files along the way.
Here’s how you use DISM, SFC and CHKDSK:
- Type Command Prompt (Admin) in the Start menu search bar, then right-click and select Run as administrator to open an elevated Command Prompt.
- Type the following command and press Enter: DISM /online /cleanup-image /restorehealth
- Wait for the command to complete. The process can take up to 20 minutes, depending on your system’s health. The process seems stuck at certain times, but wait for it to complete.
- When the process completes, type sfc /scannow and press Enter.
- Next, type chkdsk /r and press Enter. The command will scan your system for errors and fix any issues along the way.
- If you have narrowed down a piece of hardware or software that is causing the issue you can contact the respective hardware or software vendor to update the drivers and applications.
List of Windows STOP Codes
STOP Code | Cause of the Blue Screen |
0x00000001 | This Windows STOP Code means that there has been a mismatch in the APC state index. STOP Code error code 0x00000001 may also show “APC_INDEX_MISMATCH” on the same blue screen. |
0x00000002 | This STOP Code is uncommon. STOP Code error code 0x00000002 may also show “DEVICE_QUEUE_NOT_BUSY” on the same blue screen. |
0x00000003 | This STOP Code is uncommon. STOP Code error code 0x00000003 may also show “INVALID_AFFINITY_SET” on the same blue screen. |
0x00000004 | This STOP Code is uncommon. STOP Code error code 0x00000004 may also show “INVALID_DATA_ACCESS_TRAP” on the same blue screen. |
0x00000005 | This STOP Code is uncommon. STOP Code error code 0x00000005 may also show “INVALID_PROCESS_ATTACH_ATTEMPT” on the same blue screen. |
0x00000006 | This STOP Code is uncommon. STOP Code error code 0x00000006 may also show “INVALID_PROCESS_DETACH_ATTEMPT” on the same blue screen. |
0x00000007 | This STOP Code is uncommon. STOP Code error code 0x00000007 may also show “INVALID_SOFTWARE_INTERRUPT” on the same blue screen. |
0x00000008 | This STOP Code is uncommon. STOP Code error code 0x00000008 may also show “IRQL_NOT_DISPATCH_LEVEL” on the same blue screen. |
0x00000009 | This STOP Code is uncommon. STOP Code error code 0x00000009 may also show “IRQL_NOT_GREATER_OR_EQUAL” on the same blue screen. |
0x0000000A | This STOP Code means that Microsoft Windows or a kernel-mode driver accessed paged memory at DISPATCH_LEVEL or above. STOP Code error code 0x0000000A may also show “IRQL_NOT_LESS_OR_EQUAL” on the same blue screen. |
0x0000000B | This STOP Code is uncommon. STOP Code error code 0x0000000B may also show “NO_EXCEPTION_HANDLING_SUPPORT” on the same blue screen. |
0x0000000C | This STOP Code means that the current thread exceeded the permitted number of wait objects. STOP Code error code 0x0000000C may also show “MAXIMUM_WAIT_OBJECTS_EXCEEDED” on the same blue screen. |
0x0000000D | This STOP Code is uncommon. STOP Code error code 0x0000000D may also show “MUTEX_LEVEL_NUMBER_VIOLATION” on the same blue screen. |
0x0000000E | This STOP Code is uncommon. STOP Code error code 0x0000000E may also show “NO_USER_MODE_CONTEXT” on the same blue screen. |
0x0000000F | This STOP Code means that a request for a spin lock has been initiated when the spin lock was already owned. STOP Code error code 0x0000000F may also show “SPIN_LOCK_ALREADY_OWNED” on the same blue screen. |
0x00000010 | This STOP Code is uncommon. STOP Code error code 0x00000010 may also show “SPIN_LOCK_NOT_OWNED” on the same blue screen. |
0x00000011 | This STOP Code is uncommon. STOP Code error code 0x00000011 may also show “THREAD_NOT_MUTEX_OWNER” on the same blue screen. |
0x00000012 | This STOP Code means that an unknown exception has occurred. STOP Code error code 0x00000012 may also show “TRAP_CAUSE_UNKNOWN” on the same blue screen. |
0x00000013 | This STOP Code is uncommon. STOP Code error code 0x00000013 may also show “EMPTY_THREAD_REAPER_LIST” on the same blue screen. |
0x00000014 | This STOP Code is uncommon. STOP Code error code 0x00000014 may also show “CREATE_DELETE_LOCK_NOT_LOCKED” on the same blue screen. |
0x00000015 | This STOP Code is uncommon. STOP Code error code 0x00000015 may also show “LAST_CHANCE_CALLED_FROM_KMODE” on the same blue screen. |
0x00000016 | This STOP Code is uncommon. STOP Code error code 0x00000016 may also show “CID_HANDLE_CREATION” on the same blue screen. |
0x00000017 | This STOP Code is uncommon. STOP Code error code 0x00000017 may also show “CID_HANDLE_DELETION” on the same blue screen. |
0x00000018 | This STOP Code means that the reference count of an object is illegal for the current state of the object. STOP Code error code 0x00000018 may also show “REFERENCE_BY_POINTER” on the same blue screen. |
0x00000019 | This STOP Code means that a pool header is corrupt. STOP Code error code 0x00000019 may also show “BAD_POOL_HEADER” on the same blue screen. |
0x0000001A | This STOP Code means that a severe memory management error occurred. STOP Code error code 0x0000001A may also show “MEMORY_MANAGEMENT” on the same blue screen. |
0x0000001B | This STOP Code is uncommon. STOP Code error code 0x0000001B may also show “PFN_SHARE_COUNT” on the same blue screen. |
0x0000001C | This STOP Code is uncommon. STOP Code error code 0x0000001C may also show “PFN_REFERENCE_COUNT” on the same blue screen. |
0x0000001D | This STOP Code is uncommon. STOP Code error code 0x0000001D may also show “NO_SPIN_LOCK_AVAILABLE” on the same blue screen. |
0x0000001E | This STOP Code means that a kernel-mode program generated an exception which the error handler did not catch. STOP Code error code 0x0000001E may also show “KMODE_EXCEPTION_NOT_HANDLED” on the same blue screen. |
0x0000001F | This STOP Code is uncommon. STOP Code error code 0x0000001F may also show “SHARED_RESOURCE_CONV_ERROR” on the same blue screen. |
0x00000020 | This STOP Code means that an asynchronous procedure call (APC) was still pending when a thread exited. STOP Code error code 0x00000020 may also show “KERNEL_APC_PENDING_DURING_EXIT” on the same blue screen. |
0x00000021 | This STOP Code means that quota charges have been mishandled by returning more quota to a particular block than was previously charged. STOP Code error code 0x00000021 may also show “QUOTA_UNDERFLOW” on the same blue screen. |
0x00000022 | This STOP Code is uncommon. STOP Code error code 0x00000022 may also show “FILE_SYSTEM” on the same blue screen. |
0x00000023 | This STOP Code means that a problem occurred in the FAT file system. STOP Code error code 0x00000023 may also show “FAT_FILE_SYSTEM” on the same blue screen. |
0x00000024 | This STOP Code means a problem occurred in ntfs.sys, the driver file that allows the system to read and write to NTFS drives. STOP Code error code 0x00000024 may also show “NTFS_FILE_SYSTEM” on the same blue screen. |
0x00000025 | This STOP Code means that a problem occurred in the NPFS file system. STOP Code error code 0x00000025 may also show “NPFS_FILE_SYSTEM” on the same blue screen. |
0x00000026 | This STOP Code means that a problem occurred in the CD file system. STOP Code error code 0x00000026 may also show “CDFS_FILE_SYSTEM” on the same blue screen. |
0x00000027 | This STOP Code means that a problem occurred in the SMB redirector file system. STOP Code error code 0x00000027 may also show “RDR_FILE_SYSTEM” on the same blue screen. |
0x00000028 | This STOP Code is uncommon. STOP Code error code 0x00000028 may also show “CORRUPT_ACCESS_TOKEN” on the same blue screen. |
0x00000029 | This STOP Code is uncommon. STOP Code error code 0x00000029 may also show “SECURITY_SYSTEM” on the same blue screen. |
0x0000002A | This STOP Code means that an IRP was found to contain inconsistent information. STOP Code error code 0x0000002A may also show “INCONSISTENT_IRP” on the same blue screen. |
0x0000002B | This STOP Code means that the kernel mode stack was overrun. STOP Code error code 0x0000002B may also show “PANIC_STACK_SWITCH” on the same blue screen. |
0x0000002C | This STOP Code is uncommon. STOP Code error code 0x0000002C may also show “PORT_DRIVER_INTERNAL” on the same blue screen. |
0x0000002D | This STOP Code is uncommon. STOP Code error code 0x0000002D may also show “SCSI_DISK_DRIVER_INTERNAL” on the same blue screen. |
0x0000002E | This STOP Code means that a parity error in system memory has been detected. STOP Code error code 0x0000002E may also show “DATA_BUS_ERROR” on the same blue screen. |
0x0000002F | This STOP Code is uncommon. STOP Code error code 0x0000002F may also show “INSTRUCTION_BUS_ERROR” on the same blue screen. |
0x00000030 | This STOP Code means that the stack pointer in a trap frame had an invalid value. STOP Code error code 0x00000030 may also show “SET_OF_INVALID_CONTEXT” on the same blue screen. |
0x00000031 | This STOP Code means that system initialization failed. STOP Code error code 0x00000031 may also show “PHASE0_INITIALIZATION_FAILED” on the same blue screen. |
0x00000032 | This STOP Code means that system initialization failed. STOP Code error code 0x00000032 may also show “PHASE1_INITIALIZATION_FAILED” on the same blue screen. |
0x00000033 | This STOP Code is uncommon. STOP Code error code 0x00000033 may also show “UNEXPECTED_INITIALIZATION_CALL” on the same blue screen. |
0x00000034 | This STOP Code means that a problem occurred in the file system’s cache manager. STOP Code error code 0x00000034 may also show “CACHE_MANAGER” on the same blue screen. |
0x00000035 | This STOP Code occurs when the IoCallDriver packet has no more stack locations remaining STOP Code error code 0x00000035 may also show “NO_MORE_IRP_STACK_LOCATIONS” on the same blue screen. |
0x00000036 | This STOP Code means that a driver attempted to delete a device object that still had a positive reference count. STOP Code error code 0x00000036 may also show “DEVICE_REFERENCE_COUNT_NOT_ZERO” on the same blue screen. |
0x00000037 | This STOP Code is uncommon. STOP Code error code 0x00000037 may also show “FLOPPY_INTERNAL_ERROR” on the same blue screen. |
0x00000038 | This STOP Code is uncommon. STOP Code error code 0x00000038 may also show “SERIAL_DRIVER_INTERNAL” on the same blue screen. |
0x00000039 | This STOP Code means that the worker routine returned without releasing the mutex object that it owned. STOP Code error code 0x00000039 may also show “SYSTEM_EXIT_OWNED_MUTEX” on the same blue screen. |
0x0000003A | This STOP Code is uncommon. STOP Code error code 0x0000003A may also show “SYSTEM_UNWIND_PREVIOUS_USER” on the same blue screen. |
0x0000003B | This STOP Code means that an exception happened while executing a routine that transitions from non-privileged code to privileged code. STOP Code error code 0x0000003B may also show “SYSTEM_SERVICE_EXCEPTION” on the same blue screen. |
0x0000003C | This STOP Code is uncommon. STOP Code error code 0x0000003C may also show “INTERRUPT_UNWIND_ATTEMPTED” on the same blue screen. |
0x0000003D | This STOP Code is uncommon. STOP Code error code 0x0000003D may also show “INTERRUPT_EXCEPTION_NOT_HANDLED” on the same blue screen. |
0x0000003E | This STOP Code means that the system has multiple processors, but they are asymmetric in relation to one another. STOP Code error code 0x0000003E may also show “MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED” on the same blue screen. |
0x0000003F | This STOP Code is the result of a system which has performed too many I/O actions. This has resulted in fragmented system page table entries (PTE). STOP Code error code 0x0000003F may also show “NO_MORE_SYSTEM_PTES” on the same blue screen. |
0x00000040 | This STOP Code means that a driver has improperly used IoBuildPartialMdl STOP Code error code 0x00000040 may also show “TARGET_MDL_TOO_SMALL” on the same blue screen. |
0x00000041 | This STOP Code means that a kernel-mode thread has requested too much must-succeed pool. STOP Code error code 0x00000041 may also show “MUST_SUCCEED_POOL_EMPTY” on the same blue screen. |
0x00000042 | This STOP Code is uncommon. STOP Code error code 0x00000042 may also show “ATDISK_DRIVER_INTERNAL” on the same blue screen. |
0x00000043 | This STOP Code is uncommon. STOP Code error code 0x00000043 may also show “NO_SUCH_PARTITION” on the same blue screen. |
0x00000044 | This STOP Code means that a driver has tried to requested an IRP be completed that is already complete. STOP Code error code 0x00000044 may also show “MULTIPLE_IRP_COMPLETE_REQUESTS” on the same blue screen. |
0x00000045 | This STOP Code is uncommon. STOP Code error code 0x00000045 may also show “INSUFFICIENT_SYSTEM_MAP_REGS” on the same blue screen. |
0x00000046 | This STOP Code is uncommon. STOP Code error code 0x00000046 may also show “DEREF_UNKNOWN_LOGON_SESSION” on the same blue screen. |
0x00000047 | This STOP Code is uncommon. STOP Code error code 0x00000047 may also show “REF_UNKNOWN_LOGON_SESSION” on the same blue screen. |
0x00000048 | This STOP Code means that an I/O request packet (IRP) was completed, and then was subsequently canceled. STOP Code error code 0x00000048 may also show “CANCEL_STATE_IN_COMPLETED_IRP” on the same blue screen. |
0x00000049 | This STOP Code is uncommon. STOP Code error code 0x00000049 may also show “PAGE_FAULT_WITH_INTERRUPTS_OFF” on the same blue screen. |
0x0000004A | This STOP Code means that a thread is returning to user mode from a system call when its IRQL is still above PASSIVE_LEVEL. STOP Code error code 0x0000004A may also show “IRQL_GT_ZERO_AT_SYSTEM_SERVICE” on the same blue screen. |
0x0000004B | This STOP Code is uncommon. STOP Code error code 0x0000004B may also show “STREAMS_INTERNAL_ERROR” on the same blue screen. |
0x0000004C | This STOP Code is uncommon. STOP Code error code 0x0000004C may also show “FATAL_UNHANDLED_HARD_ERROR” on the same blue screen. |
0x0000004D | This STOP Code means that no free pages are available to continue operations. STOP Code error code 0x0000004D may also show “NO_PAGES_AVAILABLE” on the same blue screen. |
0x0000004E | This STOP Code means that the page frame number (PFN) list is corrupted. STOP Code error code 0x0000004E may also show “PFN_LIST_CORRUPT” on the same blue screen. |
0x0000004F | This STOP Code is uncommon. STOP Code error code 0x0000004F may also show “NDIS_INTERNAL_ERROR” on the same blue screen. |
0x00000050 | This STOP Code means that invalid system memory has been referenced. STOP Code error code 0x00000050 may also show “PAGE_FAULT_IN_NONPAGED_AREA” on the same blue screen. |
0x00000051 | This STOP Code means that a severe registry error has occurred. STOP Code error code 0x00000051 may also show “REGISTRY_ERROR” on the same blue screen. |
0x00000052 | This STOP Code is uncommon. STOP Code error code 0x00000052 may also show “MAILSLOT_FILE_SYSTEM” on the same blue screen. |
0x00000053 | This STOP Code is uncommon. STOP Code error code 0x00000053 may also show “NO_BOOT_DEVICE” on the same blue screen. |
0x00000054 | This STOP Code is uncommon. STOP Code error code 0x00000054 may also show “LM_SERVER_INTERNAL_ERROR” on the same blue screen. |
0x00000055 | This STOP Code is uncommon. STOP Code error code 0x00000055 may also show “DATA_COHERENCY_EXCEPTION” on the same blue screen. |
0x00000056 | This STOP Code is uncommon. STOP Code error code 0x00000056 may also show “INSTRUCTION_COHERENCY_EXCEPTION” on the same blue screen. |
0x00000057 | This STOP Code is uncommon. STOP Code error code 0x00000057 may also show “XNS_INTERNAL_ERROR” on the same blue screen. |
0x00000058 | This STOP Code will appear if the system is booted from the wrong copy of a mirrored partition. STOP Code error code 0x00000058 may also show “FTDISK_INTERNAL_ERROR” on the same blue screen. |
0x00000059 | This STOP Code means that a problem occurred in the Pinball file system. STOP Code error code 0x00000059 may also show “PINBALL_FILE_SYSTEM” on the same blue screen. |
0x0000005A | This STOP Code is uncommon. STOP Code error code 0x0000005A may also show “CRITICAL_SERVICE_FAILED” on the same blue screen. |
0x0000005B | This STOP Code is uncommon. STOP Code error code 0x0000005B may also show “SET_ENV_VAR_FAILED” on the same blue screen. |
0x0000005C | This STOP Code is uncommon. STOP Code error code 0x0000005C may also show “HAL_INITIALIZATION_FAILED” on the same blue screen. |
0x0000005D | This STOP Code means that the computer is attempting to run Windows on an unsupported processor. STOP Code error code 0x0000005D may also show “UNSUPPORTED_PROCESSOR” on the same blue screen. |
0x0000005E | This STOP Code is uncommon. STOP Code error code 0x0000005E may also show “OBJECT_INITIALIZATION_FAILED” on the same blue screen. |
0x0000005F | This STOP Code is uncommon. STOP Code error code 0x0000005F may also show “SECURITY_INITIALIZATION_FAILED” on the same blue screen. |
0x00000060 | This STOP Code is uncommon. STOP Code error code 0x00000060 may also show “PROCESS_INITIALIZATION_FAILED” on the same blue screen. |
0x00000061 | This STOP Code is uncommon. STOP Code error code 0x00000061 may also show “HAL1_INITIALIZATION_FAILED” on the same blue screen. |
0x00000062 | This STOP Code is uncommon. STOP Code error code 0x00000062 may also show “OBJECT1_INITIALIZATION_FAILED” on the same blue screen. |
0x00000063 | This STOP Code is uncommon. STOP Code error code 0x00000063 may also show “SECURITY1_INITIALIZATION_FAILED” on the same blue screen. |
0x00000064 | This STOP Code is uncommon. STOP Code error code 0x00000064 may also show “SYMBOLIC_INITIALIZATION_FAILED” on the same blue screen. |
0x00000065 | This STOP Code is uncommon. STOP Code error code 0x00000065 may also show “MEMORY1_INITIALIZATION_FAILED” on the same blue screen. |
0x00000066 | This STOP Code is uncommon. STOP Code error code 0x00000066 may also show “CACHE_INITIALIZATION_FAILED” on the same blue screen. |
0x00000067 | This STOP Code means that the registry configuration failed. STOP Code error code 0x00000067 may also show “CONFIG_INITIALIZATION_FAILED” on the same blue screen. |
0x00000068 | This STOP Code is uncommon. STOP Code error code 0x00000068 may also show “FILE_INITIALIZATION_FAILED” on the same blue screen. |
0x00000069 | This STOP Code means that the initialization of the I/O system failed for some reason. STOP Code error code 0x00000069 may also show “IO1_INITIALIZATION_FAILED” on the same blue screen. |
0x0000006A | This STOP Code is uncommon. STOP Code error code 0x0000006A may also show “LPC_INITIALIZATION_FAILED” on the same blue screen. |
0x0000006B | This STOP Code means that the initialization of the Microsoft Windows operating system failed. STOP Code error code 0x0000006B may also show “PROCESS1_INITIALIZATION_FAILED” on the same blue screen. |
0x0000006C | This STOP Code is uncommon. STOP Code error code 0x0000006C may also show “REFMON_INITIALIZATION_FAILED” on the same blue screen. |
0x0000006D | This STOP Code means that the initialization of the Microsoft Windows operating system failed. STOP Code error code 0x0000006D may also show “SESSION1_INITIALIZATION_FAILED” on the same blue screen. |
0x0000006E | This STOP Code means that the initialization of the Microsoft Windows operating system failed. STOP Code error code 0x0000006E may also show “SESSION2_INITIALIZATION_FAILED” on the same blue screen. |
0x0000006F | This STOP Code means that the initialization of the Microsoft Windows operating system initialization. STOP Code error code 0x0000006F may also show “SESSION3_INITIALIZATION_FAILED” on the same blue screen. |
0x00000070 | This STOP Code means that the initialization of the Microsoft Windows operating system failed. STOP Code error code 0x00000070 may also show “SESSION4_INITIALIZATION_FAILED” on the same blue screen. |
0x00000071 | This STOP Code means that the initialization of the Microsoft Windows operating system failed. STOP Code error code 0x00000071 may also show “SESSION5_INITIALIZATION_FAILED” on the same blue screen. |
0x00000072 | This STOP Code is uncommon. STOP Code error code 0x00000072 may also show “ASSIGN_DRIVE_LETTERS_FAILED” on the same blue screen. |
0x00000073 | This STOP Code means that one of the top-level registry keys, also known as core system hives, cannot be linked in the registry tree. STOP Code error code 0x00000073 may also show “CONFIG_LIST_FAILED” on the same blue screen. |
0x00000074 | This STOP Code means that there is an error in the registry. STOP Code error code 0x00000074 may also show “BAD_SYSTEM_CONFIG_INFO” on the same blue screen. |
0x00000075 | This STOP Code means that the SYSTEM registry hive file cannot be converted to a mapped file. STOP Code error code 0x00000075 may also show “CANNOT_WRITE_CONFIGURATION” on the same blue screen. |
0x00000076 | This STOP Code means that a driver failed to release locked pages after an I/O operation. STOP Code error code 0x00000076 may also show “PROCESS_HAS_LOCKED_PAGES” on the same blue screen. |
0x00000077 | This STOP Code means that the requested page of kernel data from the paging file could not be read into memory. STOP Code error code 0x00000077 may also show “KERNEL_STACK_INPAGE_ERROR” on the same blue screen. |
0x00000078 | This STOP Code is uncommon. STOP Code error code 0x00000078 may also show “PHASE0_EXCEPTION” on the same blue screen. |
0x00000079 | This STOP Code means that the Hardware Abstraction Layer (HAL) revision level or configuration does not match that of the kernel or the computer. STOP Code error code 0x00000079 may also show “MISMATCHED_HAL” on the same blue screen. |
0x0000007A | This STOP Code means that the requested page of kernel data from the paging file could not be read into memory. STOP Code error code 0x0000007A may also show “KERNEL_DATA_INPAGE_ERROR” on the same blue screen. |
0x0000007B | This STOP Code means that the Microsoft Windows operating system has lost access to the system partition during startup. STOP Code error code 0x0000007B may also show “INACCESSIBLE_BOOT_DEVICE” on the same blue screen. |
0x0000007C | This STOP Code means that a problem occurred with an NDIS driver. STOP Code error code 0x0000007C may also show “BUGCODE_NDIS_DRIVER” on the same blue screen. |
0x0000007D | This STOP Code means that there is not enough memory to start the Microsoft Windows operating system. STOP Code error code 0x0000007D may also show “INSTALL_MORE_MEMORY” on the same blue screen. |
0x0000007E | This STOP Code means that a system thread generated an exception that the error handler did not catch. STOP Code error code 0x0000007E may also show “SYSTEM_THREAD_EXCEPTION_NOT_HANDLED” on the same blue screen. |
0x0000007F | This STOP Code means that the Intel CPU generated a trap and the kernel failed to catch this trap. STOP Code error code 0x0000007F may also show “UNEXPECTED_KERNEL_MODE_TRAP” on the same blue screen. |
0x00000080 | This STOP Code means that a hardware malfunction has occurred. STOP Code error code 0x00000080 may also show “NMI_HARDWARE_FAILURE” on the same blue screen. |
0x00000081 | This STOP Code is uncommon. STOP Code error code 0x00000081 may also show “SPIN_LOCK_INIT_FAILURE” on the same blue screen. |
0x00000082 | This STOP Code is uncommon. STOP Code error code 0x00000082 may also show “DFS_FILE_SYSTEM” on the same blue screen. |
0x00000085 | This STOP Code means that a fatal error occurred during setup. STOP Code error code 0x00000085 may also show “SETUP_FAILURE” on the same blue screen. |
0x0000008B | This STOP Code means that a mismatch has occurred in the MBR checksum. STOP Code error code 0x0000008B may also show “MBR_CHECKSUM_MISMATCH” on the same blue screen. |
0x0000008E | This STOP Code means that a kernel-mode application generated an exception that the error handler did not catch. STOP Code error code 0x0000008E may also show “KERNEL_MODE_EXCEPTION_NOT_HANDLED” on the same blue screen. |
0x0000008F | This STOP Code means that the Plug and Play (PnP) manager could not be initialized. STOP Code error code 0x0000008F may also show “PP0_INITIALIZATION_FAILED” on the same blue screen. |
0x00000090 | This STOP Code means that the Plug and Play (PnP) manager could not be initialized. STOP Code error code 0x00000090 may also show “PP1_INITIALIZATION_FAILED” on the same blue screen. |
0x00000092 | This STOP Code means that a uniprocessor-only driver has been loaded on a multiprocessor system. STOP Code error code 0x00000092 may also show “UP_DRIVER_ON_MP_SYSTEM” on the same blue screen. |
0x00000093 | This STOP Code means that an invalid or protected handle was passed to NtClose. STOP Code error code 0x00000093 may also show “INVALID_KERNEL_HANDLE” on the same blue screen. |
0x00000094 | This STOP Code means that a thread exited while its kernel stack was marked as not swappable. STOP Code error code 0x00000094 may also show “KERNEL_STACK_LOCKED_AT_EXIT” on the same blue screen. |
0x00000096 | This STOP Code means that a queue entry was removed that contained a null pointer. STOP Code error code 0x00000096 may also show “INVALID_WORK_QUEUE_ITEM” on the same blue screen. |
0x00000097 | This STOP Code is uncommon. STOP Code error code 0x00000097 may also show “BOUND_IMAGE_UNSUPPORTED” on the same blue screen. |
0x00000098 | This STOP Code means that the trial period for the Microsoft Windows operating system has ended. STOP Code error code 0x00000098 may also show “END_OF_NT_EVALUATION_PERIOD” on the same blue screen. |
0x00000099 | This STOP Code means that ExInitializeRegion or ExInterlockedExtendRegion was called with an invalid set of parameters. STOP Code error code 0x00000099 may also show “INVALID_REGION_OR_SEGMENT” on the same blue screen. |
0x0000009A | This STOP Code means that the software license agreement has been violated. STOP Code error code 0x0000009A may also show “SYSTEM_LICENSE_VIOLATION” on the same blue screen. |
0x0000009B | This STOP Code means that a problem occurred in the UDF file system. STOP Code error code 0x0000009B may also show “UDFS_FILE_SYSTEM” on the same blue screen. |
0x0000009C | This STOP Code means that a fatal machine check exception has occurred. STOP Code error code 0x0000009C may also show “MACHINE_CHECK_EXCEPTION” on the same blue screen. |
0x0000009E | This STOP Code means that one or more critical user-mode components failed to satisfy a health check. STOP Code error code 0x0000009E may also show “USER_MODE_HEALTH_MONITOR” on the same blue screen. |
0x0000009F | This STOP Code means that the driver is in an inconsistent or invalid power state. STOP Code error code 0x0000009F may also show “DRIVER_POWER_STATE_FAILURE” on the same blue screen. |
0x000000A0 | This STOP Code means that the power policy manager experienced a fatal error. STOP Code error code 0x000000A0 may also show “INTERNAL_POWER_ERROR” on the same blue screen. |
0x000000A1 | This STOP Code means that the PCI Bus driver detected inconsistency problems in its internal structures and could not continue. STOP Code error code 0x000000A1 may also show “PCI_BUS_DRIVER_INTERNAL” on the same blue screen. |
0x000000A2 | This STOP Code means that corruption has been detected in the image of an executable file in memory. STOP Code error code 0x000000A2 may also show “MEMORY_IMAGE_CORRUPT” on the same blue screen. |
0x000000A3 | This STOP Code means that the ACPI driver detected an internal inconsistency. STOP Code error code 0x000000A3 may also show “ACPI_DRIVER_INTERNAL” on the same blue screen. |
0x000000A4 | This STOP Code means that a problem occurred in the CNSS file system filter. STOP Code error code 0x000000A4 may also show “CNSS_FILE_SYSTEM_FILTER” on the same blue screen. |
0x000000A5 | This STOP Code means that the Advanced Configuration and Power Interface (ACPI) BIOS of the computer is not fully compliant with the ACPI specification. STOP Code error code 0x000000A5 may also show “ACPI_BIOS_ERROR” on the same blue screen. |
0x000000A7 | This STOP Code means that the kernel-mode handle table detected an inconsistent handle table entry state. STOP Code error code 0x000000A7 may also show “BAD_EXHANDLE” on the same blue screen. |
0x000000AB | This STOP Code means that a session unload occurred while a session driver still held memory. STOP Code error code 0x000000AB may also show “SESSION_HAS_VALID_POOL_ON_EXIT” on the same blue screen. |
0x000000AC | This STOP Code means that the hardware abstraction layer (HAL) could not obtain sufficient memory. STOP Code error code 0x000000AC may also show “HAL_MEMORY_ALLOCATION” on the same blue screen. |
0x000000AD | This STOP Code means that the video port created a non-fatal minidump on behalf of the video driver during run time. STOP Code error code 0x000000AD may also show “VIDEO_DRIVER_DEBUG_REPORT_REQUEST” on the same blue screen. |
0x000000B4 | This STOP Code means that Windows was unable to enter graphics mode. STOP Code error code 0x000000B4 may also show “VIDEO_DRIVER_INIT_FAILURE” on the same blue screen. |
0x000000B8 | This STOP Code means that an illegal operation was attempted by a delayed procedure call (DPC) routine. STOP Code error code 0x000000B8 may also show “ATTEMPTED_SWITCH_FROM_DPC” on the same blue screen. |
0x000000B9 | This STOP Code is uncommon. STOP Code error code 0x000000B9 may also show “CHIPSET_DETECTED_ERROR” on the same blue screen. |
0x000000BA | This STOP Code means that a session driver still had mapped views when the session unloaded. STOP Code error code 0x000000BA may also show “SESSION_HAS_VALID_VIEWS_ON_EXIT” on the same blue screen. |
0x000000BB | This STOP Code means that Windows failed to successfully boot off a network. STOP Code error code 0x000000BB may also show “NETWORK_BOOT_INITIALIZATION_FAILED” on the same blue screen. |
0x000000BC | This STOP Code means that a duplicate IP address was assigned to this machine while booting off a network. STOP Code error code 0x000000BC may also show “NETWORK_BOOT_DUPLICATE_ADDRESS” on the same blue screen. |
0x000000BE | This STOP Code will display if a driver attempts to write to a read-only memory segment. STOP Code error code 0x000000BE may also show “ATTEMPTED_WRITE_TO_READONLY_MEMORY” on the same blue screen. |
0x000000BF | This STOP Code means that a thread attempted to acquire ownership of a mutex it already owned. STOP Code error code 0x000000BF may also show “MUTEX_ALREADY_OWNED” on the same blue screen. |
0x000000C1 | This STOP Code means that the driver wrote to an invalid section of the special pool. STOP Code error code 0x000000C1 may also show “SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION” on the same blue screen. |
0x000000C2 | This STOP Code means that the current thread is making a bad pool request. STOP Code error code 0x000000C2 may also show “BAD_POOL_CALLER” on the same blue screen. |
0x000000C4 | This STOP Code is the general STOP code code for fatal errors found by Driver Verifier. STOP Code error code 0x000000C4 may also show “DRIVER_VERIFIER_DETECTED_VIOLATION” on the same blue screen. |
0x000000C5 | This STOP Code means that the system attempted to access invalid memory at a process IRQL that was too high. STOP Code error code 0x000000C5 may also show “DRIVER_CORRUPTED_EXPOOL” on the same blue screen. |
0x000000C6 | This STOP Code means that the driver attempted to access a freed memory pool. STOP Code error code 0x000000C6 may also show “DRIVER_CAUGHT_MODIFYING_FREED_POOL” on the same blue screen. |
0x000000C7 | This STOP Code appears if a kernel timer or delayed procedure call (DPC) is found somewhere in memory where it is not permitted. STOP Code error code 0x000000C7 may also show “TIMER_OR_DPC_INVALID” on the same blue screen. |
0x000000C8 | This STOP Code means that the processor’s IRQL is not what it should be at this time. STOP Code error code 0x000000C8 may also show “IRQL_UNEXPECTED_VALUE” on the same blue screen. |
0x000000C9 | This STOP Code is the STOP code code for all Driver Verifier I/O Verification violations. STOP Code error code 0x000000C9 may also show “DRIVER_VERIFIER_IOMANAGER_VIOLATION” on the same blue screen. |
0x000000CA | This STOP Code means that the Plug and Play Manager encountered a severe error, probably as a result of a problematic Plug and Play driver. STOP Code error code 0x000000CA may also show “PNP_DETECTED_FATAL_ERROR” on the same blue screen. |
0x000000CB | This STOP Code means that a driver or the I/O manager failed to release locked pages after an I/O operation. STOP Code error code 0x000000CB may also show “DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS” on the same blue screen. |
0x000000CC | This STOP Code means that the system has referenced memory which was earlier freed. STOP Code error code 0x000000CC may also show “PAGE_FAULT_IN_FREED_SPECIAL_POOL” on the same blue screen. |
0x000000CD | This STOP Code means that the system accessed memory beyond the end of some driver’s pool allocation. STOP Code error code 0x000000CD may also show “PAGE_FAULT_BEYOND_END_OF_ALLOCATION” on the same blue screen. |
0x000000CE | This STOP Code means that a driver failed to cancel pending operations before unloading. STOP Code error code 0x000000CE may also show “DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS” on the same blue screen. |
0x000000CF | This STOP Code means that a driver has been incorrectly ported to the terminal server. STOP Code error code 0x000000CF may also show “TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE” on the same blue screen. |
0x000000D0 | This STOP Code means that the system attempted to access invalid memory at a process IRQL that was too high. STOP Code error code 0x000000D0 may also show “DRIVER_CORRUPTED_MMPOOL” on the same blue screen. |
0x000000D1 | This STOP Code means that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high. STOP Code error code 0x000000D1 may also show “DRIVER_IRQL_NOT_LESS_OR_EQUAL” on the same blue screen. |
0x000000D2 | This STOP Code means that a problem occurred with an NDIS driver. STOP Code error code 0x000000D2 may also show “BUGCODE_ID_DRIVER” on the same blue screen. |
0x000000D3 | This STOP Code means that the system attempted to access pageable memory at a process IRQL that was too high. STOP Code error code 0x000000D3 may also show “DRIVER_PORTION_MUST_BE_NONPAGED” on the same blue screen. |
0x000000D4 | This STOP Code means that a driver did not cancel pending operations before unloading. STOP Code error code 0x000000D4 may also show “SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD” on the same blue screen. |
0x000000D5 | This STOP Code means that a driver has referenced memory which was earlier freed. STOP Code error code 0x000000D5 may also show “DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL” on the same blue screen. |
0x000000D6 | This STOP Code means the driver accessed memory beyond the end of its pool allocation. STOP Code error code 0x000000D6 may also show “DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION” on the same blue screen. |
0x000000D7 | This STOP Code means a driver is trying to unmap an address that was not mapped. STOP Code error code 0x000000D7 may also show “DRIVER_UNMAPPING_INVALID_VIEW” on the same blue screen. |
0x000000D8 | This STOP Code means that there are no more system page table entries (PTE) remaining. STOP Code error code 0x000000D8 may also show “DRIVER_USED_EXCESSIVE_PTES” on the same blue screen. |
0x000000D9 | This STOP Code means that the internal locked-page tracking structures have been corrupted. STOP Code error code 0x000000D9 may also show “LOCKED_PAGES_TRACKER_CORRUPTION” on the same blue screen. |
0x000000DA | This STOP Code means that a page table entry (PTE) routine has been used in an improper way. STOP Code error code 0x000000DA may also show “SYSTEM_PTE_MISUSE” on the same blue screen. |
0x000000DB | This STOP Code means that an attempt was made to touch memory at an invalid IRQL, probably due to corruption of system PTEs. STOP Code error code 0x000000DB may also show “DRIVER_CORRUPTED_SYSPTES” on the same blue screen. |
0x000000DC | This STOP Code means that a driver accessed a stack address that lies below the stack pointer of the stack’s thread. STOP Code error code 0x000000DC may also show “DRIVER_INVALID_STACK_ACCESS” on the same blue screen. |
0x000000DE | This STOP Code means that a driver has corrupted pool memory that is used for holding pages destined for disk. STOP Code error code 0x000000DE may also show “POOL_CORRUPTION_IN_FILE_AREA” on the same blue screen. |
0x000000DF | This STOP Code means that a workitem did not disable impersonation before it completed. STOP Code error code 0x000000DF may also show “IMPERSONATING_WORKER_THREAD” on the same blue screen. |
0x000000E0 | This STOP Code means that one of your computer components is faulty. STOP Code error code 0x000000E0 may also show “ACPI_BIOS_FATAL_ERROR” on the same blue screen. |
0x000000E1 | This STOP Code means that a worker thread completed and returned with IRQL >= DISPATCH_LEVEL. STOP Code error code 0x000000E1 may also show “WORKER_THREAD_RETURNED_AT_BAD_IRQL” on the same blue screen. |
0x000000E2 | This STOP Code means that the user deliberately initiated a crash dump from either the kernel debugger or the keyboard. STOP Code error code 0x000000E2 may also show “MANUALLY_INITIATED_CRASH” on the same blue screen. |
0x000000E3 | This STOP Code means that a thread tried to release a resource it did not own. STOP Code error code 0x000000E3 may also show “RESOURCE_NOT_OWNED” on the same blue screen. |
0x000000E4 | This STOP Code means that memory that should not contain an executive worker item does contain such an item, or that a currently active worker item was queued. STOP Code error code 0x000000E4 may also show “WORKER_INVALID” on the same blue screen. |
0x000000E6 | This STOP Code is the STOP code for all Driver Verifier DMA Verification violations. STOP Code error code 0x000000E6 may also show “DRIVER_VERIFIER_DMA_VIOLATION” on the same blue screen. |
0x000000E7 | This STOP Code means that a thread’s saved floating-point state is invalid. STOP Code error code 0x000000E7 may also show “INVALID_FLOATING_POINT_STATE” on the same blue screen. |
0x000000E8 | This STOP Code means that an invalid file object was passed to IoCancelFileOpen. STOP Code error code 0x000000E8 may also show “INVALID_CANCEL_OF_FILE_OPEN” on the same blue screen. |
0x000000E9 | This STOP Code means that an active executive worker thread is being terminated. STOP Code error code 0x000000E9 may also show “ACTIVE_EX_WORKER_THREAD_TERMINATION” on the same blue screen. |
0x000000EA | This STOP Code means that a thread in a device driver is endlessly spinning. STOP Code error code 0x000000EA may also show “THREAD_STUCK_IN_DEVICE_DRIVER” on the same blue screen. |
0x000000EB | This STOP Code means that no free pages are available to continue operations. STOP Code error code 0x000000EB may also show “DIRTY_MAPPED_PAGES_CONGESTION” on the same blue screen. |
0x000000EC | This STOP Code means that a session unload occurred while a session driver still held memory. STOP Code error code 0x000000EC may also show “SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT” on the same blue screen. |
0x000000ED | This STOP Code means that the I/O subsystem attempted to mount the boot volume and it failed. STOP Code error code 0x000000ED may also show “UNMOUNTABLE_BOOT_VOLUME” on the same blue screen. |
0x000000EF | This STOP Code means that a critical system process died. STOP Code error code 0x000000EF may also show “CRITICAL_PROCESS_DIED” on the same blue screen. |
0x000000F1 | This STOP Code This is the STOP code code for all Driver Verifier SCSI Verification violations. STOP Code error code 0x000000F1 may also show “SCSI_VERIFIER_DETECTED_VIOLATION” on the same blue screen. |
0x000000F3 | This STOP Code means that Windows was unable to shut down due to lack of memory. STOP Code error code 0x000000F3 may also show “DISORDERLY_SHUTDOWN” on the same blue screen. |
0x000000F4 | This STOP Code means that a process or thread crucial to system operation has unexpectedly exited or been terminated. STOP Code error code 0x000000F4 may also show “CRITICAL_OBJECT_TERMINATION” on the same blue screen. |
0x000000F5 | This STOP Code means that an unrecoverable failure occurred in the Filter Manager. STOP Code error code 0x000000F5 may also show “FLTMGR_FILE_SYSTEM” on the same blue screen. |
0x000000F6 | This STOP Code means that an error occurred in the BIOS or another device being verified by the PCI driver. STOP Code error code 0x000000F6 may also show “PCI_VERIFIER_DETECTED_VIOLATION” on the same blue screen. |
0x000000F7 | This STOP Code means that a driver has overrun a stack-based buffer. STOP Code error code 0x000000F7 may also show “DRIVER_OVERRAN_STACK_BUFFER” on the same blue screen. |
0x000000F8 | This STOP Code means that an initialization failure occurred while attempting to boot from the RAM disk. STOP Code error code 0x000000F8 may also show “RAMDISK_BOOT_INITIALIZATION_FAILED” on the same blue screen. |
0x000000F9 | This STOP Code means that a driver returned STATUS_REPARSE to an IRP_MJ_CREATE request with no trailing names. STOP Code error code 0x000000F9 may also show “DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN” on the same blue screen. |
0x000000FA | This STOP Code means that the HTTP kernel driver (Http.sys) has reached a corrupted state and cannot recover. STOP Code error code 0x000000FA may also show “HTTP_DRIVER_CORRUPTED” on the same blue screen. |
0x000000FC | This STOP Code means that an attempt was made to execute non-executable memory. STOP Code error code 0x000000FC may also show “ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY” on the same blue screen. |
0x000000FD | This STOP Code means that there are no free pages available to continue basic system operations. STOP Code error code 0x000000FD may also show “DIRTY_NOWRITE_PAGES_CONGESTION” on the same blue screen. |
0x000000FE | This STOP Code means that an error has occurred in a Universal Serial Bus (USB) driver. STOP Code error code 0x000000FE may also show “BUGCODE_USB_DRIVER” on the same blue screen. |
0x000000FF | This STOP Code means that an attempt was made to insert a new item into a reserve queue, causing the queue to overflow. STOP Code error code 0x000000FF may also show “RESERVE_QUEUE_OVERFLOW” on the same blue screen. |
0x00000100 | This STOP Code means that either the loader block is invalid, or it does not match the system that is being loaded. STOP Code error code 0x00000100 may also show “LOADER_BLOCK_MISMATCH” on the same blue screen. |
0x00000101 | This STOP Code means that an expected clock interrupt on a secondary processor, in a multi-processor system, was not received within the allocated interval. STOP Code error code 0x00000101 may also show “CLOCK_WATCHDOG_TIMEOUT” on the same blue screen. |
0x00000103 | This STOP Code means that the multiple UNC provider (MUP) has encountered invalid or unexpected data. As a result, the MUP cannot channel a remote file system request to a network redirector, the Universal Naming Convention (UNC) provider. STOP Code error code 0x00000103 may also show “MUP_FILE_SYSTEM” on the same blue screen. |
0x00000104 | This STOP Code means that the GPU wrote to a range of Accelerated Graphics Port (AGP) memory that had not previously been committed. STOP Code error code 0x00000104 may also show “AGP_INVALID_ACCESS” on the same blue screen. |
0x00000105 | This STOP Code means that the Graphics Aperture Remapping Table (GART) is corrupt. STOP Code error code 0x00000105 may also show “AGP_GART_CORRUPTION” on the same blue screen. |
0x00000106 | This STOP Code means that the Accelerated Graphics Port (AGP) hardware has been reprogrammed by an unauthorized agent. STOP Code error code 0x00000106 may also show “AGP_ILLEGALLY_REPROGRAMMED” on the same blue screen. |
0x00000108 | This STOP Code means that an unrecoverable problem has occurred in a third-party file system or file system filter. STOP Code error code 0x00000108 may also show “THIRD_PARTY_FILE_SYSTEM_FAILURE” on the same blue screen. |
0x00000109 | This STOP Code means that the kernel has detected critical kernel code or data corruption. STOP Code error code 0x00000109 may also show “CRITICAL_STRUCTURE_CORRUPTION” on the same blue screen. |
0x0000010A | This STOP Code is uncommon. STOP Code error code 0x0000010A may also show “APP_TAGGING_INITIALIZATION_FAILED” on the same blue screen. |
0x0000010C | This STOP Code means that a violation was detected in the File system Run-time library (FsRtl) Extra Create Parameter (ECP) package. STOP Code error code 0x0000010C may also show “FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION” on the same blue screen. |
0x0000010D | This STOP Code means that Kernel-Mode Driver Framework (KMDF) detected that Windows found an error in a framework-based driver. STOP Code error code 0x0000010D may also show “WDF_VIOLATION” on the same blue screen. |
0x0000010E | This STOP Code means that the video memory manager has encountered a condition that it is unable to recover from. STOP Code error code 0x0000010E may also show “VIDEO_MEMORY_MANAGEMENT_INTERNAL” on the same blue screen. |
0x0000010F | This STOP Code means that the kernel transaction manager detected that a kernel-mode resource manager has raised an exception in response to a direct call-back. The resource manager is in an unexpected and unrecoverable state. STOP Code error code 0x0000010F may also show “RESOURCE_MANAGER_EXCEPTION_NOT_HANDLED” on the same blue screen. |
0x00000111 | This STOP Code means that a non-maskable-interrupt (NMI) occurred while a previous NMI was in progress. STOP Code error code 0x00000111 may also show “RECURSIVE_NMI” on the same blue screen. |
0x00000112 | This STOP Code means that the Msrpc.sys driver has initiated a STOP code. STOP Code error code 0x00000112 may also show “MSRPC_STATE_VIOLATION” on the same blue screen. |
0x00000113 | This STOP Code means that the dxg kernel has detected a violation. STOP Code error code 0x00000113 may also show “VIDEO_DXGKRNL_FATAL_ERROR” on the same blue screen. |
0x00000114 | This STOP Code means that the shadow driver has detected a violation. STOP Code error code 0x00000114 may also show “VIDEO_SHADOW_DRIVER_FATAL_ERROR” on the same blue screen. |
0x00000115 | This STOP Code means that the accelerated graphics port (AGP) driver has detected a violation. STOP Code error code 0x00000115 may also show “AGP_INTERNAL” on the same blue screen. |
0x00000116 | This STOP Code means that an attempt to reset the display driver and recover from a timeout failed. STOP Code error code 0x00000116 may also show “VIDEO_TDR_ERROR” on the same blue screen. |
0x00000117 | This STOP Code means that the display driver failed to respond in a timely fashion. STOP Code error code 0x00000117 may also show “VIDEO_TDR_TIMEOUT_DETECTED” on the same blue screen. |
0x00000119 | This STOP Code means that the video scheduler has detected a fatal violation. STOP Code error code 0x00000119 may also show “VIDEO_SCHEDULER_INTERNAL_ERROR” on the same blue screen. |
0x0000011A | This STOP Code is uncommon. STOP Code error code 0x0000011A may also show “EM_INITIALIZATION_FAILURE” on the same blue screen. |
0x0000011B | This STOP Code means that a driver has returned from a cancel routine that holds the global cancel lock. This causes all later cancellation calls to fail, and results in either a deadlock or another STOP code. STOP Code error code 0x0000011B may also show “DRIVER_RETURNED_HOLDING_CANCEL_LOCK” on the same blue screen. |
0x0000011C | This STOP Code means that an attempt was made to write to the read-only protected storage of the configuration manager. STOP Code error code 0x0000011C may also show “ATTEMPTED_WRITE_TO_CM_PROTECTED_STORAGE” on the same blue screen. |
0x0000011D | This STOP Code means that the Event Tracing subsystem has encountered an unexpected fatal error. STOP Code error code 0x0000011D may also show “EVENT_TRACING_FATAL_ERROR” on the same blue screen. |
0x00000121 | This STOP Code means that a driver has caused a violation. STOP Code error code 0x00000121 may also show “DRIVER_VIOLATION” on the same blue screen. |
0x00000122 | This STOP Code means that an internal error in the Windows Hardware Error Architecture (WHEA) has occurred. STOP Code error code 0x00000122 may also show “WHEA_INTERNAL_ERROR” on the same blue screen. |
0x00000124 | This STOP Code means that a fatal hardware error has occurred. uses the error data that is provided by the Windows Hardware Error Architecture (WHEA). STOP Code error code 0x00000124 may also show “WHEA_UNCORRECTABLE_ERROR” on the same blue screen. |
0x00000127 | This STOP Code means that a page that should have been filled with zeros was not. This might occur because of a hardware error or because a privileged component of the operating system modified a page after freeing it. STOP Code error code 0x00000127 may also show “PAGE_NOT_ZERO” on the same blue screen. |
0x0000012B | This STOP Code means that a single-bit error was found in this page. This is a hardware memory error. STOP Code error code 0x0000012B may also show “FAULTY_HARDWARE_CORRUPTED_PAGE” on the same blue screen. |
0x0000012C | This STOP Code means that a problem occurred in the Extended File Allocation Table (exFAT) file system. STOP Code error code 0x0000012C may also show “EXFAT_FILE_SYSTEM” on the same blue screen. |
0x1000007E | This STOP Code means that a system thread generated an exception which the error handler did not catch. STOP Code error code 0x1000007E may also show “SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M” on the same blue screen. |
0x1000007F | This STOP Code means that a trap was generated by the Intel CPU and the kernel failed to catch this trap. STOP Code error code 0x1000007F may also show “UNEXPECTED_KERNEL_MODE_TRAP_M” on the same blue screen. |
0x1000008E | This STOP Code means that a kernel-mode program generated an exception which the error handler did not catch. STOP Code error code 0x1000008E may also show “KERNEL_MODE_EXCEPTION_NOT_HANDLED_M” on the same blue screen. |
0x100000EA | This STOP Code means that a thread in a device driver is endlessly spinning. STOP Code error code 0x100000EA may also show “THREAD_STUCK_IN_DEVICE_DRIVER_M” on the same blue screen. |
0xC0000218 | This STOP Code means that a registry file could not be loaded. STOP Code error code 0xC0000218 may also show “STATUS_CANNOT_LOAD_REGISTRY_FILE” on the same blue screen. |
0xC000021A | This STOP Code means that an error has occurred in a crucial user-mode subsystem. STOP Code error code 0xC000021A may also show “STATUS_SYSTEM_PROCESS_TERMINATED” on the same blue screen. |
0xC0000221 | This STOP Code means that a driver or a system DLL has been corrupted. STOP Code error code 0xC0000221 may also show “STATUS_IMAGE_CHECKSUM_MISMATCH” on the same blue screen. |
0xC0000225 | This STOP Code means that Windows is unable to find the correct system files to initiate booting. STOP Code error code 0xC0000225 may also show another message on the same blue screen, like “Boot selection failed because a required device is inaccessible.” or “A required device isn’t connected or can’t be accessed.” |
0xDEADDEAD | This STOP Code means that the user deliberately initiated a crash dump from either the kernel debugger or the keyboard. STOP Code error code 0xDEADDEAD may also show “MANUALLY_INITIATED_CRASH1” on the same blue screen. (Yes, this means a self-inflicted STOP Code!) |