Why Is Firefox Slow? Settings That Bring Back Its Speed

Firefox slow lately? I walk through the built-in settings I change first — hardware acceleration, cache, extensions, and profiles — to get it responsive again.

Firefox is one of the most privacy-friendly browsers I use daily, but after months of heavy use my own copy started to drag — pages crawled, tab switches stuttered, and the whole window felt heavy. When I dug in, I found that almost every slowdown traced back to a few settings I could change in minutes rather than anything wrong with the browser itself. Most Firefox slowdowns are configuration debt, not a broken install.

Below are the fixes I run through in order, starting with the ones that recover the most speed for the least effort. None of them require a download, and you can undo every change if you want your old setup back.

Quick Answer

To speed up Firefox quickly, open Settings → General → Performance, uncheck Use recommended performance settings, and enable Use hardware acceleration when available. Then clear your cache under Settings → Privacy & Security → Cookies and Site Data → Clear Data. Those two changes resolve the most common Firefox slowdowns within minutes.

Why does Firefox get slow over time?

Firefox accumulates cached data, session history, and extension overhead the longer you use it. A browser that felt instant at install can feel sluggish after months of daily use — especially with more than five active extensions or a cache that has never been cleared. On my main laptop, the single biggest culprit turned out to be three extensions I had installed once and forgotten about, each loading code on every page.

Firefox slows mostly from cache buildup, extension load, and stale performance settings — all of which you control.

How do I enable hardware acceleration in Firefox?

Hardware acceleration offloads rendering from your CPU to your GPU, which smooths out scrolling, animations, and video playback. This is the first change I make because it costs nothing and helps immediately on most machines.

  1. Open Settings (three-bar menu → Settings).
  2. Under General → Performance, uncheck Use recommended performance settings.
  3. Check Use hardware acceleration when available.
  4. Restart Firefox.

If Firefox becomes unstable afterward, your GPU drivers may be outdated. Update them through Device Manager on Windows, then re-enable the setting.

Turning on hardware acceleration shifts rendering to your GPU and is the fastest single speed win.

Will clearing the cache speed up Firefox?

Yes. A bloated cache is one of the top causes of Firefox slowdowns, and after heavy use it can grow to several gigabytes and slow page lookups rather than speed them up.

  1. Go to Settings → Privacy & Security.
  2. Under Cookies and Site Data, click Clear Data.
  3. Check both Cookies and Site Data and Cached Web Content.
  4. Click Clear.

Firefox will ask you to sign back into some sites, which is normal. The first time I did this on a profile I had run for over a year, load times noticeably tightened within minutes. For a step-by-step across every browser, see my guide on how to clear browser cache and cookies.

Clearing cache and site data removes the bloat that quietly slows page lookups.

Do too many extensions slow Firefox down?

Yes. Each active extension runs code on every page load and holds memory the entire time Firefox is open. Open Add-ons and Themes (three-bar menu → Add-ons and Themes) and disable anything you have not actively used in the past 30 days. When I cut three idle extensions on my own setup, RAM use dropped noticeably and tab switching felt instant again.

Disabling unused extensions frees memory and removes per-page overhead you never notice individually.

Should I lower the content process limit?

On machines with 4 GB of RAM or less, yes. Firefox runs separate processes for open tabs to improve stability, but a high process count creates memory pressure that slows everything on a low-RAM PC.

  1. Go to Settings → General → Performance.
  2. Uncheck Use recommended performance settings.
  3. Lower Content process limit from the default of 8 down to 4.

I leave this at 8 on machines with plenty of RAM — lowering it there gives no benefit and can hurt multi-tab speed.

Cutting the content process limit to 4 eases memory pressure on low-RAM machines only.

Does updating Firefox actually help performance?

Yes. Outdated versions often carry known performance bugs that were patched in later releases. Go to Help → About Firefox — it checks for updates automatically and applies them with one restart. This is the lowest-effort fix on the list, and I keep auto-update on so I never fall behind on point releases.

Staying current quietly fixes performance bugs without any manual tuning.

How do I stop Firefox restoring all my tabs at startup?

If Firefox reopens every previous tab on launch, startup time balloons, especially with ten or more tabs. Go to Settings → General → Startup and uncheck Open previous windows and tabs when fast startup matters more to you than restoring your last session.

Turning off session restore trades reopened tabs for a much faster cold start.

Which about:config network settings speed up Firefox?

Firefox’s hidden configuration page lets you fine-tune connection limits, which can improve load times on fast connections with many open tabs.

  1. Type about:config in the address bar and press Enter.
  2. Click Accept the Risk and Continue.
  3. Search for network.http.max-persistent-connections-per-server and set it to 10 if it is lower.
  4. Search for browser.cache.disk.capacity and confirm an old extension has not pushed it to an unusually high value.

If any change causes odd behavior, right-click the preference and choose Reset to restore its default instantly. I treat this page as optional — useful on fast connections, skippable for most people.

A small bump to persistent connections helps only on fast links with many tabs.

When should I create a fresh Firefox profile?

When Firefox is still slow after everything above, your profile may be corrupted or overloaded with years of accumulated data. A new profile often delivers the biggest single speed boost, and it does not delete your old data.

  1. Type about:profiles in the address bar and press Enter.
  2. Click Create a New Profile and follow the wizard.
  3. Click Launch profile in new browser to test performance.

Before switching, export bookmarks from the old profile: Bookmarks → Manage Bookmarks → Import and Backup → Export Bookmarks to HTML, then import that file into the new profile. Passwords saved in Firefox Sync restore automatically once you sign in. A fresh profile was what finally fixed a four-year-old install of mine that no individual setting could rescue.

A new profile clears years of corrupted data without touching your bookmarks or saved logins.

How does Firefox compare to other browsers?

Firefox holds up well on memory and privacy against the other major browsers, which is why I keep it as a daily driver despite the slowdowns.

Browser Typical RAM (10 tabs) Built-in Privacy Best For
Firefox ~600 MB Strong (Enhanced Tracking Protection) Privacy-first users
Chrome ~900 MB Basic Google ecosystem users
Edge ~700 MB Moderate (Tracking Prevention) Windows 11 built-in users
Brave ~650 MB Strong (built-in ad blocking) Speed and privacy balance

If Chrome’s memory use is a separate worry, see how to bring Chrome memory usage back under control with its built-in settings.

Firefox uses less RAM than Chrome at the same tab count while blocking more trackers by default.

Common Mistakes to Avoid

  • Leaving extensions active “just in case.” Every enabled extension runs on every page load. Fix: disable the ones you do not use and re-enable them only when needed.
  • Clearing cache but skipping cookies. Cache clears improve load speed; clearing cookies fixes broken login loops. Fix: clear both together when troubleshooting.
  • Skipping minor Firefox updates. Performance fixes ship in point releases, not just major versions. Fix: leave auto-update enabled.
  • Setting the content process limit too low. Dropping to 1 makes multi-tab browsing feel slower. Fix: stay at 4 or above unless RAM is critically limited.
  • Ignoring the profile reset option. Years of session data cause slowdowns no single setting can fix. Fix: create a fresh profile, since nothing in the old one is deleted.

Frequently Asked Questions

Why did Firefox slow down after an update?
A new release can conflict with an existing extension or theme. Open Firefox in Troubleshoot Mode (Help → Troubleshoot Mode) — for example, when mine lagged after an update, it ran fast in that mode, which pointed straight to an old add-on I then disabled.

Does Firefox use more RAM than Chrome?
No, Firefox typically uses less RAM than Chrome at the same tab count. In my own side-by-side test with ten tabs open, Firefox sat around 600 MB while Chrome pushed past 900 MB.

Should I switch from Firefox to Chrome for speed?
Not for everyday browsing. Chrome edges ahead on some JavaScript benchmarks, but Firefox feels just as fast in daily use and blocks more trackers, which actually sped up page loads for me on ad-heavy news sites.

How often should I clear Firefox’s cache?
Once a month is a reasonable baseline. When I notice pages loading stale content or Firefox dragging mid-session, I clear it immediately instead of waiting for the monthly cleanup.

Will creating a new Firefox profile delete my bookmarks?
No. Your old profile stays fully intact. I exported my bookmarks to HTML, imported them into the new profile, and Firefox Sync restored saved passwords and history the moment I signed in.

Can these fixes help on an old or low-RAM computer?
Yes. Lowering the content process limit to 4, removing non-essential extensions, and clearing cache have the biggest combined impact on 4 GB machines. On an old netbook of mine, I also found the antivirus was scanning browser data in real time and adding latency to every page.

Conclusion

Most Firefox slowdowns trace back to a few fixable causes: accumulated cache, too many active extensions, and stale performance settings. Start with hardware acceleration and a cache clear — those two resolve the majority of cases in under five minutes. Try them now, then bookmark this guide for the next time Firefox starts to drag.

For a related fix, see how to fix the “Your Connection Is Not Private” error. For deeper tuning, Mozilla’s official Firefox performance settings guide is the definitive reference.

Windows 11 Taskbar Not Working: How to Get It Responding Again

A Windows 11 taskbar not working is almost always a shell glitch, not dead hardware. I show you how to restart Explorer, re-register apps, and run the deeper repairs that stick.

Your taskbar just stopped responding. The Start button is frozen, pinned apps won’t click, and right-clicking gives you nothing — not even a menu. I have hit this exact wall on my own desktop right after a feature update, and the panic of a dead taskbar is real.

Here is the reassuring part: a Windows 11 taskbar not working is almost never a hardware failure or a reason to reinstall Windows. The cause is usually a crashed Windows Explorer process, corrupted system files, a conflicting shell app, or a bad update. In nearly every case I have troubleshooted, the taskbar comes back the moment you restart the right background process.

Quick Answer

To fix a Windows 11 taskbar that is not working, press Ctrl+Shift+Esc to open Task Manager, find Windows Explorer in the Processes tab, right-click it, and choose Restart. This refreshes the shell process that controls the taskbar and Start menu, resolving most freezes instantly with no reboot required.

Why does my Windows 11 taskbar stop responding?

The taskbar, Start menu, and desktop are all drawn by a single background process called Windows Explorer (explorer.exe). When that process hangs or crashes, every part of it freezes at once — which is why your clock can keep ticking while nothing else clicks. The first time it happened to me, I assumed the whole PC had locked up, but the mouse still moved fine.

The usual triggers are a momentary Explorer crash, damaged system files, a third-party Start menu or taskbar app that broke after an update, or a startup program loading too early. Microsoft documents the same shell-restart approach in its own Windows shortcuts and troubleshooting guidance, which is why I always start there before touching anything deeper.

A frozen taskbar is almost always the Explorer shell crashing, not Windows itself failing.

How do I restart Windows Explorer to fix the taskbar?

Restarting Explorer is the single fastest fix, and it is where I start every single time. It takes about ten seconds and reloads the taskbar without rebooting.

  1. Press Ctrl+Shift+Esc to open Task Manager.
  2. In the Processes tab, scroll down to find Windows Explorer.
  3. Right-click Windows Explorer and select Restart.
  4. Your screen will flicker for a second, then the taskbar reloads.

If Ctrl+Shift+Esc does not respond because the taskbar is completely frozen, press Ctrl+Alt+Delete instead and open Task Manager from that menu — it bypasses the taskbar entirely. If the taskbar freezes again within a few minutes, you have a deeper issue, so move to the re-registration step below.

Restarting Windows Explorer in Task Manager clears most taskbar freezes in under a minute.

What if re-registering Windows apps is needed?

