Table of Contents
Recently, I encountered this error on my Windows 10 PC and have tried over 20 BSOD troubleshooting ideas suggested by the Microsoft Learn forums, Reddit, Quora, and other reliable sources. Only the following ones have come out as the winners:
Run Windows Driver Verifier
Uninstall and Re-install a Recently Used Driver
Using Apps & Features
Using Device Manager
Update All System Drivers
Remove External Peripherals
Check the Disk Drives for Errors
Scan and Remove Malware
Perform the SFC and DISM Scans
SFC Scan
DISM Scan
Reboot Into Safe Mode
Restore the PC
Reset the PC
Home System Tutorial Windows Series IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

Nov 08, 2024 pm 02:35 PM

Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

A message from our partner

Fix all your driver issues with PC HelpSoft Driver Updater:

Easily update and fix driver issues on your PC in just three steps with PC HelpSoft Driver Updater:

  • Download and install PC HelpSoft Driver Updater.
  • Scan your PC to find outdated or missing drivers.
  • Click on Update Now to quickly install the latest and original drivers.
Keep your PC running at its best - update your drivers now! PC HelpSoft has been downloaded by 0 readers this month

If you keep seeing the IRQL NOT LESS OR EQUAL STOP code on a blue screen on your Windows 10 or 11 PC, read on.

When a kernel-mode process or driver attempts to access a paged memory address it doesn’t have the proper access rights to, Windows OS shows this blue screen of death. Secondly, this BSOD event occurs if a high-priority (IRQL) process attempts to interact with a lower-priority one.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

Here are more details of the

STOP code

:

STOP Code:

IRQL_NOT_LESS_OR_EQUAL

Bug Check Value:

0x0000000A

Recently, I encountered this error on my Windows 10 PC and have tried over 20 BSOD troubleshooting ideas suggested by the Microsoft Learn forums, Reddit, Quora, and other reliable sources. Only the following ones have come out as the winners:

Perform a Clean Boot in Windows OS

    When a third-party driver software or background service tries to access a disallowed paged memory in the Windows OS, here’s how you can confirm and fix it:
  1. Press the Windows R keys to launch the
  2. Run
  3. dialog. In the command box, type msconfig and press
  4. Enter
  5. . The
  6. System Configuration
  7. dialog box will open. Navigate to the Services tab and checkmark the
  8. Hide all Microsoft services
  9. option. Now, click on the
  10. Disable all
button.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. This should deactivate all third-party services.
  2. Now, go to the Startup tab and click on the Open Task Manager link.
  3. You’ll directly land on the Startup tab of the Task Manager.
  4. Right-click on an item in the list and select Disable.
  5. Repeat the steps to disable all third-party apps from running at system startup.
  6. Close the Task Manager.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Click Apply and OK on the System Configuration dialog box.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Restart the PC.

Once the troubleshooting is done, repeat the above steps in the reverse order to activate all third-party services and startup items.

Run Windows Driver Verifier

Faulty drivers are often attributed as the primary cause for the bug check event IRQL NOT LESS OR EQUAL.

Before doing anything, save and close all applications on your PC. Also, make a backup of content that you stored in the Windows OS installation drive or the C: drive.

Now, follow these steps carefully:

  1. Press the Windows R keys together to open the Run dialog box.
  2. Type verifier and hit Enter to launch the Driver Verifier Manager.
  3. Select Create standard settings and click Next.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Choose Automatically select all drivers installed on this computer or select drivers manually, then click Finish.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Restart your computer to apply the changes.
  2. After reboot, Windows will monitor the chosen drivers for issues.
  3. If the Driver Verifier detects any problematic drivers, your system might enter a BSOD.
  4. This crash report will typically show the name of the faulty driver.
  5. Alternatively, you can check Event Viewer.
  6. From the Event Viewer table, you should be able to find the driver that failed during the test.
  7. Look in the Event Viewer > Windows Logs > System > red and critical Errors with messages like BugCheck or Driver Verifier Detected Violation.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. To stop the Driver Verifier, open Run, type verifier /reset, and press Enter, then restart your computer.
  2. Uninstall the faulty driver. Follow the steps mentioned in the next section below.

