MultiHub Forum

Full Version: Windows 11 random freezes during file transfers; isolate drivers or storage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My Windows 11 PC has started experiencing random, intermittent freezes that last for about ten seconds, often during file transfers or when opening new applications, and the Event Viewer shows a mix of distributedCOM and disk errors that I can't easily correlate. I've run the built-in disk check and memory diagnostics, which found no issues, and I'm hesitant to start a clean reinstall due to my complex development environment. For IT pros or advanced users, what systematic troubleshooting steps would you take next to isolate the culprit between potential driver conflicts, failing storage, or background services, short of a full wipe?
Here's a practical, layered approach you can try without a wipe:
- Build a reproducible baseline with Reliability Monitor. Open it and look for clusters of 'Critical' events around freezes; map them to times you did file transfers or opened apps.
- Filter Event Viewer (Windows Logs > System and Application) for Disk errors (disk errors, IO errors) and DCOM events (Event IDs like 10010, 10016). Note the timestamp alignment.
- Do a controlled clean boot: run msconfig, disable non-Microsoft services and startup items, reboot and test for a few hours. If the freezes stop, re-enable items one by one to locate the culprit.
- Check for drivers: update chipset/storage/NVMe drivers from the vendor; if the problem began after a driver update, consider rolling back.
- Check hardware connections and temps: reseat SATA/NVMe cables, disconnect external drives during testing, and monitor temps with HWInfo or similar to rule out thermal throttling.
- If you suspect storage issues, run vendor tools for SMART data and disk health, not just CHKDSK.

This gives you a structured path before you consider anything drastic like a wipe.