How To: Fix Windows Stop Error “Stop 0×0000000A or IRQL_NOT_LESS_OR_EQUAL”

Windows Stop Errors literally mean that Windows operating system has stopped or terminated. These only appear in NT based operating systems such as Windows NT, 2000 ,XP and also in Windows Vista. Most of the time these Windows stop errors are caused by hardware problems and conflicts. A Windows stop error looks like a Blue Screen (BSOD-Blue Screen of Death) with a code below it saying something like which is the computers way to tell you what is wrong.

“Stop 0×0000000A or IRQL_NOT_LESS_OR_EQUAL”

Technically, this error condition means that a kernel-mode process or driver tried to access a memory location to which it did not have permission, or at a kernel Interrupt ReQuest Level (IRQL) that was too high.The IRQL_NOT_LESS_OR_EQUAL bug check has a value of 0×0000000A. This indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at DISPATCH_LEVEL or above.

Parameters of Windows Stop Error

The following parameters are displayed on the blue screen.

Parameter     Description
1            Memory referenced
2           IRQL at time of reference
3           0: Read1: Write
4           Address which referenced memory

Causes of “Stop 0×0000000A or IRQL_NOT_LESS_OR_EQUAL”

This bug check is issued if paged memory (or invalid memory) is accessed when the IRQL is too high.Stop 0×0000000A or IRQL_NOT_LESS_OR_EQUAL error  message indicates that a kernel-mode process or driver attempted to access a memory location to which it did not have permission, or at a kernel interrupt request level (IRQL) that was too high. A kernel-mode process can access only other processes that have an IRQL lower than, or equal to, its own.The error that generates this bug check usually occurs after the installation of a faulty device driver, system service, or BIOS.If you encounter bug check 0xA while upgrading to a later version of Windows, this error might be caused by a device driver, a system service, a virus scanner, or a backup tool that is incompatible with the new version.

To resolve an error caused by a faulty device driver, system service, or BIOS


To resolve an error caused by an incompatible device driver, system service, virus scanner, or backup tool

If you encounter a Stop 0xA message while upgrading from Windows XP to Vista, the problem might be due to an incompatible driver, system service, virus scanner, or backup. To avoid problems while upgrading Windows operating systems, simplify your hardware configuration and remove all third-party device drivers and system services (including virus scanners) prior to running setup. After you have successfully installed Windows Vista, contact the hardware manufacturer to obtain compatible updates.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google

Popularity: 40%

Did You Like This Post? Then You Might Find These Also Interesting:

Written by Tony on January 21st, 2009 with no comments.
Read more articles on Windows Error Fix.

Related articles

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .