Quick fix: Each sleep / resume cycle can leak resources (especially drivers). Symptoms: PC slower than after fresh boot. Workaround: Settings → System → Power & battery → Sleep, after → Never. Use Shutdown instead of Sleep periodically. For chronic: update drivers (graphics, chipset, USB), disable Fast Startup (Control Panel → Power Options → Choose what the power buttons do → untick Fast Startup). Reboot weekly.
Sleep is fast but resources can leak: drivers don’t cleanly release memory, USB devices don’t re-init properly, cached data accumulates. Cumulative degradation = slower PC after many resume cycles. Fresh reboot fixes.
Affects: Windows 11.
Fix time: ~10 minutes.
What causes this
Sleep / resume can:
- Leave drivers in inconsistent state.
- Accumulate memory leaks in apps that don’t restart.
- USB devices re-init incorrectly.
- Caching of background processes.
- Modern Standby (S0) bugs in specific firmware.
Most users notice after 3-7 days without reboot.
Method 1: Periodic reboot strategy
The standard route.
- Reboot PC periodically. Recommended: weekly minimum, every 3 days ideal.
- Set reminder: Task Scheduler → weekly reboot at off-hours.
- Or: every Friday close down for the weekend.
- For laptops: shut down when not used for > 8 hours.
- Sleep for short periods (lunch break, overnight). Shutdown for longer (weekend, vacation).
- For battery laptops: hibernate vs sleep. Hibernate saves state to disk; less leaky.
- For desktops: shutdown daily if not used overnight.
- For chronic perf issues: factory reset / clean install fixes long-term accumulation.
This is the reboot habit.
Method 2: Disable Fast Startup
For cleaner boots.
- Fast Startup is hybrid sleep + hibernation. Shutdown actually hibernates partial system state. Affects clean boot.
- Open Control Panel → Power Options.
- Click Choose what the power buttons do.
- Click Change settings that are currently unavailable.
- Under Shutdown settings: untick Turn on fast startup (recommended).
- Save.
- Boots take ~5-10 seconds longer but are cleaner. Drivers fully release.
- Recommended for: troubleshooting, dual-boot setups, network adapter issues, BIOS access.
- Trade-off: slightly slower boot vs cleaner state.
This is the boot fix.
Method 3: Update drivers and check power management
For specific device causes.
- Open Device Manager.
- Update drivers: GPU, chipset, USB Root Hub, network adapter, audio.
- For each, also check Power Management tab:
- For USB Root Hub: untick Allow the computer to turn off this device to save power. Prevents USB suspend issues.
- For network: untick to keep network alive during sleep. Faster resume.
- For laptops: vendor power utility (Lenovo Vantage, HP Command Center) may have specific power settings. Configure.
- For Modern Standby vs S3 Sleep: check
powercfg /a. Modern Standby (S0) is more leaky; S3 Sleep is cleaner. Some laptops support both via BIOS toggle. - For BIOS update: check vendor for sleep-related firmware fixes.
- For SSD wear: high resume cycles per day stress disk. Modern SSDs handle but old ones may slow.
This is the driver / hardware fix.
How to verify the fix worked
- After implementing reboot strategy: PC stays fast across days.
- After driver update: less degradation per cycle.
- Task Manager → Performance: RAM usage at idle similar across resume cycles.
- System feels consistent over multiple days.
If none of these work
If chronic: BIOS / UEFI bug: update firmware. Vendor fixes sleep-related bugs. For chronic memory leak in specific app: identify via Task Manager. Don’t leave that app running over sleep cycles. For specific hardware: GPU drivers known to leak. Use NVIDIA Studio (more stable) for non-gaming. For Surface devices: Surface Diagnostic Toolkit. For corporate-managed PCs: Group Policy may enforce sleep. For chronic UVB / Wi-Fi disconnect: power management. For 8GB RAM: RAM tight; upgrade. For Insider builds: less stable than Stable. Last resort: clean install: Reset This PC → Cloud download.
Bottom line: Reboot weekly minimum. Disable Fast Startup for cleaner shutdowns. Update drivers especially USB / network. Configure Power Management to keep critical devices alive during sleep.