Don’t perform any critical work on the PC while the test is ongoing.

Uninstall and Re-install a Recently Used Driver

You can remove recently installed hardware or virtual drivers to fix the IRQL NOT LESS OR EQUAL error. Also, you can use this method to remove all drivers showing the yellow warning triangles.

Using Apps & Features

Certain drivers, like GPU, .NET, Microsoft Visual C Runtime, and more show up on the Apps & features window. So, follow these steps first:

  1. Press the Windows I keys to launch the Settings app.
  2. Click on the Apps settings menu.
  3. Now, select Apps & features from the left on Apps Settings Home.
  4. On the right, type in the driver name into the Search this list box.
  5. Hit Enter.
  6. Click on the driver name.
  7. Hit Uninstall.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

Using Device Manager

For those drivers that won’t show up on the Apps & features window or you’ve already deleted some from the Apps settings window, follow these steps:

  1. Press the Windows X keys simultaneously to bring up the Power User menu.
  2. Click on the Device Manager option.
  3. Locate the device name linked to the hardware or virtual driver you installed.
  4. Double-click to expand the device name tree.
  5. Select a component inside the expanded tree, right-click, and select Uninstall device.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Repeat the same steps for all other drivers you want to remove or those showing a yellow warning sign.
  2. Restart the PC.

Update All System Drivers

When removing doesn’t help, try updating all the device drivers to their latest editions. Now, you can do this manually, using the Device Manager tool > select a device name > right-click > select Update driver and follow onscreen instructions.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

Alternatively, if you wish to automate the process, you can use a dedicated tool like Avast Driver Updater.

Here’s a quick demo:

  1. Download the Avast Driver Updater for free.
  2. Install the app.
  3. Run the app from the Start menu or Desktop using its shortcut icon.
  4. Click on the Scan Driver button.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. It’ll show an itemized report of outdated drivers.
  2. Hit the Update All button, get a paid license, and start updating all drivers in one click.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

The tool will source Microsoft-approved official drivers from trusted sources and install those automatically.

Remove External Peripherals

Disconnect non-essential peripherals like racing steering, game controllers, game recording devices, NAS devices, removable storage, etc., from your PC.

If you’ve uninstalled any drivers for a network card, GPU, internal game recording device, etc., remove that hardware as well.

Especially for a GPU, don’t forget to connect the VGA or HDMI cable to the output from the motherboard. You’ll find this built-in port at the back of the CPU case. For laptops, ignore this step.

Check the Disk Drives for Errors

Since the IRQL NOT LESS OR EQUAL STOP code is primarily attributed to page file issues, you might also want to perform a disk check. It’s especially recommended for the SSD or HDD where you’ve installed the Windows OS and assigned a percentage of the storage as virtual memory or page files.

  1. Press the Windows and X keys together to open the Power User menu.
  2. Select the Terminal (Admin) item.
  3. The Windows PowerShell prompt will open.
  4. Copy and paste the following command into the terminal:
<code>chkdsk C: /f /r</code>
Copy after login
Copy after login

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Hit Enter.
  2. Wait until the process finishes.
  3. Reboot the PC if the scan doesn’t start instantly after pressing Y.

Now, monitor your system for several hours to check if the issue comes back.

Scan and Remove Malware

  1. Get the Windows Malicious Software Removal Tool.
  2. Execute the app from Downloads.
  3. Select Next on the home window.
  4. Choose the Full scan option.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Click Next.
  2. Wait for the progress bar to reach 100%.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Restart the PC once done.

Perform the SFC and DISM Scans

If the problem is linked to any corrupted Windows system file or driver, you must scan the entire system with the SFC command and fix problematic files using the DISM command.