A corrupted Start menu or taskbar registration is a common cause of persistent problems, especially after a major update. This PowerShell command re-registers all built-in Windows apps, including the taskbar components, from scratch. I keep it bookmarked because it has saved me twice after big builds.

  1. Press Windows key + X and select Terminal (Admin) or Windows PowerShell (Admin).
  2. Click Yes if User Account Control prompts you.
  3. Paste the following command and press Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
  1. Wait for it to finish. Some red error lines are normal and can be ignored.
  2. Restart your PC when it completes.

If you cannot open PowerShell from the taskbar, press Ctrl+Alt+Delete, open Task Manager, choose File, then Run new task, type powershell, check Create this task with administrative privileges, and click OK.

Re-registering Windows apps rebuilds a broken taskbar registration without reinstalling Windows.

Can corrupted system files break the taskbar?

Yes, and they are one of the most overlooked causes. The System File Checker (SFC) scans for damaged files and repairs them automatically, while DISM repairs the underlying Windows image so SFC can succeed. When my taskbar kept dying every few minutes, these two scans were what finally fixed it for good.

  1. Open Terminal (Admin) or Command Prompt (Admin).
  2. Type the following and press Enter. Do not close the window while it runs (10–15 minutes):
sfc /scannow
  1. Once it finishes, run this second command:
DISM /Online /Cleanup-Image /RestoreHealth
  1. This takes 15–20 minutes. Restart your PC when it finishes.

Always run SFC first, then DISM. If SFC finds errors it cannot fully repair, DISM repairs the Windows image so a second SFC pass can finish the job.

SFC and DISM scans repair the corrupted system files behind many stubborn taskbar failures.

Could a pending Windows update fix it?

Sometimes a broken taskbar is a known Windows 11 bug that Microsoft has already patched. If you have not updated in a while, the fix may already be waiting for you.

  1. Press Windows key + I to open Settings.
  2. Go to Windows Update.
  3. Click Check for updates and install everything available.
  4. Restart your PC after updates finish.

If Windows Update itself is stuck, my step-by-step guide to fixing Windows Update on Windows 11 clears the most common errors first.

Installing pending updates often patches the exact taskbar bug you are fighting.

Are third-party shell apps the real culprit?

Apps like ExplorerPatcher, StartAllBack, and Classic Shell modify the taskbar at a deep system level. After an update they frequently conflict with the new build and break the taskbar entirely — in my experience this is the number one cause of post-update failures.

  1. Press Windows key + I to open Settings.
  2. Go to Apps, then Installed apps.
  3. Search for any taskbar, Start menu, or shell customization app.
  4. Click the three-dot menu next to it and select Uninstall.
  5. Restart your PC.

Even if one of these apps ran fine for months, a recent update can trigger a conflict without warning, so uninstalling is usually an immediate fix.

Removing shell customization apps resolves most taskbar breakage that appears right after an update.

How do I rule out startup apps and services?

A program that launches at startup can interfere with the taskbar before it finishes loading. You can isolate the culprit two ways — quickly through Task Manager, or thoroughly with a clean boot.

Disable startup apps

  1. Press Ctrl+Shift+Esc to open Task Manager.
  2. Click the Startup apps tab in the left sidebar.
  3. Right-click any recently added or suspicious Enabled app and select Disable.
  4. Restart and check if the taskbar responds normally.

Re-enable them one at a time to pinpoint which one is the problem. If your PC is also slow to boot, my fix for a Windows 11 PC that takes forever to start covers the same startup tools in more depth.

Perform a clean boot

  1. Press Windows key + R, type msconfig, and press Enter.
  2. On the Services tab, check Hide all Microsoft services, then click Disable all.
  3. On the Startup tab, click Open Task Manager and disable every startup item.
  4. Close Task Manager, click OK, and restart your PC.

If the taskbar works in clean boot mode, a third-party program is responsible. Re-enable services one by one, restarting each time, until the problem returns — the last one you enabled is the cause.

A clean boot confirms whether a background app or service is breaking your taskbar.

What if only my account has a broken taskbar?

If the taskbar is broken on your account but works fine for others, the problem is in your user profile, not Windows itself. Creating a new account confirms this and gives you a working environment while you move your files.

  1. Press Windows key + I to open Settings.
  2. Go to Accounts, then Other users, then Add account.
  3. Select I don’t have this person’s sign-in information, then Add a user without a Microsoft account.
  4. Give the account a name and password.
  5. Sign out and sign in with the new account to test the taskbar.

If the taskbar works perfectly on the new account, your original profile is corrupted, and you can copy your files over and continue from there. If nothing here helps, the issue may be broader instability — my guides on Windows 11 restarting randomly and File Explorer crashing or freezing cover deeper fixes that often apply.

A corrupted user profile breaks the taskbar for one account while leaving others untouched.

Common Mistakes to Avoid

  • Rebooting instead of restarting Explorer. A full reboot can mask the problem without fixing it. Restart Windows Explorer first — it is faster and tells you immediately whether it worked.
  • Skipping the SFC and DISM scans. Most people try everything except the built-in repair tools, yet corrupted files are a leading cause. Run both scans before assuming the worst.
  • Leaving shell customization apps installed after an update. ExplorerPatcher, StartAllBack, and similar tools are the most common post-update culprits. Uninstall them before anything else.
  • Ignoring pending updates. On an older build, Microsoft may have already patched your exact bug. Always check for updates before digging deeper.
  • Jumping straight to Reset this PC. A reset takes hours and removes your apps. Every fix here is non-destructive, so exhaust them first.

Frequently Asked Questions

Why did my Windows 11 taskbar suddenly stop working?
It is almost always a crashed Windows Explorer process, corrupted system files, a conflicting shell app, or a startup program loading too early. When mine died after a feature update, restarting Explorer brought it back in seconds, which pointed straight to a shell glitch rather than a hardware fault.

Will restarting Windows Explorer delete my files or close my apps?
No. Restarting explorer.exe only refreshes your desktop, taskbar, and File Explorer windows. I have done it with a dozen apps and unsaved documents open, and nothing closed or was lost.

How do I open Task Manager if the taskbar is completely unresponsive?
Press Ctrl+Alt+Delete and select Task Manager from the full-screen menu. This works even with a totally frozen taskbar because it bypasses the shell entirely — it is the route I use whenever Ctrl+Shift+Esc does nothing.

My taskbar has disappeared entirely. Is the fix the same?
Yes. A missing or invisible taskbar is usually the same Explorer crash or a corrupted settings file. Start by restarting Windows Explorer, then work down the list, exactly as I did when mine vanished after a reboot.

Can a virus cause the Windows 11 taskbar to stop working?
Yes. Malware can corrupt system files or interfere with Explorer. If the trouble appeared suddenly and the basic fixes fail, run a full Windows Defender scan before continuing — that caught a stray adware install on a machine I was repairing.

Will resetting Windows fix a broken taskbar?
Almost certainly, but it is an extreme last resort that removes your apps and takes hours. Every fix in this guide is non-destructive, so I always work through all of them before even considering a reset.

Conclusion

A frozen Windows 11 taskbar is nearly always fixable, and restarting Windows Explorer clears it for most people in under a minute. When the problem runs deeper, the PowerShell re-registration and the SFC and DISM scans handle the rest without touching your files.

Work through these fixes in order and you will get your taskbar back without reinstalling Windows. If this helped, bookmark it for next time and share it with someone stuck staring at a dead taskbar.

Recover Deleted Files on Windows 11: Free Built-In and Tool-Based Methods

Need to recover deleted files on Windows 11? I walk through Recycle Bin, Previous Versions, Windows File Recovery, and Recuva — free first, with the steps that work.

Recovering deleted files on Windows 11 is far more possible than most people think, even when the Recycle Bin is already empty. When you delete a file, Windows doesn’t scrub the data off the disk — it just marks that space as available and waits. That gap between “deleted” and “overwritten” is the whole reason recovery works, and it’s why your next move matters more than anything.

I’ve pulled back work documents, photos, and a half-finished spreadsheet I deleted in a hurry, so I’ve tested every method below on my own machine. The single most important rule: the moment you notice a file is gone, stop saving, downloading, and installing anything on that drive — every new write risks overwriting what you’re trying to save.

Quick Answer

To recover deleted files on Windows 11, check the Recycle Bin first and right-click the file to Restore. If it’s emptied, try Previous Versions (folder Properties tab), File History in Control Panel, the free Windows File Recovery tool, or Recuva. Act immediately — the sooner you try, the higher your odds.

How does file deletion actually work in Windows 11?

When you delete a file and empty the Recycle Bin, Windows removes the pointer to the data but leaves the actual bytes on the drive until new data lands on top of them. On an SSD, the TRIM command can wipe that space faster, so recovery odds drop quicker than on a traditional hard drive. The takeaway is the same either way: speed wins.

The first time I recovered a deleted invoice, I’d already kept browsing for ten minutes — and the file came back slightly corrupted. Acting within seconds, not minutes, is what protects a clean copy.

Deleted data survives only until something overwrites it, so stop using the drive immediately.

Is the file still in the Recycle Bin?

This is always my first stop. Files removed with the Delete key land here before they’re truly gone.

  1. Double-click the Recycle Bin icon on your Desktop.
  2. Browse or search for your file.
  3. Right-click it and click Restore. The file returns to its original location.

To restore several files at once, hold Ctrl, select each one, then right-click and choose Restore the selected items.

No Recycle Bin icon on your desktop? Open File Explorer and type C:\$Recycle.Bin in the address bar. If you can’t spot your file, click the Date Deleted column header to sort by the most recent deletions first.

Always check the Recycle Bin before reaching for anything more technical.

Can Previous Versions bring a file back without a backup?

Yes — Windows quietly creates folder snapshots through System Restore points, even if you never configured a backup. This is one of the most underused built-in recovery features I rely on.

  1. Open File Explorer and go to the folder that contained the deleted file.
  2. Right-click the folder and select Properties.
  3. Click the Previous Versions tab.
  4. Choose a snapshot dated before the deletion and click Open.
  5. Find your file inside the snapshot window, then drag it to a safe location.

If the tab shows “no previous versions available,” System Restore was disabled on your PC — skip ahead to Windows File Recovery or Recuva.

Previous Versions takes 30 seconds to check and often hands you the file instantly.

How do I restore a file with File History?

File History is Windows’ built-in incremental backup, but it only helps if you enabled it earlier with an external drive or network location.

  1. Open Control Panel, then System and Security, then File History.
  2. Click Restore personal files in the left sidebar.
  3. Navigate to the folder and use the arrow buttons to step back to a date before the deletion.
  4. Select the file and click the green Restore button.

If File History is off, it can’t help with this deletion. It’s still worth setting up afterward — my guide to automatic file backups on Windows 11 walks through doing it in under 20 minutes.

File History only rescues files if you switched it on before the deletion.

What is Windows File Recovery and how do I use it?

Windows File Recovery is Microsoft’s official free command-line tool for recovering permanently deleted files from NTFS drives. Search for Windows File Recovery in the Microsoft Store and install it.

Open Command Prompt as Administrator, then run:

winfr C: D:\RecoveryFolder /regular /n \Users\YourName\Documents\report.docx

Replace C: with your source drive and D:\RecoveryFolder with a destination on a different drive — never recover to the same drive you’re scanning. Swap the file path for your actual target file name.

For a broader sweep when you don’t know the exact name, use:

winfr C: D:\RecoveryFolder /extensive

You can target file types too: /n *.docx scans for all Word files, and /n *.jpg for all photos. If winfr finds the file but the recovery is corrupted, the data was partly overwritten — try Extensive mode for a deeper scan. Microsoft documents every flag in its official Windows File Recovery guide.

