Skip to main content
  1. Home
  2. Computing
  3. How tos

How to fix error irql_not_less_or_equal in Windows

Add as a preferred source on Google
The blue screen of death in Windows.
This is the basic Blue Screen of Death we've had since Windows 8, with Microsoft adding a QR code to the screen in Windows 10. Jacob Roach / Digital Trends

The IRQL_NOT_LESS_OR_EQUAL error is one of the more common stopcodes errors you'll see when your PC suddenly freezes and throws up a blue screen of death. It's often caused by a memory issue where something was trying to access a memory address it doesn't have access rights for, but it can be a driver problem or a range of other issues.

If this is a one off, you probably don't need to worry, but if you keep seeing this error and keep getting BSODs interrupting your work or play, then you may need to address it. Here are a few fixes that should work.

Recommended Videos

Difficulty

Moderate

Duration

30 minutes

What You Need

  • Windows PC

Fix the system files

One of the reasons the IRQL_NOT_LESS_OR_EQUAL error crops up is because of corrupted system files. One of the best ways to fix that is with a system file cleanup.

Step 1: Search for "CMD" in Windows search. Right-click on the Command Prompt result and select Run as administrator.

Step 2: Type in "DISM /Online /Cleanup-image /Checkhealth" and press Enter.

If the scan detects any errors or corrupted files, type in: "DISM /Online /Cleanup-Image /RestoreHealth" and press Enter to fix the corrupted files.

Step 3: Additionally, run "SFC /SCANNOW" to run the Windows system file checker. It should find any other system files that are causing problems, and replace them.

This scan can take longer than the DISM one we ran above. You'll get a percentage readout while it works to let you know how far along it is.

Running system file checker in Windows 11.
Digital Trends

Update or roll back your drivers

Did you recently update a driver? Have you not updated your drivers in a long time? It might be that a driver that's outdated or unstable has caused your IRQL error. Here's how to fix that.

Step 1: If you recently installed a driver for something and think that might be the culprit, search for "Device Manager" in Windows search, and select the corresponding result.

Step 2: Locate the device that you installed the driver for, whether it was your Wi-Fi adapter, a printer, webcam, or anything else. Right-click it, and select Properties.

Step 3: On the Driver tab, select the Roll back driver button. This will roll back the driver on that device to what was previously installed. Reboot your PC, and see if that fixes the issue.

Step 4: Alternatively, if your drivers for anything are particularly out of date, try updating them.

  • Run Windows update to grab any new generic drivers.
  • Update your graphics drivers by visiting your manufacturer's website and install them manually.
  • Update your chipset drivers. These aren't CPU drivers, like some people refer to them, but they do need occasional updates. Visit the manufacturer's website for your PC or motherboard, and download the latest chipset drivers to update them.

System restore

If you think something has changed recently which caused the IRQL_NOT_LESS_OR_EQUAL error but aren't sure what it might be, rolling back to a system restore point can save you a lot of time trying to diagnose the issue. You'll need to be careful you don't make that same change again, but just getting your PC working again without BSOD errors should be the priority, and a system restore point is a really straightforward way to achieve that.

Follow our guide on how to use the system restore feature to roll back your PC to how it was when it wasn't giving you blue screens.

Run an anti-malware scan

It's possible that a piece of malware is giving you the IRQL error, or is forcing the problems that are causing it. Running an anti-malware scan with your favorite antivirus can be a good way to fix this issue.

If you don't have your own antivirus, you can do a manual scan with Microsoft Defender Antivirus, or consider installing one of the best free antivirus solutions.

Windows diagnostic tool.
Digital Trends

Run the Windows memory diagnostic scan

Hardware errors aren't a common cause of IRQL_NOT_LESS_OR_EQUAL errors, but it's not impossible. Windows has a built-in memory diagnostic tool you can run to see if your problem is caused by failing memory.

To run it, use Windows search to look for "Windows memory diagnostic," and select the corresponding result. When prompted, select whether you want to restart now or later. When you reboot your PC next, the diagnostic tool will run, letting you know whether you have any memory problems.

If you do, and you want to replace your memory, check out our guides on how much RAM you need and how to buy RAM in 2024.

Jon Martindale
Jon Martindale covers how to guides, best-of lists, and explainers to help everyone understand the hottest new hardware and…
Apple will finally stop making iPhone-to-Windows copy-paste such a chore
Your iPhone may finally copy and paste with a Windows PC like it should
Apple Universal Clipboard feature

Copying something on an iPhone and pasting it onto a Windows PC should be one of the least remarkable features imaginable. While this simple process seems effortless between an iPhone and Mac, Windows users are still left waiting.

Now, Microsoft is formally asking Apple to provide interoperable clipboard access through the company’s European Union interoperability process. The request, submitted on March 25, argues that iOS restrictions prevent third-party platforms from creating an experience comparable to Apple’s Universal Clipboard. Apple has now reached Phase III and committed to developing a solution.

Read more
Chrome wants more extension reviews, but good ratings won’t keep malware out
Google is testing built-in extension review prompts, but good ratings can still hide malware
malicious-google-chrome-extensions-on-web-store

Google is preparing to add extension review links directly inside Chrome, putting feedback closer to the menus people already use to manage their add-ons.

A Chromium change, first spotted by Windows Report, points to review options in the Extensions menu, the chrome://extensions management page, and extension context menus. Only eligible Chrome Web Store extensions in good standing would qualify, and the feature is still under development.

Read more
Passkeys were pushed as a safer future. Hackers have figured out ways to break those synced to Google
Google’s “uncopyable” passkeys may be easier to steal than promised
google-lawsuite-AI-Scams

Passkeys have been pushed as the safer successor to passwords. It promised protection from phishing, credential reuse, and password leaks. Google even claims that it cannot be copied or accidentally handed to someone else. But it might not be as secure as the company wants it to be.

Security researchers (Via BleepingComputer) have now found three ways malware can undermine those promises for passkeys synced through Google Password Manager. The techniques, collectively named Pass-ta-key, target Google Password Manager inside Chrome on Windows computers equipped with a Trusted Platform Module. Every attack requires malware to already be running on the victim’s computer.

Read more