SFC Scan

  1. Click on the Start menu and type CMD.
  2. Select Run as administrator when the Command Prompt tool shows up.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Enter sfc /scannow and press the Enter key.
  2. The command will look up the entire Windows installation directory for corrupted system files. Hence, it might take a while.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. The SFC scan will also attempt a primary-level recovery of the corrupted files.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Here are the results you can expect and recommended actions:
    • Windows Resource Protection did not find any integrity violations: Windows system files are in good condition, and no further action is needed. You can ignore the DISM scan step.
    • Windows Resource Protection found corrupt files and successfully repaired them: the SFC command itself fixed the file system issues. Skip the DISM step.
    • Windows Resource Protection found corrupt files but was unable to fix some of them: Run the DISM scan.
    • Windows Resource Protection could not perform the requested operation: Reboot into Safe Mode and then run the SFC scan.

DISM Scan

First, ensure the PC is connected to a reliable internet network. Now, follow these steps:

  1. In the same SFC scan command line interface, type in the following script:
<code>chkdsk C: /f /r</code>
Copy after login
Copy after login

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Hit Enter to start the Windows file system repair process.
  2. DISM scan might take up to 20 minutes depending on the internet bandwidth.
  3. Once the process is over, reboot the PC.

If the scan fails, attempt again by rebooting the PC into Safe Mode.

Reboot Into Safe Mode

This mode allows you to diagnose if the IRQL NOT LESS OR EQUAL BSOD error happens because of third-party software, driver, or services. It also allows you to run SFC and DISM scans smoothly. Here’s how to enable it:

  1. If you can access the Desktop, press the Shift key, and click on the Start menu.
  2. Click on the Power icon and select Restart.
  3. Keep the Shift key pressed even during POST.
  4. Let it go when you see the Please Wait screen.
  5. If you’re unable to enter the Desktop, press and hold the power key until the PC shuts down.
  6. Turn it on and again repeat the step to turn off the system.
  7. Now, switch on the PC to see the Please Wait splash screen.
  8. Select Troubleshoot on the Choose an option screen.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Click on Advanced options in the following window.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Select Startup settings.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Hit the Restart button.
  2. When the Startup Settings dialog appears again, press 4.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. The Windows will load into Safe Mode.

Restore the PC

If the BSOD error occurs occasionally, try to restore the PC to the last known good configuration with a system restore. Here are the quick steps:

  1. Type Restore in the Start menu and click on the Create a restore point app.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Click the System Restore button on the System Properties dialog.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. You should see the System Restore wizard. Click Next.
  2. Select a restore point from the table.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Click on Next.
  2. Hit the Finish button.

Ensure you remove personal files from the Windows installation drive before attempting this method.

Reset the PC

You might need to reset the PC to its factory settings in the following situations:

  • The BSOD error comes back intermittently.
  • You’re unable to access the Desktop.
  • Your PC has entered a BSOD loop.

In that case:

  1. Press and hold the power button to switch off the device.
  2. Now, turn it on, and press and hold the power switch again when the screen goes past the manufacturer’s logo.
  3. Repeat this step once more.
  4. Now, turn on the device and you should see the Please Wait or Automatic Repair loading screen.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. When you see the WinRE window, click Troubleshoot.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Click on the Reset this PC button.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Select Keep my files.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Choose Cloud download for the Windows installation media.

IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide

  1. Follow the on-screen guidance to complete the device resetting process.

Now you know how to troubleshoot the STOP code IRQL NOT LESS OR EQUAL related blue screen issues on a Windows 10 or 11 PC.

Try these methods in the order they’re listed above and name the step that worked for you in the comment box.

If you’re also experiencing memory management blue screen errors, we can help you out!

The above is the detailed content of IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1673
14
PHP Tutorial
1278
29
C# Tutorial
1257
24
Windows kb5054979 update information Update content list Windows kb5054979 update information Update content list Apr 15, 2025 pm 05:36 PM

