Symptoms
- Blue Screen of Death (BSOD) with stop code IRQL_NOT_LESS_OR_EQUAL and error code 0x0000000A.
- System crashes shortly after booting or during normal operation.
- Error occurs immediately after installing a new driver update (e.g., graphics, network, or chipset driver).
- Possible automatic restart loop making it difficult to access Windows normally.
Root Causes
- Faulty or incompatible driver: The updated driver attempts to access a memory address at an incorrect interrupt request level (IRQL).
- Corrupted driver files: Incomplete installation or corrupted download leads to instability.
- Conflicting drivers: New driver conflicts with existing drivers or system services.
- Memory or hardware issues: Though less common, faulty RAM or hardware can trigger this error, especially after driver changes.
Step-by-Step Fix
1. Boot into Safe Mode
- Restart your PC. When the Windows logo appears, press and hold the power button to force shutdown. Repeat 3 times to trigger Automatic Repair.
- On the Automatic Repair screen, click Advanced options > Troubleshoot > Advanced options > Startup Settings > Restart.
- After restart, press 4 or F4 to enable Safe Mode.
2. Roll Back the Problematic Driver
- In Safe Mode, right-click the Start button and select Device Manager.
- Expand the category of the device you updated (e.g., Display adapters, Network adapters).
- Right-click the device and select Properties.
- Go to the Driver tab and click Roll Back Driver (if available). Follow the prompts.
- Restart the PC normally.
3. Use Driver Verifier to Identify the Culprit
- If rollback is not available, open Command Prompt as Administrator (in Safe Mode).
- Type
verifierand press Enter. - Select Create standard settings > Next.
- Choose Select driver names from a list.
- Click Unsigned drivers and then Add to select all unsigned drivers (or manually select suspect drivers).
- Click Finish and restart. If a BSOD occurs, the faulty driver will be identified in the crash log.
- To disable Verifier, boot into Safe Mode, run
verifier /resetin Command Prompt.
4. Uninstall the Problematic Driver
- In Device Manager, right-click the device and select Uninstall device.
- Check Delete the driver software for this device if prompted.
- Restart. Windows will reinstall a generic driver automatically.
Alternative Fixes
- System Restore: Use a restore point created before the driver update. Boot into Safe Mode and search for "System Restore" in Control Panel.
- Use Last Known Good Configuration: During boot, press F8 repeatedly before Windows loads and select Last Known Good Configuration (advanced).
- Check for Windows Updates: Sometimes Microsoft releases a fix for known driver issues. In Safe Mode, run Windows Update and install all updates.
- Run Memory Diagnostics: Type
mdsched.exein Run (Win+R) and restart to test RAM. Replace faulty sticks if errors are found.
Prevention
- Always create a system restore point before installing any driver update.
- Download drivers only from official manufacturer websites or use Windows Update for critical drivers.
- Use driver update tools cautiously; prefer manual installation.
- Keep a backup of the previous driver version by noting the version number before updating.
- Test new drivers on a non-production machine if possible.
- Regularly update Windows to ensure system stability and compatibility.
By following these steps, you can resolve the IRQL_NOT_LESS_OR_EQUAL error and prevent future occurrences. If the issue persists, consider hardware diagnostics or contacting the device manufacturer for support.