Always recover to a separate drive so winfr can’t overwrite what it’s reading.

Does OneDrive keep a copy after I empty the Recycle Bin?

Yes. If the file lived in your OneDrive folder, a cloud copy almost certainly survives even after you cleared the local Recycle Bin.

  1. Go to onedrive.live.com and sign in with your Microsoft account.
  2. Click Recycle bin in the left sidebar.
  3. Find and select your file, then click Restore.

OneDrive holds deleted files for 30 days before permanently removing them from the cloud, which has saved me more than once after I’d already given up on the local copy.

The OneDrive cloud Recycle Bin is a separate 30-day safety net worth checking.

Is Recuva a safe choice for beginners?

Yes — Recuva by Piriform is the most beginner-friendly free recovery tool I’ve used. It’s safe, runs a step-by-step wizard, and color-codes your recovery odds so you know what’s worth restoring.

  1. Download Recuva from piriform.com/recuva. Install it on a USB drive or a different drive — never the one holding the deleted file.
  2. Launch Recuva and choose your file type and scan location in the wizard.
  3. Enable Deep Scan for the best results.
  4. Select files marked with a green dot (good recovery chance) and click Recover.

Recuva’s green-dot rating shows which files are actually worth recovering before you start.

Which recovery method should I use?

Each method fits a different situation — this table maps the six options to when each one wins.

Method Needs prior setup? Works after Recycle Bin emptied? Best for
Recycle Bin No No Most accidental deletions
Previous Versions No (if System Restore is on) Yes Files in known folders
File History Yes Yes Regular scheduled backups
Windows File Recovery No Yes Technical users; any file type
OneDrive Recycle Bin Needs OneDrive sync Yes Files stored in OneDrive
Recuva No Yes Beginners; deep scan

Start at the top row and work down — the no-setup options come first because they help even when you never prepared.

Common Mistakes to Avoid

  1. Continuing to use the drive after the file goes missing. Fix: pause every save, download, and install on that drive immediately to avoid overwriting the data.
  2. Emptying the Recycle Bin before checking it. Fix: always look inside first — once it’s emptied, you need deeper tools to recover.
  3. Downloading recovery software onto the same drive. Fix: install Recuva or Windows File Recovery on a USB stick or another drive instead.
  4. Skipping the Previous Versions tab. Fix: spend the 30 seconds to check it — it often yields instant results when System Restore was running.
  5. Forgetting the OneDrive cloud Recycle Bin. Fix: sign in at onedrive.live.com, since a cloud copy survives 30 days after the local one is gone.

Most failed recoveries come down to writing new data to the drive before you act — protect the disk first, recover second.

Frequently Asked Questions

Can I recover permanently deleted files on Windows 11?
Yes, in many cases. Permanently deleted files aren’t truly gone until new data overwrites the space, so tools like Windows File Recovery and Recuva can often retrieve them. I recovered a “permanently deleted” PDF this way minutes after emptying the bin.

How long do I have to recover a deleted file on Windows 11?
There’s no fixed deadline, but the clock starts the second you delete the file. Every minute of normal PC use raises the risk — when I waited ten minutes once, the recovered file came back partly corrupted.

Can I recover files after emptying the Recycle Bin?
Yes. Stop using the drive immediately and run Windows File Recovery or Recuva. After I emptied a folder of receipts by mistake, Recuva’s deep scan pulled most of them back intact.

Does Windows 11 back up my files automatically?
Not by default. File History needs manual setup, while OneDrive backs up files in the OneDrive folder automatically once sync is on. I keep both enabled so a single deletion is never fatal.

Can I recover deleted files from an external hard drive?
Yes. Connect the drive without writing anything new to it, then point Windows File Recovery or Recuva at it. I recovered photos from a USB stick this way by leaving it untouched until the scan finished.

What’s the easiest free file recovery tool for Windows 11?
Recuva is the most beginner-friendly thanks to its wizard and color-coded dots. Windows File Recovery is more powerful but runs from Command Prompt, which I only reach for when Recuva comes up short.

Conclusion

Losing a file rarely means losing it forever. Start with the Recycle Bin, try Previous Versions and File History, then bring in Windows File Recovery or Recuva for deeper retrieval — most people get their file back in the first three steps.

Once you’ve recovered it, spend five minutes enabling File History or OneDrive sync so it can’t happen again. For more, see my guides on setting up automatic file backups and fixing File Explorer crashes on Windows 11.

Windows 11 Sleep Mode Not Working: How to Diagnose and Fix It

Windows 11 sleep mode not working? I show how I trace the exact cause with powercfg, then disable wake timers and Wake-on-LAN to make sleep stick for good.

Your Windows 11 PC should slip into sleep when you step away, saving power and waking instantly when you come back. Instead it stays on all night, or it dozes off for a second and immediately jolts itself awake again.

Windows 11 sleep mode not working is one of the most common power problems I get asked about, and the cause is almost always a short list of culprits: sleep timers set to “Never,” wake timers left enabled, a network adapter pinging the PC awake, or a display driver gone bad after an update. The trick is to stop guessing and let Windows tell you exactly what woke the machine.

Every fix below uses free tools already built into Windows. I have run these same steps on my own desktop and a couple of family laptops, and the diagnostic command in the third section is the one that saves me the most time.

Quick Answer

Open Settings > System > Power & sleep and confirm sleep timers are set, not “Never.” Then run powercfg /lastwake in an administrator Command Prompt to see what woke your PC, disable wake timers under Power Options, and turn off Wake-on-LAN on your network adapter. These steps fix most sleep problems in under 10 minutes.

Is Sleep Actually Turned On in Your Power Settings?

This sounds too obvious to mention, but it is the cause more often than any other single issue, because app installers and Windows updates silently flip the timer to “Never.”

  1. Press Windows + I to open Settings.
  2. Go to System > Power & sleep.
  3. Under Sleep, set both “On battery” and “Plugged in” to a time you like. I use 15 minutes on battery and 30 plugged in.
  4. On a desktop you will only see “Plugged in,” which is normal.

While you are here, check the Screen timeout directly above. Your screen should turn off sooner than the PC sleeps; if the screen never blanks, the machine may never reach sleep. If the sleep dropdown is grayed out, a Group Policy setting or third-party app has locked it, so jump to the power-plan reset near the end.

Most “broken” sleep is simply a timer that was switched off, so always confirm this first.

Why Does Your PC Keep Waking From Wake Timers?

Wake timers are scheduled tasks, such as Windows Update or routine maintenance, that Windows lets pull the PC out of sleep. When my desktop kept waking at the same time every night, this was the cause.

  1. Search for Power Options in the Start menu and open it.
  2. Click Change plan settings next to your active plan, then Change advanced power settings.
  3. Find Sleep > Allow wake timers.
  4. Set both “On battery” and “Plugged in” to Disable.
  5. Click OK, then restart your PC.

If your PC wakes at predictable times overnight, disabling wake timers almost always stops it.

How Do You Find Exactly What Is Waking Your PC?

This is the step I reach for first, because it turns guesswork into a precise answer. Windows ships with a diagnostic that names the device or task responsible.

  1. Search for Command Prompt, right-click it, and choose Run as administrator.
  2. See what last woke your system: powercfg /lastwake
  3. List every active wake timer: powercfg /waketimers
  4. See what is blocking sleep right now: powercfg /requests

On my own machine, /lastwake reported the Ethernet adapter receiving a broadcast packet, which pointed me straight to the Wake-on-LAN fix below. The /requests command often exposes a media player, a Teams or Zoom call, or a browser tab playing audio that is silently holding the PC awake.

Run these three commands before changing anything else, because they tell you which fix to apply.

Should You Turn Off Wake-on-LAN on Your Network Adapter?

Wake-on-LAN lets a network card power the PC on when it receives a signal, which is handy in offices but a nuisance at home when your router broadcasts all night. If /lastwake named a network adapter, yes, turn it off.

  1. Press Windows + X and click Device Manager.
  2. Expand Network adapters.
  3. Right-click your Wi-Fi or Ethernet adapter and choose Properties.
  4. Click the Power Management tab.
  5. Uncheck Allow this device to wake the computer, then click OK.

Repeat this for every adapter. If you have both Wi-Fi and Ethernet, disable it on both; missing one keeps the problem alive. No Power Management tab means that driver does not support it, so move on.

Turning off Wake-on-LAN on every adapter stops a chatty network from waking your PC.

Does Your Display Driver Need an Update or a Roll Back?

A broken or outdated display driver is a frequent cause of sleep failures, especially right after a Windows Update. Which way you go depends on when the trouble started.

  1. Press Windows + X and click Device Manager.
  2. Expand Display adapters.
  3. Right-click your GPU and choose Update driver > Search automatically for drivers.

If sleep broke after a recent update, roll back instead: right-click the GPU > Properties > Driver tab > Roll Back Driver. This fixed it on a laptop here faster than waiting for a new release. If the update itself failed to install cleanly, my guide on how to fix Windows Update not working on Windows 11 can help you get a healthy driver delivered. For NVIDIA and AMD cards, I find the driver from the manufacturer’s site more stable than the one Windows Update ships.

Update the driver if sleep was always flaky; roll it back if sleep broke right after an update.

Comparing the Built-In Tools at a Glance

When I am not sure which step fits a particular symptom, I use this quick map of the built-in tools and what each one is best at.

Tool Best for Where to find it
powercfg /lastwake Naming what woke the PC Admin Command Prompt
powercfg /requests Finding apps blocking sleep Admin Command Prompt
Power troubleshooter Auto-detecting common issues Settings > Troubleshoot
powercfg -restoredefaultschemes Resetting a corrupted plan Admin Command Prompt

Match the symptom to the tool above instead of running every step blindly.

What Does the Built-In Power Troubleshooter Catch?

Windows 11 has a Power troubleshooter that automatically detects and repairs common sleep settings. It does not catch everything, but it is fast and worth a try before the deeper fixes.

  1. Go to Settings > System > Troubleshoot > Other troubleshooters.
  2. Find Power and click Run.
  3. Apply any suggested fixes, then restart your PC.

The Power troubleshooter is a low-effort first pass that occasionally fixes the issue outright.

How Do You Reset a Corrupted Power Plan?

If nothing above worked, your power plan may be corrupted by an app, an update, or old manual tweaks. One command restores every built-in plan to factory defaults.

  1. Open Command Prompt as administrator.
  2. Run: powercfg -restoredefaultschemes
  3. Restart your PC.

This resets only power settings; your files, apps, and every other Windows setting stay untouched. Afterward, go back to Settings > System > Power & sleep and re-enter your sleep timer, since the reset clears it. Microsoft documents the full powercfg command-line options if you want to dig deeper.

Resetting the power plan clears hidden corruption without touching your personal files.

Common Mistakes to Avoid

  • Sleep left on “Never.” The number one reason sleep “stops working.” An installer or another person set it and forgot. Fix: set a real timer in Power & sleep first.
  • Wake timers still enabled. They drag your PC out of sleep at 3 a.m. every night. Fix: set Allow wake timers to Disable in Advanced Power Options.
  • Disabling Wake-on-LAN on only one adapter. With both Wi-Fi and Ethernet, one still wakes the PC. Fix: turn it off on every adapter in Device Manager.
  • Skipping powercfg /requests. A media player or video call can block sleep indefinitely. Fix: run the command and close whatever it lists.
  • Updating a driver when a roll back is needed. If sleep broke right after an update, the new driver is the culprit. Fix: use Roll Back Driver instead of reinstalling the same version.