KB5054979 is a cumulative security update released on March 27, 2025, for Windows 11 version 24H2. It targets .NET Framework versions 3.5 and 4.8.1, enhancing security and overall stability. Notably, the update addresses an issue with file and directory operations on UNC shares using System.IO APIs. Two installation methods are provided: one through Windows Settings by checking for updates under Windows Update, and the other via a manual download from the Microsoft Update Catalog.

Nanoleaf Wants to Change How You Charge Your Tech Nanoleaf Wants to Change How You Charge Your Tech Apr 17, 2025 am 01:03 AM

Nanoleaf's Pegboard Desk Dock: A Stylish and Functional Desk Organizer Tired of the same old charging setup? Nanoleaf's new Pegboard Desk Dock offers a stylish and functional alternative. This multifunctional desk accessory boasts 32 full-color RGB

How to Use Windows 11 as a Bluetooth Audio Receiver How to Use Windows 11 as a Bluetooth Audio Receiver Apr 15, 2025 am 03:01 AM

Turn your Windows 11 PC into a Bluetooth speaker and enjoy your favorite music from your phone! This guide shows you how to easily connect your iPhone or Android device to your computer for audio playback. Step 1: Pair Your Bluetooth Device First, pa

ASUS' ROG Zephyrus G14 OLED Gaming Laptop Is $300 Off ASUS' ROG Zephyrus G14 OLED Gaming Laptop Is $300 Off Apr 16, 2025 am 03:01 AM

ASUS ROG Zephyrus G14 Esports Laptop Special Offer! Buy ASUS ROG Zephyrus G14 Esports Laptop now and enjoy a $300 offer! Original price is $1999, current price is only $1699! Enjoy immersive gaming experience anytime, anywhere, or use it as a reliable portable workstation. Best Buy currently offers offers on this 2024 14-inch ASUS ROG Zephyrus G14 e-sports laptop. Its powerful configuration and performance are impressive. This ASUS ROG Zephyrus G14 e-sports laptop costs 16 on Best Buy

5 Hidden Windows Features You Should Be Using 5 Hidden Windows Features You Should Be Using Apr 16, 2025 am 12:57 AM

Unlock Hidden Windows Features for a Smoother Experience! Discover surprisingly useful Windows functionalities that can significantly enhance your computing experience. Even seasoned Windows users might find some new tricks here. Dynamic Lock: Auto

How (and Why) to Turn Off Mouse Acceleration on Windows 11 How (and Why) to Turn Off Mouse Acceleration on Windows 11 Apr 15, 2025 am 06:06 AM

Improve mouse accuracy: Disable Windows 11 mouse acceleration function The mouse cursor moves too fast on the screen, even if you only move the mouse a few centimeters? This is what the mouse acceleration function is. This article will guide you on how to disable this feature to better control mouse movement. Is it wise to disable mouse acceleration? There is no direct "Mouse Acceleration" option in Windows systems. Instead, it is the "Enhanced Pointer Precision" setting, which Microsoft sees as a mouse acceleration feature. When this feature is enabled, the mouse's DPI (dots per inch) setting takes effect. It controls the relationship between the physical movement speed of the mouse and the distance the cursor moves on the screen. Move the mouse slowly, Windows will reduce the effective DPI and the cursor moves shorter

Your Keyboard Needs a Big Ol' Volume Knob Your Keyboard Needs a Big Ol' Volume Knob Apr 18, 2025 am 03:04 AM

In today's touchscreen world, the satisfying tactile feedback of physical controls is a welcome change. That's why a keyboard with a large volume knob is surprisingly appealing. I recently experienced this firsthand, and it's been a revelation. For

How to Right-Click With No Mouse How to Right-Click With No Mouse Apr 18, 2025 pm 12:03 PM

The mouse is a vital component to getting work done on your PC. But when you’re stuck with a faulty mouse, you can run into a few problems including the inability to right-click. But the good news is that there are definitely ways t

See all articles