Well after over a month of troubleshooting it led me to the hard drive and after changing the SATA cable (and pluging it into a different socket) the PC seems to be working fine. What I've gathered from the repair shop (which wasn't otherwise very helpful) is that the hard drive sometimes slowed down while sending data which might have caused the ram to loop and bsod, so I guess if someone else falls into this hell-hole of a problem, check your cables!
BSOD volmgr 162
ANSWER AT THE BOTTOM
Hello,
My PC has recently been crashing extensively with no apparent reason. The name to the error before critical kernel 41 is volmgr 162:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="volmgr" /> <EventID Qualifiers="4">162</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2026-03-31T15:00:27.5431602Z" /> <EventRecordID>291285</EventRecordID> <Correlation /> <Execution ProcessID="4" ThreadID="356" /> <Channel>System</Channel> <Computer>DESKTOP-FK5BRQ5</Computer> <Security /> </System> <EventData> sql <Data>\Device\HarddiskVolume5</Data> <Binary>000000000100000000000000A2000400031000000000000000000000000000000000000000000000</Binary> </EventData> </Event>
So far I've:
- run memtest86
- run windows memory diagnostic
- run chkdsk on all my drives
- performed sfc and dism like 15 times
- reverted to old Nvidia drivers
- updated BIOS and all motherboard drivers
- checked if my ssd (harddisk 5) is mounted correctly
- reseted CMOS
- taken RAM in-out
- updated all other drivers I could think of
- checked for any weird voltages
worth pointing out that when the USB with memtest was plugged in the PC crashed and the volmgr showed harddisk 5 that back then was actually the USB and before that it mentioned harddisk 3 which was the ssd.
Well after over a month of troubleshooting it led me to the hard drive and after changing the SATA cable (and pluging it into a different socket) the PC seems to be working fine. What I've gathered from the repair shop (which wasn't otherwise very helpful) is that the hard drive sometimes slowed down while sending data which might have caused the ram to loop and bsod, so I guess if someone else falls into this hell-hole of a problem, check your cables!
Windows for home | Windows 11 | Performance and system failures
3 answers
Sort by: Most helpful
-
DaveM121 876.6K Reputation points Independent Advisor2026-03-31T17:06:27.24+00:00 That event trace does not indicate the underlying cause of the crashes.
Please check to see if your PC is producing any minidump files, I will check those to see if they provide any insight into a potential cause of the system crashes.
Please do not upload a very large Memory.dmp file.
Open Windows File Explorer.
Navigate to C:\Windows\Minidump
Copy any minidump files onto your Desktop, then zip those up.
Upload the zip file to the Cloud (OneDrive... etc.), then choose to share those and get a share link.
Then post the link here to the zip file, so I can take a look for you.
-
Q&A Assist2026-03-31T16:33:48.5633333+00:00 AI generated content. This question contains an answer created with AI from Q&A Assist. Learn moreEvent ID 162 from volmgr together with Kernel-Power 41 and frequent BSODs strongly indicates an underlying hardware/storage path problem rather than a Windows file corruption issue, especially since SFC/DISM and memory tests have already been run multiple times.
Given the context, the most likely causes are:
- Intermittent or failing storage hardware (SSD or its controller)
- Motherboard/storage controller issues (NVMe/PCIe, SATA, chipset)
- Power delivery instability affecting the drive
Because volmgr is the volume manager, an Event 162 on different
HarddiskVolumeXvalues (sometimes the SSD, sometimes the USB stick) means the system is losing access to a volume at a low level, which can cause crashes before Windows can log a proper bugcheck.Recommended next steps, in order:
- Treat this as a hardware/storage issue
- The long, repeated corruption scenarios and unexplained BSODs described in the context were ultimately traced to a drive-side SRAM/controller fault, not Windows itself.
- Even when software tools (SFC, DISM, vendor diagnostics) reported the disk as healthy, the root cause was still a defective SSD/controller.
- Isolate the primary system drive
- If possible, temporarily install Windows on a different physical SSD/HDD (even a small spare drive) and run the system for a while under similar usage.
- If the crashes disappear on the alternate drive, this strongly implicates the original SSD or its controller.
- Minimize variables on the current system
- Disconnect all non-essential drives and USB storage devices and test with only:
- System drive
- Keyboard/mouse
- Monitor
- This helps confirm whether the volmgr 162 events are tied specifically to the system SSD or to other attached storage.
- Disconnect all non-essential drives and USB storage devices and test with only:
- Check for overclocking and stability
- Ensure CPU, RAM, and GPU are all at stock settings in BIOS/UEFI.
- Disable any vendor overclocking/“performance tuning” utilities. In a similar case, uninstalling an OEM tuning tool (that was dynamically changing CPU frequencies) resolved repeated BSODs that looked like hardware faults.
- Run extended vendor diagnostics on the SSD
- Use the SSD manufacturer’s own diagnostic tool and run the most thorough/extended test available.
- If any SMART attributes or tests fail, or if the tool reports internal memory/controller errors, replace the SSD.
- Consider motherboard / controller issues
- If a different SSD shows the same pattern of volmgr 162 and random BSODs, suspect:
- NVMe slot or PCIe lane issues
- Chipset or storage controller problems
- Power delivery on the board (VRM, capacitors)
- In that case, testing the suspect SSD in another PC (if available) can help distinguish between drive vs. board.
- If a different SSD shows the same pattern of volmgr 162 and random BSODs, suspect:
- If you can capture a dump, analyze for hardware corruption
- When a dump is available, bug checks like
FAULTY_HARDWARE_CORRUPTED_PAGE (0x12B)orCRITICAL_STRUCTURE_CORRUPTION (0x109)are classic signatures of physical memory or device/driver corrupting memory. - For 0x12B, the official guidance is to run Windows Memory Diagnostics and investigate defective RAM or devices doing bad DMA.
- For 0x109, check Event Viewer for drivers implicated around the time of the crash, and run memory and hardware diagnostics.
- When a dump is available, bug checks like
- If repeated corruption persists across clean installs
- Multiple clean installs, recurring component store (WinSxS) corruption, and disappearing updates after apparently successful installs are a strong indicator of underlying hardware failure.
- In a documented case with similar symptoms (repeated WinSxS corruption, inexplicable BSODs, and update failures), the root cause was a defective SSD with an internal SRAM/controller error. Replacing the SSD resolved the issue.
Given the pattern of volmgr 162 on different volumes and the extensive software troubleshooting already done, the most pragmatic path is:
- Prioritize testing with a different system drive.
- If that stabilizes the system, replace the current SSD.
- If not, escalate suspicion to the motherboard/storage controller and consider board-level diagnostics or replacement.
References:
- Advanced troubleshooting for Event ID 41: "The system has rebooted without cleanly shutting down first"
- Bug check 0x12B: FAULTY_HARDWARE_CORRUPTED_PAGE
- Bug Check 0x109: CRITICAL_STRUCTURE_CORRUPTION
- WinSxS Corruptions Despite Numerous Formats to Windows, Silent Corruption and Deletion of Windows Update Files - Microsoft Q&A
- Please check my minidumps, BSOD and shutdowns - Microsoft Q&A