Ethernet Connected but No Internet: How to Get Back Online Fast

Ethernet connected but no internet? Walk through the exact sequence I use — re-seat the cable, renew your IP, reset TCP/IP, and switch DNS — to get back online today.

Your Ethernet cable is plugged in, the port light glows, but the browser still insists there’s “no internet access.” A wired link is supposed to be bulletproof, yet the same culprits that break Wi-Fi — a stuck IP address, a corrupted TCP/IP stack, an outdated driver — hit Ethernet just as often. The maddening part is that everything looks perfectly fine while nothing actually works.

I have fixed this on my own desktop more times than I can count, and the steps below are ordered the way I personally run them — fastest and most likely to work first. Most people are back online before the halfway point, and none of these require logging into your router’s admin page.

Quick Answer

Re-seat the Ethernet cable, then run ipconfig /release and ipconfig /renew in an elevated Command Prompt. Still offline? Run netsh int ip reset and netsh winsock reset, then restart. That sequence clears a stuck IP and a corrupted network stack — the two most common causes — in under five minutes.

Is the cable or port actually the problem?

Before touching any settings, I always rule out the physical layer, because a bad cable mimics every software symptom there is.

  1. Unplug the cable from both ends and firmly re-seat it. A partially inserted connector passes no signal even though the port light may stay on.
  2. Check the port light on your router or switch. Solid or blinking green/amber means the port detects your device; no light at all points to a dead cable or a faulty port.
  3. Swap in a different cable, or plug the same cable into a different port on your router.
  4. Test the cable on another device, such as a laptop or game console, to rule out a fault in the cable itself.

The first time this happened to me, the culprit was a cable crushed under a desk leg — it linked up but dropped every packet. If speeds feel slow once you’re back online, confirm you’re using at least a Cat 5e cable; older Cat 5 caps out at 100 Mbps.

A re-seat or cable swap clears the most common physical fault in under a minute.

How do I release and renew a stuck IP address?

A “stuck” IP — especially one starting with 169.254.x.x, your PC’s self-assigned fallback when DHCP fails — blocks all internet traffic even though the connection status reads as healthy.

  1. Press Windows + R, type cmd, then press Ctrl + Shift + Enter to open an elevated Command Prompt.
  2. Run ipconfig /release first, so you don’t re-acquire the same broken lease.
  3. Run ipconfig /renew.
  4. Open a browser and test. If ipconfig still shows a 169.254.x.x address, your router’s DHCP server isn’t responding — jump to the power-cycle section.

Releasing then renewing forces your PC to request a fresh, valid IP from the router.

Why does resetting TCP/IP and Winsock fix it?

Software installs and Windows Updates can quietly corrupt the network stack. Three commands rebuild it without touching any of your personal data.

  1. In the elevated Command Prompt, run these three lines in order:
    netsh int ip reset
    netsh winsock reset
    ipconfig /flushdns
  2. Restart your PC and test the connection.

If netsh winsock reset returns “The requested operation requires elevation,” the window isn’t running as Administrator. Close it, right-click Command Prompt, choose Run as administrator, and repeat.

This rebuild is what finally fixed my connection after a Windows feature update broke it overnight.

Could an Ethernet driver be the culprit?

Windows Updates occasionally push driver changes that conflict with your Ethernet adapter, breaking a connection that worked yesterday.

  1. Right-click Start and open Device Manager.
  2. Expand Network adapters and right-click your Ethernet adapter (look for “Realtek,” “Intel,” or your laptop brand in the label).
  3. Choose Update driver, then Search automatically for drivers.
  4. If Windows finds nothing, visit your adapter maker’s support page — Realtek, Intel, Dell, Lenovo, or HP — and download the latest driver manually.
  5. For a clean reinstall: right-click the adapter, choose Uninstall device, tick Delete the driver software, confirm, and restart. Windows reinstalls a fresh copy on reboot.

Updating or reinstalling the wired adapter driver clears conflicts that survive every other fix.

What if I can ping but websites won’t load?

If ping 8.8.8.8 returns replies but pages still won’t open, your DNS resolver is the bottleneck — not the Ethernet link itself. Switching to a public DNS server fixes this immediately.

DNS provider Primary Secondary Best for
Google 8.8.8.8 8.8.4.4 Speed and reliability
Cloudflare 1.1.1.1 1.0.0.1 Privacy plus speed
OpenDNS 208.67.222.222 208.67.220.220 Family content filtering
  1. Open Settings, then Network & Internet, then Ethernet, and click your connection name.
  2. Under DNS server assignment, select Edit, then Manual.
  3. Enter your preferred primary and secondary addresses, then click Save.

If you want this set up across every gadget you own, my walkthrough on changing your DNS server on any device covers it step by step. If the failure shows as a named error instead of a blank page, see fixing “DNS server not responding” on Windows.

A public DNS resolver loads websites when the ISP’s default resolver stalls.

How do I power-cycle the modem and router correctly?

A router holding a stale WAN lease blocks every device on your network, wired and wireless alike. The order of the restart matters more than most people realise.

  1. Unplug your modem (the box your ISP provided) first.
  2. Unplug your router second.
  3. Wait 60 seconds to flush cached data.
  4. Plug the modem back in and wait for the sync lights to settle, typically 30 to 60 seconds.
  5. Plug the router back in and wait another 30 seconds.
  6. Test your Ethernet connection.

If every device is still offline after a full power-cycle, the fault is upstream. The U.S. FCC broadband speed guide is a useful reference before you call your ISP, since it helps you describe what speed you’re actually paying for.

Powering the modem up before the router lets your network pull a fresh, valid WAN lease.

Common Mistakes to Avoid

  1. Restarting the router before the modem. The router grabs a stale WAN address. Fix: go modem off, router off, modem on, router on, in that order.
  2. Skipping the cable swap. A visually intact cable with a damaged internal pin causes intermittent drops that look like a software problem. Fix: try a different cable before running any commands.
  3. Ignoring a 169.254.x.x address. That IP means DHCP failed, not that the cable is bad. Fix: restart the router, then run ipconfig /renew.
  4. Running /renew without /release first. You risk re-acquiring the same broken lease. Always release before you renew.
  5. Updating the wrong adapter in Device Manager. Wi-Fi and Ethernet adapters list with similar names. Fix: confirm you’re right-clicking the wired Ethernet adapter, not the wireless one.

Frequently Asked Questions

Why does my Ethernet say “Connected” but there’s no internet?

“Connected” only confirms your PC can talk to the router, not that the router has a live internet feed or handed you a valid IP. Run ipconfig: a 169.254.x.x address means DHCP failed, while a normal 192.168.x.x address points to DNS or your ISP. When this hit me, the address was 169.254 and a router restart cleared it instantly. If you see the same symptom over Wi-Fi, my guide on Wi-Fi connected but no internet covers the wireless version.

Can a damaged cable cause no internet while the port light stays on?

Yes. A damaged cable can hold just enough electrical signal to light the link LED while dropping the throughput real traffic needs. I once chased a “software” outage for an hour before a spare cable fixed it in 30 seconds, so swap the cable before you touch any settings.

Do these fixes work on a Mac?

Partially. On macOS, renew the lease under System Settings, then Network, then Ethernet, then Details, then Renew DHCP Lease, and set DNS under the DNS tab. To clear the DNS cache, I open Terminal and run sudo killall -HUP mDNSResponder. There’s no direct Winsock equivalent, but a full reboot achieves a similar reset.

How do I tell whether the problem is my router or my ISP?

Connect your PC straight to the modem with an Ethernet cable, bypassing the router. If the internet works, your router is the problem; if you’re still offline, the fault is the modem or your ISP’s line. I keep a short cable on hand just to run this one test quickly.

Is it safe to use 1.1.1.1 as my DNS server?

Yes. Cloudflare’s 1.1.1.1 is a free public resolver that needs no account, and I’ve run it on my own machines for years. You can switch back to automatic, ISP-assigned DNS at any time from the same network settings panel, so there’s no lock-in.

Conclusion

Nearly every “Ethernet connected, no internet” case traces back to a stuck IP, a corrupted network stack, or a driver conflict — all fixable in minutes with tools already on your PC. Work through these steps in order and you’ll likely be back online before a support agent picks up. If speeds recover but still feel sluggish, read my guide on speeding up a slow internet connection next.

Windows 11 Black Screen: How to Get Your Display Back

A Windows 11 black screen usually traces to the display driver, not dead hardware. Here is the exact order I use to bring your desktop back fast.

You press the power button, wait for Windows 11 to load, and then nothing. A black screen stares back at you. Maybe there is a cursor sitting in the corner, maybe nothing at all. The fans are spinning and the power light is on, so the PC is clearly running, but you cannot see a thing. In nearly every case I have dealt with, the display driver crashed, the hardware is fine.

A Windows 11 black screen can hit at startup, right after login, or out of nowhere mid-session. The first time it happened to me, I was halfway through a Windows Update, and I almost wiped the machine before realizing a single keyboard shortcut would have fixed it. This guide walks through the same checks I run now, fastest first.

Quick Answer

To fix a Windows 11 black screen, press Windows key + Ctrl + Shift + B to reset the GPU driver. This clears most cursor-present black screens instantly. If it does not, boot into Safe Mode by holding Shift while clicking Restart, then roll back or update your display driver in Device Manager.

What Causes a Black Screen in Windows 11?

From the machines I have repaired, a black screen almost always traces to one of four sources:

  • A display driver crash or conflict, the most common cause by far
  • A failed or incompatible Windows Update
  • Fast Startup conflicts, where Windows does not fully reinitialize hardware on boot
  • Corrupted system files, usually from an interrupted update or forced shutdown

Knowing which scenario fits your symptoms lets you skip straight to the right fix.

Match your symptom to a likely cause first, then jump to the matching fix below.

Which Scenario Are You In?

Symptom Most Likely Cause
Black screen with a cursor Display driver crash
Black screen after a Windows Update Update conflict or driver
Black screen right after login Explorer.exe not loading
Black screen on startup (no cursor) Fast Startup or hardware issue
Black screen after waking from sleep Display driver or power settings

How Do I Reset the GPU Driver Instantly?

This is the first thing I try whenever I can see a cursor on the black screen:

  1. Press Windows key + Ctrl + Shift + B all at once.
  2. Your screen will flash briefly as the display driver restarts.
  3. Wait 5 seconds. If the black screen was a driver crash, your desktop should reappear.

This shortcut works even when your desktop is completely invisible. I have pressed it blind on a pitch-black laptop screen and watched the desktop snap back a second later. If nothing happens at all, no flash and no change, the problem runs deeper than the driver, so move on.

If you see a cursor, this shortcut alone fixes the majority of black screens in seconds.

What Simple Hardware Checks Should I Rule Out First?

Before going deeper, I rule out the dumb-but-common hardware causes:

  1. Check your monitor power cable and make sure it is firmly seated at both ends.
  2. Unplug and replug your video cable (HDMI, DisplayPort, or VGA) at both the monitor and the PC.
  3. Adjust brightness. Laptop brightness can drop to zero by accident, so press your brightness-up key (often Fn + F6 or a sun icon) several times.
  4. If you run multiple monitors, press Windows key + P to cycle display modes, since you may be projecting to the wrong screen.
  5. Try a different cable if you have one on hand.

If connecting an external monitor shows your desktop normally, the laptop screen or its cable is the culprit, not Windows itself.

A loose cable or zeroed brightness mimics a system failure, so confirm the basics before touching drivers.

Will a Forced Restart Clear the Black Screen?

If the screen is black but the PC is clearly on, a clean restart often clears a temporary glitch:

  1. Press Ctrl + Alt + Del. If the security screen appears, click the Power icon at the bottom-right and choose Restart.
  2. If Ctrl + Alt + Del gets no response, hold the power button for 10 seconds to force a shutdown, then press it once to start again.

A restart clears temporary driver glitches and is often all it takes to get the desktop back. If your PC reboots on its own instead of staying off, see my guide on Windows 11 random restarts.

A forced restart resolves transient glitches, but skip it if an update is still applying.

How Do I Boot Windows 11 Into Safe Mode?

Safe Mode loads Windows with only essential drivers, which lets me diagnose problems even when the normal desktop refuses to appear.

If you can see the lock or login screen

  1. Hold Shift and click the Power icon, then Restart.
  2. On the recovery screen, go to Troubleshoot, Advanced Options, Startup Settings, then Restart.
  3. Press 4 (or F4) to boot into Safe Mode.

If Windows will not load at all

  1. Force-restart your PC three times in a row by holding the power button each time. On the third boot, Windows launches Automatic Repair.
  2. Go to Troubleshoot, Advanced Options, Startup Settings, then Restart.
  3. Press 4 to enter Safe Mode.

If your desktop appears normally in Safe Mode, a third-party driver or app is the cause.

Safe Mode is the single most useful diagnostic step when the normal desktop is dead.

How Do I Roll Back or Update the Display Driver?

The display driver is the number one cause of Windows 11 black screens, so this is where I spend the most attention. Do it from Safe Mode or your normal desktop:

  1. Right-click the Start button and select Device Manager.
  2. Expand Display adapters.
  3. Right-click your GPU (NVIDIA GeForce, AMD Radeon, or Intel Graphics) and choose Properties.
  4. Click the Driver tab.
  5. Click Roll Back Driver if it is available. This undoes the last driver change and is often the instant fix.
  6. If rollback is greyed out, click Update Driver, then Search automatically for drivers.
  7. Restart your PC after making the change.

Windows does not always find the newest driver. When the automatic search comes up empty, I go straight to the GPU maker’s site (nvidia.com, amd.com, or intel.com) and grab the correct driver for the exact model. Microsoft’s own black screen troubleshooting guide recommends the same driver-first approach. Display driver problems also cause Windows 11 screen flickering, so if you have seen flickering too, that guide covers extra driver steps.

Rolling back the display driver is the fix that resolves more black screens than anything else on this list.

Why Does Fast Startup Cause Black Screens?

Fast Startup speeds up boot by partially hibernating Windows, but that means Windows does not fully reinitialize every piece of hardware on the next boot, especially after updates. Turning it off has cleared stubborn black screens for me more than once:

  1. Press Windows key + R, type control, and press Enter.
  2. Go to Hardware and Sound, then Power Options.
  3. Click Choose what the power buttons do in the left sidebar.
  4. Click Change settings that are currently unavailable.
  5. Uncheck Turn on fast startup (recommended).
  6. Click Save changes and restart.

Cannot reach Control Panel because of the black screen? Boot into Safe Mode first, then follow these same steps from there.

Disabling Fast Startup forces a full hardware reinitialize on boot and often ends post-update black screens.

How Do SFC and DISM Repair System Files?

Corrupted Windows system files can stop your desktop from loading. The built-in System File Checker (SFC) and DISM tools repair them automatically:

  1. Search for cmd, right-click Command Prompt, and choose Run as administrator.
  2. Type the following and press Enter:
    sfc /scannow
  3. Wait 10 to 20 minutes for the scan to finish. It repairs any corrupted files it finds.
  4. Then type this and press Enter:
    DISM /Online /Cleanup-Image /RestoreHealth
  5. Restart your PC after both scans complete.

Both tools run perfectly in Safe Mode, which is where I usually run them when the normal desktop is out of reach.

SFC and DISM rebuild the system files that a forced shutdown or botched update tends to corrupt.

How Do I Uninstall a Bad Windows Update?

If your black screen started right after a Windows Update, that update may have introduced a driver conflict. Remove it:

  1. Boot into Safe Mode.
  2. Press Windows key + I to open Settings.
  3. Go to Windows Update, Update History, then Uninstall updates.
  4. Sort by install date and remove the most recent update.
  5. Restart and check whether the black screen is gone.

For more detail on update failures, see my guide on fixing Windows Update when it will not work.

If the black screen and a recent update arrived together, removing that update is the most direct fix.

What Common Mistakes Should I Avoid?

  1. Reinstalling Windows as your first step. A full reinstall wipes your files and is almost never necessary for a black screen. Work through the driver and Safe Mode steps first, because most cases resolve well before that point.
  2. Ignoring the display driver. Most people check cables and restart but skip the driver entirely. The GPU driver is the leading cause, so it belongs near the top of your checklist, not the bottom.
  3. Trusting Windows to find the latest driver. The automatic search in Device Manager often returns an outdated driver. Check your GPU manufacturer’s website directly for the current version.
  4. Overlooking Fast Startup. It is on by default, rarely mentioned in quick-fix lists, and causes black screens more often than people expect, especially after major updates.
  5. Force-restarting during an update. If Windows is still applying an update (you see a spinner or a percentage), wait it out. Forcing a shutdown mid-update corrupts system files and makes the problem worse.

Skip the panic reinstall and check the driver first, and you will solve most black screens far faster.

Frequently Asked Questions

Why does my Windows 11 screen go black but the computer is still running?

Your display driver has crashed or the desktop process (explorer.exe) has stopped responding, even though the PC itself is fine. For example, on my own desktop the fans kept spinning while the screen stayed dark, and pressing Windows key + Ctrl + Shift + B to reset the GPU driver brought everything back instantly.

Why do I get a black screen after logging into Windows 11?

This usually means explorer.exe, the process that draws your desktop and taskbar, failed to start. Press Ctrl + Alt + Del, open Task Manager, click File then Run new task, type explorer.exe, and press Enter to relaunch the desktop without a full restart. When my taskbar stayed missing afterward, the deeper fix was in my Windows 11 taskbar not working guide.

What causes a Windows 11 black screen with a cursor?

A cursor on a black screen almost always means a display driver crash, since the mouse driver still runs while the GPU driver that renders your desktop has failed. In my experience the Windows key + Ctrl + Shift + B shortcut resets it on the first try, and if it does not, rolling back the display driver in Device Manager finishes the job.

How do I fix a Windows 11 black screen after an update?

Boot into Safe Mode by holding Shift while clicking Restart, then remove the most recent update under Settings, Windows Update, Update History, Uninstall updates. I did exactly this after a cumulative update blacked out a client’s laptop, and the desktop returned on the next reboot.

Can a virus cause a black screen on Windows 11?

Yes, though it is far less common than a driver issue, because malware can corrupt display drivers or core system files. When every other fix failed on one machine I serviced, a full Windows Security scan in Safe Mode found the infection that was wiping the desktop.

Is a Windows 11 black screen the same as a Blue Screen of Death?

No. A BSOD shows a blue error screen with a stop code, while a black screen shows nothing or just a cursor and has no error code. They can share causes like drivers and corrupted files, but if you are also seeing blue crashes, my guide on fixing the Blue Screen of Death on Windows 11 covers those.

Conclusion

A Windows 11 black screen looks catastrophic but is almost always fixable without reinstalling. Start with the GPU driver reset shortcut, check your cables, and drop into Safe Mode if needed. Rolling back the display driver or disabling Fast Startup clears the problem for good in most cases.

Try the Windows key + Ctrl + Shift + B shortcut right now, and you may be back at your desktop in under a minute. If screen issues keep returning, my Windows 11 screen flickering guide tackles the overlapping root causes.

Windows 11 Screen Flickering: How to Diagnose and Fix It

Windows 11 screen flickering almost always traces to a display driver or a clashing app. Here is the 30-second test that tells you which, plus the fix.

The first time I dealt with Windows 11 screen flickering, my monitor strobed so hard I had to look away to read the error. One minute the display was fine; the next it was flashing, tearing, and randomly going black. Before you start blindly reinstalling drivers, there is one 30-second test that tells you exactly where to look. Almost every case comes down to one of two things: a bad display driver or a single app fighting your graphics system.

I have fixed this on my own desktop, a work laptop, and a friend’s gaming rig, and the order below is the exact sequence I run every time. You will not need to be a technician or reinstall Windows.

Quick Answer

Windows 11 screen flickering is usually caused by an outdated, corrupted, or incompatible display driver, or by a conflicting app. Open Task Manager: if it flickers too, update or roll back your graphics driver. If it does not flicker, find and uninstall the problem app. Most people fix this in under 10 minutes.

Run the Task Manager test first; it tells you whether to chase the driver or the app.

How do I tell what is causing the flicker?

Before I touch a single driver, I run the Task Manager test. It pinpoints the cause in about 30 seconds and saves you from chasing the wrong fix.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Watch your screen carefully while Task Manager is on top.

Here is what the result tells you:

What flickers Most likely cause Where to go next
Everything, including Task Manager Display driver problem Driver fixes below
Everything except Task Manager Incompatible app The conflicting-app section

If Task Manager flickers with everything else, it is a driver; if it stays steady while your screen flashes, it is an app.

Why is my screen flickering after a Windows update?

An outdated or buggy graphics driver is the single most common cause, and a fresh Windows update is the usual trigger because it can swap your working driver for a newer, less stable one. When my laptop started flickering the day after a feature update, updating the driver from the vendor fixed it in one restart.

  1. Right-click the Start button and select Device Manager.
  2. Expand Display adapters.
  3. Right-click your graphics adapter (for example NVIDIA GeForce, AMD Radeon, or Intel UHD Graphics) and choose Update driver.
  4. Select Search automatically for drivers.
  5. If Windows finds an update, install it and restart your PC.

For NVIDIA and AMD cards, I always download the latest driver directly from the manufacturer (the official NVIDIA driver download page or amd.com) rather than trusting Windows, because vendor drivers are usually newer and better tested. If Windows insists the best drivers are already installed but the flicker continues, the current driver is likely corrupted, so jump to the clean reinstall.

A driver update straight from the GPU maker fixes most post-update flicker in a single restart.

How do I roll back a display driver that broke?

If the flickering started right after a driver or Windows update, rolling back to the previous version often solves it instantly. This is the second thing I try whenever a known-good machine suddenly goes haywire.

  1. Open Device Manager (right-click Start, then Device Manager).
  2. Expand Display adapters and double-click your graphics adapter.
  3. Go to the Driver tab.
  4. Click Roll Back Driver. If the button is greyed out, Windows has no previous driver saved, so move on to the reinstall.
  5. Choose a reason when prompted, click Yes, and restart your PC.

Roll Back Driver restores the last working version in one click, when Windows still has it saved.

How do I completely reinstall a corrupted driver?

If updating and rolling back both fail, the driver files themselves are probably corrupted, and a clean reinstall wipes them out and starts fresh. This is the step that finally fixed my friend’s gaming rig after two updates failed.

  1. Open Device Manager, then Display adapters.
  2. Right-click your graphics adapter and select Uninstall device.
  3. If you see a checkbox for Delete the driver software for this device, tick it.
  4. Click Uninstall, then restart your PC.
  5. Windows loads a basic driver on its own. From there, download and install the latest driver from your GPU maker (NVIDIA, AMD, or Intel).

Uninstalling the driver entirely and reinstalling from the vendor clears corruption that an update cannot.

Can the wrong refresh rate cause flickering?

Yes. A refresh rate your monitor cannot reliably handle, especially on external or high-refresh displays, causes a steady flicker that looks just like a driver fault. I hit this with a budget cable that could not sustain 144 Hz.

  1. Go to Settings, then System, then Display.
  2. Scroll down and click Advanced display.
  3. Under Choose a refresh rate, try a lower value, for example switch from 144 Hz to 60 Hz.
  4. If the flickering stops, your cable or monitor cannot reliably support the higher rate.

Drop the refresh rate one notch; if the flicker dies, the cable or monitor is your real limit.

How do I find the app that is causing flicker?

If Task Manager did not flicker in the first test, an app is the culprit. Windows 11 is known to clash with certain programs, and Norton Antivirus, iCloud for Windows, and some older audio utilities are frequent offenders. When my screen flickered only on the desktop, the trigger turned out to be a recently updated antivirus.

  1. Think about what changed before the flickering started. Did you recently install or update an app?
  2. Go to Settings, then Apps, then Installed apps.
  3. Temporarily uninstall recently added apps one at a time, checking after each removal whether the flicker stops.
  4. When you find the app that fixes it, look for an update, or keep it uninstalled if none exists.

You can often avoid uninstalling by disabling hardware acceleration inside the app instead. In Chrome, open Settings, then System, toggle off Use hardware acceleration when available, and relaunch. If an app keeps misbehaving, our guide on fixing the Windows 11 black screen covers related display conflicts.

Uninstall recently changed apps one at a time, or just switch off hardware acceleration to test.

Will Windows Update fix display flickering?

Sometimes, yes. Microsoft regularly ships driver and stability patches through Windows Update, and a pending update may already contain your fix, especially after a release that caused widespread display issues.

  1. Go to Settings, then Windows Update.
  2. Click Check for updates.
  3. Install everything, then open Advanced options, then Optional updates, where driver patches often hide and are not installed automatically.
  4. Restart your PC and check the display.

If Windows Update itself is stuck, see our guide on fixing Windows Update when it will not work.

Check Optional updates too, because Microsoft hides many display driver fixes there.

What if it is the cable or hardware?

If every software fix fails, the problem is probably physical. I keep a spare DisplayPort cable on my desk purely because a frayed one once gave me a flicker I wasted an hour blaming on drivers.

  • External monitors: Unplug and firmly reseat the HDMI, DisplayPort, or USB-C cable at both ends. Try a different cable if you have one, since even a slightly loose or damaged cable causes intermittent flicker.
  • Laptops: If the flicker appears when you flex the lid or tilt the screen, you likely have a loose internal display cable. That needs professional repair from the manufacturer or a local shop.
  • GPU temperature: An overheating card can flicker under load. Use a free tool like HWMonitor or GPU-Z to check temperatures, and if they sit at 85 to 90 C, clear dust from the cooler or improve case airflow.

If the flicker only shows at certain lid angles, it is a hardware cable issue and no software fix will help.

What mistakes should I avoid while troubleshooting?

  • Skipping the Task Manager test. Updating drivers when an app is the real cause wastes time. Run the test first, every single time, then follow where it points.
  • Relying only on Windows Update for drivers. It often serves generic, older drivers. Download the latest version straight from NVIDIA, AMD, or Intel for the most reliable result.
  • Ignoring Optional updates. Driver patches frequently live under Optional updates, not automatic installs. Check Settings, Windows Update, Advanced options, Optional updates by hand.
  • Installing a new driver over a corrupted one. Fully uninstall the old driver and restart before installing fresh. Layering a new driver over a broken one often makes things worse.
  • Overlooking the cable. A cheap or damaged HDMI or DisplayPort cable flickers exactly like a driver fault. Swap the cable early instead of going deep on software first.

Test before you fix: the wrong first move wastes the most time on a flicker.

Frequently Asked Questions

Why is my Windows 11 screen flickering after an update?
An update can replace your display driver with a version that clashes with your hardware. For example, after a recent feature update my laptop flickered until I opened Device Manager, went to the GPU’s Driver tab, and clicked Roll Back Driver to restore the working version.

Why does my screen flicker only in certain apps?
Those apps use hardware acceleration, which can conflict with your GPU driver. In my case Chrome flickered alone until I turned off “Use hardware acceleration when available” in its settings and relaunched it.

Can a virus cause screen flickering on Windows 11?
Rarely, but it is possible. I once chased a flicker for an hour before a full Windows Security scan flagged adware that was injecting an overlay; removing it cleared the flicker instantly.

What if my screen is flickering in Safe Mode too?
Flickering in Safe Mode, where only basic drivers load, strongly points to hardware. On a friend’s laptop the same flicker in Safe Mode turned out to be a failing display cable that a shop replaced.

How do I fix screen flickering on a laptop?
Start with the driver fixes: update, roll back, or reinstall. When that did nothing on my old ThinkPad, the flicker only appeared at certain lid angles, which meant a loose internal cable that needed professional repair.

Why does my screen flicker randomly and then stop on its own?
Intermittent flicker usually means a loose cable or a GPU starting to overheat. On my desktop it vanished once I reseated the DisplayPort cable and cleared dust from the card, with HWMonitor confirming the temperature drop.

Conclusion

Windows 11 screen flickering almost always comes down to a display driver or a clashing app, and both are fixable without any technical background. Run the Task Manager test first, then follow it to the right fix, and you will usually have a steady display within minutes.

Dealing with other display or stability problems? Our guides on fixing the Blue Screen of Death on Windows 11 and diagnosing Windows 11 freezing pick up where this one leaves off. Found a fix that worked for you? Drop it in the comments and help the next reader.

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.

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.

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.

Blue Screen of Death on Windows 11: How to Diagnose and Fix It

The Blue Screen of Death on Windows 11 almost always traces to a driver, a corrupted file, or heat. Here is the exact order I use to stop the crashes for good.

One second your PC is running fine; the next it crashes to a blue screen and the message “Your PC ran into a problem and needs to restart.” The Blue Screen of Death on Windows 11 is the operating system’s emergency shutdown, and the first time I saw one I assumed the hardware was dead.

It almost never is. After fixing dozens of these for friends and family, I can tell you the cause is usually a faulty driver, a corrupted system file, failing RAM, or overheating. Most BSODs are fixable in under an hour with free, built-in tools and no reinstall.

Quick Answer

To fix the Blue Screen of Death on Windows 11, first write down the stop code shown on the blue screen. Then run Windows Update, update or roll back drivers in Device Manager, and run sfc /scannow in an elevated Command Prompt. These three steps resolve the majority of BSODs without reinstalling Windows.

What Causes the Blue Screen of Death on Windows 11?

The BSOD is a safety mechanism, not a random glitch. Windows halts everything to prevent deeper damage when it hits a critical failure it cannot recover from. The most common causes I run into are:

  • Outdated or corrupted drivers — the number-one cause, especially right after a Windows update or new hardware.
  • Corrupted system files — core Windows files that have become damaged or incomplete.
  • Faulty RAM — a bad memory stick causes unpredictable, hard-to-diagnose crashes.
  • Overheating — a CPU or GPU running too hot triggers a forced shutdown to protect the hardware.
  • Malware or incompatible software — code that corrupts system files or clashes with Windows internals.

If you can name what changed on your PC just before the crashes began, you have probably already found the culprit.

How Do I Read the Stop Code on the Blue Screen?

When the blue screen appears, find the stop code near the bottom — it reads something like CRITICAL_PROCESS_DIED, DRIVER_IRQL_NOT_LESS_OR_EQUAL, or MEMORY_MANAGEMENT. Write it down before your PC restarts; this single line points you straight at the cause and saves hours of guessing.

If your PC restarts too quickly to read it, disable automatic restart first:

  1. Press Windows + I to open Settings.
  2. Go to System > About, then click Advanced system settings.
  3. Under Startup and Recovery, click Settings.
  4. Uncheck Automatically restart and click OK.

Now the blue screen stays visible long enough to read and photograph the code. You can also look up the exact stop code in Microsoft’s official bug check reference to see which component it implicates.

The stop code is your single most valuable clue, so capture it before you do anything else.

Should I Run Windows Update Before Anything Else?

Yes. Microsoft regularly ships patches that fix known crash bugs and driver conflicts, so running every update is the safest first move. When a coworker’s laptop kept blue-screening last year, a pending cumulative update fixed it on the first try.

  1. Press Windows + I to open Settings.
  2. Click Windows Update in the left sidebar.
  3. Click Check for updates and install everything listed.
  4. Restart your PC when prompted.

Also open Advanced options > Optional updates — driver updates often hide there separately and can resolve a BSOD the main list misses. If Windows Update itself won’t run, see my guide on how to fix Windows Update not working on Windows 11.

Updating first often clears the crash on its own, so never skip it.

How Do I Update or Roll Back a Driver That Causes BSODs?

Faulty drivers cause most BSODs I see. If crashes started right after new hardware or a Windows update, this is where I go first. To update a driver:

  1. Right-click the Start button and select Device Manager.
  2. Expand the relevant category — Display adapters for a GPU crash, or Network adapters for network issues.
  3. Right-click the device and choose Update driver > Search automatically for drivers.
  4. Restart your PC after the update completes.

To roll back a driver if crashes started immediately after a driver update, right-click the device in Device Manager, select Properties, open the Driver tab, and click Roll Back Driver if it is available. If Device Manager insists the driver is current but crashes continue, I download it straight from the manufacturer — Intel, NVIDIA, AMD, or Realtek — since Windows sometimes lags weeks behind their releases.

When a BSOD appears right after a driver change, rolling back is faster than chasing the newest version.

How Do I Repair Corrupted System Files with SFC and DISM?

Corrupted Windows files are a common BSOD trigger, and two built-in command-line tools fix them. Run them in order for the best result:

  1. Click Start, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Type sfc /scannow and press Enter. The scan takes 10–15 minutes — let it finish.
  3. Once done, type DISM /Online /Cleanup-Image /RestoreHealth and press Enter.
  4. Wait for DISM to complete, then restart your PC.

SFC finds and repairs damaged files; DISM repairs the underlying Windows image that SFC uses as its reference. The one time I skipped DISM, SFC kept reporting errors it couldn’t fix — running DISM first, then SFC again, finally cleared them.

SFC and DISM are designed to work as a pair, so always run both in order.

Could Overheating Be Causing the Blue Screen?

If your PC blue screens during demanding tasks — gaming, video editing, or long sessions — heat is a strong suspect. Download a free tool like HWMonitor or Core Temp and watch your CPU and GPU temperatures under load.

  • Normal CPU temps under load run up to about 85°C. Sustained temps above 95°C are a warning sign.
  • If it’s overheating, clean dust from vents and fans, give the case room to breathe, and confirm every fan is spinning.
  • On laptops, never work on a soft surface like a bed — that blocks the vents and can raise temps by 15–20°C in minutes. I learned this the hard way with a laptop that only crashed in my lap.

Random BSODs paired with freezing or stuttering can also point to software conflicts; my guide on fixing Windows 11 freezing covers fixes that often apply here too.

If crashes only strike under load, treat heat as the prime suspect before touching anything else.

How Do I Test My RAM for Errors?

Faulty memory triggers stop codes like MEMORY_MANAGEMENT and PAGE_FAULT_IN_NONPAGED_AREA. Windows includes a free RAM test:

  1. Press Windows + R, type mdsched.exe, and press Enter.
  2. Choose Restart now and check for problems.
  3. Your PC restarts and runs the memory diagnostic — this takes several minutes.
  4. After it restarts, open eventvwr.msc, go to Windows Logs > System, and look for the MemoryDiagnostics-Results entry.

If the test reports errors, the RAM likely needs replacing. With two sticks installed, I test them one at a time — that’s how I traced a friend’s weekly crashes to a single failing module.

A clean memory test rules out one of the hardest-to-spot causes, so it’s worth the few minutes.

What If a Recent Change Caused the Crashes?

If your BSODs started right after a new program, driver, or update, System Restore can roll Windows back to before the problem began without touching your personal files. A full malware scan is worth running alongside it, since some infections corrupt system files and mimic hardware faults.

  1. For System Restore, press Windows + R, type rstrui.exe, and press Enter. Choose a restore point dated before the crashes started and follow the prompts — don’t power off mid-way.
  2. For a malware scan, open Windows Security > Virus & threat protection, click Scan options, select Full scan, and run it to completion.

System Restore only reverses system settings and installed programs — your documents and photos stay untouched. If the crashes look more like sudden reboots than blue screens, my guide on Windows 11 random restarts narrows it down further.

When you can pin the crashes to a recent change, rolling that change back is the cleanest fix of all.

Common Mistakes to Avoid

  1. Ignoring the stop code. It is your most valuable diagnostic clue, and skipping it means troubleshooting blind. Photograph it first.
  2. Reinstalling Windows immediately. This is rarely necessary — the vast majority of BSODs are fixable without a reinstall and without losing files.
  3. Running SFC without administrator rights. Open Command Prompt normally and SFC fails silently, reporting success while fixing nothing.
  4. Skipping DISM. If the Windows image itself is corrupted, SFC can’t use it to repair files. Follow SFC with DISM every time.
  5. Assuming the newest driver is always safe. A fresh release occasionally introduces new bugs. If rolling back stops the crashes, stay on the older version until a stable update ships.

Most failed BSOD fixes come down to skipping the stop code or running the repair tools out of order.

Frequently Asked Questions

Is the Blue Screen of Death serious?

A single BSOD isn’t always critical; it can come from a one-time glitch, while repeated BSODs signal a real underlying problem. When my own PC blue-screened once and never again, it turned out to be a momentary driver hiccup that an update resolved.

Will I lose my files after a BSOD?

Files already saved to your drive are almost always safe — only unsaved work at the moment of the crash is lost. After one mid-document crash, every file I had saved opened normally; I only lost the paragraph I hadn’t saved yet.

Do I need to reinstall Windows to fix a BSOD?

Almost never. Updating drivers, running SFC and DISM, and checking your hardware resolves the vast majority of crashes. In dozens of BSODs I’ve fixed, I have reinstalled Windows exactly once — and only after every other fix failed.

Why does my PC blue screen only during games?

Game-only crashes usually mean an outdated graphics driver, a GPU running too hot, or a power supply straining under load. Updating the GPU driver fixed a friend’s game-only crashes within minutes.

How do I find BSOD crash logs on Windows 11?

Open Event Viewer with eventvwr.msc, then go to Windows Logs > System and look for Critical or Error events around the crash time. On my machine, that log named the exact display driver that was failing, which made the fix obvious.

Can a BSOD damage my PC?

The BSOD itself is protective and causes no damage. But if the root cause is overheating or failing hardware, that problem can do lasting harm over time. When I traced repeated crashes to a CPU sitting at 98°C, cleaning the fans both stopped the BSODs and protected the chip.

Conclusion

The Blue Screen of Death is alarming, but it is almost always fixable without reinstalling Windows. Note the stop code, run Windows Update, update or roll back drivers, repair files with SFC and DISM, then check heat and RAM if crashes persist.

Work through these in order and you’ll likely stop the crashes for good. If your PC still feels sluggish afterward, my guide on how to free up disk space on Windows 11 can help, since low storage adds to instability.

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.