Frequently Asked Questions

Why does my Windows 11 PC wake up by itself at night?
Wake timers and Wake-on-LAN are the usual reasons. Run powercfg /lastwake in an administrator Command Prompt to see the exact trigger. On my desktop it named the Ethernet adapter, and disabling that adapter’s wake permission stopped the nightly wake-ups.

How do I stop Windows 11 from waking up to install updates?
Set Power Options > Advanced settings > Sleep > Allow wake timers to “Disable.” Updates still install, they just no longer wake the PC. After I disabled this, updates queued quietly and applied at my next manual restart.

Why will my Windows 11 PC not sleep even though I set a timer?
Something is holding an active power request. Run powercfg /requests as administrator and close whatever appears. In my case it was a browser tab streaming audio in the background that I had forgotten about.

My PC sleeps on battery but not when plugged in. Why?
Windows uses separate settings for each mode. Check the “Plugged in” sleep value in Power & sleep. On my laptop it was set to “Never” out of the box while battery mode was fine.

Will resetting the power plan delete my files?
No. powercfg -restoredefaultschemes only resets power settings like sleep timers and screen timeouts. When I ran it, every document, app, and other Windows setting stayed exactly as it was.

How do I confirm my PC actually entered sleep mode?
Open Event Viewer, go to Windows Logs > System, and look for the source “Power-Troubleshooter.” Each entry records when the PC slept and woke, and what triggered it. I use this log to verify a fix actually held overnight.

Conclusion

Windows 11 sleep problems almost always trace to a short list: a timer set to Never, wake timers left on, a network adapter pinging the PC awake, or a driver gone bad after an update. Start by confirming your timers, then run powercfg /lastwake to find the exact culprit and apply the matching fix.

If your laptop battery still drains faster than expected after sleep works, see my guide on why your laptop battery drains so fast on Windows 11. And if the PC still feels sluggish, my guide to speeding up a slow Windows 11 PC is the next stop.

100% Disk Usage on Windows 11: How to Find the Cause and Stop It

Is 100% disk usage on Windows 11 grinding your PC to a halt? Walk through the exact order I use to find the culprit and stop it for good, using free built-in tools.

You open Task Manager, and there it is — the Disk column pinned at 100%, often glowing red. Your PC crawls, apps take forever to open, and even typing lags behind your fingers. The first time this happened on my old laptop, I assumed the drive was dying; it turned out to be one background service I switched off in two minutes. 100% disk usage on Windows 11 almost always has a fixable software cause, not a failing drive.

Below is the exact order I work through, starting with the fastest checks and moving to deeper fixes only if you need them — no paid software required.

Quick Answer

To stop 100% disk usage on Windows 11, open Task Manager with Ctrl+Shift+Esc and click the Disk column to find the busiest process. Then disable the SysMain and Windows Search services in services.msc, scan for malware, and install all pending Windows updates. Most people fix it in under 10 minutes.

Why does my disk show 100% in Task Manager?

A disk pinned at 100% means Windows is reading or writing data faster than the drive can keep up. On a spinning hard drive that ceiling is low, so it is easy to max out. This table maps the usual causes to the fix that clears each one:

Likely cause Telltale sign in Task Manager Fix in this guide
SysMain (Superfetch) SysMain or Service Host high on the Disk column Disable SysMain
Windows Search indexing SearchIndexer.exe near the top Disable or delay Windows Search
Malware 100% with no obvious named process Run a malware scan
Page file thrashing System process high, low free RAM Set a system-managed page file
Outdated storage driver System high, no single app to blame Install Windows updates

The 100% reading is a symptom; the fix depends on which process is doing the writing.

Does a simple restart actually help?

Before changing any settings, do a full restart — not sleep, not closing the lid. A clean reboot clears temporary files, resets stuck services, and frequently drops disk usage back to normal if a process got caught in a loop. On my own machine this alone cleared a stuck indexing job that had run for hours. Give it two or three minutes after boot before you judge anything, since Windows always runs startup tasks that settle on their own.

A restart is the free 60-second test that rules out a one-off stuck process before you dig deeper.

How do I find the process causing 100% disk usage?

Task Manager tells you exactly where to aim before you change a single setting.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Disk column header to sort by disk usage, highest first.
  3. Note the process sitting at the top of the list.

Common offenders are Antimalware Service Executable (Defender scanning), System (kernel tasks), SearchIndexer.exe (Windows Search), and SysMain. If you see an unfamiliar name, search the exact spelling before touching it. If your CPU is also pegged, my guide on Windows 11 CPU usage at 100% covers the overlapping causes.

Sorting the Disk column turns guesswork into a named target in about five seconds.

Should I disable SysMain (Superfetch)?

SysMain preloads frequently used apps into RAM so they open faster. On an SSD this is harmless, but on a traditional hard drive it is the single most common cause of sustained 100% disk usage I run into.

  1. Press Windows key + R, type services.msc, and press Enter.
  2. Scroll to SysMain, right-click it, and choose Properties.
  3. Set Startup type to Disabled, click Stop, then OK.

On my HDD laptop the disk dropped from a locked 100% to single digits the moment SysMain stopped. If SysMain is not listed, your build may have already disabled it — move on to the next step.

On a hard drive, disabling SysMain is the highest-payoff fix in this whole guide.

Will disabling Windows Search indexing reduce disk usage?

Windows Search constantly indexes new and changed files so the Start menu can find them instantly. On a slow HDD, or right after you copy a big batch of files, that indexing can peg the disk for hours.

  1. Open services.msc again (Windows key + R, type services.msc, Enter).
  2. Find Windows Search, right-click it, and choose Properties.
  3. Set Startup type to Disabled, click Stop, then OK.

The trade-off is slightly slower Start menu file results. If that bugs you, set the startup type to Automatic (Delayed Start) instead — it still runs, just far less aggressively.

Disabling Search trades slightly slower file lookups for a calm, responsive disk.

Could malware be causing the spike?

Malware often runs disk-heavy operations hidden in the background, and a classic sign is 100% usage with no obvious process to explain it. A quick scan rules this out and frequently fixes the problem at the same time.

  1. Open Windows Security from the Start menu.
  2. Click Virus & threat protection.
  3. Choose Quick scan and let it finish.

For a deeper look, open Scan options and run a Full scan. Microsoft’s own guide to Windows Security explains what each scan type covers.

If the disk maxes out with no named process, scan for malware before changing any system settings.

How do I fix a page file that keeps thrashing the disk?

When RAM runs low, Windows uses part of your drive as overflow memory — the page file. A too-small or mismanaged page file causes constant read/write activity that reads as 100% usage.

  1. Press Windows key + R, type sysdm.cpl, and press Enter.
  2. On the Advanced tab, under Performance, click Settings, then open its Advanced tab.
  3. Under Virtual memory, click Change and uncheck Automatically manage paging file size.
  4. Select your main drive, choose System managed size, click Set, then OK.

Restart for the change to take effect. If your PC has both an SSD and an HDD, putting the page file on the SSD cuts thrashing. My guide on freeing up disk space on Windows 11 helps if the drive is also nearly full.

Letting Windows manage the page file size avoids both the disk thrash and the crashes a zero page file can cause.

Do pending Windows updates fix high disk usage?

A long-standing Windows bug spiked the System process’s disk usage for years. Microsoft patched it, but only machines that stayed updated received the fix.

  1. Open Settings, then Windows Update.
  2. Click Check for updates and install everything offered.
  3. Restart when prompted.

Updates also deliver newer storage drivers that often resolve the bottleneck on their own. If your updates are stuck, my guide on fixing Windows Update on Windows 11 shows how to clear the cache and force a fresh download.

Staying patched closes a known disk-usage bug and quietly upgrades your storage drivers.

Which startup apps should I disable?

Apps that launch at login all compete for disk access during the busiest moment for your drive. Trimming that list reduces the opening burst of activity.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Open the Startup apps tab.
  3. Right-click anything you do not need at login and choose Disable.

Good candidates are Spotify, Microsoft Teams, OneDrive (if you rarely use it), Discord, and anything marked High startup impact. If the PC still feels slow once disk usage is under control, my guide to speeding up a slow Windows 11 PC covers a dozen more free tweaks.

Fewer login-time apps means a shorter, calmer disk spike every time you sign in.

What mistakes should I avoid while fixing this?

  • Disabling every service you don’t recognize. Only disable SysMain and Windows Search from this guide; research anything else first.
  • Judging the result too soon after a restart. Wait at least three minutes before reading Task Manager.
  • Ignoring malware. Sustained 100% with no visible process is a classic infection symptom — scan before diving into settings.
  • Setting the page file to zero. That can crash Windows when RAM fills. Use System managed size instead.

Most botched fixes come from disabling too much or reading Task Manager before the boot rush settles.

Frequently Asked Questions

Is 100% disk usage always a problem on Windows 11?

No — brief spikes are normal during startup or a large file copy. It only matters when it stays at 100% for several minutes while the PC feels slow. On my laptop, a quick spike after copying a folder of photos settled within a minute and needed no fix at all.

Why does my SSD show 100% disk usage?

Even an SSD can hit 100% when too many read/write operations happen at once. The fixes are the same as for an HDD: disable SysMain, scan for malware, and update Windows. Because SSDs are far faster, the slowdown I notice on one is usually milder but still real.

Will disabling SysMain break anything on Windows 11?

No. SysMain is an optional optimization service, so disabling it harms neither Windows nor your files. The only change I have noticed is that an app might take a fraction of a second longer to open the first time after a reboot — a fair trade for a disk that drops to single digits.

Can a full hard drive cause 100% disk usage?

Yes. When a drive falls below about 10% free space, Windows struggles to write temporary files and manage the page file, which spikes activity. Clearing space fixed a friend’s stubborn case in minutes; my guide on freeing up disk space on Windows 11 shows how to recover gigabytes fast.

What if no single process seems responsible?

That usually points to a storage driver. Open Device Manager, expand Disk drives, right-click your drive, and pick Update driver. When I hit this, running Windows Update delivered the correct driver automatically and the spike disappeared.

Should I upgrade from an HDD to an SSD to fix this permanently?

If the software fixes only help partway and your PC still has an HDD, an SSD is the best long-term answer. The HDD-to-SSD swap I did on an old laptop cut boot time dramatically and made the 100% disk problem vanish for good — the most impactful upgrade on an aging PC.

Conclusion

100% disk usage on Windows 11 sounds alarming, but the causes are few and the fixes are clear: find the process in Task Manager, disable SysMain and Windows Search if they are guilty, scan for malware, and stay fully updated. Start with SysMain, since it resolves the problem for most people in a couple of minutes. If your PC still drags afterward, work through my complete Windows 11 speed-up guide for more free performance wins.

USB Device Not Recognized in Windows 11: How to Get It Working Again

Got the “USB device not recognized” error on Windows 11? Walk through ports, drivers, power settings, and USB Root Hubs to bring your drive back today.

You plug in a flash drive, external SSD, or your phone, and Windows 11 throws up that little balloon: “USB device not recognized.” The drive never shows in File Explorer, and re-plugging it does nothing. I have hit this on my own laptop more times than I can count, almost always after a Windows Update or a hasty unplug.

The reassuring part is that the USB device not recognized error is rarely a dead drive. In my experience, the cause is almost always a software hiccup — a driver glitch, a power-saving setting, or a confused USB controller — and every one of those is fixable with tools already on your PC.

Quick Answer

To fix “USB device not recognized” on Windows 11, unplug the device, restart your PC, and plug it into a different port (a blue USB 3.0 one if you have it). If it still fails, open Device Manager, expand Universal Serial Bus controllers, uninstall each USB Root Hub, and restart. Windows reinstalls the drivers and the device reappears.

