Investigating the cause of IRQL_NOT_LESS_OR_EQUAL blue screen error

晓东 赵 0 Reputation points
2024-07-19T14:36:48.95+00:00

I encountered a blue screen error with a message stating IRQL_NOT_LESS_OR_EQUAL. Could someone please help me identify what caused this error? Below is the debugging information:

IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high.  This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.

Thanks for your help.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,819 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jacen Wang 975 Reputation points Microsoft External Staff
    2024-07-21T20:47:25.8733333+00:00

    Hello,

    The blue screen error code "IRQL_NOT_LESS_OR_EQUAL" usually refers to the memory address that the driver is trying to access at a permission level that is too high for the current run level.

    Further confirm your device environment: Is your device a newly enabled device? Has this blue screen fault occurred before? Does it specifically occur when a particular software program is running?

    We can try the following steps to troubleshoot the problem:

    1. Check all hardware for driver updates.
    2. In Windows, start the computer in safe mode for testing, troubleshooting problem drivers and interference from third-party applications or services.
    3. Some programs may cause memory access errors due to improper coding. Try to uninstall the software or use the system recovery point to return to the previous state.
    4. This error occurs when the memory module is incompatible, damaged, or the system overheats. Make sure all hardware components are compatible and that there are no signs of overheating or damage.
    5. Use the built-in Windows memory diagnostic tool CHKDSK to check for RAM problems, and the SFC tool to check for software conflicts and system file corruption.

    Right-click the Start button and select Command Prompt (Administrator) to bring up the promoted command prompt. At the command prompt, run the following commands:

    sfc /scannow

    chkdsk /f /r

    Then restart the computer.

    ———————————————————————————————————————

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. Bernd Neuhäuser 0 Reputation points
    2025-03-13T07:57:36.29+00:00

    Hi, the described error shows up during boot. So it is impossible to use your suggested entries which depend on beeing locked in already.
    What do you suggest to do when error shows in blue screen during boot?
    I see no error in my UEFI Setup.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.