Hi, I have been getting random cpu and hard disk usage spikes. I know that it is sometimes due to windows updates, but I don't know why it spikes other times. Just to be sure, I would like to know if my laptop system is safe or not, and would like advice on how to determine that. Thank you.
random cpu and hard disk usage spikes
Collapse
X
-
Tags: None
-
Random CPU and disk spikes are fairly common on Windows systems — but it’s smart that you’re checking into it, especially since you’ve already ruled out malware with Malwarebytes and Windows Defender.
Here are a few things you can do to pinpoint what’s causing the spikes and ensure your system is safe:- Use Task Manager or Resource Monitor
Open Task Manager () and go to the Processes tab.Code:Ctrl + Shift + Esc
Sort by CPU and Disk usage to see what’s using the most resources when a spike happens.
You can also open Resource Monitor by typingin Start.Code:resmon
- Check Windows Update and Background Services
Sometimes Windows will run indexing, telemetry, or update services in the background.
In Task Manager, check for processes likeorCode:Windows Modules Installer Worker
hosting Windows Update.Code:svchost.exe
- Scan with an Additional Tool (Optional)
You can run a second opinion scan using Emsisoft Emergency Kit or Kaspersky Virus Removal Tool — both are free and portable. - Check Startup Apps
In Task Manager → Startup tab, disable unnecessary apps that start with Windows.
Too many background programs can cause periodic usage spikes. - Review Event Viewer Logs
Typein Start and look under Windows Logs → System for recurring warnings or errors that coincide with the spikes.Code:eventvwr
If you can, post a screenshot of your Task Manager → Processes tab during one of these spikes — that will help us identify the culprit more precisely. 👍
— PCHF Malware Response TeamComment
- Use Task Manager or Resource Monitor
-
Thank you. I will report back when I see the spikes, usually what happens is the spikes don't last long. The spikes happen and go away immediately, I have checked my processes during those moments and everything is usually normal (or I can't remember a high usage.).
I checked with emisoft and it shows no detection for both quick scan and malware scan.
Attached is how the spike is like in my system. Happens and then stays calm immediately.Last edited by maxim123; 10-29-2025, 04:31 AM.Comment
-
It sounds like your system was slow to load the desktop environment after startup. When Windows shows only a gray or blank screen with a mouse cursor, it typically means the Windows Explorer process was delayed or temporarily hung during boot.
Here are a few things to check:- Check for Startup App Delays
Open Task Manager () → go to the Startup tab and disable unnecessary programs.Code:Ctrl + Shift + Esc
Too many startup apps can delay Explorer and cause a temporary gray or black screen before the desktop appears. - Restart Windows Explorer Manually
If it happens again, press, find Windows Explorer under the Processes tab, right-click it, and select Restart.Code:Ctrl + Shift + Esc
If the desktop appears right after that, it confirms Explorer was hanging. - Check for Corrupted Files
Run the following in an elevated Command Prompt:
and then:Code:sfc /scannow
These commands repair missing or corrupted system files that could cause slow logins.Code:DISM /Online /Cleanup-Image /RestoreHealth
- Update Display Drivers
Outdated or partially corrupted display drivers can cause a gray/black screen during initialization.
Check your laptop manufacturer’s website or use Windows Update to install the latest graphics drivers. - Event Viewer Logs
Open Event Viewer () → Windows Logs → System and Application to look for warnings or errors that correspond with the time of the gray screen.Code:eventvwr
Once you’ve checked these, let us know what you find — especially if the issue repeats or if you notice slow startup times continuing.
— PCHF Technical Response Team
👍 1Comment
- Check for Startup App Delays
-
I disabled most of the startup apps.
sfc did find corrupted files and says it has repaired them. running DISM now, it is stuck at 62.3%.
I updated nvidia earlier and have restarted the system.
In eventviewer, I did find an error in system subsection of windows logs at the time of the gray screen.
Comment
-
The Event Viewer entry shows:
This error relates to your Wi-Fi adapter’s power management rather than the display or Windows Explorer. It usually occurs when the adapter fails to wake up properly from sleep or hibernation.Source: NDIS
Event ID: 10317
Description: "Miniport Microsoft Wi-Fi Direct Virtual Adapter #2 had event Fatal error: The miniport has failed a power transition to operational power."
Here’s what to do next:- Disable Power Saving for the Network Adapter
1. Press→ Device Manager.Code:Win + X
2. Expand Network adapters.
3. Right-click your wireless adapter → Properties.
4. Under the Power Management tab, uncheck "Allow the computer to turn off this device to save power." - Update or Reinstall the Network Drivers
Visit your laptop manufacturer’s support page and download the latest Wi-Fi driver.
If it’s already current, try uninstalling the device from Device Manager and rebooting — Windows will reinstall it automatically. - Check Fast Startup Settings
Fast Startup can sometimes cause device drivers to fail during power transitions.
Go to→ click "Change settings that are currently unavailable" → uncheck "Turn on fast startup."Code:Control Panel → Power Options → Choose what the power buttons do
- Monitor After These Steps
Once you’ve disabled the adapter power saving and checked the driver, reboot and see if the gray screen issue returns.
If it doesn’t, the delay was likely caused by the Wi-Fi adapter hanging during initialization at startup.
Please let us know if the Event Viewer still logs the same NDIS 10317 error after these changes.
— PCHF Technical Response Team
👍 1Comment
- Disable Power Saving for the Network Adapter
Comment