Windows 11 File Explorer Crashing and Freezing: How to Fix It

Windows 11 File Explorer crashing or freezing? I share the exact order I use — restart Explorer, clear the cache, run SFC, update drivers. All free, all built in.

File Explorer is the part of Windows 11 I touch dozens of times a day — opening folders, dragging files, hunting for that one download. So the first time it started crashing every time I clicked an image folder on my own laptop, it felt like the whole PC had given up. It hadn’t. Windows 11 File Explorer crashing is almost always a corrupted cache, a flaky display driver, or a damaged system file — not failing hardware.

The good news is that every fix below uses free, built-in Windows tools, and on my machine the cause turned out to be a bloated Quick Access history that took 20 seconds to clear. I’ll walk you through the same order I use, starting with the 30-second restart and moving toward deeper repairs only if you need them.

Quick Answer

To stop Windows 11 File Explorer crashing, press Ctrl + Shift + Esc, right-click Windows Explorer, and choose Restart. If it keeps crashing, clear the history cache in File Explorer Options and disable the Preview Pane. For stubborn crashes, run sfc /scannow followed by DISM in an elevated Command Prompt to repair corrupted system files.

Start with the 30-second restart, then work down only as far as your crashes force you to.

Which fix should I try first?

Each fix targets a different root cause, and they climb from fastest to most thorough. Use the table to match your symptoms to the right starting point, then follow the detailed steps below.

Fix Best for Time Difficulty
Restart Explorer One-off freezes and glitches 30 seconds Easy
Clear the cache Crashes on every launch 2 minutes Easy
Disable Preview Pane Crashes in image/video folders 1 minute Easy
Change startup folder Freezes the instant it opens 1 minute Easy
SFC + DISM Stubborn, repeated crashes 20-40 minutes Moderate
Update/roll back driver Crashes after a graphics update 10 minutes Moderate
Windows Update Known bug on an older build 15 minutes Easy
New user profile Nothing else worked 10 minutes Moderate

Match your symptom to a row and you can usually skip straight to the fix that matters.

How do I restart File Explorer without rebooting?

A quick restart clears a temporary shell glitch without rebooting your whole PC. It takes less than 30 seconds and is the first thing I try every time.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Processes tab and scroll to Windows Explorer.
  3. Right-click it and select Restart.
  4. Your screen may flicker briefly — that’s normal. File Explorer relaunches on its own.

If File Explorer is fully frozen and Task Manager won’t open, press Ctrl + Alt + Delete and pick Task Manager from the menu. If Windows Explorer isn’t listed under Processes, go to File → Run new task, type explorer.exe, and click OK.

A 30-second Explorer restart fixes most one-off crashes and freezes.

Why does clearing the File Explorer cache stop crashes?

A corrupted Quick Access history is one of the most common causes of repeated crashes. Windows builds this list of recent files and folders over time, and when it gets damaged it can take File Explorer down on every single launch. This was the actual fix on my laptop.

  1. Click Start and type File Explorer Options, then open it.
  2. On the General tab, under Privacy, click Clear next to “Clear File Explorer history.”
  3. Uncheck Show recently used files and Show frequently used folders.
  4. Click Apply, then OK.

Clearing the cache wipes a damaged Quick Access list without touching any of your real files.

Should I disable the Preview Pane?

Yes, if your crashes happen when you click image or video files. The Preview Pane renders a thumbnail of whatever you select, and when it hits a corrupted or unsupported file it can drag File Explorer down with it. Turning it off is fast and reversible.

  1. Open File Explorer with Win + E.
  2. Click the View menu in the top ribbon.
  3. Select Show, then uncheck Preview pane.

If crashes only strike inside one media folder, you can also right-click inside it and switch View → Details to skip thumbnail rendering entirely.

Disabling the Preview Pane stops crashes triggered by problem image and video files.

Does changing the File Explorer startup folder help?

It often does. By default Windows 11 opens to Quick Access, and if that panel is corrupted or overloaded, every launch can freeze. Pointing File Explorer at “This PC” sidesteps the broken panel completely.

  1. Open File Explorer Options from Start.
  2. On the General tab, change Open File Explorer to: from “Quick Access” to This PC.
  3. Click Apply, then OK.

Opening to “This PC” avoids a corrupted Quick Access panel that freezes on launch.

How do SFC and DISM repair File Explorer?

Windows 11 ships with two repair tools that fix the deeper files File Explorer depends on. SFC (System File Checker) scans and replaces corrupted system files, and DISM (Deployment Image Servicing and Management) repairs the Windows image SFC pulls its replacements from. Run them as a pair for a thorough fix.

  1. Click Start, type cmd, right-click Command Prompt, and choose Run as administrator.
  2. Type this and press Enter:
    sfc /scannow
  3. Wait for the scan to finish (10–20 minutes) and don’t close the window.
  4. When it’s done, run:
    DISM /Online /Cleanup-Image /RestoreHealth
  5. Restart your PC when DISM finishes.

If SFC reports “found corrupt files but was unable to fix some,” run DISM first to repair the source, then run SFC a second time. Microsoft documents this exact sequence in its System File Checker guide.

SFC and DISM repair the corrupted system files behind the most stubborn crashes.

Could my display driver be causing the crashes?

Very possibly. Graphics drivers power the Windows shell that File Explorer runs inside, so an outdated or buggy driver can crash it without warning. Updating usually helps; rolling back is smarter if the crashes started right after a driver update.

  1. Press Win + X and select Device Manager.
  2. Expand Display adapters.
  3. Right-click your graphics card and choose Update driver → Search automatically for drivers.
  4. Restart your PC after any update installs.

If crashes began after an update, choose Roll Back Driver instead. If your display also flickers outside File Explorer, my guide on Windows 11 screen flickering covers the same driver-level fixes in more depth.

Updating or rolling back your display driver clears crashes rooted in the Windows shell.

Will a Windows update fix File Explorer?

It might already contain the fix. Microsoft patches shell and Explorer bugs through cumulative updates, so if you’re on an older build the cure may simply be waiting to install.

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

If updates themselves are stuck, my guide on Windows Update not working gets them installing again first.

A pending cumulative update often carries Microsoft’s own fix for Explorer bugs.

What if a corrupted user profile is to blame?

If every fix above fails, your Windows profile may be damaged, which quietly breaks how File Explorer loads its settings and shell extensions. Creating a fresh account is the fastest way to confirm it.

  1. Open Settings → Accounts → Other users.
  2. Click Add account.
  3. Select I don’t have this person’s sign-in information → Add a user without a Microsoft account.
  4. Create a username and password, then sign out of your current account.
  5. Log into the new account and open File Explorer.

If File Explorer runs perfectly there, your original profile is the culprit. Copy your files from C:\Users\[OldUsername] into the new account and use it going forward. For broader instability, my guide on Windows 11 freezing randomly covers overlapping root causes.

A new user account confirms whether a corrupted profile is crashing Explorer.

Common Mistakes to Avoid

  • Skipping the cache fix. Most people jump straight to advanced steps. A corrupted Quick Access history is behind the majority of crashes — clear it first.
  • Running SFC without admin rights. In a normal Command Prompt, sfc /scannow can’t repair anything. Always right-click and choose Run as administrator.
  • Grabbing drivers from random sites. Update only through Device Manager or the official maker (Intel, NVIDIA, AMD). Third-party driver sites often bundle adware or mismatched drivers.
  • Dismissing Windows Update. Microsoft quietly patches Explorer bugs in cumulative updates; the fix you need may already be queued.
  • Not restarting after a fix. Driver, system-file, and account changes don’t fully apply until you reboot. Restart before deciding a fix failed.

Avoiding these five missteps saves you from chasing fixes that were never going to stick.

Frequently Asked Questions

Why does File Explorer keep crashing on Windows 11?

Usually a corrupted Quick Access cache, the Preview Pane choking on a bad file, damaged system files, or an outdated display driver. On my own laptop it was the cache — clearing the File Explorer history stopped the crashes immediately.

Will clearing File Explorer history delete my files?