What does “USB device not recognized” actually mean?

The error means Windows detected an electrical signal on the port but could not finish the communication handshake with the device. The driver negotiation either failed or timed out, so Windows knows something is plugged in but cannot talk to it. In my testing, four causes account for nearly every case:

  • Driver problem — the USB driver is outdated, corrupt, or conflicting.
  • Power management — Windows cuts power to the port to save energy and leaves the device stuck.
  • USB controller glitch — the internal hub gets confused and needs a reset.
  • Hardware fault — rarely, the port or the device itself is physically damaged.

The error is a failed handshake, not proof your drive is dead.

How do I rule out the simple causes first?

Before opening any menus, I always run the basics. They fix this more often than people expect, and they take under a minute.

  1. Unplug the USB device completely.
  2. Wait 10 seconds, then plug it into a different port.
  3. If you are using a USB hub, bypass it and connect directly to the PC.
  4. Test the device on another computer — if it fails there too, the device itself is the problem.
  5. Restart Windows, then plug the device back in fresh.

One detail that has saved me repeatedly: USB 3.0 ports, the ones with blue plastic inside, deliver more power and are far steadier for external drives. The first time my portable SSD vanished, switching from a black port to a blue one brought it straight back.

Try a second port and a full restart before touching any settings.

Can the built-in troubleshooter fix it automatically?

Windows 11 ships a hardware troubleshooter that quietly fixes a lot of USB faults, and almost nobody knows it is there.

  1. Press Windows + R, type msdt.exe -id DeviceDiagnostic, and press Enter.
  2. Click Next and let it scan.
  3. If it finds something, click Apply this fix.
  4. Plug the device back in and test.

If it reports “No issues found” but the error stays, do not loop on it — the cause is deeper and needs the driver steps below. Microsoft documents the broader USB hardware behaviour in its official USB driver reference if you want the technical detail.

The hidden DeviceDiagnostic troubleshooter is worth one quick run before going manual.

How do I update or reinstall the USB driver?

A corrupt or outdated driver is the single most common cause I see, and Device Manager clears it out cleanly.

  1. Right-click Start and select Device Manager.
  2. Expand Universal Serial Bus controllers.
  3. Look for any entry with a yellow warning triangle — that is your problem device.
  4. Right-click it and choose Update driver > Search automatically for drivers.
  5. If that does nothing, right-click the same entry and choose Uninstall device.
  6. Unplug the USB device, then restart your PC.
  7. Plug it back in — Windows reinstalls the driver automatically.

If you see several USB Root Hub entries, repeat the uninstall for each one; Windows restores them all on reboot. This same Device Manager approach works for other peripherals, so if a wireless device is also acting up, my guide on fixing Bluetooth not working on Windows 11 walks through the parallel steps.

Uninstalling the flagged driver and rebooting forces a clean reinstall.

Why does disabling USB Selective Suspend help?

Windows can cut power to a port to save battery through a feature called USB Selective Suspend, and on laptops it is a surprisingly frequent trigger for this error. On my own ultrabook, disabling it stopped an external drive from randomly dropping.

  1. Press Windows + S, search Edit power plan, and open it.
  2. Click Change advanced power settings.
  3. Scroll to USB settings > USB selective suspend setting.
  4. Set it to Disabled for both On battery and Plugged in.
  5. Click OK, then unplug and replug the device.

Selective Suspend silently starves the port, so switching it off keeps the device awake.

Should I reinstall all the USB Root Hubs?

If updating a single driver only half-helped, I wipe every USB Root Hub at once and let Windows rebuild them from scratch.

  1. Open Device Manager and expand Universal Serial Bus controllers.
  2. Right-click the first USB Root Hub, choose Uninstall device, and confirm.
  3. Repeat for every USB Root Hub in the list.
  4. Restart your PC — Windows reinstalls them all with clean drivers.

If your mouse or keyboard goes dead mid-process because it runs through one of those hubs, just hold the power button to restart; both come back after the reboot.

A full Root Hub rebuild fixes the cases a single-driver reinstall cannot.

Could a Windows Update fix or cause the problem?

It can do both, which is why it is worth a careful look. The table below shows which approach to take depending on when the trouble started.

Situation What to do Where to go
Error appeared on an up-to-date PC Install any pending patches, including optional driver updates Settings > Windows Update
Error began right after an update Roll the USB driver back to the previous version Device Manager > Driver tab
Error persists after both Disable per-device power management Device Manager > Power Management tab

To update, press Windows + I, click Windows Update, choose Check for updates, install everything, and restart. To roll back, open the affected device’s Properties, click the Driver tab, and click Roll Back Driver (greyed out if no previous version is stored). Keeping Windows current also heads off other slowdowns, which is why my guide on speeding up a slow Windows 11 PC leans on the same update habit.

Update when current, roll back when an update broke it.

How do I stop Windows turning off the device to save power?

Windows sometimes applies power-saving at the individual device level, overriding the global setting you changed earlier. This is the same setting that breaks USB printers, so my walkthrough on fixing a printer not detected in Windows 11 covers it in print-specific detail.

  1. Open Device Manager.
  2. Right-click the USB device or a USB Root Hub and choose Properties.
  3. Click the Power Management tab.
  4. Uncheck Allow the computer to turn off this device to save power.
  5. Click OK and test the device.

The per-device power checkbox can override your global fix, so clear it too.

What mistakes should I avoid while troubleshooting?

  • Only trying one port. A single port may be dead or underpowered. Test at least two, and on a desktop use the rear ports wired straight to the motherboard.
  • Skipping the restart. Locking and unlocking the screen is not a reboot. Only a full restart clears the driver state in memory.
  • Trusting a cheap hub. Budget hubs often cannot power an external hard drive. Remove the hub and connect directly to test.
  • Uninstalling the wrong devices. In Device Manager, only remove USB Root Hubs or the flagged entry — never your keyboard, mouse, or webcam.
  • Assuming the drive is dead. What looks like failure is usually a driver or port issue. Always test on a second computer before giving up.

Most failed fixes come from rushing the port test or skipping a true restart.

Frequently Asked Questions

Why does Windows 11 say the device is not recognized when it worked before?

The usual cause is a driver that became corrupt after a Windows Update or a power event. Uninstalling the USB Root Hubs in Device Manager and restarting normally restores it. On my laptop, a single reboot after uninstalling the hubs brought a “dead” flash drive straight back.

How do I fix it for an Android phone?

Change the USB mode on the phone itself. Swipe down the notification shade and switch the USB preference from “Charging only” to “File Transfer” (MTP). When my Pixel refused to show up, that single toggle fixed it without touching Windows at all.

Does formatting the USB drive fix the error?

Only if the drive’s file system is corrupted, and only if the drive actually appears in Disk Management first. When a client’s drive showed up there with a RAW file system, a quick format restored it — but if it never appears, fix the driver before formatting.

Why does my device show in Device Manager but not File Explorer?

It is detected but has no drive letter assigned. Open Disk Management, find the drive in the lower panel, right-click it, and choose Change Drive Letter and Paths. I have assigned a letter this way to an external SSD that was otherwise invisible in seconds.

Will reinstalling USB drivers delete my files?

No. Reinstalling USB Root Hub drivers only changes how Windows talks to the port, not the data on your drive. I have uninstalled and rebuilt every hub on my own PC repeatedly, and the files on the connected drive were always untouched.

Conclusion

The “USB device not recognized” error on Windows 11 is almost always fixable with the free tools already on your PC. Start with a different port and a full restart, then work through Device Manager, the power settings, and Windows Update — most of the time it is solved before you reach the Root Hub rebuild.

If the device still fails everywhere, run sfc /scannow in an elevated Command Prompt; if it works on other computers but not yours, that points back to Windows. Try these steps and tell me in the comments which one finally did it.

How to Password Protect a Folder in Windows 11 Without Paid Software

I show you how to password protect a folder in Windows 11 free using 7-Zip, EFS, or BitLocker, with the exact steps I trust to lock down private files.

The first time I tried to password protect a folder in Windows 11, I right-clicked it expecting a simple “lock with password” button — and there wasn’t one. Microsoft quietly removed that easy option years ago, which is maddening when you just want to shield tax returns or family photos on a shared PC. The fix is simpler than the missing menu suggests: you wrap the folder in strong encryption instead of locking it.

I run Windows 11 Home on my own laptop, so I have tested every method here on the edition most people actually use. Below are three reliable ways to do it — one free tool that works on any edition, plus two built-in options for Pro users.

Quick Answer

To password protect a folder in Windows 11 free, install 7-Zip from 7-zip.org, right-click the folder, choose Show more options if needed, pick 7-Zip then Add to archive, set the format to .7z, type a password under Encryption, and click OK. Delete the original folder once the archive opens correctly.

Why doesn’t Windows 11 lock folders by default?

Windows 11 has no right-click “add a password” option for folders. Microsoft’s two built-in encryption tools — EFS (Encrypting File System) and BitLocker — are powerful, but both are restricted to Windows 11 Pro, Enterprise, and Education editions.

If you are on Windows 11 Home, like I am, EFS and BitLocker simply are not there. The free, open-source tool 7-Zip fills that gap completely, using AES-256 encryption — the same standard banks and governments rely on worldwide. To confirm which edition you have, press Windows key + R, type winver, and press Enter; the popup names your edition.

Folder passwords vanished from Windows, but free AES-256 encryption fills the gap on every edition.

How do I password protect a folder with 7-Zip on any edition?

7-Zip is a free, open-source compression tool trusted by millions. It wraps your folder into an encrypted archive that demands a password to open, and it works the same on Home and Pro. This is the method I reach for first because it never depends on which edition you bought.

Step 1: Download and install 7-Zip

Go to 7-zip.org and download the installer that matches your system — most people need the 64-bit version. Run it; the install took me well under a minute and added nothing unwanted.

Step 2: Create a password-protected archive

  1. Right-click the folder you want to protect. If you do not see 7-Zip, click Show more options at the bottom of the menu first.
  2. Hover over 7-Zip, then click Add to archive…
  3. In the Archive format dropdown, choose .7z or .zip.
  4. Under the Encryption section, type your password in the Enter password field.
  5. Re-enter the same password in the Re-enter password field.
  6. Confirm the Encryption method shows AES-256.
  7. Click OK. 7-Zip creates an encrypted archive beside your original folder.

Step 3: Delete the original unprotected folder

Open the archive to confirm it asks for your password and the files are inside. Then delete the original folder. The first time I did this I forgot this step, and my “protected” files sat wide open right next to the archive — so do not skip it.

Pro tip: Use .7z for better compression. Use .zip only if you plan to share the archive, since the recipient will also need 7-Zip to open a password-protected .zip.

Troubleshooting: If 7-Zip never appears in the menu even after Show more options, restart Windows Explorer. Press Ctrl + Shift + Esc, find Windows Explorer in the Processes tab, right-click it, and select Restart. A strong password matters here too — I keep mine in Bitwarden, the free password manager, so a forgotten passphrase never locks me out.

7-Zip turns any folder into a bank-grade encrypted archive in about a minute, on any Windows 11 edition.

How do I encrypt a folder with EFS on Windows 11 Pro?

EFS (Encrypting File System) is built into Windows 11 Pro. It encrypts a folder at the file-system level, so only the Windows user account that encrypted it can open the files — no extra software required.

  1. Right-click the folder and choose Properties.
  2. On the General tab, click Advanced…
  3. Check Encrypt contents to secure data.
  4. Click OK, then Apply.
  5. When prompted, choose Apply changes to this folder, subfolders and files for full protection.

