1. Check and Replace Faulty RAM
- Run Windows Memory Diagnostic or MemTest86 to detect faulty memory modules.
- Replace any defective RAM sticks found during testing.
- Ensure correct configuration in BIOS and proper seating in memory slots.
2. Boot into Safe Mode and Uninstall Problematic Software
- Restart and press F8 / Shift + F8 to enter Safe Mode (Minimal).
- Uninstall recently added programs, especially antivirus, backup, or system monitoring tools.
- Reboot normally and check whether the BSOD reappears.
3. Update All Device Drivers
- Open Device Manager - Right-click on devices - Update driver.
- Prefer manufacturer-provided drivers (for GPU, chipset, network, and storage controllers).
- Avoid beta or unsigned drivers to maintain system stability.
4. Scan and Repair System Files
- Open Command Prompt (Admin) and run the following commands:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- Wait for both processes to finish, then restart your PC.
- These commands repair missing or damaged kernel and system files.
5. Reset BIOS/UEFI to Default Settings
- Restart your computer and enter BIOS/UEFI Setup (usually F2, DEL, or ESC).
- Select Load Optimized Defaults or Reset to Default Settings.
- Disable CPU or RAM overclocking if enabled.
- Save changes and reboot.
6. Check Disk for File System Corruption
- Open Command Prompt (Admin) and execute:
- chkdsk C: /f /r /x
- Reboot to allow Windows to perform the scan and fix errors.
- This ensures file integrity and corrects disk-level handle mismanagement.
7. Disconnect External Hardware Devices
- Unplug unnecessary peripherals (USB drives, sound cards, or PCI devices).
- Restart the system and verify if the error persists.
- Reconnect devices one by one to identify the faulty hardware.
8. Disable Non-Microsoft Startup Programs
- Press Ctrl + Shift + Esc - Open Task Manager - Startup tab.
- Disable all third-party or unnecessary applications.
- Restart the system to eliminate software conflicts.
9. Install Latest Windows and Firmware Updates
- Navigate to Settings - Update & Security - Windows Update.
- Install all available updates, including optional driver and BIOS updates.
- Reboot after installation to ensure all patches take effect.
10. Perform an In-Place Upgrade or Clean Installation
If none of the above resolves the issue:
- Use Windows Installation Media - Select Upgrade this PC now - Choose Keep personal files and apps.
- This will replace damaged kernel files and drivers.
- For persistent errors, perform a clean installation after backing up essential data.
The 0x00000095 (INVALID_KERNEL_HANDLE) BSOD generally indicates invalid handle references in kernel mode due to driver bugs, RAM issues, or corrupted system files.
To fix the issue:
- Test and replace faulty RAM.
- Update all drivers from trusted manufacturer sources.
- Run SFC, DISM, and CHKDSK scans to repair system integrity.
- Reset BIOS to defaults and remove overclocking settings.
If the error continues:
- Install all pending Windows updates.
- Disconnect external hardware and disable startup programs.
- Perform an in-place upgrade or clean reinstall to achieve complete kernel stability.
By resolving memory, driver, and file system conflicts, you can eliminate the 0x00000095 BSOD and ensure reliable Windows performance with long-term system stability.