No. It only removes the list of recent files and pinned shortcuts in Quick Access. After I cleared mine, every document and photo was still exactly where I left it; only the recents list reset.

Is File Explorer crashing a sign of a virus?

Not usually — a corrupted cache or system files is far more common. But when a client’s Explorer crashed alongside random pop-ups and unknown programs, a full Windows Defender scan found the malware behind it. Scan if you see those extra symptoms.

Is it safe to run SFC?

Yes. SFC is a free, built-in tool that replaces corrupted system files with healthy copies and is recommended by Microsoft. I’ve run it on dozens of PCs without it ever breaking anything; the worst case is that it simply finds nothing to repair.

Can a corrupted user profile cause File Explorer to crash?

Yes. A damaged profile breaks how Explorer loads settings and shell extensions, crashing it on launch. When I created a fresh account on a stubborn machine and Explorer worked instantly, that confirmed the old profile was the problem.

How long does DISM take to run?

Typically 10–30 minutes, since it may download replacement files from Windows Update. On my laptop it sat at 20% for several minutes, then jumped to done — so let it finish without interrupting it.

Conclusion

Windows 11 File Explorer crashing is frustrating but rarely serious. Start with the quick wins — restart Explorer, clear the cache, disable the Preview Pane — then run SFC and DISM if it persists. Try them in this order and tell me in the comments which step finally stopped your crashes.

iPhone Battery Draining So Fast? How I Stop It in Minutes

iPhone battery draining fast? I walk through the exact Settings checks I use — battery health, Background App Refresh, location, and brightness — to reclaim hours of runtime.

If your iPhone battery is draining so fast that you hit 20% by lunchtime, you are not imagining it. The cause is usually a handful of overlapping culprits — apps refreshing in the background, location services polling GPS around the clock, a screen set too bright, or a battery that has aged past its prime. The fastest way to recover hours of runtime is to let Settings tell you exactly where your power is going before you change a thing.

I have run this exact sequence on my own iPhone and on dozens of family members’ phones, and the same four or five settings account for almost every case of fast iPhone battery drain. Work through the steps below and you should see real improvement by the end of the day.

Quick Answer

Open Settings, tap Battery, and check which apps use the most power. Then turn off Background App Refresh (Settings, General, Background App Refresh, Off), tighten Location Services to While Using, lower screen brightness, and enable Low Power Mode. Most people recover one to three hours of daily battery life from these changes alone.

Why is my iPhone battery draining so fast?

Three forces quietly work against you. Background activity means apps refresh content, sync data, and track location even when the screen is off. Display and connectivity stack up — a bright screen plus always-on Bluetooth and constant GPS polling burns through a charge faster than any single app. And battery aging is real: after 300 to 500 full charge cycles, a lithium-ion battery holds only around 80% of its original capacity, per Apple’s published battery guidance.

Once you know the cause is background drain, display load, or aging, every fix below becomes obvious.

How do I check iPhone battery health first?

Before changing any setting, I always confirm the battery itself is healthy. Software tweaks have a hard ceiling once the hardware degrades.

  1. Open Settings and tap Battery.
  2. Tap Battery Health & Charging.
  3. Read the Maximum Capacity percentage.

If it reads below 80%, the battery has degraded significantly, and a replacement at Apple or an authorized provider will help more than any setting. The first time I checked mine after two years, it read 81% — right at the edge, which explained the sudden afternoon crashes. If you are above 80%, continue below.

Battery health under 80% means hardware, not software, is your bottleneck.

Which apps are actually draining my battery?

The per-app list is the single most useful screen Apple buries in Settings.

  1. Go to Settings, then Battery.
  2. Scroll to the per-app usage list and review both the last 24 hours and the last 10 days.

Any app eating 20 to 30% or more of your daily battery is your prime suspect. If an app shows “Background Activity” listed beneath its name, Background App Refresh is the culprit, which the next step fixes directly. On my phone, a weather app I rarely opened was quietly the second-biggest drain.

The 24-hour and 10-day usage lists name your worst offenders without guesswork.

Should I turn off Background App Refresh?

Yes — this one setting causes more hidden drain than most people realize.

  1. Go to Settings, General, Background App Refresh.
  2. Tap the top option and choose Off, or restrict it to Wi-Fi Only.
  3. To stay selective, scroll down and disable it per app, keeping it on only for apps that truly need it like navigation or news.

Switching Background App Refresh to Off or Wi-Fi Only stops apps from working while you are not looking.

How do I stop Location Services from draining battery?

GPS is one of the most power-hungry features on any phone, and this audit often delivers the biggest single win.

  1. Go to Settings, Privacy & Security, Location Services.
  2. Review each app. Most should be set to While Using the App or Never; very few genuinely need Always.
  3. Watch social media, shopping, and gaming apps, which routinely request Always access without needing it.

An app set to Always tracks your location even when the phone is locked and the screen is off. When I last audited mine, four apps had Always set that had no business tracking me around the clock.

Setting most apps to While Using cuts constant GPS polling, often the largest hidden drain.

Does lowering screen brightness really help?

Yes — the display is frequently the single biggest power draw on an iPhone.

  1. Swipe down from the top-right corner to open Control Center and drag the brightness slider down.
  2. Enable Auto-Brightness under Settings, Accessibility, Display & Text Size, Auto-Brightness.
  3. On iPhone X or later (OLED screens), turning on Dark Mode under Settings, Display & Brightness also saves meaningful battery, because OLED draws less power for dark pixels.

Dropping brightness and enabling Auto-Brightness can add an hour of use at zero cost.

What other settings should I change?

A few smaller toggles add up. Enable Low Power Mode (Settings, Battery) proactively at 50% rather than waiting for the 20% warning — your phone still works fully, it just uses less energy. Switch email from Push to Fetch under Settings, Mail, Accounts, Fetch New Data, choosing Every 30 Minutes; you still get every message with a barely noticeable delay. Trim noisy notifications under Settings, Notifications, since each alert wakes the screen and fires the processor.

If drain started right after an iOS update, check Settings, General, Software Update — Apple often patches battery regressions within days. As a last resort, Settings, General, Transfer or Reset iPhone, Reset, Reset All Settings clears corrupt configuration without touching your photos, apps, or data.

Setting Where to find it Typical impact
Low Power Mode Settings, Battery 1 to 2 hours immediately
Push to Fetch email Settings, Mail, Fetch New Data Moderate, all-day
Trim notifications Settings, Notifications Small but steady

Low Power Mode, Fetch email, and fewer notifications each shave steady drain across the whole day.

If you are juggling other iPhone headaches, the same diagnostic approach applies. See my guides on why your iPhone runs hot, an iPhone that won’t charge or charges slowly, and freeing up iPhone storage fast.

Common Mistakes to Avoid

  • Force-closing every app from the app switcher. iOS suspends background apps efficiently; cold-launching them later uses more energy. Fix: only close an app if it is genuinely frozen.
  • Leaving brightness at maximum. Many people never touch it. Fix: drop to around 60% and enable Auto-Brightness.
  • Keeping Location set to Always for every app. Fix: spend five minutes setting most apps to While Using the App.
  • Ignoring a degraded battery. Below 80% health, software tweaks have a ceiling. Fix: book a battery replacement.
  • Using non-MFi chargers and cables. Inconsistent voltage degrades the battery faster. Fix: stick to Apple or MFi-certified gear.

Frequently Asked Questions

Why does my iPhone battery drain so fast after an iOS update?
A new iOS install triggers background re-indexing and syncing that settles within 24 to 48 hours. For example, after I updated last fall my battery dropped noticeably for a day, then returned to normal once indexing finished. If heavy drain continues past that window, check for a follow-up update.

Does closing apps in the app switcher save battery?
No, and it can make things worse. iOS suspends background apps with minimal power, so cold-launching them again costs more. I stopped swiping mine away years ago and saw no change in runtime.

Does Dark Mode save battery on an iPhone?
Only on OLED-screen iPhones (iPhone X and later), which draw less power for dark pixels. On my older LCD iPhone, Dark Mode looked different but made no measurable difference to battery life.

How often should I charge my iPhone?
Lithium-ion batteries stay healthiest between 20% and 80%, so partial top-ups are fine. I plug mine in whenever it is convenient rather than draining it to zero, and capacity has held up well over two years.

At what battery health should I replace my iPhone battery?
Apple uses 80% as the threshold; below that, iOS may throttle peak performance and daily life shortens. When mine hit 79%, a replacement instantly restored a full day of use.

Conclusion

Fast iPhone battery drain is almost always fixable for free. Let the Battery Health screen and per-app usage list show you where the power goes, then target Background App Refresh, Location Services, and brightness. Start by auditing Location Services right now — it takes two minutes, and most people are surprised how many apps are quietly tracking them.

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.

DNS Server Not Responding on Windows: How I Get Back Online

DNS server not responding on Windows? I walk through the exact sequence I use — flush the cache, restart the router, and swap to 8.8.8.8 — to load pages again in minutes.

You type a website, hit Enter, and Windows throws back “DNS server not responding.” Your Wi-Fi icon still shows connected, yet nothing loads. The error means your PC could not translate a site name like google.com into the numeric IP address it needs, a job handled by DNS (the Domain Name System), which works like the internet’s phone book. Almost every time I see this, the cause is a stale cache, a router hiccup, or one wrong DNS setting — not a broken connection.

I have fixed this on dozens of friends’ laptops, and the same short sequence clears it nearly every time. Below is exactly what I run, in order, starting with the fastest move.

Quick Answer

To fix “DNS server not responding” on Windows, restart your router, then open Command Prompt as administrator and run ipconfig /flushdns. If the error stays, switch your DNS to Google (8.8.8.8 / 8.8.4.4) or Cloudflare (1.1.1.1 / 1.0.0.1) in your adapter settings. Those three steps resolve most cases.

What causes “DNS server not responding”?

When you request a website, Windows asks a DNS server for that site’s IP address. If the lookup fails, you get this error. The usual culprits:

  • Router crash or overload — your router needs a restart to clear its memory.
  • Corrupted DNS cache — old or wrong records saved on your PC break the lookup.
  • ISP’s DNS server is down — your provider’s servers are slow, overloaded, or offline.
  • Outdated network adapter driver — the software running your Wi-Fi or Ethernet card has a bug.
  • Antivirus or firewall blocking DNS — security software intercepts requests and blocks them by mistake.
  • Corrupted TCP/IP stack — Windows’ core networking settings have gone wrong.

The error is almost always a small software glitch on your PC or router, not a dead connection.

How do I quickly restart the router and modem?

A router restart is the single most effective first step. It clears the router’s memory, drops stale connections, and pulls a fresh DNS assignment from your ISP. When every device in the house is affected — phones, tablets, laptops — this is almost certainly the fix. The first time it happened to me, this alone solved it before I touched a single Windows setting.

  1. Unplug your router (and modem, if it is a separate box) from the power outlet.
  2. Wait 30 seconds.
  3. Plug the modem back in first. Wait until its lights stabilize — about 60 seconds.
  4. Plug the router back in. Wait another 60 seconds.
  5. Try loading a website on the affected device.

Pro tip: Always unplug the power cable rather than pressing the router’s physical Reset button. The Reset button restores factory settings and wipes your custom Wi-Fi password — pulling the power does not.

Power-cycling the router fixes the majority of whole-house DNS errors in under three minutes.

How do I flush the DNS cache?

Windows saves DNS lookups in a local cache to speed up browsing, but that cache can go stale or corrupt. Flushing it forces Windows to fetch fresh records for every site. This is the step that bails me out most often on a single problem PC.

  1. Press Windows key + R, type cmd, then press Ctrl + Shift + Enter to open Command Prompt as administrator.
  2. Type this command and press Enter:
    ipconfig /flushdns
  3. You should see: “Successfully flushed the DNS Resolver Cache.”
  4. Restart your browser and test a website.

Troubleshooting tip: If you see “Access is denied,” you did not open Command Prompt as administrator. Close it, search for Command Prompt in the Start menu, right-click it, and choose Run as administrator.

Flushing the cache clears most single-device DNS failures without changing any settings.

Which DNS server should I switch to?

Your ISP’s DNS server may be down or just slow. Switching to a fast public resolver is one of the most reliable fixes, and it often speeds up browsing as a bonus. I keep Cloudflare set on my own machine for exactly this reason.

  1. Press Windows key + R, type ncpa.cpl, and press Enter to open Network Connections.
  2. Right-click your active connection (Wi-Fi or Ethernet) and select Properties.
  3. Click Internet Protocol Version 4 (TCP/IPv4), then click Properties.
  4. Select Use the following DNS server addresses and enter:
    Preferred DNS server: 8.8.8.8
    Alternate DNS server: 8.8.4.4
  5. Click OK, then Close. Open a browser and test.

Not sure which resolver to pick? Here are the three most popular free options and their addresses:

Provider Primary DNS Secondary DNS
Google Public DNS 8.8.8.8 8.8.4.4
Cloudflare 1.1.1.1 1.0.0.1
OpenDNS 208.67.222.222 208.67.220.220

Cloudflare’s 1.1.1.1 is consistently among the fastest resolvers worldwide and takes a privacy-first approach. If you want the full walkthrough for phones, Macs, and your router too, see my guide on how to change your DNS server on any device. You can confirm a public resolver is reachable on Cloudflare’s DNS status page.

A public resolver replaces a flaky ISP DNS and frequently makes pages load faster too.

What if the error still will not clear?

If the first three steps did not work, the problem sits deeper in Windows. Work through these in order.

Restart the DNS Client service

Windows runs a background DNS Client service that handles every lookup. If it froze, restarting it can clear the error on its own.

  1. Press Windows key + R, type services.msc, and press Enter.
  2. Scroll to DNS Client.
  3. Right-click it and select Restart.
  4. If Restart is greyed out, Windows is managing the service automatically — move on.

Reset the TCP/IP stack and Winsock

The TCP/IP stack and Winsock catalog are the core pieces Windows uses on any network. Corruption in either causes persistent DNS errors. Resetting them is safe and takes about two minutes.

  1. Open Command Prompt as administrator.
  2. Run each command, pressing Enter after each:
    netsh winsock reset
    netsh int ip reset
    ipconfig /release
    ipconfig /flushdns
    ipconfig /renew
  3. Restart your computer once all commands finish.

Troubleshooting tip: If ipconfig /renew reports “media disconnected,” skip it — that is normal for Wi-Fi adapters in certain states and does not affect the reset.

Update or roll back the network adapter driver

An outdated or buggy driver can cause intermittent DNS failures. Updating usually fixes it, but if the error started right after a Windows update, rolling back is often the answer.

  1. Right-click the Start button and choose Device Manager.
  2. Expand Network Adapters.
  3. Right-click your Wi-Fi or Ethernet adapter and select Update driverSearch automatically for drivers.
  4. If the error followed a recent update, open the adapter’s Properties, go to the Driver tab, and click Roll Back Driver.

Temporarily disable antivirus or firewall

Some antivirus tools and third-party firewalls intercept DNS requests to scan them and can block them by accident. Disabling protection briefly is a safe test — just avoid untrusted sites while it is off.

  1. Right-click your antivirus icon in the system tray (bottom-right of the taskbar).
  2. Choose an option like Disable protection, Pause, or Turn off temporarily.
  3. Try loading a website. If it works, your security software is the culprit.
  4. Re-enable protection immediately after the test.
  5. Look for DNS filtering, “Web Shield,” or HTTPS scanning in its settings and add an exclusion, or ask the vendor’s support team.

These deeper resets clear the stubborn cases that survive a router restart and a cache flush.

