How to fix Windows 11 running slow after waking from sleep or hibernation
Summary
This guide helps you troubleshoot and resolve: How to fix Windows 11 running slow after waking from sleep or hibernation. Follow the steps below to fix the issue.
Common Causes
When a Windows 11 PC resumes from sleep or hibernation, background processes, driver states, and network connections need to be restored. Sometimes this process doesn't complete cleanly, leaving your system sluggish, unresponsive, or consuming unusually high CPU or RAM. This guide walks you through diagnosing and resolving these post-resume performance issues, from quick fixes to more thorough troubleshooting.
Quick Fix Steps
Try these steps first — they resolve the issue in most cases.
- Restart your PC instead of using sleep. A full shutdown and restart clears all suspended processes and resets driver states. Click Start, then click the Power icon and select Restart.
- Wait 2–3 minutes after waking. Windows often runs background tasks (such as Windows Update, indexing, and OneDrive sync) immediately after resume. Give the system a moment to settle before judging performance.
- Check Task Manager for resource hogs. Press
Ctrl+Shift+Escto open Task Manager. Sort by CPU and Memory to identify any process consuming excessive resources after resume.
Detailed Instructions
Disable Fast Startup
Fast Startup is a hybrid hibernate feature that can cause driver and service issues on resume. Disabling it forces a full shutdown each time.
- Press
Win+R, typepowercfg.cpl, and pressEnter. - Click Choose what the power buttons do in the left pane.
- Click Change settings that are currently unavailable.
- Under Shutdown settings, untick Turn on fast startup (recommended).
- Click Save changes and restart your PC.
Update or Roll Back Device Drivers
Outdated or faulty drivers — particularly for graphics, network, and storage controllers — are the most common cause of post-sleep performance issues.
- Press
Win+Xand select Device Manager. - Expand categories such as Display adapters, Network adapters, and Disk drives.
- Right-click each device and select Update driver → Search automatically for drivers.
- If the problem started after a recent update, right-click the device, select Properties, then the Driver tab, and click Roll Back Driver.
Disable Wake Timers
Wake timers allow scheduled tasks to bring your PC out of sleep, which can trigger heavy background activity.
- Press
Win+R, typepowercfg.cpl, and pressEnter. - Click Change plan settings next to your active plan.
- Click Change advanced power settings.
- Expand Sleep → Allow wake timers.
- Set both On battery and Plugged in to Disable.
- Click Apply, then OK.
Disable Selective Suspend for USB Devices
USB devices that fail to wake properly can cause CPU spikes and unresponsiveness.
- Press
Win+Xand select Device Manager. - Expand Universal Serial Bus controllers.
- Right-click each USB Root Hub or USB Hub, select Properties, then the Power Management tab.
- Untick Allow the computer to turn off this device to save power.
- Repeat for all USB hubs and click OK.
Run the Power Troubleshooter
- Open Settings (press
Win+I). - Go to System → Troubleshoot → Other troubleshooters.
- Find Power and click Run.
- Follow the prompts and apply any recommended fixes.
Check for Windows Updates
Microsoft regularly releases fixes for sleep and resume behaviour. Ensure your system is fully up to date.
- Open Settings → Windows Update.
- Click Check for updates.
- Install any available updates, including optional driver updates under Advanced options.
- Restart when prompted.
Troubleshooting
Identify the Culprit with Clean Boot
If the issue persists, a startup application or service is likely responsible. A clean boot isolates the cause.
- Press
Win+R, typemsconfig, and pressEnter. - On the Services tab, tick Hide all Microsoft services, then click Disable all.
- Switch to the Startup tab and click Open Task Manager.
- Disable each startup item, then close Task Manager.
- Click OK in System Configuration and restart.
- After testing, re-enable services and startup items in small groups to identify the offender.
Check the Event Viewer
Windows logs sleep and resume events, including driver failures and service errors.
- Right-click Start and select Event Viewer.
- Expand Windows Logs → System.
- Look for entries with Source listed as Power-Troubleshooter, Kernel-Power, or specific driver names around the time your PC last woke.
- Note any Error or Warning events for further investigation.
Reset Power Plans
Corrupted power plan settings can interfere with sleep behaviour.
- Open Command Prompt (Admin) by right-clicking Start and selecting Terminal (Admin) or Windows Terminal (Admin).
- Type
powercfg -restoredefaultschemesand pressEnter. - Restart your PC.
Run System File Checker
Corrupted system files can prevent proper resume behaviour.
- Open Command Prompt (Admin).
- Type
sfc /scannowand pressEnter. - Wait for the scan to complete, then restart if repairs were made.
Win + R, typing mdsched.exe, and pressing Enter. If issues persist after all software troubleshooting, contact your PC manufacturer or a qualified technician for hardware assessment.
Still Having Issues?
💻 Open a Ticket