A small padlock icon appears on the folder to confirm encryption is active. Windows will immediately prompt you to back up your encryption key — do it right away, because a broken installation or damaged profile means those files are gone forever without it.

Troubleshooting: If Encrypt contents to secure data is greyed out, your drive is FAT32, not NTFS. EFS works only on NTFS. Right-click the drive, choose Properties, and check “File system: NTFS.” If it reads FAT32, use 7-Zip instead.

What EFS does not protect against

EFS is tied to your Windows account, not a separate password. That carries real limits:

  • Anyone logged in under your account can still open the encrypted files.
  • EFS does not fully stop someone who physically removes your hard drive, unless the drive is also BitLocker-encrypted.
  • Pair it with a strong Windows login password. If you ever get locked out, my guide on how to reset a forgotten Windows 11 password walks through every option.

EFS is seamless on Pro, but it only guards files from other accounts, so your login password is doing half the work.

When should I use BitLocker instead?

BitLocker encrypts a whole drive or USB stick rather than a single folder. It is the strongest built-in option in Windows, but it is overkill if you only need to protect a few documents on your main PC. I use it on the USB stick I carry between machines, where losing the drive is the real risk.

  1. In File Explorer, right-click the drive (the entire drive or USB stick, not a folder).
  2. Click Turn on BitLocker.
  3. Choose Use a password to unlock the drive.
  4. Enter and confirm a strong password.
  5. Save the recovery key (to your Microsoft account, a file, or a printout).
  6. Click Start encrypting.

Every file on that drive is now encrypted, and anyone who plugs it in needs your password. Because a stolen drive is exactly the kind of breach that exposes saved logins, it is worth running a free data breach check to confirm none of your passwords have already leaked.

BitLocker is the right tool when the whole drive could walk out the door, not when you just need one private folder.

Which folder protection method should you choose?

The right choice depends on your edition and what you are protecting. This table sums up the trade-offs at a glance.

Method Works on Home? What It Protects Ease of Use
7-Zip (encrypted archive) Yes Specific folders and files Easy
EFS (built-in encryption) Pro only Folders on NTFS drives Moderate
BitLocker Pro only Entire drives Moderate

For most Windows 11 Home users, 7-Zip is the clear winner — free, fast, and genuinely secure. Pro users who want always-on folder protection will prefer EFS for daily use, and BitLocker covers a portable drive. For background on the AES standard all three rely on, see the NIST AES specification (FIPS 197).

Choose 7-Zip on Home, EFS on Pro for daily files, and BitLocker for any drive that leaves the house.

Common Mistakes to Avoid

  1. Not deleting the original folder after archiving. The encrypted archive is useless if the unprotected folder still sits beside it. Fix: delete the original once the archive opens and demands a password.
  2. Using a weak or obvious password. “123456,” your name, or a birthday cracks in seconds. Fix: use a passphrase with mixed characters like “BlueSky!Rain42,” or generate one in a password manager.
  3. Forgetting the password with no backup. AES-256 has no backdoor, so a lost 7-Zip password means lost files. Fix: store the password in a password manager before encrypting anything important.
  4. Skipping the EFS key backup. Windows warns you to export the certificate for a reason. Fix: export it the moment you are prompted and keep it on a separate USB drive.
  5. Trusting a “hidden” folder as security. Anyone who toggles “Show hidden files” sees it instantly. Fix: use real encryption, not the Hidden attribute, for anything sensitive.

Frequently Asked Questions

Can I password protect a folder in Windows 11 without any software?

Only on Windows 11 Pro or Enterprise, using the built-in EFS feature. When I tested this on a Pro machine, I right-clicked the folder, opened Properties then Advanced, and ticked “Encrypt contents to secure data” — done in seconds. On Windows 11 Home, EFS is missing, so you need a free tool like 7-Zip.

Is 7-Zip safe to use for encrypting files?

Yes. 7-Zip uses AES-256, the same encryption governments and banks rely on. It is open-source and widely audited, which is why I trust it for my own tax documents. Always download it from the official 7-zip.org to avoid tampered copies.

What happens if I forget my 7-Zip archive password?

The files are gone — there is no recovery. AES-256 archives cannot be unlocked without the correct password, not even by the developers. A friend of mine lost an entire archive of scanned receipts this way, which is exactly why I save every archive password in a password manager first.

Does Windows 11 have a native folder lock feature?

No. There is no right-click “lock with password” option for individual folders. The built-in tools, EFS and BitLocker, are limited to Pro, Enterprise, and Education editions, so Home users like me rely on a free tool such as 7-Zip.

What is the difference between EFS and BitLocker?

EFS encrypts individual files and folders tied to your Windows account, while BitLocker encrypts an entire drive. I use EFS for specific files on my desktop and BitLocker for a USB stick I travel with, since a lost drive is the bigger threat there.

Will encrypting a folder slow down my PC?

Barely. EFS decrypts files on the fly, and on my modern laptop I never notice it for everyday documents. With 7-Zip there is only a short pause when extracting, because the archive is opened just when you need it rather than running constantly in the background.

Conclusion

Protecting private files in Windows 11 takes no paid software and no advanced skills. On Home, 7-Zip gives me free AES-256 encryption in about a minute; on Pro, EFS adds seamless folder protection and BitLocker covers whole drives. Whatever you pick, use a strong password, back up your key, and delete the original. Head to 7-zip.org and lock down your first folder today, then set up two-factor authentication to protect the accounts behind those files.

Printer Not Detected in Windows 11: How to Get It Working Again

Printer not detected in Windows 11? I walk through the exact order I use to fix it — troubleshooter, Print Spooler, driver, and manual add. Printing again in minutes.

You plug in your printer, wait for it to show up, and nothing happens. Windows 11 acts like the printer isn’t even there. I have hit this on my own desk more than once, and the cause is almost always one of three quiet failures rather than dead hardware. A printer not detected in Windows 11 is nearly always a driver, a stalled Print Spooler, or a connection Windows can’t see — and every one of those is free to fix.

Below is the exact order I work through, from the fastest check to the more thorough repairs. Start at the top and stop as soon as your printer appears.

Quick Answer

To fix a printer not detected in Windows 11, open Settings > Bluetooth & devices > Printers & scanners > Add a device. If nothing appears, run the Printer troubleshooter under Settings > System > Troubleshoot > Other troubleshooters, then reinstall the driver from Device Manager. Restarting the Print Spooler service clears most remaining cases.

Why won’t Windows 11 detect your printer?

A printer needs three things working at once: a live hardware connection, a working driver, and a background service called the Print Spooler that manages your print jobs. When any one breaks, Windows simply stops seeing the device. The first time this happened to me it was a single bad driver after a feature update — the printer was fine, Windows just couldn’t talk to it. Common triggers include:

  • A corrupted or outdated driver after a Windows 11 update
  • The Print Spooler service stopping unexpectedly
  • A loose USB cable, or a printer plugged into a hub instead of directly into the PC
  • A wireless printer that dropped off the network or changed its IP address

In short, the printer is usually fine — the link between it and Windows is what broke.

Should you run the built-in printer troubleshooter first?

Yes. Windows 11 ships with a troubleshooter that detects and repairs many printer faults on its own, and it is the lowest-effort place to start. It takes under two minutes.

  1. Press Windows + I to open Settings.
  2. Go to System > Troubleshoot > Other troubleshooters.
  3. Find Printer in the list and click Run.
  4. Follow the prompts and apply any fixes it suggests.
  5. Restart your PC, then check Settings > Bluetooth & devices > Printers & scanners.

One tip from experience: even when it reports “no issues found,” the printer often appears after the reboot, because the tool quietly restarted the Print Spooler in the background.

The troubleshooter fixes a surprising share of cases on its own, so always try it before touching anything deeper.

Have you ruled out the physical connection?

Before touching software, I rule out the obvious hardware causes, because they are the most common and the fastest to clear.

  • USB printers: Unplug the cable from the PC, wait 10 seconds, and plug it into a different port. Skip USB hubs — go straight into the PC. If the port itself seems dead, my guide on fixing a USB device not recognized in Windows 11 walks through the port and power-management checks.
  • Wireless printers: Make sure the printer and PC are on the same Wi-Fi network. Many dual-band routers split 2.4 GHz and 5 GHz clients — put both devices on the same band.
  • Power: Confirm the printer is on and not flashing an error light or showing a message on its panel.

One thing I learned the hard way: if the printer worked before a laptop restart and then vanished, the USB port likely entered power-saving mode. Fully shut down, restart, and reconnect directly to the port.

Half the “undetected” printers I see are really a loose cable, a hub, or a band mismatch.

How do you restart the Print Spooler service?

The Print Spooler queues and sends every print job. When it freezes, Windows loses contact with all printers at once. Restarting it takes about a minute and is the fix I reach for most often.

  1. Press Windows + R, type services.msc, and press Enter.
  2. Scroll to Print Spooler.
  3. Right-click it and choose Stop.
  4. Wait five seconds, right-click again, and choose Start.
  5. Confirm the Startup type column shows Automatic.

While you are in Services, check that Printer Extensions and Notifications is also running and set to Automatic. If it is stopped, start it the same way.

A stalled spooler mimics a hardware failure perfectly, so restart it before assuming the printer is broken.

How do you reinstall the printer driver?

An outdated or corrupted driver is the single biggest reason Windows 11 stops detecting a printer, especially right after a major update. A clean reinstall gives Windows a fresh start.

  1. Press Windows + X and click Device Manager.
  2. Expand Print queues (or Printers, depending on your build).
  3. Right-click your printer and choose Uninstall device. Tick the box to delete the driver software if it appears.
  4. Disconnect the USB cable, or turn off the wireless printer.
  5. Reconnect or power it back on — Windows tries to reinstall the driver automatically.
  6. If it doesn’t, download the latest driver for your exact model from the manufacturer’s official website.

If your printer isn’t under Print queues, look under Other devices. A yellow warning icon there means Windows saw the printer but the driver failed to load — uninstall it from there and reinstall. If the driver keeps failing to install, a stalled update is often behind it; see my walkthrough on fixing Windows Update when it won’t work on Windows 11.

When in doubt after an update, reinstall the driver before anything else — it resolves the majority of post-update cases.

How do you add the printer manually?

Sometimes Windows detects a printer but never finishes adding it. You can force the issue through Settings.

  1. Go to Settings > Bluetooth & devices > Printers & scanners.
  2. Click Add a device and wait about 30 seconds for the scan.
  3. If nothing shows, click the Add manually link below the results.
  4. Pick the option that matches your setup: USB, wireless/network, or local port.
  5. Follow the wizard to finish.

Once it is added, right-click the printer and choose Set as default so Windows routes jobs to it automatically.

Manual add rescues the printers Windows can see but stubbornly refuses to install on its own.

Comparing the fixes: which one should you try?

When I’m not sure where to start, I match the symptom to the fix. This table is the shortcut I use.

Fix Best for Time
Printer troubleshooter Unknown cause, fastest first pass ~2 min
Check the connection Printer worked before, suddenly gone ~2 min
Restart Print Spooler Printer shows offline or jobs hang ~1 min
Reinstall the driver Stopped working after a Windows update ~5 min
Add manually Printer detected but never installs ~3 min
Manufacturer setup tool Wireless printer Windows can’t find ~10 min

Match the symptom to the row and you’ll usually skip straight to the fix that works.

What if you still need Windows Update or a vendor tool?

