Home > Article > System Tutorial > IRQL NOT LESS OR EQUAL Blue Screen Error - DIY Fix-It Guide
Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more
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:
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.
Here are more details of the
STOP code:
STOP Code:IRQL_NOT_LESS_OR_EQUAL
Bug Check Value:0x0000000A
Perform a Clean Boot in Windows OS
Once the troubleshooting is done, repeat the above steps in the reverse order to activate all third-party services and startup items.
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:
Don’t perform any critical work on the PC while the test is ongoing.
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.
Certain drivers, like GPU, .NET, Microsoft Visual C Runtime, and more show up on the Apps & features window. So, follow these steps first:
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:
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.
Alternatively, if you wish to automate the process, you can use a dedicated tool like Avast Driver Updater.
Here’s a quick demo:
The tool will source Microsoft-approved official drivers from trusted sources and install those automatically.
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.
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.
<code>chkdsk C: /f /r</code>
Now, monitor your system for several hours to check if the issue comes back.
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.
First, ensure the PC is connected to a reliable internet network. Now, follow these steps:
<code>chkdsk C: /f /r</code>
If the scan fails, attempt again by rebooting the PC 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:
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:
Ensure you remove personal files from the Windows installation drive before attempting this method.
You might need to reset the PC to its factory settings in the following situations:
In that case:
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!