Hey everyone,
Hoping to get some guidance from anyone experienced with WinDbg or kernel crash analysis. I’ve been chasing recurring BSODs and overall system instability on my PC for a while now, and I’m out of ideas after trying all the standard troubleshooting steps.
(Pardon any awkward phrasing — English isn't my first language!)
System Specs
CPU: Intel Core i9-14900KS
Motherboard: ASUS ROG Strix Z790-E Gaming WiFi II
RAM: G.Skill Trident Z5 RGB 48GB (2×24GB) DDR5-8400
GPU:** NVIDIA RTX 5080
storage: Crucial T705 Gen5 NVMe SSD
x2 SATA 4tb each
OS:Windows 11 Pro 25H2 (Build 26200.x)
The Problem
The instability started before I reformatted. Because the bugchecks and faulting modules kept changing every time, I did a clean install of Windows to rule out OS corruption. Unfortunately, the crashes haven't stopped.
It doesn't seem tied to heavy loads either — it happens while gaming, during light desktop use, or even a few minutes after booting with nothing open.
Beyond the Blue Screens, Windows itself feels unstable:
Task Manager frequently opens and closes immediately on its own.
Corsair iCUE crashes every 20–30 minutes.
Chrome constantly hits `STATUS_ACCESS_VIOLATION` errors (especially when watching YouTube).
Almost every app crashes or throws memory errors eventually.
Bugchecks Observed
Before Reinstall: `MEMORY_MANAGEMENT`, `
PAGE_FAULT_IN_NONPAGED_AREA
SYSTEM_SERVICE_EXCEPTION`
KMODE_EXCEPTION_NOT_HANDLED`,
NTERRUPT_EXCEPTION_NOT_HANDLED`,
ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY`
Chrome crashes with STATUS_ACCESS_VIOLATION / memory access violation, especially while watching YouTube videos.
APC_INDEX_MISMATCH (0x1)
KMODE_EXCEPTION_NOT_HANDLED (0x1E)
Exception code: c0000005 (Access violation)
RIP = 0000000000000000
Failure.Bucket: AV_nt!KiDispatchException
After Reinstall: PAGE_FAULT_IN_NONPAGED_AREA`
HYPERVISOR_ERROR`
KMODE_EXCEPTION_NOT_HANDLED (0x1E)
WinDbg Observations
Across different minidumps, WinDbg points to different core components each time (`ntoskrnl.exe`, `WdFilter.sys`, `Ntfs.sys`, `win32kbase.sys`). Since the flagged module keeps shifting, I'm not sure if these are actual culprits or just where the failure happens to catch up to Windows.
i tried
Clean Windows Reinstall
Updated BIOSto latest build
Updated Drivers (Chipset and GPU)
sfc /scannow (came back clean)
Memory Tweaks: Disabled XMP entirely — currently running at JEDEC default stock speeds.
MemTest: Ran ASUS BIOS built-in MemTest at default speeds (passed with no errors).
Low-Level / Filter Drivers Installed
Listing these just in case they install kernel-level hooks/drivers that could interfere:
VMware
* Aimware cs2 third party software
I’ve uploaded the crash dumps, event logs, and system diagnostics here:
https://www.mediafire.com/folder/kmwabx65bxpa6/DUMPS
or
https://drive.google.com/drive/folders/1pUxBQ-qT1-N20Gws_bRKYVEqy-6ttOSj?usp=drive_link
(Includes minidumps, MSINFO32, System/App Event Logs, driverquery.csv, systeminfo.txt `dxdiag.txt`, and raw WinDbg outputs).
Really appreciate anyone taking a look — any help pointing me in the right direction would be awesome!