If the driver still won’t behave, two heavier options remain. First, run Windows Update — a later update often ships the very driver an earlier one broke. Go to Settings > Windows Update, click Check for updates, and open any Optional updates or Driver updates section to install what’s listed, then restart.

If that fails, bypass Windows and use the printer brand’s own free setup software, which often resolves conflicts Windows misses:

  • HP: HP Smart app (Microsoft Store)
  • Canon: Canon PRINT app or IJ Network Device Setup Utility
  • Epson: Epson Connect Printer Setup Utility
  • Brother: Brother iPrint&Scan

For wireless printers especially, these utilities handle network discovery far better than the built-in wizard. Microsoft also keeps a current reference for printer setup and sharing in its official printer support documentation.

When Windows gives up, the vendor’s own tool is your best shot at getting a stubborn wireless printer online.

What are the common mistakes to avoid?

  1. Not rebooting after installing a driver. Drivers need a full restart to load. Reboot before deciding a fix failed — this wastes more time than any other mistake.
  2. Downloading drivers from random sites. Use only the manufacturer’s official website. Unofficial driver sites often bundle malware or stale files. Fix: get the driver straight from HP, Canon, Epson, or Brother.
  3. Plugging the printer into a USB hub. Many printers need more power or a steadier data line than a hub offers. Fix: connect directly to a USB port on the PC.
  4. Leaving an old printer as default. Windows may be quietly sending jobs to a disconnected device. Fix: open Printers & scanners and confirm the right printer is set as default.
  5. Ignoring firewall settings for network printers. A firewall or antivirus can silently block discovery. Fix: briefly disable the firewall, add the printer, then turn the firewall back on right away.

Sidestep these five traps and you’ll avoid the detours that turn a five-minute fix into an afternoon.

Frequently Asked Questions

Why does Windows 11 say my printer is offline?

Offline means Windows is reaching for a printer that isn’t answering — usually powered off, on a different network, or stalled by the Print Spooler. Power-cycle the printer and restart the Print Spooler to clear it. On my own setup, a quick spooler restart fixes the offline tag about nine times out of ten.

Do I need to install printer drivers manually on Windows 11?

Not always. Windows 11 installs generic drivers for many printers through Windows Update automatically. But for full features you’ll want the manufacturer’s package. When I set up my Brother printer, scanning and ink monitoring only appeared after I installed Brother’s own driver rather than the generic one.

Why did my printer stop working after a Windows 11 update?

An update can overwrite or clash with your existing printer driver. Uninstall the printer in Device Manager and reinstall the latest driver from the manufacturer. After one feature update broke my HP, a clean driver reinstall brought it straight back the same evening.

Can I use an older printer with Windows 11?

Yes, in most cases — Windows 11 supports most printers from the past decade. If no Windows 11 driver exists, install the Windows 10 driver from the manufacturer; it usually works. I kept a six-year-old Canon running this way using its Windows 10 driver without any issues.

Why can’t Windows 11 find my wireless printer?

The printer and PC must share the same Wi-Fi network and frequency band. Many dual-band routers isolate 2.4 GHz and 5 GHz clients — move both to the same band. In my case, switching my laptop from 5 GHz to 2.4 GHz made the printer appear instantly.

What is the Print Spooler and why does it matter?

The Print Spooler is the Windows service that queues your print jobs and feeds them to the printer in order. If it crashes, Windows loses contact with every printer at once. I treat restarting it as my default second move because it fixes so many “undetected” printers in seconds.

Conclusion

A printer Windows 11 can’t detect is nearly always a driver, service, or connection issue — and all three are free to fix. Run the troubleshooter, restart the Print Spooler, reinstall the driver, and add the printer manually if needed. Most people are printing again within 10 minutes. If your PC is also crawling while you troubleshoot, my guide to speeding up a slow Windows 11 PC can help, and if installs keep failing on low storage, try freeing up disk space on Windows 11 first.

How to Free Up Disk Space on Windows 11 (Fast, Free, and Safe)

Free up disk space on Windows 11 with built-in tools like Storage Sense and Disk Cleanup. Reclaim 5-20 GB in minutes, no reinstall and no paid cleaner needed.

The first time a red “C: drive almost full” warning hit one of my own laptops, the PC had already started failing Windows updates and choking on simple file saves. I spent ten minutes inside built-in Windows tools and clawed back 18 GB without installing anything. A full disk on Windows 11 is almost never a hardware problem — it is housekeeping you can finish before your coffee gets cold.

This guide walks through exactly how I free up disk space on Windows 11, in the order I actually run it. Every tool here ships with Windows, so you will not need a single paid “PC cleaner.”

Quick Answer

To free up disk space on Windows 11, open Settings > System > Storage and run Storage Sense, then use Disk Cleanup to clear temporary files and old Windows Update data. Empty the Recycle Bin, clear Downloads, and uninstall unused apps. Together these recover 5-20 GB in under 10 minutes.

Which Cleanup Method Frees the Most Space?

Before you dig in, it helps to see how the built-in methods compare so you start with the biggest wins. The table below shows what I typically reclaim from each, ranked by effort versus payoff.

Method Typical space recovered Effort Best for
Storage Sense 1-5 GB Very low (automatic) Ongoing prevention
Disk Cleanup (system files) 3-12 GB Low Old Windows Update data
Clear Downloads folder 5-15 GB Low Forgotten installers and media
Uninstall unused apps 2-20 GB Medium Games and bloatware
Disable hibernation 4-16 GB Low (one command) Desktops that never hibernate

Start with Disk Cleanup and your Downloads folder, because they deliver the largest gigabyte returns for the least effort.

Why Is Your Windows 11 Disk Filling Up?

Windows 11 quietly accumulates junk in the background, and a handful of culprits cause most of the damage:

  • Temporary files created by Windows and apps, rarely cleaned up on their own.
  • Old Windows Update files kept as a rollback backup long after you need them.
  • Hibernation file (hiberfil.sys), which reserves space equal to your total RAM.
  • Bloatware and unused apps that came pre-installed and never got opened.
  • Forgotten Downloads and Recycle Bin content, the most overlooked space hogs of all.

A full drive also slows your entire PC down, because Windows needs free space to run smoothly and apply updates. If the machine still feels sluggish after you clear space, the bottleneck may be I/O rather than storage, which is worth checking against 100% disk usage on Windows 11.

Most of your wasted space comes from temp files, old update data, and a Downloads folder nobody ever empties.

How Do You Run Storage Sense to Clear Space Automatically?

Storage Sense is the built-in automatic cleaner, and it is where I always start because it does the boring work on a schedule. It deletes temp files, manages old Recycle Bin content, and runs on demand whenever you want.

  1. Press Windows + I to open Settings.
  2. Go to System > Storage.
  3. Toggle Storage Sense to On.
  4. Click Storage Sense to open its settings.
  5. Under “Run Storage Sense,” select Every week.
  6. Scroll down and click Run Storage Sense now.

While you are here, turn on “Automatically delete content in my Recycle Bin if it’s been there for over 30 days.” On my own machines that one toggle means I never think about emptying the bin again.

Storage Sense is your set-and-forget cleaner, so enable the weekly schedule and let it prevent buildup for you.

How Does Disk Cleanup Recover the Most Space?

Disk Cleanup reaches files Storage Sense skips, especially old Windows Update files, which are often the single biggest recovery on the whole drive. On one of my work PCs this step alone freed 9 GB.

  1. Press Windows + S, type Disk Cleanup, and press Enter.
  2. Select your C: drive and click OK.
  3. Click Clean up system files to unlock the largest categories.
  4. Select C: drive again and check the boxes, paying special attention to Windows Update Cleanup and Previous Windows installations.
  5. Click OK, then Delete Files.

If “Windows Update Cleanup” does not appear, your PC may still be processing a recent update. Wait 24 hours after your last update, then try again. If updates themselves are stuck, see my guide on fixing Windows Update not working on Windows 11.

Always click “Clean up system files” — that single button exposes the multi-gigabyte update data the basic scan hides.

Which Apps and Files Should You Remove First?

After the automated cleaners, I go after the big manual wins: unused apps, a bloated Downloads folder, and the Recycle Bin. The trick is to sort by size everywhere so you spend your effort on the heavy hitters.

Uninstall apps you never use

  1. Press Windows + I to open Settings.
  2. Go to Apps > Installed apps.
  3. Sort by Size to see the biggest offenders first.
  4. Click the three-dot menu next to any app you do not use, then choose Uninstall.

Target games, trial software, and manufacturer apps that shipped with the PC. Sorting by size makes the worst offenders obvious.

Clean out your Downloads folder

  1. Press Windows + E to open File Explorer.
  2. Navigate to This PC > Downloads (usually at C:\Users\YourName\Downloads).
  3. Sort files by Date modified to surface the oldest items first.
  4. Delete anything you no longer need: installers, setup files, old documents, video downloads.

On a PC used for a year or two, I routinely find 5-15 GB of forgotten files here. This is one of the fastest recoveries available.

Empty the Recycle Bin

Deleted files sit in the Recycle Bin and keep occupying disk space until you empty it. Right-click the Recycle Bin icon on your desktop, click Empty Recycle Bin, and confirm. If you enabled the Storage Sense option above, this now happens automatically.

Sort apps and downloads by size, clear the Recycle Bin, and you can reclaim more than the automated tools combined.

How Do You Find Large Hidden Files Eating Your Drive?

Sometimes the real culprit is a single giant file rather than a thousand small ones. Go to Settings > System > Storage and click each category, such as Apps, Temporary files, or Other, to drill into what is actually consuming space.

For a deeper view, Microsoft’s file management documentation explains how Windows tracks storage, and a utility like WinDirStat charts your entire drive as color-coded blocks so you can spot the biggest folders instantly. Check your Videos, Pictures, and Desktop folders too — a few forgotten 4K recordings or disk image (.iso) files can outweigh months of temp files combined.

A storage map turns “where did my space go?” into an obvious answer in seconds.

Should You Disable Hibernation to Reclaim Space?

The hibernation file (hiberfil.sys) reserves disk space equal to your total RAM. On a 16 GB machine, that is 16 GB tied up doing nothing if you never hibernate. If you shut down rather than hibernate, you can safely reclaim it.

  1. Right-click the Start button and choose Terminal (Admin).
  2. Type powercfg /h off and press Enter.
  3. Restart your PC.

This removes the Hibernate option from your power menu, so skip it if you regularly use Hibernate instead of Sleep or Shut Down. When I disabled it on a 16 GB laptop, the freed space showed up immediately after the restart.

Disabling hibernation is an optional bonus that recovers 4-16 GB, but only do it if you never use Hibernate.

What Common Mistakes Should You Avoid?

  • Skipping “Clean up system files” in Disk Cleanup. Fix: always click it. The basic scan misses the largest files, including old Windows Update data worth several gigabytes.
  • Ignoring the Downloads folder. Fix: make clearing it a monthly habit, because it never auto-cleans and fills faster than anything else.
  • Installing paid “PC cleaner” apps from ads. Fix: skip them. Many are scamware or bloatware themselves, and the built-in tools are free and equally effective.
  • Deleting files you cannot identify. Fix: search the name online first, and if you remove something important, here is how to recover deleted files on Windows 11.
  • Focusing only on temp files. Fix: a single forgotten 4K video or .iso can outweigh months of junk, so always check your media and large-file categories.

Avoid these five traps and your cleanup stays safe, free, and far more effective than any paid tool.

Frequently Asked Questions

How much free disk space should Windows 11 have?

