How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 11 or 10 (2024)

How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 11 or 10 (1)

A common Windows Blue Screen of Death stop code is labeled IRQL_NOT_LESS_OR_EQUAL. This cryptic name refers to an Interruption ReQuest Line (IRQL) that PCs use to signal events in urgent need of attention or response. You'll see this in either Windows 10 or Windows 11.

In fact, IRQL_NOT_LESS_OR_EQUAL (sometimes referred to as just “IRQL”) is often a memory related error that occurs when a system process or a device driver attempts access to a memory address for which it has no access rights. That’s because per-process memory addresses have an upper bound, so the “NOT_LESS_OR_EQUAL” part refers to an attempt to access a memory address higher than that boundary value.

When an IRQL_NOT_LESS_OR_EQUAL Error Happens, Then What?

This error triggers what’s called a Stop code (as you can see at the bottom of the lead-in graphic). That throws the Windows OS into a screeching halt and puts up a “blue screen of death” (aka BSOD) like the aforementioned screencap. Windows shows progress (the screencap says “90% complete” as it collects forensic data in the background.

This gets written to various logs that you can examine after the next reboot. When that data collection completes, Windows reboots by default (unless you’ve changed the defaults for System startup in the System Properties Control Panel item shown next).

How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 11 or 10 (2)

Common Causes for the IRQL BSOD

Several causes for the IRQL_NOT_LESS_OR_EQUAL error are well documented. As always, though, the first thing to ask yourself is “What’s changed recently?” System updates and device drivers may be involved, so you can start by reversing recent updates (one at a time, please, with a test for each) to see if that helps. Common causes include:

  • Corrupt system files: These are best addressed using theDISM /Online /Cleanup-Image /CheckHealthcommand (run at an administrative command prompt or in an administrative PowerShell session). If this command finds anything to report, runDISM /Online /Cleanup-Image /RestoreHealthto clean things up. Next, run the system file checker until it reports nothing found or fixed (this sometimes takes 2 or 3 iterations) by typingSFC /SCANNOW. If either one works, it will often fix the IRQL error as well. Here’s a “milk run” (no problems found or fixed) for all three commands.

How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 11 or 10 (3)

  • Incompatible devicedrivers:if you’ve recently updated a driver, try rolling it back to the previous version. Do this by opening the Device Manager (available when you hit Win + X), right clicking on the device in question, selecting Properties, navigating to the Driver tab and hitting the “Roll Back Driver” button. If the button is grayed out, you may have to uninstall the current driver and install the previous version manually.

How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 11 or 10 (4)

  • Faulty hardware:if a device is malfunctioning or failing, you’ll usually see error reports in Reliability Monitor, which you run by typingperfmon /relin the Run box, at a command prompt, or in PowerShell. Such errors usually show up with a red X, as shown in the following screencap (also labeled “Hardware error”).

How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 11 or 10 (5)

The best thing you can do with a failing or malfunctioning device is to disconnect it from the PC (though for important devices – e.g. mouse, keyboard, disk drive, and so forth – you may also have to replace the ailing device with a known good working instance).

  • Damaged or incomplete software installation: If you’ve recently installed an application or update, look in Reliability Monitor for installation failure messages (for updates and upgrades these will also appear in Update History). In such cases, your best bet is to uninstall the problem software and see if the problem goes away.

How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 11 or 10 (6)

Graphics Drivers Often Cause IRQL_NOT_LESS_OR_EQUAL Errors

I’ve seen the IRQL error on more than half-a-dozen occasions in my 6-plus years of working with Windows 10 and the same problems can occur in Windows 11. In all but one instance, the cause was a buggy Nvidia GeForce graphics driver. In all of those cases, by rolling back to the preceding version, I stopped the IRQL error dead in its tracks.

Stay On the Cutting Edge: Get the Tom's Hardware Newsletter

Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.

That’s why I don’t remove duplicate Nvidia graphics drivers from my Windows PCs until the new one has run without problems for a couple of weeks. The excellent GitHub project DriverStore Explorer is great at performing such cleanups, when the time comes. Don’t be too quick to make such cleanups, and you’ll leave the rollback option open to yourself, should you need it.

Try a Clean Boot

If the preceding suggested repairs provide no relief from IRQL_NOT_LESS_OR_EQUAL errors, a Windows clean boot should be your next step. A clean boot starts Windows 10 or 11 with the barest minimum set of drivers and startup programs. It seeks to eliminate possible causes of trouble that have been added to the startup environment over time.

To perform a clean boot:

1. Launch the msconfig System Configuration utility. You can get there by hitting WinKey+R and entering “msconfig.”

2. Uncheck Load startup items in the General Tab under the Selective Startup setting. This disables all startup items currently present on this PC.

How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 11 or 10 (8)

3. Navigate to the Services tab, click the Hide all Microsoft services checkbox at lower left, then click “Disable all.” This disables all non-Microsoft (mostly OS) services on this PC. You can now click OK to close the window.

How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 11 or 10 (9)

Your PC is now set up for a clean boot, so you’ll want to restart to try further troubleshooting. This may allow you to replace or reinstall otherwise problematic or reluctant drivers, applications, updates and so forth. When you’ve finished your troubleshooting, you must then go back and reverse all changes.

If you’ve already disabled some startup items in Task Manager, for example, you might want to make a screenshot (see how to take screenshots in Windows 10 or 11) to capture the list of disabled items before you disable those still active. That way you’ll know what to leave alone when you put things back the way they used to be.

Troubleshooting non-Windows Services

If your troubleshooting leads you to suspect non-Windows services are involved in the IRQL_NOT_LESS_OR_EQUAL error, you need to conduct a process of elimination to identify the culprit (or culprits). This means turning on 3rd-party services in groups. Shawn Brink at Tenforums.com recommends a binary search technique in his clean boot tutorial. This works pretty well, and helps you zero in quickly. I sometimes do things in groups by vendor (Chrome, Nvidia, Intel, and so forth) and that seems to work well, too.

See Who Else is GETTING IRQL_NOT_LESS_OR_EQUAL Errors

If you visit TenForums.com, BleepingComputer.com Answers.Microsoft.com or the Tom’s Hardware forums and search for IRQL_NOT_LESS_OR_EQUAL and you will see how often the error has been reported lately as there may be a new driver or update wreaking havoc. You will also get some very good ideas on how others have approached diagnosis of the underlying cause, and what fixes they’ve applied.

It’s especially helpful to read through fixes that claim success because these might work for you, too. On the other hand, unsuccessful fixes can be informative, too, because they tell you which repairs to try later rather than sooner (or not at all).

How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 11 or 10 (10)

Ed Tittel

Ed Tittel is a long-time IT writer, researcher and consultant, and occasional contributor to Tom’s Hardware. A Windows Insider MVP since 2018, he likes to cover OS-related driver, troubleshooting, and security topics.

More about windows

Microsoft confirms that Windows 11 Recall AI is not optional — a glitch made it appear so in the Windows 11 24H2 KB5041865 updateWindows 11 skips past 50% market share milestone in latest Steam survey

Latest

AMD Fluid Motion Frames 2 gets an update with new stability fixes — the driver also brings optimizations for Warhammer 40K Space Marine 2
See more latest►

14 CommentsComment from the forums

  • Colif

    At least they mentioned Toms this time.

    Not often running SFC/DISM fix BSOD. Most are caused by 3rd party drivers.

    I’ve seen the IRQL error on more than half-a-dozen occasions in my 6-plus years of working with Windows 10. In all but one instance, the cause was a buggy Nvidia GeForce graphics driver.

    i don't see GPU drivers cause IRQ error very often.

    Reply

  • velocityg4

    While I wasn't getting a IRQL errors. My Radeon RX 580 was crashing with the latest drivers installed. I just removed them and let Windows use the ones it gets through Windows Update to solve it.

    Anyways, I wasn't aware of the "perfmon /rel" option. It's nice to see in Critical Events that there are a bunch from Radeon Software: Host Application. Confirming my diagnosis.

    Although with a fast flash drive for installing the OS and a fast backup drive for restores. It's usually quicker to just clean install than spending a few hours tracking down a problem. If the answer isn't quickly found. I just clean install the OS. Probably takes an hour or two to get back up and running. I should probably just get in the habit of cloning for an even quicker restore. Now that I've got two NVMe SSD in my main PC. I could likely get my boot/software drive back to it's last good state in under thirty minutes.

    Reply

  • Colif

    I don't know how many people I have helped with BSOD in the last 5 years, but I haven't had one myself in that entire time.

    IRQ errors are a pain, they often just blame ntoskrnl which is the windows kernel. It was what crashed but its victim. Not cause. Clean installs don't always fix it. It depends on if its a driver you can replace easy.

    windows memory checker better than nothing but memtest is a safer bet - https://forums.tomshardware.com/threads/how-to-test-your-ram.3691373/

    Reply

  • ezst036

    Linux is the ultimate service pack for resolving issues such as this. One simple clean install, no more problems.

    Reply

  • herrwizo

    There is nothing in the world without problems, Linux included.

    Reply

  • Uilleam

    Admin said:

    If your computer is blue screening and giving you the IRQL_NOT_LESS_OR_EQUAL error, follow these steps to solve the problem.

    How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 10 : Read more

    I've never seen SFC /SCANNOW ever fix anything in my 25 years of doing computer repair. That's Microsoft's way of getting you off the phone or saying they "tried" to help you.

    Reply

  • chalabam

    I used to get this blue screen when I had disabled virtual memory, or set it to a fixed size, no matter how much unused RAM I had.

    Reply

  • USAFRet

    ezst036 said:

    Linux is the ultimate service pack for resolving issues such as this. One simple clean install, no more problems.

    I did that, and my CAD application/game/security camera fails to run.

    Clean and simple? hmm.....

    Reply

  • peachpuff

    My sound blaster 16 is also giving me irq issues, how do I fix those?

    Reply

  • Elterrible

    Admin said:

    If your computer is blue screening and giving you the IRQL_NOT_LESS_OR_EQUAL error, follow these steps to solve the problem.

    How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 10 : Read more

    Had this once in my life, suspected the Nvidia Driver, wasn’t them… Thought it might be battlefield V, it wasn’t. Found out through process of elimination that it was a bad stick of RAM. As soon as I removed that RAM, the machine never did it again.

    Reply

Most Popular
Musician charged with wire fraud after using thousands of bots to stream AI music to earn millions in royalties
Qualcomm reportedly explores buying portions of Intel's PC client business
Dutch government retakes export control over ASML's fab tools
Sony allegedly teases PlayStation 5 Pro in 30th anniversary promo, shape matches earlier leaked renders
Khadas announce updated Mind 2 range with Intel Meteor Lake CPUs
U.S. gov't proposes new export controls targeting China and other 'adversaries'
Raspberry Pi Pico converts Paw Patrol toy into arcade controller
Maker 3D prints giant 'Benchy' sailboat and takes it out on the water
AMD's Ryzen 5 7600X3D is no longer exclusive to the U.S. — the latest 3D V-Cache chip is now available in Germany for €329
Intel Xeon W-3595X 60-core CPU overclocked to 5.80 GHz — 1 GHz over the default 4.8 GHz boost clock
Next-gen Intel Core Ultra 300 CPU specs reportedly leaked — Panther Lake-H could feature up to 18 cores and 12 Xe3 Celestial GPU cores
How to Fix IRQL_NOT_LESS_OR_EQUAL Errors in Windows 11 or 10 (2024)
Top Articles
'Who's next?' 5 recruits who could commit to UCF soon
LIVE: UCF Knights Football National Signing Day Updates
Funny Roblox Id Codes 2023
Golden Abyss - Chapter 5 - Lunar_Angel
Www.paystubportal.com/7-11 Login
Joi Databas
DPhil Research - List of thesis titles
Shs Games 1V1 Lol
Evil Dead Rise Showtimes Near Massena Movieplex
Steamy Afternoon With Handsome Fernando
Which aspects are important in sales |#1 Prospection
Detroit Lions 50 50
18443168434
Zürich Stadion Letzigrund detailed interactive seating plan with seat & row numbers | Sitzplan Saalplan with Sitzplatz & Reihen Nummerierung
Grace Caroline Deepfake
978-0137606801
Nwi Arrests Lake County
Justified Official Series Trailer
London Ups Store
Committees Of Correspondence | Encyclopedia.com
Pizza Hut In Dinuba
Jinx Chapter 24: Release Date, Spoilers & Where To Read - OtakuKart
How Much You Should Be Tipping For Beauty Services - American Beauty Institute
Free Online Games on CrazyGames | Play Now!
Sizewise Stat Login
VERHUURD: Barentszstraat 12 in 'S-Gravenhage 2518 XG: Woonhuis.
Jet Ski Rental Conneaut Lake Pa
Unforeseen Drama: The Tower of Terror’s Mysterious Closure at Walt Disney World
Ups Print Store Near Me
C&T Wok Menu - Morrisville, NC Restaurant
How Taraswrld Leaks Exposed the Dark Side of TikTok Fame
University Of Michigan Paging System
Dashboard Unt
Access a Shared Resource | Computing for Arts + Sciences
Speechwire Login
Healthy Kaiserpermanente Org Sign On
Restored Republic
3473372961
Craigslist Gigs Norfolk
Netherforged Lavaproof Boots
Ark Unlock All Skins Command
Craigslist Red Wing Mn
D3 Boards
Jail View Sumter
Nancy Pazelt Obituary
Birmingham City Schools Clever Login
Thotsbook Com
Funkin' on the Heights
Vci Classified Paducah
Www Pig11 Net
Ty Glass Sentenced
Latest Posts
Article information

Author: Jonah Leffler

Last Updated:

Views: 5726

Rating: 4.4 / 5 (65 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Jonah Leffler

Birthday: 1997-10-27

Address: 8987 Kieth Ports, Luettgenland, CT 54657-9808

Phone: +2611128251586

Job: Mining Supervisor

Hobby: Worldbuilding, Electronics, Amateur radio, Skiing, Cycling, Jogging, Taxidermy

Introduction: My name is Jonah Leffler, I am a determined, faithful, outstanding, inexpensive, cheerful, determined, smiling person who loves writing and wants to share my knowledge and understanding with you.