Why Shadow Copies Vanish After You Resize the Allocation in Windows 11

Quick fix: Resizing Volume Shadow Copy allocation discards all existing snapshots if the new size is smaller than the current snapshot data. Set the new allocation higher than current usage before changing. View current size with vssadmin list shadowstorage; resize with vssadmin resize shadowstorage. You wanted to expand Volume Shadow Copy storage so you could … Read more

Fix OneDrive Files On-Demand Reverting to Online-Only Periodically

Quick fix: Storage Sense in 24H2 silently converts locally-cached OneDrive files back to online-only after a set period. Open Settings → System → Storage → Storage Sense, and set Locally available cloud content → Never to keep your “Always available offline” files cached permanently. You marked some OneDrive folders as “Always keep on this device” … Read more

How to Initialize a New SSD Without Losing Data on Windows 11

Quick fix: Initializing only writes a fresh partition table — it doesn’t erase data on a drive that already has one. For new (uninitialized) SSDs: open Disk Management, right-click the new disk, choose Initialize Disk, pick GPT. For drives that already have data, do NOT initialize — they’re already initialized; just assign a drive letter … Read more

Why Disk Cleanup Misses GBs of Recoverable Space on Windows 11

Quick fix: Disk Cleanup (cleanmgr) misses many recoverable categories. For complete cleanup, run Disk Cleanup as admin (System Files button) plus DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase for WinSxS, plus powercfg /h /size 50 for hibernation file. Together these recover the GBs Disk Cleanup leaves behind. You run Disk Cleanup, tick every box, and it claims … Read more

How to Schedule Defragmentation Across Multiple Drives on Windows 11

Quick fix: Open Optimize Drives, click Change settings, then click Choose next to the schedule to enable optimization for each drive individually. For fine-grained control across multiple drives at different times, use defrag.exe with Task Scheduler. Windows 11 ships with a single global schedule for defragmentation and TRIM. Every drive runs on the same weekly … Read more

Fix Storage Sense Failing to Empty Recycle Bin on Schedule in Windows 11

Quick fix: Run Storage Sense manually once to confirm it’s wired up (Settings → System → Storage → Storage Sense → Run Storage Sense now). If manual run empties the bin but scheduled runs don’t, the task StorageSense under \Microsoft\Windows\DiskCleanup is disabled or set to a trigger that’s never met. You configured Storage Sense to … Read more

How to Stop OneDrive From Auto-Saving Desktop and Documents Folders

Quick fix: Click the OneDrive cloud icon in the system tray → Settings (gear icon) → Sync and backup → Manage backup. Toggle off Desktop, Documents, and Pictures. Confirm to stop backup. Existing files in OneDrive folders move back to local equivalents. OneDrive has been silently backing up your Desktop and Documents folders to the … Read more

Fix OneDrive Sync Stuck on Processing Changes on Windows 11

Quick fix: Click the OneDrive cloud icon in the system tray → Settings (gear icon) → Pause syncing → 2 hours. Wait 30 seconds. Click Resume syncing. The pause-and-resume cycle clears stuck sync state in 80% of cases. OneDrive shows “Processing changes” for hours, sometimes days. The progress doesn’t advance. Files have changes that aren’t … Read more