Common Mistakes to Avoid

  • Pressing the router’s physical Reset button instead of power-cycling it. That button restores factory settings and deletes your Wi-Fi password. Fix: unplug the power cable instead — same effect, no side effects.
  • Skipping “Run as administrator” in Command Prompt. The ipconfig /flushdns and netsh commands fail or error without admin rights. Fix: right-click Command Prompt and choose Run as administrator.
  • Forgetting to click OK when changing DNS. New servers do not apply until you click OK in both the TCP/IPv4 Properties and adapter Properties windows. Fix: click OK on every window, not Close.
  • Testing in the same browser tab. Browsers cache their own DNS and page data. Fix: open a fresh private/incognito window to test.
  • Leaving antivirus disabled after the test. An unprotected PC is a real risk. Fix: re-enable protection the moment the diagnostic is done.

Frequently Asked Questions

What does “DNS server not responding” mean?
It means your PC asked a DNS server to turn a website name into an IP address and got no reply, so the browser cannot load the page. For example, my laptop showed it once while the Wi-Fi icon stayed connected — the connection was fine, only the name lookup had stalled.

Why does this error only affect one device?
When other devices work fine, the problem lives on that one computer — usually a corrupted cache, a wrong DNS setting, or a driver bug. On my own machine, flushing the cache (above) and switching to Google’s DNS cleared it while every phone in the house stayed online.

Is it safe to use Google’s public DNS (8.8.8.8)?
Yes. Google’s 8.8.8.8 / 8.8.4.4 and Cloudflare’s 1.1.1.1 / 1.0.0.1 are free, reliable, and used by hundreds of millions of people. I have run Cloudflare as my default for over a year with zero issues and faster lookups than my ISP’s.

Will resetting TCP/IP delete my files or settings?
No. The TCP/IP and Winsock reset only restores Windows’ internal networking rules to default. When I ran it on a relative’s PC, every file, app, and saved Wi-Fi password stayed exactly as it was.

Can a VPN cause “DNS server not responding”?
Yes. VPNs route DNS through their own servers, and a failing one can trigger this error. I have seen a half-connected VPN cause it — disconnecting the VPN and testing directly fixed it instantly.

What if none of the fixes work?
Then the fault is likely with your ISP, so contact them for remote diagnostics. If your connection is slow rather than dead, my guide on how to fix slow internet covers speed-focused tweaks. When a friend’s error persisted past every step here, the ISP confirmed a regional DNS outage on their end.

Conclusion

The “DNS server not responding” error sounds technical, but it is almost always fixable in minutes. Restart the router, run ipconfig /flushdns, and switch to Google’s 8.8.8.8 — that clears the vast majority of cases. Work through the steps in order and test after each one.

If your Wi-Fi shows connected but nothing loads at all, read my guide on Wi-Fi connected but no internet. If your connection drops over and over, see Wi-Fi that keeps disconnecting next.

Microphone Not Working on Windows 11: A Step-by-Step Fix

Microphone not working on Windows 11? I share the exact order I fix it in — privacy permissions, default device, driver, and the audio service, all built in.

You are about to join a Zoom call and your microphone goes dead. Discord can no longer detect your mic, or your voice is silent in Teams while everyone else chats away. I have hit this exact wall minutes before a client call, and the microphone not working on Windows 11 almost always comes down to a software permission or a wrong setting, not broken hardware. Nine times out of ten it is fixable in a couple of minutes.

The usual culprits range from Windows 11’s strict privacy settings silently blocking mic access to a corrupted audio driver after an update. Every fix below uses tools already built into Windows, costs nothing, and takes a few minutes.

Quick Answer

Open Settings > Privacy & security > Microphone and confirm microphone access is On for both the system and your specific app (Zoom, Teams, Discord). Then open Settings > System > Sound > Input and set your mic as the default device with its input volume above zero. That clears most cases fast.

Why does my microphone stop working on Windows 11?

Windows 11 added tighter privacy controls that can cut off an app’s microphone access with no visible warning. A Windows Update can also reset those permissions or push a bad audio driver. The most common causes I run into are:

  • Privacy settings blocking system-wide or per-app mic access
  • The wrong input device set as the default
  • A muted or zeroed microphone volume level
  • An outdated, corrupt, or newly broken audio driver
  • The Windows Audio service crashing silently
  • Audio enhancements conflicting with the mic signal

I work through the fixes in the order below, and most of the time I am done within the first two or three.

Most mic failures come down to a permission, a wrong default, a zero volume, or a driver.

Have you checked microphone privacy permissions?

This is the number-one cause I see. Microsoft requires two separate permissions: one for the system and one for each app individually.

  1. Press Windows + I to open Settings.
  2. Click Privacy & security in the left sidebar.
  3. Scroll down and click Microphone.
  4. Make sure Microphone access is toggled On.
  5. Enable the toggle for your specific app — Zoom, Teams, Discord, and so on.

For a browser app like Google Meet in Chrome, scroll to the bottom of the same Microphone page and enable Let desktop apps access your microphone. When a toggle is already On but the mic still fails, I flip it Off, wait ten seconds, and flip it back On to reset a stuck permission. Microsoft documents these toggles in its own guide to fixing microphone problems in Windows.

Turn on both the system toggle and the per-app toggle, or the mic stays silent.

Is the right microphone set as your default input device?

If you have a headset, webcam mic, and built-in microphone all connected, Windows may be sending input to the wrong one. I caught this on my own desk when Windows kept defaulting to a webcam mic six feet away.

  1. Right-click the speaker icon in the taskbar and choose Sound settings.
  2. Under Input, click the dropdown and select your microphone by name.
  3. Speak — a blue bar should move to confirm Windows is picking it up.

Pick your mic by name so Windows stops listening to the wrong device.

Is your microphone volume turned all the way down?

A microphone set to 0% records pure silence with no warning anywhere on screen.

  1. Go to Settings > System > Sound.
  2. Under Input, click your microphone name.
  3. Drag Input volume to at least 80%.
  4. Click Start test, speak for a few seconds, then click Stop test — Windows shows your peak input level.

Push input volume to 80% and run the built-in test to confirm sound is reaching Windows.

Will the built-in audio troubleshooter fix it?

Windows can detect and repair many microphone problems on its own, and it is worth a minute before you go deeper.

  1. Go to Settings > System > Troubleshoot > Other troubleshooters.
  2. Find Recording Audio and click Run.
  3. Follow the on-screen steps and let Windows apply any recommended fixes.
  4. Restart your PC when prompted.

If it reports “no issues found” but your mic is still silent, keep going — the troubleshooter does not scan for driver corruption.

The troubleshooter catches easy cases but cannot see a broken driver.

Are audio enhancements scrambling your mic signal?

Audio enhancements can improve speaker output but often interfere with microphone input, causing distortion or complete silence.

  1. Go to Settings > System > Sound.
  2. Under Input, click your microphone name.
  3. Set Audio enhancements to Off.
  4. Click Apply and test your microphone.

Switching enhancements off removes a common source of mic distortion and dropouts.

Should you update or roll back the audio driver?

An outdated driver can break your mic, but a brand-new driver pushed by Windows Update can break it just as easily. When the trouble started right after an update, rolling back is the fastest fix I know.

Update the driver

  1. Right-click the Start button and choose Device Manager.
  2. Expand Sound, video and game controllers.
  3. Right-click your audio device and choose Update driver > Search automatically for drivers.

Roll back the driver

  1. In Device Manager, right-click your audio device and choose Properties.
  2. Click the Driver tab.
  3. If Roll Back Driver is available and not greyed out, click it.

When Windows can’t find a newer driver, I go straight to the PC maker’s support page (Dell, HP, Lenovo, ASUS), search the model number, and download the audio driver directly — those are often more stable than the generic ones Windows installs.

Update a stale driver, but roll back instead if your mic died right after an update.

Did the Windows Audio service crash?

The Windows Audio service handles all sound on your PC. If it crashes, your mic goes silent and Windows gives you no notification.

  1. Press Windows + R, type services.msc, and press Enter.
  2. Scroll to Windows Audio and right-click it.
  3. Choose Restart.
  4. Repeat for Windows Audio Endpoint Builder.
  5. Test your microphone.

If your speakers or headset are also acting up, my guide to fixing no sound on Windows 11 covers the output side.

Restarting both audio services revives a silent mic after a hidden service crash.

Has your app overridden the Windows microphone?