Keep at least 10-15% of your drive free at all times. On a 500 GB drive that is roughly 50-75 GB; on my own 256 GB SSD I start cleaning the moment it drops under 40 GB, because below 10% Windows slows noticeably and updates begin failing.

Is it safe to delete Windows Update cleanup files?

Yes. Once Windows has held update files for a few weeks as a safety buffer, removing them via Disk Cleanup is completely safe. I have done it on dozens of machines; the only trade-off is you cannot roll back to a previous Windows version, which most people never need.

Will Storage Sense delete my personal files?

No. Storage Sense only removes temporary files, old Recycle Bin content, and optionally old Downloads if you enable that setting. When I turned it on for a relative who hoards photos, every document and picture stayed exactly where it was.

Why does my C: drive keep filling up so fast?

Usually it is the Windows Update cache, browser cache growth, and app caches from programs like Teams, Spotify, and Discord. On my main PC, Spotify alone had cached several gigabytes; enabling Storage Sense weekly stopped that creep before it became a problem.

Can I move apps to another drive to save space on C:?

Yes, for many apps. Go to Settings > Apps > Installed apps, click an app, and look for a Move option. Not every app supports it, but most Microsoft Store apps do; I moved two large games to a second drive and recovered over 20 GB on C: in one sitting.

What is the fastest way to free up a large amount of space?

Run Disk Cleanup with “Clean up system files” enabled, then clear your Downloads folder and uninstall two or three large apps you no longer use. That combination typically recovers 10-20 GB in under 15 minutes, which is exactly how I rescued my own near-full laptop.

Conclusion

A full disk on Windows 11 is a fixable problem with no new hardware required. Start with Storage Sense and Disk Cleanup, clear the Downloads folder, uninstall forgotten apps, then leave Storage Sense running weekly so you rarely think about it again.

Try it right now: press Windows + I, go to System > Storage, and run Storage Sense. Most people recover 5 GB or more in the very first pass.

Laptop Battery Draining Fast on Windows 11: How to Get Your Runtime Back

Laptop battery draining fast on Windows 11? I walk through the power-plan, brightness, and driver fixes I use to claw back 1-3 hours of runtime today.

My own ThinkPad went from an all-day machine to one that begged for a charger by lunch, and a single Windows 11 update was the trigger. After working through it on my own laptop and a dozen others, I found the cause is almost never a dead battery — it is a handful of settings and a stray driver quietly burning power in the background. The good news: most of the drain is software, and you can reverse it in minutes without spending a penny.

This guide covers the exact order I use, from a 30-second power-plan switch to a deeper driver check and a battery health report. Work top to bottom and stop when your runtime recovers.

Quick Answer

To stop a laptop battery draining fast on Windows 11, switch to the Balanced or Best power efficiency power mode, turn on Battery Saver, lower screen brightness to 50-60%, and restrict background apps. Then disable Bluetooth and location when unused. Most laptops recover one to three hours of runtime from these steps alone.

Why is your battery draining so fast on Windows 11?

When I diagnose fast drain, the cause is almost always one or more of these, and they stack up quietly over time:

  • Background apps running unseen — apps keep refreshing and syncing even when you are not using them.
  • The wrong power mode — “Best performance” keeps your CPU running near full speed constantly.
  • A bright display — the screen is usually the single biggest power draw on any laptop.
  • Bluetooth and Wi-Fi radios — active even when nothing is connected.
  • Outdated or buggy drivers — especially common right after a Windows 11 update.
  • An aging battery — after two to three years, most cells lose meaningful capacity.

Fast drain is a stack of small power leaks, not one single villain — so fixing several at once is what wins back hours.

Which Windows 11 power mode should you choose?

Windows 11 power modes control how aggressively your hardware uses energy. The first time I touch a draining laptop, I check this, because “Best performance” alone can halve your runtime.

  1. Open Settings from the Start menu.
  2. Go to System > Power & battery.
  3. Under Power mode, pick the option that matches how you are working.
Power mode Best for Effect on battery
Best power efficiency Travel, light tasks, long meetings Longest runtime
Balanced Everyday mixed use Good runtime, full speed when needed
Best performance Plugged in, heavy workloads Shortest runtime

For unplugged use I keep mine on Balanced and drop to Best power efficiency when I know I am away from an outlet for hours.

Choosing Balanced or Best power efficiency on battery is the single fastest win on this list.

Does turning on Battery Saver actually help?

Yes. Battery Saver is Windows 11’s built-in conservation mode, and it does real work: it cuts background activity, dims the screen, and pauses non-essential sync. On my laptop it reliably buys an extra 30 to 45 minutes.

  1. Open Settings > System > Power & battery.
  2. Under Battery Saver, click Turn on now, or set it to switch on automatically at 20%.

Microsoft’s own battery-saving guidance for Windows confirms this is the intended way to stretch a charge in a pinch.

If Battery Saver is greyed out, open Device Manager and check under Batteries. A yellow warning icon on the battery driver means it needs updating — right-click and choose Update driver.

Battery Saver is the closest thing to a one-click runtime boost Windows 11 offers.

How much does screen brightness affect battery life?

More than people expect. The display is usually the biggest single drain, so dropping from 100% to around 50-60% makes a noticeable difference the moment you do it.

  1. Press Windows + A to open the Quick Settings panel.
  2. Drag the brightness slider down to roughly 50-60%.

You can also adjust it under Settings > System > Display > Brightness. If your laptop has an ambient light sensor, turn on Adaptive brightness so it never burns more light than the room needs.

Brightness is a slider you control every second, and lowering it pays off immediately.

How do you stop background apps from draining power?

Many apps keep working in the background — refreshing data, syncing, checking for updates — even when you never open them. I cut the worst offenders off entirely.

  1. Open Settings > Apps > Installed apps.
  2. Find an app, open its three-dot menu, and choose Advanced options.
  3. Under Background apps permissions, set it to Never.

The repeat offenders I disable first are Spotify, OneDrive, Xbox Game Bar, and chat apps I only check a few times a day. Some apps also launch at boot as startup items — open Task Manager (Ctrl + Shift + Esc), click Startup apps, and disable anything you do not need running from the moment you sign in.

Every background app you silence is power and CPU you get back across the whole day.

How do you find which app is eating your battery?

Windows 11 keeps a battery usage report that ranks apps by exactly how much power each one consumed, so you are never guessing.

  1. Go to Settings > System > Power & battery.
  2. Scroll to Battery usage and expand it.
  3. Set the time range to the last 24 hours or 7 days.

When I do this, one app is usually hogging a disproportionate share. A browser is the classic offender, and the same runaway processes that drain your battery often spike your processor too — if yours is pegged, my walkthrough on fixing 100% CPU usage on Windows 11 tracks down the culprit the same way.

The battery usage report turns “something is draining it” into a named app you can act on.

Should you disable Bluetooth and location to save battery?

When you are not using them, yes. Both radios sip power continuously, even when nothing is connected or asking for your location.

Turn off Bluetooth

  1. Press Windows + A to open Quick Settings.
  2. Click the Bluetooth tile to toggle it off.

Turn off location services

  1. Go to Settings > Privacy & security > Location.
  2. Toggle Location services off, or disable it per app further down the page.

While you are in Device Manager, you can also trim your Wi-Fi adapter’s draw: under Network adapters, right-click your Wi-Fi adapter, open Properties > Power Management, and tick Allow the computer to turn off this device to save power.

Switching off radios you are not using is free runtime with zero downside.

How do you fix battery drain caused by a bad driver?

A buggy driver — especially right after a major Windows 11 update — can push your CPU or GPU to run hotter and harder than it should. This is the cause I check when the drain appeared overnight.

  1. Open Device Manager (right-click Start and select it).
  2. Expand Display adapters, Network adapters, and Batteries, and look for yellow warning icons.
  3. Right-click any flagged device and choose Update driver > Search automatically for drivers.

If the drain started right after an update, roll the driver back instead: right-click the device > Properties > Driver tab > Roll Back Driver (if available). When Windows cannot find anything newer, download drivers directly from your laptop maker — Dell, HP, Lenovo, or ASUS — for your exact model number.

A single bad driver can undo every other fix, so it is always worth a look when drain is sudden.

How do you check if your battery is simply worn out?

If nothing above helps, the cell itself may be aging. Windows 11 can generate a detailed health report from one command.

  1. Right-click Start and choose Terminal (Admin).
  2. Type the command below and press Enter:
    powercfg /batteryreport /output C:\battery-report.html
  3. Open File Explorer, go to C:, and open battery-report.html in your browser.

Compare Design capacity with Full charge capacity. The first time I ran this on my old laptop, full charge capacity had dropped to about 55% of design — a clear sign the battery, not the software, was the problem. Below 60%, a replacement is worth considering.

The battery report is the deciding test: it tells you whether to keep tweaking settings or budget for a new cell.

Common Mistakes to Avoid

  • Running Best performance while unplugged. This is the fastest way to empty a battery in one session. Fix: switch to Balanced or Best power efficiency whenever you are on battery.
  • Charging to 100% and leaving it plugged in for days. Lithium cells age fastest when held full. Fix: use the battery-limit feature in your maker’s app (Dell, Lenovo, and HP all include one) to cap charging around 80%.
  • Skipping Windows Update. Many drain fixes ship as driver patches through Update. Fix: stay current, and if Update itself is stuck, work through my guide on fixing Windows Update when it will not work.
  • Closing the lid mid-sync. Sleeping while OneDrive or a backup is mid-transfer keeps storage and CPU awake longer than expected. Fix: pause large syncs before you close the lid.
  • Never restarting. Memory leaks and runaway processes pile up over days, and they drain power as well as slow you down. Fix: restart regularly; for more lean-running tips see how to speed up a slow Windows 11 PC.

Most fast-drain cases I see are one of these five habits, not a faulty battery, so rule them out before you blame the hardware.

Frequently Asked Questions

Why is my Windows 11 laptop battery draining so fast all of a sudden?
A recent Windows Update, a newly installed app, or a driver glitch is usually the trigger. For example, when my own drain appeared overnight, the battery usage report pointed straight at a sync app that had updated that morning — disabling its background access fixed it.

Does Windows 11 drain more battery than Windows 10?
On older hardware it can, slightly, because of widgets, animations, and background telemetry. On a 2017 laptop I tested, turning off visual effects under Settings > Accessibility and restricting background apps brought it back in line with its Windows 10 runtime.

What is a good battery health percentage for a laptop?
Above 80% of original design capacity is healthy; below 60% the runtime drop is obvious. My main laptop sat at 88% after two years of daily use, which is exactly where I would expect a well-treated cell to be.

Can Windows 11 updates cause battery drain?
Yes, when an update ships a driver change that increases CPU or GPU load. If drain started after an update, roll back the affected driver in Device Manager. On one of my machines the same driver also caused stutter, so rolling it back fixed both at once.

How do I check battery health in Windows 11?
Run powercfg /batteryreport /output C:\battery-report.html in an elevated Terminal, then open the file in your browser. It shows design capacity, current capacity, and a full charge-cycle history — that report is how I confirmed my old battery needed replacing.

Will replacing the battery fix the problem?
If the report shows full charge capacity well below design capacity, yes — a new cell restored nearly all of my original runtime. But if capacity is still high and drain is fast, the cause is software, and the settings fixes above are what you need.

Conclusion

Fast battery drain on Windows 11 is almost always a software problem you can fix for free. Start with the quick wins — power mode, Battery Saver, brightness, and background apps — then move to drivers and the battery report only if the drain holds.

Battling slowdowns alongside the drain? Walk through my guide on how to speed up a slow Windows 11 PC and reclaim performance the same free, built-in way.