Fixing the "KMODE\_EXCEPTION\_NOT\_HANDLED" BSOD Error on a Windows 10 Pro System
If you're experiencing the "KMODE\_EXCEPTION\_NOT\_HANDLED" blue screen of death (BSOD) error on your Windows 10 Pro system, it can be caused by a variety of issues, including driver problems, hardware conflicts, or corrupted system files. In this article, we'll cover the steps to troubleshoot and fix this error, with a focus on editing the UEFI/BCD boot manager.
1. Check for Windows Updates
Before diving into more advanced troubleshooting steps, it's always a good idea to check for Windows updates. Microsoft frequently releases updates that address known issues and improve system stability. To check for updates, follow these steps:
- Press the Windows key + I to open the Settings app.
- Click on "Update & Security".
- Click on "Check for updates".
Windows will automatically download and install any available updates. Once the updates are installed, restart your system and check if the BSOD error has been resolved.
2. Check for Driver Issues
Driver issues are a common cause of BSOD errors. To check for driver issues, follow these steps:
- Press the Windows key + X and select "Device Manager" from the menu.
- Expand the categories and look for any devices with a yellow exclamation mark.
- Right-click on the device and select "Update driver".
- Follow the prompts to update the driver.
If updating the driver doesn't resolve the issue, you can try uninstalling and reinstalling the driver. To do this, right-click on the device and select "Uninstall device", then restart your system. Windows will automatically reinstall the driver when you log back in.
3. Check for Hardware Conflicts
Hardware conflicts can also cause BSOD errors. To check for hardware conflicts, follow these steps:
- Press the Windows key + R and type "devmgmt.msc" in the Run dialog box, then press Enter.
- Click on the "View" menu and select "Show hidden devices".
- Expand the "System Devices" category.
- Look for any devices with a yellow exclamation mark.
- Right-click on the device and select "Properties".
- Click on the "Driver" tab and check if there are any conflicts.
If you find any conflicts, you can try updating the drivers for the conflicting devices or disabling the devices to see if the BSOD error is resolved.
4. Repair Corrupted System Files
Corrupted system files can also cause BSOD errors. To repair corrupted system files, follow these steps:
- Press the Windows key + X and select "Command Prompt (Admin)" or "PowerShell (Admin)" from the menu.
- Type the following command and press Enter:
sfc /scannowThis command will scan for and repair corrupted system files. Once the scan is complete, restart your system and check if the BSOD error has been resolved.
5. Edit the UEFI/BCD Boot Manager
If none of the above steps have resolved the BSOD error, you can try editing the UEFI/BCD boot manager. This is a more advanced troubleshooting step and should only be attempted if you're comfortable working with the command prompt.
- Press the Windows key + X and select "Command Prompt (Admin)" or "PowerShell (Admin)" from the menu.
- Type the following command and press Enter:
bcdedit /export C:\BCD\_BackupThis command will back up the current boot configuration data (BCD) store to the C:\BCD\_Backup folder.
- Type the following command and press Enter:
bcdedit /set {default} bootmenupolicy standardThis command will set the boot menu policy to standard.
- BSOD errors can be caused by a variety of issues, including driver problems, hardware conflicts, or corrupted system files.
- To troubleshoot and fix the "KMODE\_EXCEPTION\_NOT\_HANDLED" BSOD error, check for Windows updates, check for driver issues, check for hardware conflicts, repair corrupted system files, and edit the UEFI/BCD boot manager (if necessary).
- References: