My PC has a Ryzen 7 9800X3D, Radeon RX 9070 XT, and 32GB of RAM. After gaming for several hours with Steam and a browser open, Windows sometimes develops a noticeable delay: opening tabs, folders, the Start menu, or clicking controls can take roughly 0.5–1 second to respond. The games themselves continue running normally without stuttering, input lag, or unusual CPU and GPU temperatures. Memory usage is only around 30%, and restarting the computer immediately restores normal responsiveness. What could cause this kind of delayed desktop interaction? I'm wondering about GPU drivers, the Windows desktop compositor, hardware acceleration, DPC latency, storage, scheduled tasks, or another issue. What should I check first?
4 Answers
When it happens, check more than the overall RAM percentage. Look at committed memory, hard faults, disk active time, and GPU engine usage. Steam, browser hardware acceleration, overlays, RGB utilities, monitoring tools, and driver components can sometimes make the desktop feel delayed even while a game remains smooth. Temporarily disabling overlays or browser acceleration one at a time may help isolate it.
A Windows background task could be causing this, such as antivirus scanning, indexing, updates, or another scheduled maintenance job. When the slowdown appears, open Task Manager and sort by CPU, disk, GPU, and power usage. Resource Monitor can show whether a process is generating heavy disk activity. Check Event Viewer and Reliability Monitor afterward for storage, driver, or Windows errors.
To rule out damaged Windows system files, run these commands from an elevated Terminal or Command Prompt: first `DISM /Online /Cleanup-Image /RestoreHealth`, then `sfc /scannow`. Reboot afterward and see whether the behavior returns. If the issue continues, testing with a clean boot can help identify a background application or overlay.
Storage is worth checking first, especially the drive hosting Windows. Run a SMART/health check with a tool such as CrystalDiskInfo and look for errors, high temperatures, or a drive that is starting to slow down. Also verify that the system NVMe is installed in an appropriate motherboard slot; some slots connect through the chipset rather than directly to the CPU, though that alone usually would not explain a sudden delay after several hours.
The system drive has plenty of free space, but I’ll check its health, temperature, and connection rather than assuming the drive is fine.

A restart may only clear the symptom temporarily if the same scheduled task starts again later, so checking what is active during the slowdown is more useful than restarting immediately.