1. Boot into Windows Recovery Environment (WinRE)
- Power on and interrupt boot 3 times to enter WinRE.
- Go to Troubleshoot โ Advanced options.
2. Run Hardware Diagnostics
- Use Windows Memory Diagnostic to test RAM.
- Use manufacturer tools to test CPU and motherboard health.
- Check CPU temperatures in BIOS to detect overheating.
Replace defective components if detected.
3. Reset BIOS/UEFI Settings
Enter BIOS/UEFI during startup (Del, F2, Esc).
- Restore Default Settings.
- Disable any overclocking of CPU, GPU, or RAM.
- Ensure correct memory timing and voltage settings.
4. Update BIOS/UEFI Firmware
Download and install the latest BIOS/firmware from your motherboard/system manufacturer.
This ensures compatibility with modern hardware and fixes CPU/memory handling issues.
5. Update or Roll Back Drivers
Boot into Safe Mode with Networking.
- Open Device Manager โ Chipset/Graphics/Storage drivers.
- Update outdated drivers.
- Roll back recent driver installations that may be unstable.
6. Run CHKDSK to Repair Disk Errors
- In Command Prompt, type:
chkdsk C: /f /r /x
- Restart to fix disk corruption.
7. Repair System Files with SFC & DISM
- Open Command Prompt (Admin) in WinRE.
- Run:
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
DISM /Image:C:\ /Cleanup-Image /RestoreHealth
- This restores corrupted Windows kernel/system files.
8. Scan for Malware or Rootkits
- From WinRE, run Windows Defender Offline Scan.
- Use trusted anti-rootkit tools for deeper checks.
9. Perform System Restore
- In WinRE โ System Restore.
- Select a restore point before the BSOD occurred.
10. Clean Install Windows (Last Resort)
If hardware is functional but crashes persist, back up your data.
Perform a clean Windows installation to restore full system stability.
The 0x0000007F (UNEXPECTED_KERNEL_MODE_TRAP) BSOD usually stems from hardware-level problems such as a faulty CPU, defective RAM, or unstable BIOS/overclocking settings.
To fix the issue:
- Test and replace bad hardware (RAM/CPU)
- Reset or update BIOS/UEFI
- Update or roll back chipset/driver updates
- Run SFC, DISM, and CHKDSK scans
If unresolved:
- Replace the failing CPU, RAM, or motherboard
- Ensure BIOS settings are stable and up to date
- Perform a clean Windows reinstall for a fresh start
Quick diagnosis and repair reduce downtime, restore system stability, and protect against further hardware damage.