Zoom, Teams, and Discord keep their own independent microphone settings. Even when Windows shows the correct mic, the app may point to the wrong device or none at all. Here is where each app hides its mic setting:

App Where the mic setting lives Built-in test?
Zoom Settings > Audio > Microphone Yes — Test Mic
Microsoft Teams Profile icon > Settings > Devices > Microphone Yes — Make a test call
Discord User Settings > Voice & Video > Input Device Yes — Let’s Check
Chrome (Meet) Lock icon in address bar > Microphone > Allow No — use Meet preview

If the app shows the right mic but records nothing, I close it completely, recheck the Windows permissions above, then reopen it fresh.

Each voice app has its own mic dropdown that can quietly override Windows.

Is the microphone disabled in Device Manager?

Windows can silently disable a microphone, especially after a driver update. A small down-arrow icon on the device is the tell-tale sign.

  1. Right-click Start and choose Device Manager.
  2. Expand Audio inputs and outputs.
  3. If your microphone has a down-arrow icon, right-click it and choose Enable device.
  4. If it has a yellow warning triangle, right-click and choose Uninstall device, then restart — Windows reinstalls the driver automatically.

If your mic connects over USB and is not appearing at all, it may share a root cause with other unrecognized devices; my guide on fixing the “USB Device Not Recognized” error on Windows 11 has more steps.

A down-arrow icon means the mic is disabled; re-enabling it takes one click.

Common Mistakes to Avoid

  1. Assuming the mic is physically broken. Software is the cause in the overwhelming majority of cases I see. Work the fixes first before buying a replacement.
  2. Only enabling system-wide mic access. Windows 11 needs per-app permission too — enable each app individually on the Microphone privacy page.
  3. Forgetting the app’s own settings. Zoom and Discord can mute or redirect your mic with no Windows warning, so check both.
  4. Routing a USB mic through a cheap hub. Low-powered hubs drop power intermittently; plug the mic straight into a port on the PC.

The pattern in every miss is checking only one layer when the mute or block lives in another.

Frequently Asked Questions

Why did my microphone suddenly stop working after a Windows Update?
The update likely reset privacy permissions, pushed an incompatible driver, or left the Windows Audio service broken. After a recent update on my own laptop, rolling back the audio driver fixed it in under two minutes — start with the privacy settings, then the driver roll-back.

My microphone works in Windows but not in Zoom or Teams — why?
Those apps have their own mic settings that override the Windows default. I once spent ten minutes baffled until I found Zoom pointed at a disconnected headset; open the app’s audio settings and manually select your mic.

How do I know which microphone Windows is currently using?
Open Settings > System > Sound > Input and read the device in the dropdown. When I speak, the blue level bar animates next to it, which confirms Windows is hearing that exact device.

Can a virus or malware block my microphone?
It is uncommon but possible, since malware can quietly change privacy settings. On a client machine I once cleared this by running a Windows Security quick scan, which flagged the offending app.

Is there a quick way to test my microphone without a third-party app?
Yes. Go to Settings > System > Sound > Input, click your mic name, and click Start test. I speak for a few seconds, click Stop test, and Windows reports the peak input level as a percentage.

Should I update every driver when fixing the microphone?
No — only the audio driver and, if needed, the chipset driver. I learned the hard way that mass-updating drivers wastes time and can introduce new faults, so target only the device at fault.

Conclusion

A microphone that stops working on Windows 11 almost always traces back to a privacy permission, a wrong default device, a zeroed volume, or a driver — all fixable in minutes with Windows’ own tools. Start with the privacy settings, confirm the right input device, and work down the list until your mic is live.

If you are also fighting a Bluetooth headset mic that won’t connect, my guide to fixing Bluetooth not working on Windows 11 covers pairing and driver steps. Got your mic back? Leave a comment and tell me which fix did it.

Speed Up Windows 11 Boot Time: Fix a PC That Takes Forever to Start

Windows 11 boot time crawling to two or three minutes? Disable startup apps, turn on Fast Startup, clear disk space, and run SFC to boot in seconds again.

When my own Windows 11 desktop crept from a 20-second boot to nearly three minutes, I assumed the SSD was dying. It was not — the real cause was a pile of apps that had quietly added themselves to startup over six months. A slow Windows 11 boot time is almost always a software problem you can fix in minutes, not a hardware failure. The single biggest culprit is usually the list of programs launching the instant you log in.

I have fixed this on dozens of machines, and the same handful of causes come up every time: too many startup programs, a disabled Fast Startup feature, low disk space, or corrupted system files. Work through the steps below in order and most PCs go from dragging to ready in well under a minute.

Quick Answer

To fix a slow Windows 11 boot, open Task Manager with Ctrl + Shift + Esc, select the Startup apps tab, and disable any program you do not need at login. Then turn on Fast Startup in Control Panel > Power Options > Choose what the power buttons do. These two steps alone resolve most slow-boot complaints.

Why is my Windows 11 boot so slow?

A slow boot is the time between pressing power and reaching a usable desktop. Each program set to launch at startup adds to that window, and they stack up silently as you install software. Other common drains are a disabled Fast Startup feature, a nearly full drive, pending updates waiting to apply, or corrupted system files the OS has to work around.

On the machine I mentioned, eight separate launchers — a music app, two chat clients, a download manager, and several game stores — were all firing at once. Disabling them cut the boot time in half before I touched anything else.

Most slow boots trace back to startup clutter, low disk space, or pending updates rather than failing hardware.

How do I disable startup programs in Windows 11?

This is the single most effective fix, and it is where I always start. Every app you install can add itself to the startup list, and over time those additions make boot painfully slow.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Startup apps tab.
  3. Look at the Startup impact column and sort by impact to see the heaviest offenders first.
  4. Right-click any app you do not need immediately at login — music players, chat apps, download managers, game launchers — and select Disable.
  5. Restart your PC and time the difference.

Only disable apps you recognize. If you are unsure what a program does, search its name before disabling it, and never disable your antivirus or audio and display driver utilities. If the Startup apps tab is missing, go to Settings > Apps > Startup instead — it shows the same list with the same toggles. If your machine stays sluggish even after the desktop loads, my guide to speeding up a slow Windows 11 PC covers the next round of tweaks.

Sorting startup apps by impact and disabling the high-impact ones you do not need is the fastest single win.

Should I enable Fast Startup to boot faster?

Yes, for most single-OS machines. Fast Startup saves part of your system state to disk on shutdown so the next boot loads it instantly instead of starting cold. It often gets switched off after a system reset or a clean install.

  1. Open the Start menu, type Control Panel, and open it.
  2. Go to Hardware and Sound > Power Options.
  3. Click Choose what the power buttons do on the left.
  4. Click Change settings that are currently unavailable.
  5. Check the box next to Turn on fast startup (recommended).
  6. Click Save changes.

If the checkbox is greyed out, hibernation is disabled. Open Command Prompt as administrator, run powercfg /h on, then return to Power Options and try again. One caveat from experience: if your PC dual-boots Linux, leave Fast Startup off, because it can make Linux partitions appear locked and unreadable.

Fast Startup is safe and worth enabling on any PC that runs only Windows.

Does my power plan affect boot speed?

It can. If your PC sits in Power Saver mode, Windows throttles the processor to save energy, and that throttling slows the boot itself. Switching to Balanced or a higher-performance plan removes the handicap.

  1. Press Windows + R, type powercfg.cpl, and press Enter.
  2. Select Balanced or High performance from the list.

You can also go to Settings > System > Power and set Power mode to Best performance. I noticed the clearest difference on an older laptop that had been stuck in Power Saver — the login screen appeared noticeably sooner after the switch.

Move off Power Saver so Windows stops throttling the CPU during boot.

How does low disk space slow down startup?

Windows needs free space to write temporary files while it boots. When a drive drops under 10 to 15 percent free, the OS struggles to find room and boot time drags.

For a quick pass, open Settings > System > Storage > Temporary files and delete what you do not need. For a deeper cleanup that can recover 5 to 20 GB safely, follow my guide on how to free up disk space on Windows 11. On my own PC, clearing a bloated Temp folder alone freed nearly 9 GB.

Keep at least 15 percent of your drive free so Windows has room to work during boot.

Can updates and storage drivers fix a slow boot?

Often, yes. An update that downloaded but has not finished installing hangs in the background and delays every boot while it waits. Outdated chipset or storage drivers can also cause slow disk reads at startup.

  1. Go to Settings > Windows Update and click Check for updates.
  2. Install everything available and restart when prompted.
  3. Press Windows + X and click Device Manager.
  4. Expand Disk drives, right-click your drive, and select Update driver > Search automatically for drivers.
  5. Repeat under IDE ATA/ATAPI controllers and Storage controllers.

Finish any pending update and refresh storage drivers to clear a boot that hangs every time.

How do I repair corrupted system files with SFC and DISM?

Corrupted Windows system files can add minutes to boot as the OS works around the damage. Two built-in tools find and fix this automatically, and both are safe to run.

  1. Open the Start menu, search for Command Prompt, right-click it, and select Run as administrator.
  2. Type sfc /scannow and press Enter.
  3. Wait 5 to 15 minutes for the scan, then run DISM /Online /Cleanup-Image /RestoreHealth.
  4. Restart your PC when both commands finish.

If SFC reports that it found corrupt files but could not fix some of them, run the DISM command first to restore the repair source, then run sfc /scannow again. If your PC also freezes or crashes after boot, my article on diagnosing Windows 11 freezing covers the next steps.

Running SFC then DISM repairs the file corruption that can silently add minutes to every boot.

Could malware be slowing my boot?

It can. Some malware embeds itself in the startup sequence and runs silently while you wait for the desktop. A slow boot that appeared suddenly, with no new apps installed, is a red flag worth checking.

  1. Open Windows Security from the Start menu.
  2. Go to Virus & threat protection > Scan options.
  3. Select Full scan and click Scan now.

Background processes can also peg your storage; if a scan comes back clean but the drive stays busy, my guide to stopping 100% disk usage on Windows 11 covers the usual suspects like SysMain. For deeper authority on Defender scans, Microsoft’s Windows Security documentation is the source I point readers to.

Run a full Defender scan whenever a slow boot appears suddenly with no other change.

Do visual effects really affect boot time?

On older hardware, noticeably. Windows 11 animations, shadows, and transparency add overhead to the boot and login sequence, and scaling them back is quick and fully reversible.

  1. Press Windows + R, type sysdm.cpl, and press Enter.
  2. Go to the Advanced tab and click Settings under Performance.
  3. Select Adjust for best performance to disable all animations, or choose Custom and keep only the effects you want, such as smoothing screen-font edges and showing thumbnails instead of icons.
  4. Click Apply and OK, then restart.

Trimming animations gives the clearest boost on aging laptops and budget hardware.

Common Mistakes to Avoid

Mistake Why it causes problems The fix
Disabling every item in the startup list Can break antivirus protection, OneDrive sync, and audio drivers Only disable apps you recognize and do not need at login
Using Restart instead of Shut Down Restart bypasses Fast Startup; only a full Shut Down uses it Choose Shut down for the fastest next boot
Ignoring pending Windows Updates Unfinished updates quietly delay every boot in the background Check for updates weekly and finish them promptly
Running SFC without administrator rights The scan runs but cannot repair anything and reports failure Right-click Command Prompt and select Run as administrator
Leaving the drive almost full Under 10 percent free forces Windows to work harder during boot Keep at least 15 percent of your drive free at all times

Frequently Asked Questions

Why did Windows 11 suddenly start booting slowly?

A recently installed app that added itself to startup, a pending update waiting to apply, or a drive that filled up are the usual triggers. When this happened to me, the cause was a video editor that had silently enabled three helper services at install — disabling them in Task Manager restored the old boot time immediately.

How long should Windows 11 take to boot?

On an SSD, expect 10 to 30 seconds to a usable desktop; on a spinning hard drive, 45 to 90 seconds is normal. My SSD desktop settled back to about 18 seconds after I cleared startup clutter, so anything consistently over two minutes points to a real problem.

Does enabling Fast Startup cause any problems?

For single-OS machines it is safe and recommended. The exception is dual-boot setups with Linux, where Fast Startup can make Linux partitions appear locked. On my dual-boot test machine, turning it off was the only way to mount the Linux drive reliably.

Will disabling startup programs delete them?

No. Disabling a startup app only stops it from launching automatically at boot; the program itself is untouched. I keep Steam disabled at startup on my own PC and still open it manually whenever I want to play, then re-enable it in Task Manager if I change my mind.

Does adding more RAM make Windows 11 boot faster?

Not much — RAM mainly affects how fast apps load after boot, not the boot itself. When I swapped a client’s HDD for an SSD, boot time dropped from 95 seconds to 22, a far bigger gain than the RAM upgrade we did the same week.

Which startup programs are safe to disable?

Apps you do not need the moment you log in are safe: Spotify, Teams, Discord, Steam, and similar launchers. Leave your antivirus, hardware driver utilities like Realtek Audio or NVIDIA GeForce Experience, and any cloud sync you rely on enabled — those are the ones I never touch on my own machine.

Conclusion

A slow Windows 11 boot almost always traces to startup clutter, a disabled Fast Startup, or a nearly full drive. Clear those three first and most PCs go from dragging to ready in under a minute; if it persists, SFC, DISM, and a malware scan catch anything hiding underneath.

Start right now: open Task Manager, click Startup apps, and disable anything high-impact you do not need at login. That one step takes two minutes and often halves your boot time.

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.

No Sound on Windows 11: How to Get Your Audio Back

No sound on Windows 11 usually traces to a muted output, the wrong device, or a driver. I walk through the exact order I use to bring audio back fast.

You click play on a video, join a Teams call, or open Spotify — and nothing. No sound on Windows 11 looks alarming, but in my experience it is almost never dead hardware. Nine times out of ten the audio is just being routed somewhere you are not listening, or a single setting flipped after an update.

I have fixed this on my own machine more times than I can count, usually after a feature update quietly switched my default output to an HDMI monitor with no speakers. Work through the checks below in order and most people are back to sound within the first three.

Quick Answer

To fix no sound on Windows 11, right-click the speaker icon in the taskbar and confirm it is not muted. Then open Settings > System > Sound and select the correct output device. Still silent? Run the built-in troubleshooter at Settings > System > Troubleshoot > Other troubleshooters > Playing Audio. These three checks fix it for most users.

These first three checks resolve the vast majority of no-sound cases before you ever touch a driver.

Which fix should I try first?

Start with the fastest checks and only move to drivers if the simple ones fail. The table below maps each symptom to the fix that resolves it quickest, so you skip steps that do not apply to your situation.

Fix Best for Time needed
Check volume and mute All sound suddenly gone 30 seconds
Select the right output device Sound routing to wrong device 1 minute
Run the audio troubleshooter Unknown cause 2 minutes
Restart Windows Audio service Sound cuts in and out 1 minute
Check Volume Mixer One specific app is silent 1 minute
Update or reinstall the driver Broke after a Windows update 5 minutes
Disable audio enhancements Distorted or intermittent audio 2 minutes
Install pending updates Update-related audio bug Varies

Match your symptom to the table, then jump straight to that fix.

Is the volume just muted?

Windows can mute itself silently after an update or a sleep cycle, and a physical mute key is easy to bump without noticing. I always rule this out first because it takes seconds.

  1. Look at the speaker icon in the bottom-right taskbar. A small “X” on it means system audio is muted.
  2. Click the icon and drag the volume slider up if it is at zero.
  3. Press your keyboard’s mute key (often Fn + F1 or a dedicated button) once to toggle mute off.
  4. If you use external speakers or a headset, check their own power and volume controls too.

One trap that caught me for a full minute once: monitors with built-in speakers have their own volume button on the frame. If Windows is sending audio there, turning up the PC volume does nothing — use the monitor’s physical control.

Confirm mute is off on the PC, the keyboard, and any external speaker before touching anything deeper.

Is Windows sending sound to the wrong device?

This is the single most common cause I see. Windows 11 sometimes switches the default output to a device you are not using — an HDMI monitor or a disconnected Bluetooth headset — and sends every sound there.

  1. Go to Settings > System > Sound.
  2. Under Output, open the dropdown and choose your actual speakers or headphones (for example, “Realtek Audio” or your headset name).
  3. Play a clip to test right away.

If your device does not appear, scroll down and click View more sound devices — disabled or hidden outputs show up there.

Set Output to the device you are actually listening through, not whatever Windows defaulted to.

Can the built-in troubleshooter fix it for me?

The built-in troubleshooter resets the audio service, reloads drivers, and clears configuration conflicts automatically. When sound broke right after an update, this is often the one step that brings it back.

  1. Go to Settings > System > Troubleshoot > Other troubleshooters.
  2. Find Playing Audio and click Run.
  3. Follow the prompts, let it apply any fixes, then reboot if asked.

Run the Playing Audio troubleshooter and accept every fix it offers before moving on.

How do I restart the Windows Audio service?

The Windows Audio service manages all sound output. When it crashes or freezes — usually showing as audio that cuts in and out — restarting it restores sound instantly with no full reboot.

  1. Press Windows key + R, type services.msc, and press Enter.
  2. Scroll to Windows Audio, right-click it, and select Restart.
  3. Do the same for Windows Audio Endpoint Builder.

If either service shows “Stopped,” right-click and choose Start, then double-click it and set Startup type to Automatic so it launches on every boot.

Restart both audio services, and set them to Automatic if they were stopped.

Why is only one app silent?

Windows 11 lets you mute or lower volume per app, and it is easy to nudge a slider to zero by accident. If one program is silent while everything else plays, Volume Mixer is almost certainly the cause.

  1. Right-click the speaker icon in the taskbar and select Volume mixer.
  2. Find the affected app — Chrome, Zoom, Spotify — in the list.
  3. Drag its slider up or click the mute icon next to it.

If the silent device is your headset mic rather than playback, my guide on fixing a microphone not working on Windows 11 covers the per-device permissions that trip people up.

Check Volume Mixer first whenever a single app is silent — it is not a driver problem.

How do I fix the audio driver?

A corrupt or outdated audio driver is one of the top causes of sudden silence, and it is especially common after a major update overwrites driver files.

  1. Right-click the Start button and choose Device Manager.
  2. Expand Sound, video and game controllers.
  3. Right-click your audio device (for example, “Realtek High Definition Audio”) and select Update driver > Search automatically for drivers.
  4. If that does not help, right-click the same device, choose Uninstall device, then restart — Windows reinstalls the driver fresh on reboot.

If Windows insists the driver is current but sound is still broken, download it directly from your PC maker (Dell, HP, ASUS, Lenovo). Per Microsoft’s own audio guidance, manufacturer drivers are often newer or better matched to your hardware than what Windows finds automatically. If Windows Update itself is stuck, my guide on fixing Windows Update on Windows 11 walks through every fix.

Update the driver, and if that fails, uninstall it and let a reboot reinstall a clean copy.

Could audio enhancements be the problem?

Windows 11 applies enhancements like bass boost, spatial sound, and equalizer effects that can clash with certain hardware and produce distorted or no output. Turning them off is a quick test.

  1. Go to Settings > System > Sound.
  2. Under Output, click your active device to open its properties.
  3. Find Audio enhancements and set it to Off.

You can also reach this through the classic Control Panel: right-click the speaker icon, open Sound settings, then More sound settings, right-click your playback device, open Properties, and on the Enhancements tab check Disable all enhancements.

Disable all enhancements, confirm sound returns, then re-enable them one at a time to find the culprit.

Will a pending Windows update fix the bug?

Microsoft regularly ships patches that fix audio bugs introduced by earlier updates. If your sound broke after a recent update, a newer one may already contain the fix.

  1. Go to Settings > Windows Update and click Check for updates.
  2. Install everything available and restart when prompted.

If a specific update caused it, remove it at Settings > Windows Update > Update history > Uninstall updates — pull the most recent one and test again.

Install pending patches first; only roll back an update if sound clearly broke right after one.

What are the common mistakes to avoid?

  • Skipping Volume Mixer when only one app is silent. If Chrome has no audio but your music plays fine, the fix is app-level unmuting, not drivers. Check Volume Mixer first.
  • Ignoring the output device selector. Plugging in HDMI or a Bluetooth device can silently reroute audio. Confirm the right output every time you connect new hardware.
  • Using third-party “driver updater” tools from ads. These are often bundled with adware. Stick to Device Manager or your manufacturer’s official support page.
  • Reinstalling Windows before a driver rollback. A full reinstall is a last resort. Uninstalling just the audio driver and rebooting solves it in most cases.
  • Forgetting the physical connection. A loose 3.5mm plug or half-inserted jack produces no sound no matter how many settings you change. Re-seat the cable first.

Most failed fixes come from skipping the simple app-level and connection checks and jumping straight to a reinstall.

Frequently Asked Questions

Why did my sound suddenly stop working on Windows 11?

Most often a Windows update reset your audio settings or switched the default output to another device. On my own PC it was almost always a feature update flipping the output to an HDMI monitor with no speakers — selecting the right device under Settings > System > Sound brought it straight back.

How do I fix no sound in one specific app on Windows 11?

Right-click the speaker icon, open Volume mixer, find the app, and drag its slider up or unmute it. For example, when only my browser went silent, its mixer slider had dropped to zero after an update — restarting the app after raising it locked the change in.

My audio driver says it is up to date, but there is still no sound. What now?

Windows sometimes reports a driver as current when a newer one exists on the maker’s site. I download the audio driver directly from the PC manufacturer (Dell, HP, ASUS, Lenovo); when that is not an option, I uninstall it in Device Manager and let a reboot reinstall a clean copy.

Will turning off audio enhancements hurt my sound quality?

The difference is small and most people cannot hear it. When I disabled enhancements on a laptop with crackling output, the crackle vanished and the audio sounded fine — I re-enabled them one at a time afterward to find the single profile causing the conflict.

How do I fix HDMI audio not working on Windows 11?

Open Settings > System > Sound > Output and pick your HDMI device. If it is missing, open More sound settings, right-click inside the Playback tab, and choose Show Disabled Devices. That is exactly how I recovered audio to a TV that had vanished from the list after a cable swap.

What if none of these fixes work?

Open Command Prompt as administrator and run sfc /scannow to repair corrupted system files that can break audio services. When that did not resolve a stubborn case for me, a Windows repair install — which keeps files and apps — fixed it without a full wipe.

Conclusion

No sound on Windows 11 is almost always fixable in minutes with tools Windows already gives you. Start with mute and the output device, run the troubleshooter, then work through the driver steps in order so you hit the right fix without wasting time. If you want to keep your machine running smoothly, read my guide to speeding up a slow Windows 11 PC next.

Bluetooth Not Working on Windows 11: How to Reconnect Your Devices

Bluetooth not working on Windows 11 is rarely dead hardware. Reset the toggle, restart the support service, and reinstall the driver to reconnect in minutes.

Your wireless headphones, mouse, or keyboard suddenly won’t connect, and Bluetooth has either vanished from Settings or refuses to find any devices. The first time it happened to me it was the morning after a Windows Update, and I assumed my laptop’s Bluetooth chip had died. It hadn’t — Bluetooth not working on Windows 11 is almost always a software or driver hiccup, not dead hardware.

In my experience it comes down to three things: the toggle got reset, the Bluetooth Support Service stopped, or a driver was swapped out during an update. I can usually fix all three in a few minutes with tools already on the PC.

Quick Answer

Toggle Bluetooth off and back on in Settings > Bluetooth & devices, then restart the Bluetooth Support Service: press Windows + R, type services.msc, find Bluetooth Support Service, and click Restart. If Bluetooth is still missing, open Device Manager and reinstall the Bluetooth driver. These three steps clear most cases.

Reset the toggle, restart the service, reinstall the driver — that order fixes the large majority of Bluetooth failures.

Why does Bluetooth stop working on Windows 11?

When I troubleshoot this, the cause is almost always one of a handful of culprits. Knowing which applies lets you jump straight to the right fix:

  • A Windows Update replacing or removing the Bluetooth driver.
  • The Bluetooth Support Service stopping or being set to Manual.
  • Power management powering down the adapter without waking it.
  • Corrupt pairing data saved for a specific device.
  • Driver conflicts introduced by a major feature update.

Most Bluetooth failures trace to one of five software causes, so identifying yours saves time.

How do I quickly reset Bluetooth in Settings?

  1. Press Windows + I to open Settings, then click Bluetooth & devices.
  2. Toggle Bluetooth Off, wait 5 seconds, then toggle it back On.
  3. Try connecting your device again.

The trick I reach for first is the Quick Settings panel: click the network/Wi-Fi icon at the bottom-right of the taskbar and flip Airplane Mode on and off. That resets every wireless radio at once and unsticks Bluetooth faster than the Settings toggle alone. If the toggle is grayed out or missing, the adapter is disabled or the service has stopped, so skip ahead to the service or Device Manager steps.

A quick off/on cycle, or an Airplane Mode flip, fixes a surprising number of Bluetooth glitches.

How do I restart the Bluetooth Support Service?

  1. Press Windows + R, type services.msc, and press Enter.
  2. Scroll to Bluetooth Support Service, right-click it, and choose Restart — or Start if it shows “Stopped.”
  3. Double-click the service, set Startup type to Automatic, then click Apply > OK.
  4. Restart your PC and check Bluetooth again.

When the toggle has disappeared from Settings completely, this is the step that brings it back for me almost every time. While you are there, also restart Bluetooth Audio Gateway Service and Bluetooth User Support Service if Bluetooth is still missing.

A stopped Bluetooth Support Service is the single most common reason the toggle vanishes.

Should I run the built-in Bluetooth troubleshooter?

  1. Go to Settings > System > Troubleshoot > Other troubleshooters.
  2. Click Run next to Bluetooth.
  3. Follow the prompts, apply any recommended fixes, and restart your PC.

I treat this built-in tool as a good first move when I am not sure which fix to try. It toggles the adapter, restarts services, and runs basic driver checks automatically, so it often resolves the problem before I touch anything manually. Microsoft documents the official flow in its own Bluetooth support guide.

The troubleshooter is the lowest-effort fix and quietly resolves a lot of cases on its own.

How do I update or reinstall the Bluetooth driver?

An outdated or corrupt driver is one of the top causes I see, especially right after a Windows update.

Update the driver first

  1. Right-click the Start button and open Device Manager.
  2. Expand Bluetooth, right-click your adapter (for example, “Intel Wireless Bluetooth”), and choose Update driver > Search automatically for drivers.
  3. Restart your PC.

Reinstall the driver if updating does not help

  1. In Device Manager, right-click your Bluetooth adapter and choose Uninstall device.
  2. Restart your PC. Windows reinstalls a fresh driver on startup.

When Windows cannot find a better driver, I head to the laptop maker’s support site — Dell, HP, Lenovo, and ASUS all have driver pages — search the model number, and download the Bluetooth driver from the source. The same approach rescues other hardware too; my walkthrough on fixing no sound on Windows 11 leans on these driver steps for audio devices. If the Bluetooth section is missing entirely, click View > Show hidden devices and check for a physical wireless switch or an Fn key shortcut.

Reinstalling the driver from Device Manager, or the maker’s site, fixes most post-update Bluetooth breaks.

Why does Bluetooth keep dropping on my laptop?

Windows 11 can power down the Bluetooth adapter to save battery and does not always wake it — something I hit constantly on laptops.

  1. In Device Manager, right-click your Bluetooth adapter and choose Properties.
  2. Click the Power Management tab.
  3. Uncheck Allow the computer to turn off this device to save power.
  4. Click OK and restart your PC.

This is most effective when Bluetooth works fine right after startup but drops later or after the laptop has been idle. I have seen the same setting cause grief elsewhere; if a USB device is not recognized on Windows 11, that power-saving checkbox is often the hidden culprit there too.

Disabling power management stops the adapter from dozing off mid-session and never waking.

How do I fix a Bluetooth device that connects then drops?

If Bluetooth is on but one specific device refuses to stay connected, the saved pairing profile is most likely corrupt.

  1. Go to Settings > Bluetooth & devices, find the device, click the three-dot menu, and choose Remove device.
  2. Turn the device off, wait 10 seconds, then put it into pairing mode — usually by holding the Bluetooth button until the light flashes rapidly.
  3. Back in Settings, click Add device and pair it fresh.

The clearest case I see is Bluetooth headphones that connect for a second then drop. Re-pairing fixes them almost every time because the old profile carries mismatched session keys from a previous Windows install or update, and a fresh pair generates a clean set.

Removing and re-pairing a flaky device clears the corrupt profile that causes connect-then-drop loops.

Where do I find the optional Bluetooth driver updates?

  1. Go to Settings > Windows Update and click Check for updates.
  2. Install any available updates, then click Advanced options > Optional updates.
  3. Look for Bluetooth or wireless driver updates — they often appear as optional rather than required.
  4. Install anything relevant and restart your PC.

Microsoft frequently ships targeted driver fixes through the optional update channel, a screen most people never open. When my Bluetooth broke after an update, a corrected driver was waiting there within a couple of days.

Optional Updates is the hidden shelf where post-update Bluetooth driver fixes usually land first.

Common Mistakes to Avoid

  • Jumping straight to reinstalling Windows. A service restart or driver reinstall fixes most Bluetooth problems in under five minutes. Work through the steps above first.
  • Using third-party driver updater apps. One-click driver sites frequently bundle bloatware or malware. Stick to Device Manager or your manufacturer’s official page.
  • Forgetting to put the device in pairing mode. A Bluetooth device will not appear just because it is powered on. Hold the Bluetooth button until a light flashes.
  • Never checking Optional Updates. Bluetooth driver patches ship under Settings > Windows Update > Advanced options > Optional updates. After any update that breaks Bluetooth, check there first.

Most of these mistakes waste hours on a problem the built-in fixes above clear in minutes.

Frequently Asked Questions

Why did Bluetooth stop working after a Windows 11 update?

An update sometimes replaces the Bluetooth driver with an incompatible version. Reinstalling the driver through Device Manager, or installing a corrected one from Optional Updates, resolves it in most cases. After one feature update my mouse died instantly, and an Optional Update driver brought it straight back.

My Bluetooth toggle is missing from Settings — what happened?

The Bluetooth Support Service has most likely stopped. Open services.msc, find Bluetooth Support Service, and set it to Start with Automatic startup, then restart. On my own laptop the toggle reappeared the moment that service started running again.

Why does my Bluetooth device connect then immediately disconnect?

The saved pairing profile is corrupt. Remove the device from Settings > Bluetooth & devices, put it back into pairing mode, and re-add it. My wireless earbuds did exactly this for a week until a fresh re-pair fixed it for good.

Can I fix Bluetooth without reinstalling Windows?

Yes. Every fix here uses only built-in Windows tools, and a full reinstall is almost never required. I have repaired dozens of Bluetooth issues without ever resorting to a clean install.

Why can’t Windows 11 find my Bluetooth device?

The device must be in discoverable or pairing mode, not simply powered on. Most peripherals need you to hold the Bluetooth button for three to five seconds until a light flashes. I once searched for ten minutes before realizing my speaker was just powered on, not pairing.

Does resetting network settings fix Bluetooth problems?

Sometimes. Settings > Network & internet > Advanced network settings > Network reset restores Bluetooth-related components to defaults, but it also wipes saved Wi-Fi passwords. I keep it as a last resort and try the earlier fixes first.

Conclusion

Bluetooth not working on Windows 11 is rarely a dead adapter. Toggle the switch, restart the Bluetooth Support Service, and reinstall the driver — those three steps clear most cases, and re-pairing handles a stubborn single device.

Hitting other hardware headaches? My guide on fixing a printer not detected in Windows 11 uses the same Device Manager and driver moves — give it a read if your printer is acting up too.