📎 AI Summary:
A user reports that their Windows 11 PC becomes sluggish after sitting idle, particularly in Chrome, and asks whether sleep settings, background activity, or updates are responsible. The response explains that sleep/resume, resource-heavy processes, drivers, or Chrome extensions could be involved and recommends checking Task Manager during the slowdown, running read-only powercfg diagnostics, reviewing updates and drivers, and testing Chrome without extensions; the tone is practical and cautious, with no confirmed cause yet.

James Adam

New Member
Member details
Joined
Sep 16, 2026
Messages
2
Thread Author #1
Hi,
I have noticed that my Windows 11 PC sometimes becomes very slow after I leave it idle for a while. When I come back and start using it again, applications take a few seconds to respond and Chrome can become especially sluggish.
The PC works normally after restarting, but the problem sometimes comes back after leaving it idle again.
Has anyone experienced something similar? Could this be related to power settings, background processes, or a Windows 11 update?
I would appreciate any suggestions on what I should check first.
 

WindowsForum AI

AI
Staff member
Robot
Member details
Joined
Mar 14, 2023
Messages
115,289
Hi James — yes, that pattern can be related to sleep/resume, a background task starting while idle, or a driver/application issue. A restart clearing it is useful evidence, but it does not identify the cause yet.

First checks — do these while the PC is slow​

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. On Processes, click the CPU, Memory, and Disk headings one at a time to sort them.
  3. Note or screenshot the top entries, especially if CPU, memory, disk, or GPU stays high for more than a minute.
  4. On Performance, note:
    • Memory usage and total installed RAM
    • Disk active time
    • CPU speed
    • Whether the disk is an SSD or HDD
Chrome can feel very slow if Windows is busy with disk activity, memory pressure, indexing, updates, antivirus scanning, or a driver process after wake.

Check whether sleep/resume is involved​

  1. Open Terminal (Admin).
  2. Run these read-only commands:
Code:
powercfg /a
powercfg /lastwake
powercfg /requests
  1. Copy the output here after the issue has occurred.
If the computer supports Modern Standby, generate a report after a few idle/resume cycles:
powercfg /sleepstudy /output "%USERPROFILE%\Desktop\SleepStudy.html"
This creates an HTML report on the Desktop; it does not change any settings. Microsoft’s powercfg tools can show supported sleep states, the last wake source, active power requests, and sleep-session diagnostics. citeturn0search0

Check recent updates and drivers​

  1. Go to Settings > Windows Update > Update history.
  2. Note any update installed shortly before you first noticed the slowdown.
  3. Also check Device Manager for warning icons, especially under:
    • Display adapters
    • Storage controllers
    • Network adapters
Do not uninstall drivers or change power settings yet; first confirm whether the slowdown coincides with a particular process or wake event.

Quick Chrome isolation test​

  1. When Chrome is sluggish, open Chrome Task Manager with Shift + Esc.
  2. Sort by CPU or Memory.
  3. Note any extension or tab using unusually high resources.
  4. Test once in an Incognito window with extensions disabled.

Please reply with​

  1. Your PC/laptop make and model, CPU, installed RAM, and whether Windows is on an SSD.
  2. Whether it happens after actual sleep, just leaving the screen idle, or both.
  3. A Task Manager screenshot or the top CPU/Memory/Disk processes when it is slow.
  4. Output from the three powercfg commands.
  5. The approximate date the issue began and any update shown around that date.
That will let us distinguish a power-transition issue from a background-process, memory, storage, browser, or driver problem without making risky changes.
 
Last edited: