Windows 11 Freezing Randomly: How to Diagnose and Fix It

Windows 11 freezing randomly? I walk through the exact order I use to fix it — GPU driver, SFC, RAM test, CHKDSK, and heat checks. No reinstall, just free tools.

Your screen locks up, the mouse stops moving, and you sit there waiting for a system that never comes back. The first time this happened to me mid-edit, I lost an hour of work to a forced power-off — and that taught me one thing: Windows 11 freezing randomly almost always traces back to one of four causes, and fixing it is about checking them in the right order, not guessing.

The usual culprits are outdated GPU drivers, corrupt system files, faulty RAM, or a failing storage drive. Windows rarely names the cause, so I work fastest-first, deepest-last using only free, built-in tools. No reinstall needed.

Quick Answer

To fix Windows 11 freezing, update your GPU driver in Device Manager, then run sfc /scannow in an admin Command Prompt to repair system files. If freezes continue, test your RAM with Windows Memory Diagnostic and run chkdsk C: /f /r to scan your drive for bad sectors. These four steps resolve most cases.

Why does Windows 11 keep freezing?

Freezing happens when Windows gets stuck waiting for a response that never arrives — from a driver, a damaged file, or failing hardware. In my experience the order below also reflects how often each cause is to blame:

  • Outdated or corrupt GPU drivers — the single most frequent trigger
  • Faulty RAM — even one bad memory stick can cause random lockups
  • Overheating CPU or GPU — hardware throttles or halts to prevent damage
  • Corrupt Windows system files — damaged files disrupt core processes
  • A failing hard drive or SSD — bad sectors make the system hang while reading data
  • Malware — background processes spiking CPU or disk usage

Most freezes come down to drivers, RAM, heat, system files, or a dying drive — and they fix in that priority order.

How do I install pending Windows updates first?

Microsoft ships stability patches regularly, and a missing one can leave known driver conflicts unresolved. I always clear the update queue before touching anything deeper.

  1. Press Windows + I to open Settings.
  2. Go to Windows Update and click Check for updates.
  3. Install everything listed, then restart your PC.

Pro tip: If freezing started right after a recent update, go to Windows Update > Update history > Uninstall updates and remove the newest one to test whether it is the cause.

Clearing pending updates rules out known bugs Microsoft has already patched.

Should I update or roll back my display driver?

A corrupt or incompatible GPU driver is the most common cause of Windows 11 freezing. This is the fix most people skip — and the one that worked on my own machine after weeks of random lockups.

  1. Right-click the Start button and select Device Manager.
  2. Expand Display adapters and right-click your GPU.
  3. Choose Update driver > Search automatically for drivers.
  4. If freezing started after a recent driver update, choose Properties > Driver > Roll Back Driver instead.

Troubleshooting tip: If Device Manager shows a yellow warning icon next to your GPU, the driver is corrupt. Download the latest driver directly from NVIDIA, AMD, or Intel and install it manually — I never rely on Windows Update for GPU drivers.

Updating or rolling back the display driver fixes the largest single share of random freezes.

How do I repair system files with SFC and DISM?

Two built-in command-line tools find and automatically repair corrupt Windows files that cause instability. I run them back to back so the repair is thorough.

  1. Type cmd in the Start search bar, right-click Command Prompt, and choose Run as administrator.
  2. Type the following and press Enter, then wait 5 to 15 minutes:

sfc /scannow

  1. Once that finishes, run:

DISM /Online /Cleanup-Image /RestoreHealth

  1. Restart your PC when both scans complete.

SFC repairs individual corrupt files. DISM fixes the Windows image those files are sourced from. Microsoft documents the full SFC and DISM repair workflow if you want the official reference.

SFC and DISM together rebuild any damaged system files that disrupt core processes.

How do I test my RAM for errors?

A single faulty RAM stick can cause random freezing with no other warning signs. Windows includes a free memory tester I lean on before assuming the worst.

  1. Press Windows + S and search for Windows Memory Diagnostic.
  2. Click Restart now and check for problems.
  3. Your PC restarts and runs the test automatically — it takes a few minutes.
  4. After rebooting, open Event Viewer > Windows Logs > System and look for a MemoryDiagnostics-Results entry to see the outcome.

If errors appear, remove one RAM stick at a time and retest to identify the faulty module.

Windows Memory Diagnostic confirms or clears bad RAM before you spend a cent on replacements.

Does disabling Fast Startup stop freezing?

Fast Startup saves your session to disk to speed up boot, but it can leave drivers in a bad state — especially after updates. Turning it off has cured intermittent freezes on more than one machine I have worked on.

  1. Open Control Panel and go to Power Options.
  2. Click Choose what the power buttons do in the left sidebar.
  3. Click Change settings that are currently unavailable.
  4. Uncheck Turn on fast startup (recommended).
  5. Click Save changes and restart your PC.

Disabling Fast Startup forces a clean driver load on every boot, which clears post-update freezes.

How do I check if overheating is the cause?

When a CPU or GPU exceeds its safe temperature, it throttles or shuts down to prevent damage — which looks exactly like a freeze. To read real temperatures you need a monitoring tool, and these three cover most needs.

Tool What it checks Cost
Task Manager (built in) CPU and GPU usage, not temperature Free
HWMonitor (CPUID) CPU, GPU, and drive temperatures Free
Windows Security Malware spiking CPU and disk Free
  1. Press Ctrl + Shift + Esc and open the Performance tab to watch CPU and GPU load.
  2. For temperatures, download HWMonitor free from CPUID. Keep CPU cores below 90°C under load and GPUs below 95°C.
  3. If readings run high, clean the dust from your vents with compressed air.

Pro tip: If Task Manager shows your CPU stuck at 100% usage even at idle, that is a separate issue to fix before diagnosing heat.

A blocked heatsink is one of the most overlooked freeze causes, and HWMonitor exposes it in seconds.

How do I scan for malware that causes freezing?

Malware running quietly in the background can push CPU and disk usage high enough to freeze the whole system. I start with the built-in scanner, then add a free second opinion.

  1. Press Windows + S and search for Windows Security.
  2. Go to Virus & threat protection and click Quick scan.
  3. For a deeper check, choose Scan options > Full scan.

Windows Defender handles most threats. For a free second opinion, run Malwarebytes Free afterward — it catches things Defender can miss.

A clean malware scan removes hidden processes that quietly starve your system into freezing.

How do I scan my drive with CHKDSK?

A drive developing bad sectors forces Windows to retry failed reads, which makes the system hang. CHKDSK finds those sectors and marks them so Windows stops using them.

  1. Open Command Prompt as administrator, as in the SFC step.
  2. Type the following and press Enter:

chkdsk C: /f /r

  1. When prompted to schedule the scan on next restart, press Y, then restart your PC.

The scan runs before Windows loads and can take 30 to 60 minutes. It can look stuck during the first stage but is not — let it finish.

Troubleshooting tip: If CHKDSK reports many bad sectors, your drive may be near failure. Back up your files immediately and plan to replace it.

CHKDSK isolates failing sectors so Windows stops hanging on reads it can never complete.

Should I reset virtual memory to system-managed?

When physical RAM fills up, Windows uses your drive as overflow memory through the page file. A misconfigured page file can cause freezing, especially on systems with 4 to 8 GB of RAM.

  1. Press Windows + S and search for View advanced system settings.
  2. Under Performance, click Settings > Advanced > Virtual memory > Change.
  3. Uncheck Automatically manage paging file size for all drives.
  4. Select your C: drive, choose System managed size, then click Set > OK.
  5. Restart your PC.

Letting Windows manage the page file removes a freeze cause that hits low-RAM machines hardest.

Common Mistakes to Avoid

  • Checking software first and skipping the driver. The display driver causes more freezes than any software issue. Fix it first — it takes two minutes.
  • Force-restarting repeatedly without diagnosing. Hard resets do not fix the cause and can add file-system errors. Diagnose before rebooting again.
  • Running SFC without administrator rights. Without them, the scan silently fails and reports nothing. Always run Command Prompt as administrator.
  • Canceling CHKDSK early. The scan looks frozen in its first stage but is not. Stopping it can leave the file system worse than before.
  • Assuming a clean case means a clean inside. Dust collects on internal heatsinks even when the case looks spotless. Use compressed air inside the vents at least once a year.

Avoiding these five traps saves you from chasing the wrong cause for hours.

Frequently Asked Questions

Why does Windows 11 freeze randomly with no error message?

Random freezes with no blue screen usually point to hardware — bad RAM, an overheating CPU or GPU, or a failing drive. On my own PC, an intermittent no-message freeze turned out to be a single failing RAM stick that Windows Memory Diagnostic flagged on the first pass. If your freeze ends in a blue crash screen instead, see our Windows 11 Blue Screen of Death fix guide.

Is Windows 11 freezing the same as Windows 11 restarting randomly?

No, they are different problems with different causes. Freezing locks the PC up and needs a manual power-off, while random restarts involve a crash or power event. When a client’s PC was rebooting on its own rather than locking, the random restart guide covered the right fixes.

Will factory resetting Windows 11 fix random freezing?

A reset can fix freezing caused by software corruption, but it will not resolve hardware faults like bad RAM or a failing drive. I once reset a laptop that kept freezing, only for the lockups to return within a day because the real cause was a dying SSD. Work through the steps above first.

How do I know if my PC is freezing because of overheating?

If freezes hit during heavy tasks like gaming or large file transfers and the PC feels hot, overheating is likely. I keep HWMonitor open during a demanding task and watch for sustained CPU readings above 90°C, which is a clear warning sign. A quick compressed-air cleaning often drops those numbers fast.

Can a full hard drive cause Windows 11 to freeze?

Yes. When your C: drive drops below 10 to 15 percent free, Windows struggles to manage virtual memory and temporary files, which triggers freezing. The last time a relative’s PC kept hanging, the drive was 98 percent full. Our guide on how to free up disk space on Windows 11 walks through reclaiming space safely.

What if Windows 11 freezes at startup or on the login screen?

Boot into Safe Mode by holding Shift while clicking Restart > Troubleshoot > Advanced options > Startup Settings > Enable Safe Mode. When I did this on a PC that froze at login, it ran perfectly in Safe Mode, which pointed straight at a startup driver and back to the display-driver fix above.

Conclusion

Random freezing on Windows 11 is almost always fixable without a reinstall. I start with the two quickest wins — updating the GPU driver and running SFC — and most freezes clear within the first three steps, with RAM, CHKDSK, and heat checks covering the rest.

Once it stops, keep Windows Update current and clean your vents once a year. If you have worked through every step and it still freezes, leave a comment with when it happens and I will help you track it down.

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

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

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

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

Quick Answer

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

Why does my Windows 11 taskbar stop responding?

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

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

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

How do I restart Windows Explorer to fix the taskbar?

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

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

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

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

What if re-registering Windows apps is needed?

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

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

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

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

Can corrupted system files break the taskbar?

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

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

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

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

Could a pending Windows update fix it?

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

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

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

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

Are third-party shell apps the real culprit?

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

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

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

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

How do I rule out startup apps and services?

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

Disable startup apps

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

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

Perform a clean boot

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

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

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

What if only my account has a broken taskbar?

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

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

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

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

Common Mistakes to Avoid

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

Frequently Asked Questions

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

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

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

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

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

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

Conclusion

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

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

Android Won’t Connect to Wi-Fi? How to Get Back Online Fast

When my Android wouldn’t connect to Wi-Fi, these fixes got it back online in minutes — forget the network, reset network settings, switch DNS, and more. Try them in order.

My phone showed a full Wi-Fi signal, yet nothing loaded — and the next morning it hung on “Obtaining IP address” and never joined at all. I have hit this on my own Pixel and on a Samsung I was helping a friend with, and the cause was almost never broken hardware. An Android that won’t connect to Wi-Fi is nearly always a software hiccup you can clear in minutes from Settings.

Most of these failures trace back to a stale network cache, a duplicate IP address, a wrong saved password, or a small software bug. I have ordered the fixes below the way I actually work through them — quickest first — so you stop as soon as one sticks.

Quick Answer

To fix an Android that won’t connect to Wi-Fi, toggle Airplane Mode on and off, then forget the network and reconnect with the password. If that fails, restart both your router and phone. For stubborn cases, open Settings > General Management > Reset > Reset Network Settings to wipe saved network data and start fresh.

Why won’t my Android connect to Wi-Fi?

Android Wi-Fi failures almost always come down to one of these causes:

  • Stale network settings — your phone is holding old IP or DNS data that no longer matches the router.
  • IP address conflict — two devices on the network grabbed the same IP address.
  • Authentication error — the saved password no longer matches, common after a router or password change.
  • Router issue — the fault is with the router, not your phone.
  • Software bug — a recent Android update introduced a Wi-Fi glitch.

The first time my own phone did this, the culprit was a stale lease after my ISP swapped the router — a 30-second reset fixed it. Working through the steps below in order covers every one of these causes in well under 15 minutes.

How do I quickly reset the Wi-Fi connection?

Toggle Airplane Mode on and off

This 10-second move forces Android to drop every wireless connection and rebuild it clean. It is the first thing I try, every time.

  1. Swipe down from the top of the screen to open Quick Settings.
  2. Tap Airplane Mode to turn it on, then wait 10 seconds.
  3. Tap Airplane Mode again to turn it off.
  4. Give Wi-Fi a moment to reconnect, then test it.

If the toggle is not in your shortcuts, swipe down twice to expand the full Quick Settings panel.

Restart your phone and router

A full restart clears temporary memory and re-establishes the connection from scratch. In my experience this single step fixes the problem more often than any other.

  1. Hold the power button and select Restart.
  2. While the phone reboots, unplug the router’s power cable, wait 30 seconds, then plug it back in.
  3. Wait 60 seconds for the router to fully start before reconnecting.

If other devices on the network also have no internet, the fault is the router or your ISP — not your phone. If a restart does not help and only mobile data is affected, see my guide to Android mobile data not working.

Toggling Airplane Mode and restarting both devices clears the most common stalls in under two minutes.

How do I fix Android connected to Wi-Fi but no internet?

Forget the network and reconnect

A corrupted Wi-Fi profile causes endless failures. Deleting it and reconnecting fresh clears authentication errors right away.

  1. Go to Settings > Wi-Fi (or Settings > Network & Internet > Wi-Fi on stock Android).
  2. Tap and hold the problem network, then select Forget. On some phones, tap the gear icon next to the network, then choose Forget.
  3. Tap the network again and re-enter the password carefully.

Passwords are case-sensitive. If you are unsure of yours, check the label on the back or bottom of the router.

Switch to Google’s public DNS

A slow or broken DNS server stops pages from loading even when the phone is technically connected. Pointing it at Google’s public DNS is free, fast, and per Google’s own Public DNS documentation, uses the addresses 8.8.8.8 and 8.8.4.4.

  1. Go to Settings > Wi-Fi, tap the gear icon next to your network, then expand Advanced options.
  2. Set IP settings to Static.
  3. Set DNS 1 to 8.8.8.8 and DNS 2 to 8.8.4.4.
  4. Tap Save and test the connection.

The day my pages loaded at a crawl on a hotel network, swapping to 8.8.8.8 fixed it instantly while the default DNS stayed dead. If you are connected but nothing loads, a DNS swap or a forget-and-reconnect almost always restores the internet.

How do I fix an IP address conflict on Android?

Assign a static IP

If two devices share the same IP address, neither connects reliably. Giving your phone a static IP sidesteps the clash entirely.

  1. Go to Settings > Wi-Fi, tap the gear icon next to your network, then Modify Network (or Edit) and expand Advanced options.
  2. Change IP settings from DHCP to Static.
  3. In the IP address field, change the last number to something high, like 192.168.1.200, to avoid clashing with other devices.
  4. Leave the Gateway field unchanged, then tap Save.

Clear the Wi-Fi system cache

Android stores Wi-Fi configuration data that can corrupt over time. Clearing the cache removes stale entries that block new connections.

  1. Go to Settings > Apps, tap the three-dot menu, and select Show system apps.
  2. Find Wi-Fi or WifiConfigStore.
  3. Tap it, then go to Storage > Clear Cache.

The exact name varies by Android version and maker; if you cannot find it, this step simply is not available on your device — move on. A static IP plus a cache clear resolves the intermittent, random-looking drops that nothing else explains.

What should I do when nothing else works?

Verify your date and time

A wrong date or time triggers SSL certificate errors that silently break Wi-Fi authentication, especially on hotel and café login pages.

  1. Go to Settings > General Management > Date and Time (Samsung) or Settings > System > Date & Time (stock Android).
  2. Make sure Automatic date and time is on.
  3. If it was already on, toggle it off, wait 10 seconds, then back on to force a resync.

Reset network settings

This returns Wi-Fi passwords, Bluetooth pairings, and mobile data settings to factory defaults without touching personal data. It is the single most effective fix for persistent problems.

  1. Go to Settings > General Management (Samsung) or Settings > System (stock Android).
  2. Tap Reset > Reset Network Settings.
  3. Confirm and let it finish; the phone restarts automatically.
  4. Reconnect to Wi-Fi and enter the password again.

Write down your Wi-Fi passwords and note your Bluetooth devices first, since you will re-enter and re-pair them all afterward. If pairing acts up later, my guide to Android Bluetooth not pairing covers it.

Install pending software updates

Wi-Fi bugs are routinely patched in Android updates and security releases. If your phone is on outdated software, a known fix may already be waiting.

  1. Go to Settings > Software Update (Samsung) or Settings > System > System Update (stock Android).
  2. Tap Check for Updates and install anything available.
  3. Restart the phone and test Wi-Fi.

A network reset followed by any pending update clears the deepest software faults short of a factory reset.

Common Mistakes to Avoid

  1. Restarting only the phone, not the router. A stuck IP lease lives on the router. Fix: restart both devices together.
  2. Typing the password wrong. Passwords are case-sensitive. Fix: confirm it on the router label or connect another device with the same credentials.
  3. Jumping to a factory reset. That wipes photos, apps, and data. Fix: Reset Network Settings solves most of the same problems without erasing anything.
  4. Ignoring IP conflicts. Duplicate IPs cause failures that look random. Fix: check the router’s connected-device list for duplicate addresses and assign a static IP.
  5. Forgetting the captive portal. Hotels and cafés need a login page before the internet works. Fix: open a browser to trigger the portal and accept the terms.

Frequently Asked Questions

Why does my Android say “Connected” but there’s no internet?
The phone reached the router, but the router can’t reach the internet or DNS is failing. Switch to Google DNS (8.8.8.8) and restart the router. When I had this at home, every device was offline too, which pointed straight at the ISP rather than my phone.

Why does my Android keep disconnecting from Wi-Fi?
Repeated drops usually come from aggressive battery saving that powers down the Wi-Fi radio. Ease off battery optimization for network services. On my old phone, moving it closer to the router also stopped the drops, since a weak signal was half the problem.

Will resetting network settings delete my photos or apps?
No. Reset Network Settings only clears Wi-Fi passwords, Bluetooth pairings, and mobile data settings. I have run it many times and my photos, contacts, and apps were always untouched.

My Android connects but pages load very slowly. What’s wrong?
Slow loading on a connected signal usually means a DNS problem or a congested network. Switch to 8.8.8.8 and 8.8.4.4 first. When my whole household was slow, the bottleneck turned out to be the ISP, not any single phone.

Why does my Android connect to some Wi-Fi networks but not others?
The fault is that network’s configuration, not your phone. It may use MAC filtering or a security protocol your device dislikes. At a friend’s house, forgetting and reconnecting fixed a WPA3 mismatch for me in seconds.

Conclusion

Android Wi-Fi trouble is almost always fixable without a store visit. Start with the quick wins — Airplane Mode, a router restart, and forget-and-reconnect — then move to Reset Network Settings if needed.

If your phone is still sluggish or burning battery after reconnecting, read how I handle a slow Android phone and an Android battery draining fast — and try these steps before booking any repair.

ChatGPT Not Working? A Calm, Step-by-Step Recovery Guide

ChatGPT not working again? I walk through the exact checks I run — server status, cache, extensions, VPN, and DNS — to get it answering in minutes flat.

You type a question into ChatGPT, hit enter, and nothing comes back — just “An error occurred,” a “Network error,” or a spinner that never stops. The first time it happened to me mid-deadline, I assumed my account was banned. Almost every time ChatGPT stops working, the cause is something temporary on your own device, not a ban or a dead account.

Quick Answer

When ChatGPT is not working, first check status.openai.com for an outage. If servers are healthy, do a hard refresh (Ctrl + Shift + R on Windows, Cmd + Shift + R on Mac), then clear your browser cache and cookies. Still stuck? Disable extensions or open ChatGPT in an incognito window to isolate the cause.

Is ChatGPT Actually Down, or Is It Just Me?

Before changing a single setting, I confirm the problem is not on OpenAI’s end. It takes ten seconds and saves a lot of pointless troubleshooting.

  1. Open status.openai.com in a new tab.
  2. Look for active incidents or any “degraded performance” notice.
  3. If an outage is listed, the only real fix is to wait — OpenAI’s engineers are already on it.

On the status page I always click “Subscribe to updates.” The one time servers were genuinely down, I got an email the moment service returned instead of refreshing the page every two minutes. If you want a backup tool while you wait, my comparison of ChatGPT vs Gemini vs Claude shows which free chatbot to switch to for the task at hand.

If the status page shows green, the problem is on your device — keep going.

How Do I Force ChatGPT to Reload Cleanly?

A normal refresh (F5 or Ctrl + R) reloads the page from your browser’s cache, which may be the exact broken file causing the error. A hard refresh forces a fresh download straight from OpenAI’s servers.

  1. Click anywhere inside the ChatGPT tab.
  2. Press Ctrl + Shift + R (Windows/Linux) or Cmd + Shift + R (Mac).
  3. Wait for the page to fully reload, then send a test message.

When a hard refresh leaves the page blank or stuck, I stop and move to the cache clear below — that pattern usually means the cached data is corrupted, not merely stale.

A hard refresh fixes the broken-file errors a plain refresh quietly reloads.

Why Does Clearing My Cache and Cookies Fix ChatGPT?

Expired session cookies and corrupted cache files are the single most common cause of persistent ChatGPT errors I see. Clearing them forces a clean login and wipes out the bad data that keeps tripping the page.

In Google Chrome

  1. Press Ctrl + Shift + Delete (Windows) or Cmd + Shift + Delete (Mac).
  2. Set the time range to All time.
  3. Check Cached images and files and Cookies and other site data.
  4. Click Clear data.
  5. Reload ChatGPT and log back in.

The same shortcut opens an almost identical dialog in Firefox and Microsoft Edge. One detail that matters: if you suspect a corrupted session, log out of ChatGPT first, then clear cookies, then log back in. Logging out first ensures the bad session token is fully removed rather than left behind.

Clearing cache and cookies after a clean logout resolves most stubborn, repeat errors.

Can a Browser Extension Stop ChatGPT From Replying?

Yes — and this one fooled me for an hour once. Ad blockers, script blockers, and privacy extensions can silently block the JavaScript requests ChatGPT needs to stream responses. There is often no error at all: the interface loads, but it never answers.

  1. In Chrome, click the puzzle-piece icon at the top right and choose Manage Extensions.
  2. Toggle every extension off.
  3. Reload ChatGPT and test it.
  4. If it works, switch extensions back on one at a time until the culprit appears.

In my case, uBlock Origin in aggressive-filtering mode was blocking OpenAI’s endpoint, so ChatGPT loaded visually but never sent my message. The faster test: open an incognito window, where extensions are disabled by default. If ChatGPT works there, an extension is your problem.

A blocking extension can break ChatGPT with no error message at all.

Does Incognito Mode or a Different Browser Help?

An incognito (private) window isolates you from stored cookies, cached data, and most extensions in a single move, so it is my fastest test for browser-specific trouble.

  1. Press Ctrl + Shift + N (Chrome/Edge) or Ctrl + Shift + P (Firefox).
  2. Go to chat.openai.com and test ChatGPT.

If it works in incognito, the fix lives in your normal browser — clear the cache or hunt down the extension. If it still fails in incognito, open a completely different browser to rule out browser-level corruption entirely. One catch: some extensions are allowed to run in incognito, so check each one’s incognito permission under Manage Extensions if a private window still misbehaves.

Incognito mode tells you in seconds whether your normal browser profile is the problem.

Could My VPN or DNS Be Blocking ChatGPT?

Both can, and they produce nearly identical “it just won’t connect” symptoms. VPNs route traffic through shared servers, and OpenAI sometimes rate-limits or blocks IPs tied to busy exit nodes. A stale DNS entry for OpenAI’s servers triggers “network error” messages even when your Wi-Fi looks perfect.

Turn Off Your VPN or Proxy

  1. Open your VPN app and disconnect completely.
  2. Reload ChatGPT and test without the VPN active.
  3. If it works, reconnect using a different server location — ideally one geographically closer to you, since those carry less flagged traffic.

Flush Your DNS Cache

First confirm the internet itself is fine at fast.com or speedtest.net, then flush DNS.

On Windows

  1. Press Win + R, type cmd, and press Enter.
  2. Type ipconfig /flushdns and press Enter.
  3. You will see “Successfully flushed the DNS Resolver Cache.”
  4. Reload ChatGPT.

On Mac

  1. Open Terminal (search in Spotlight).
  2. Type sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
  3. Enter your Mac password and press Enter.
  4. Reload ChatGPT.

If the network errors persist after this, the issue is broader than ChatGPT, and OpenAI’s own help center documents service-side connection problems worth ruling out.

A flagged VPN IP or a stuck DNS entry can make ChatGPT look completely broken while everything else loads fine.

Which Fix Should I Try First?

When I am short on time, I work top to bottom — the fixes are ordered by how often they solve the problem versus how long they take.

Fix Best for Time
Check server status Total outage, error on every device 10 sec
Hard refresh Blank page, stuck spinner 15 sec
Clear cache + cookies Repeat errors, login loops 2 min
Disable extensions Loads but never replies 2 min
VPN off / DNS flush “Network error” only 1 min

For a sibling tool that throws similar errors, the same logic powers my guide on Google Gemini not responding.

Working the table top to bottom resolves most cases by the cache or extension step.

Common Mistakes to Avoid

  • Assuming it is always an outage. Most errors are local. If status.openai.com shows green, keep troubleshooting your own device.
  • Using a normal refresh instead of a hard refresh. Ctrl + R reloads from cache; Ctrl + Shift + R forces a fresh download. Use the hard refresh.
  • Forgetting extensions can run in incognito. If you granted incognito access, the extension can still break ChatGPT there — check its permissions under Manage Extensions.
  • Reconnecting to the same VPN server. Toggling off and back on to the same node changes nothing. Switch locations or disable the VPN while testing.
  • Clearing cookies without logging out first. A corrupted session token can survive a cache clear. Log out, clear, then log back in.

Skip these five traps and you avoid the dead ends that waste the most troubleshooting time.

Frequently Asked Questions

Why does ChatGPT say “An error occurred”?
It usually means a server-side hiccup, an expired session token, or a dropped connection. Clearing your cache and disabling extensions fixes it in most cases. Last week mine cleared instantly the moment I logged out, wiped cookies, and signed back in.

Is ChatGPT down right now?
Check status.openai.com for live server status. If no incident is listed but ChatGPT still fails, the problem is on your device or local network. I once spent ten minutes blaming OpenAI before realizing my own VPN was the block.

Why does ChatGPT keep stopping in the middle of a response?
A brief connection dip while ChatGPT streams the reply is the usual cause, though hitting the output limit also cuts answers short. Switch to wired Ethernet or move closer to your router; for the token-limit version, see my guide on why ChatGPT cuts off mid-response.

Why can’t I log in to ChatGPT?
Clear your cookies and cache fully, then try again. When I use “Sign in with Google,” I open a separate tab first to confirm that account is working, which has saved me twice from blaming ChatGPT for a Google session glitch.

Does a VPN stop ChatGPT from working?
Not always, but it can — some VPN IP ranges are rate-limited by OpenAI. Disable the VPN and test; if it loads, reconnect on a different server. A nearby server location fixed it for me every time.

Why does ChatGPT work on my phone but not my computer?
Your desktop browser likely has a conflicting extension, a corrupted cache, or different DNS than your phone. Start with the cache clear and extension check on the computer. That combination has resolved every phone-works-but-laptop-fails case I have hit.

Conclusion

Nearly every “ChatGPT not working” moment comes down to a quick server check, a hard refresh, a cache clear, a disabled extension, or a VPN and DNS reset. Work the list top to bottom and you will usually be back in business within a minute or two.

Bookmark this page so the next time ChatGPT throws an error, your fix checklist is one click away.

Windows 11 Random Restarts: How to Diagnose and Stop Them

Windows 11 random restarts almost always trace to overheating, a driver, or a bad update. Here’s how I diagnose the cause in Event Viewer and fix it for good.

Your PC restarts without warning — mid-document, mid-call, mid-game. No blue screen, no countdown, just gone and back at the login screen. The first time it happened to me I lost twenty minutes of unsaved notes and assumed the worst. The reality is that Windows 11 random restarts almost always have a single, traceable cause you can find in two minutes.

Overheating, a bad driver, a Windows Update that went sideways, or a misfiring power setting are the usual suspects. The good news: nearly all of them are fixable with tools already built into Windows, no tech skills and no paid software required.

Quick Answer

If Windows 11 keeps restarting randomly, open Event Viewer, go to Windows Logs > System, and look for Critical or Error events timestamped just before each restart. The most common causes are overheating, a faulty driver, a bad Windows Update, or corrupted system files — all fixable with free, built-in Windows tools.

How do I find what is causing the restarts?

Before guessing, let Windows tell you what happened. Event Viewer logs every crash and restart even when nothing appears on screen, and it is the first place I always check.

  1. Press Windows + S, type Event Viewer, and press Enter.
  2. In the left panel, expand Windows Logs and click System.
  3. Look for Critical or Error events (red icons) timestamped at the exact moment of each restart.
  4. Click an event to read the details. Note the Source and Event ID — these identify which component triggered the shutdown.

When my own PC was rebooting, a recurring Kernel-Power Event ID 41 told me instantly it was a power or hardware fault, not software — which saved me hours. Press Ctrl + F and search for unexpected shutdown to jump straight to the relevant entries.

Event Viewer turns a mystery restart into a named culprit you can target directly.

Could overheating be restarting my PC?

A PC that gets too hot will restart itself to prevent permanent hardware damage. This is the most overlooked cause and often the easiest to fix.

  1. Press Ctrl + Shift + Esc to open Task Manager, then click the Performance tab.
  2. Watch your CPU temperature during normal use. Consistently above 90°C (194°F) means overheating is likely the culprit.
  3. Clean your vents and fans with compressed air. Dust buildup is the single most common overheating cause.
  4. Make sure a laptop sits on a hard, flat surface — not a bed or cushion that blocks airflow.

On my own laptop, a quick blast of compressed air through clogged vents dropped idle temps by nearly 15°C and the restarts stopped. If Task Manager does not show temperatures, a free monitoring utility like the one from CPUID HWMonitor reports CPU and GPU temps in real time. If high CPU load is part of the picture, the Windows 11 high CPU usage guide tackles overload and instability together.

Cleaning dust and watching temps fixes more restarts than any registry tweak ever will.

Should I update or roll back my drivers?

A buggy graphics or chipset driver is one of the most frequent causes of random restarts. If the problem started after a driver update, roll it back; if your drivers are outdated, update them.

To update a driver:

  1. Press Windows + X and select Device Manager.
  2. Expand Display adapters, right-click your graphics card, and choose Update driver > Search automatically for drivers.
  3. Repeat for any device showing a yellow warning icon.

To roll back a driver:

  1. In Device Manager, right-click the device and select Properties.
  2. Click the Driver tab, then Roll Back Driver.
  3. Restart and monitor your PC for a day or two.

Match the action to the timeline: roll back if a driver update caused it, update if the driver is stale.

Did a Windows Update cause this?

Microsoft occasionally ships an update that causes instability on certain hardware. If restarts began right after a Windows Update, removing it often solves the issue immediately.

  1. Go to Settings > Windows Update > Update history.
  2. Click Uninstall updates.
  3. Sort by date and uninstall the most recent update.
  4. Restart your PC and monitor for several hours.

To stop another problematic update from installing before you stabilize things, open Settings > Windows Update and choose Pause for 1 week.

If the trouble started the day an update landed, that update is your prime suspect.

Can disabling Fast Startup stop the restarts?

Fast Startup speeds up boot by saving a partial system state instead of fully shutting down. On some hardware this causes driver conflicts and unexpected restarts, especially after waking from sleep.

  1. Press Windows + S, type Control Panel, and open it.
  2. Go to Hardware and Sound > Power Options > Choose what the power buttons do.
  3. Click Change settings that are currently unavailable.
  4. Uncheck Turn on fast startup (recommended).
  5. Click Save changes and restart your PC.

If restarts cluster around wake-from-sleep, turning off Fast Startup is the first thing to try.

How do I repair corrupted system files?

Corrupted Windows system files cause all kinds of instability, including random restarts. Two built-in commands detect and repair corruption automatically and for free.

  1. Press Windows + S, type cmd, right-click Command Prompt, and choose Run as administrator.
  2. Run this first (it downloads a fresh Windows image from Microsoft):
    DISM /Online /Cleanup-Image /RestoreHealth
  3. When that finishes, run:
    sfc /scannow
  4. Restart your PC when both scans complete.

I always run DISM before SFC. SFC repairs files using your local Windows image, so if that image is also corrupted, SFC misses things; DISM refreshes the image first, giving SFC a clean starting point.

DISM then SFC, in that order, fixes corruption that either one alone would miss.

Could malware be behind the restarts?

Malware can overload system resources or deliberately destabilize Windows. Run a thorough scan to rule it out before going deeper.

  1. Press Windows + S, type Windows Security, and open it.
  2. Click Virus & threat protection > Scan options.
  3. Choose Full scan and click Scan now. It takes 30–60 minutes but checks every file on your PC.

A full scan is slow but it conclusively rules malware in or out, which narrows everything else down.

How do I test my RAM for faults?

Failing RAM is a less common but very real cause of random restarts, and Windows has a built-in memory test that needs no extra software.

  1. Press Windows + S, type Windows Memory Diagnostic, and open it.
  2. Choose Restart now and check for problems.
  3. Your PC restarts into the diagnostic, runs two test passes (5–15 minutes), then boots back to Windows automatically.
  4. After logging in, open Event Viewer > Windows Logs > System and look for the MemoryDiagnostics-Results entry to see whether errors were found.

When the test flagged errors on a machine of mine, I ran it again with one stick installed at a time and pinned the fault to a single module within an hour.

If memory errors appear, testing one stick at a time isolates the bad module without buying anything.

Will adjusting my power plan help?

An aggressive power setting can push the system into an unstable state and trigger a restart, especially on laptops. Switching to a balanced plan often resolves it.

  1. Press Windows + S, type Power plan, and click Choose a power plan.
  2. Select Balanced. Avoid High performance or Power saver plans while troubleshooting.
  3. Click Change plan settings > Change advanced power settings.
  4. Expand Sleep > Allow hybrid sleep and set it to Off.
  5. Click OK and restart your PC.

If your restarts arrive with a blue screen error code, the guide on how to fix the Blue Screen of Death on Windows 11 has targeted stop-code fixes.

Balanced power and hybrid sleep off settle the unstable states that aggressive plans create.

Which fix should I try first?

If you want the fastest path, the table below maps the most likely symptom to the fix that resolves it, so you can skip straight to what matters.

Symptom or clue Most likely cause Fix to try first
Restarts under load or hot to the touch Overheating Clean vents, check temps
Started right after a driver install Bad driver Roll Back Driver
Started right after an update Faulty update Uninstall the update
Happens waking from sleep Fast Startup conflict Disable Fast Startup
Kernel-Power Event ID 41, no pattern Power or RAM fault Memory Diagnostic, power plan

Matching the symptom to the fix turns nine steps into the one or two that actually apply to you.

Common Mistakes to Avoid

  • Skipping Event Viewer. Jumping to fixes without checking what triggered the restart wastes time. Fix: spend two minutes in Windows Logs > System first to pinpoint the cause.
  • Updating drivers when you should roll back. A newer driver will not help if the update itself broke things. Fix: use Roll Back Driver in Device Manager when restarts followed a driver change.
  • Ignoring overheating. Windows restarts to protect itself from heat. Fix: clean the fans and vents — it costs nothing and resolves many cases outright.
  • Running SFC before DISM. SFC repairs from a local image that may also be damaged. Fix: always run DISM first so SFC has a clean source.
  • Doing a factory reset too soon. A reset erases your apps and will not fix failing hardware. Fix: work through every software step, and if heavy disk activity accompanies the restarts, see the Windows 11 100% disk usage guide first.

Frequently Asked Questions

Why does Windows 11 restart randomly with no error message?

It is usually overheating, a power setting issue, or a driver crash too fast to display anything on screen. For example, on my PC a Kernel-Power Event ID 41 in Event Viewer revealed a power fault that left no on-screen message at all, pointing me straight to hardware.

How do I stop Windows 11 from automatically restarting after a crash?

Go to Settings > System > About > Advanced system settings > Startup and Recovery > Settings and uncheck Automatically restart. When I did this on a crashing machine, Windows finally held the blue screen long enough for me to read and look up the stop code.

Can a Windows Update cause random restarts?

Yes. A faulty update can introduce driver conflicts or file corruption that leads to unexpected restarts. I once had a machine reboot every few hours starting the day an update installed; removing it from Update history > Uninstall updates ended the restarts immediately. If the update will not install correctly, see how to fix Windows Update not working on Windows 11.

How do I know if overheating is causing my PC to restart?

Watch the CPU temperature in Task Manager’s Performance tab during normal use; consistent readings of 90°C or above point to overheating. On my own laptop, temps were spiking past 95°C until I cleared dust from the vents, after which the restarts stopped.

Will a factory reset fix random restarts on Windows 11?

It can fix restarts from corrupted files or bad software, but it will not fix hardware faults like failing RAM. I have seen a reset wipe a perfectly good setup only for the restarts to continue, because the real problem was a bad memory stick — so treat a reset as a last resort.

How long does Windows Memory Diagnostic take?

The standard test runs about 5–15 minutes across two passes, then boots back to Windows automatically. After it finished on my PC, I opened Event Viewer > Windows Logs > System and read the MemoryDiagnostics-Results entry to confirm whether errors were found.

Conclusion

Random restarts on Windows 11 almost always have a fixable cause. Start with Event Viewer, check for overheating, then work through drivers, updates, and system repairs — most people resolve it within the first three or four steps.

If you have worked through every step and the restarts continue, have the hardware checked, particularly the RAM and the power supply. Right now, open Event Viewer, go to Windows Logs > System, and find the red Critical event near your last restart — it takes two minutes and tells you exactly where to focus.

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

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

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

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

Quick Answer

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

How does file deletion actually work in Windows 11?

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

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

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

Is the file still in the Recycle Bin?

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

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

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

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

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

Can Previous Versions bring a file back without a backup?

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

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

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

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

How do I restore a file with File History?

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

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

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

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

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

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

Open Command Prompt as Administrator, then run:

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

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

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

winfr C: D:\RecoveryFolder /extensive

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

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

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

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

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

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

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

Is Recuva a safe choice for beginners?

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

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

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

Which recovery method should I use?

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

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

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

Common Mistakes to Avoid

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

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

Frequently Asked Questions

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

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

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

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

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

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

Conclusion

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

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

How to Stop Spam Calls on iPhone and Android: A Practical Guide

Stop spam calls on iPhone and Android with built-in filters, free carrier tools, and a layered setup I rely on daily. Quiet your phone in minutes, starting now.

For weeks my phone buzzed every afternoon with a recorded voice pitching a car warranty, a fake IRS deadline, or a “free cruise.” Spam calls — also called robocalls (automated calls dialed by a computer) — are one of the most universal tech frustrations today, and hanging up never seemed to make them stop. The real fix happens at the phone level, not on each individual call.

The good news: your iPhone or Android already includes powerful tools to stop spam calls, and your carrier almost certainly offers a free network filter too. I layered all three on my own phone and the daily flood dropped to a trickle within a day.

Quick Answer

To stop spam calls on iPhone, open Settings > Phone > Silence Unknown Callers and toggle it on. On Android, open the Phone app, tap More > Settings > Spam and Call Screen, and enable spam protection. Then register at donotcall.gov and activate your carrier’s free call-filtering service for a second layer.

Why Do You Get So Many Spam Calls?

Robocallers use automated systems to dial millions of numbers every hour. A common trick is “neighbor spoofing” — faking a local area code so the call looks familiar and you’re more likely to answer. Your number probably landed on a list that gets bought and sold between telemarketers and scammers.

When I started getting calls that matched my own area code and prefix, I realized hanging up did nothing. Calling back is worse: it confirms your number is active and often lands you on more lists.

Spammers target your number, not a specific call, so the fix has to filter at the device and network level.

How Do You Stop Spam Calls on iPhone?

The iPhone has a built-in filter plus easy per-number blocking. I set both up in under five minutes.

Step 1: Turn On Silence Unknown Callers

This is Apple’s built-in spam filter. It sends calls from numbers not in your contacts, recent calls, or Siri suggestions straight to voicemail — silently.

  1. Open the Settings app.
  2. Scroll down and tap Phone.
  3. Tap Silence Unknown Callers.
  4. Toggle it on (the switch turns green).

Unknown numbers go straight to voicemail, but you still see a missed-call notification, so nothing important vanishes without a trace. After I turned this on, a new dentist’s office I hadn’t saved went to voicemail — they left a message, and I called back and saved the number.

Step 2: Use Your Carrier’s Free Spam Filter

All major U.S. carriers offer free call-filtering tools that work at the network level, catching spam before it ever reaches your phone:

Carrier Service Name How to Get It
AT&T AT&T Call Protect Download the free app or activate in myAT&T
Verizon Verizon Call Filter Activate at My Verizon or the Call Filter app
T-Mobile Scam Shield Active by default; app available for extra features

Pairing your carrier’s filter with Silence Unknown Callers gives you two independent layers of protection.

Step 3: Block Individual Numbers on iPhone

When a spam call does slip through:

  1. Open the Phone app and go to Recents.
  2. Tap the info icon next to the number.
  3. Scroll down and tap Block this Caller.
  4. Confirm by tapping Block Contact.

On iPhone, the built-in filter plus your carrier’s service stops most spam before your phone even rings.

How Do You Stop Spam Calls on Android?

The steps vary slightly by phone model and Android version, but the core options are the same. Android pairs an on-device spam filter with the same carrier tools iPhone uses.

Step 1: Enable Spam Protection in the Phone App

If your phone uses the Google Phone dialer (standard on Pixel phones and many other devices):

  1. Open the Phone app.
  2. Tap the three-dot menu (top right) and select Settings.
  3. Tap Spam and Call Screen (it may appear as “Spam protection” on some versions).
  4. Toggle on See caller and spam ID and Filter spam calls.

Google then screens suspected spam and shows a warning before you answer. On a Samsung Galaxy, open the Phone app, tap the three-dot menu, choose Settings > Caller ID and spam protection, and turn on Caller ID and spam. On my Pixel, the Call Screen feature answers and transcribes the caller in real time, so I can hang up without ever speaking.

Step 2: Block Numbers Manually on Android

  1. Open the Phone app and go to Recents.
  2. Long-press the number you want to block (or tap the info icon).
  3. Select Block / report spam.
  4. Check the box to report it as spam, then tap Block.

Reporting a number as spam helps improve detection for everyone on the same network or app.

Step 3: Activate Your Carrier’s Free Filter

The same carrier services that work on iPhone also work on Android — AT&T Call Protect, Verizon Call Filter, and T-Mobile Scam Shield. Download your carrier’s app, sign in with your account, and the network-level filter runs alongside your phone’s built-in protection.

On Android, enabling Google or Samsung spam protection plus your carrier filter blocks the vast majority of robocalls automatically.

Should You Register With the Do Not Call Registry?

Yes — it is free, permanent, and takes a minute. Visit donotcall.gov, the official Federal Trade Commission site, and register your number. It won’t stop scammers who already break the law, but it does reduce calls from legitimate telemarketers, who face heavy fines for violations.

I registered my number years ago and noticed the legitimate sales calls fade within a couple of weeks, even though the outright scam calls kept coming until I added the filters above.

The registry is worth doing once, but treat it as one layer, not your whole defense.

Which Third-Party Call Blocking Apps Are Worth It?

For an extra layer, these three apps are widely used and well regarded. Compare them before installing:

App Platform Free? Best For
Hiya iOS & Android Yes (basic) Caller ID + spam blocking
YouMail iOS & Android Yes (basic) Visual voicemail + blocking
RoboKiller iOS & Android No (~$5/mo) Aggressive blocking + Answer Bots

If an app blocks too many legitimate calls, open its block list settings — most let you whitelist specific numbers or area codes so important callers always get through. Because some blockers access your call data, I read the privacy policy first; if a scam call ever gets you to hand over a password, run a data breach check right away.

A third-party app is optional, but it adds aggressive blocking the built-in tools don’t offer.

Common Mistakes to Avoid

  • Calling back unknown numbers. This confirms your number is active and lands you on more lists. Fix: if someone important called, they’ll leave a voicemail — wait for it.
  • Pressing “2” to opt out of a robocall. Scammer opt-outs flag your number as live. Fix: hang up immediately instead of pressing any key.
  • Only blocking calls after they happen. One-by-one blocking never catches up. Fix: turn on proactive filtering now, before the next wave.
  • Ignoring your carrier’s free filter. Many people don’t know it exists. Fix: install your carrier’s app and activate the network-level service — it costs nothing.
  • Trusting an “IRS” or “Social Security” threat. Real agencies contact you by mail first and never demand phone payment. Fix: hang up, and learn the same pressure tactics in phishing emails so you spot the next scam.

Frequently Asked Questions

Can spam callers get around my block list?
Yes, because robocallers rotate numbers constantly, so blocking one number rarely stops the campaign. When I blocked a “warranty” caller, a near-identical number called the next day — which is why I rely on Silence Unknown Callers and carrier filters instead of one-by-one blocking.

Will Silence Unknown Callers on iPhone block all spam?
No, it silences numbers not in your contacts, recent calls, or Siri suggestions, so a spammer who reached you before can still ring through. On my own phone, pairing it with my carrier’s free filter closed that gap and caught the repeat callers.

Is the Do Not Call Registry still effective?
It works against legitimate telemarketers who face FTC fines, but not against scammers who already break the law. After I registered, the sales calls dropped within weeks while the scam robocalls only stopped once I added device and carrier filtering.

Do call-blocking apps sell my data?
Some do, so read the privacy policy before installing. When I tested a free blocker, I checked its policy first and stuck with reputable options like Hiya and YouMail; if privacy is your priority, the built-in tools and your carrier filter are enough.

What should I do if I gave information to a spam caller?
Act fast: call your bank if you shared financial details, and visit IdentityTheft.gov if you gave your Social Security number. A friend who shared a card number caught the fraud the same afternoon only because she called her bank within the hour.

Does using a VPN stop spam calls?
No, because a VPN protects your internet traffic, not your phone calls, which travel over your carrier’s voice network. I keep a VPN running for browsing, but spam-call defense lives entirely in your phone and carrier settings.

Conclusion

Stopping spam calls comes down to layering simple, free defenses: turn on your phone’s built-in filter, activate your carrier’s network-level service, and register at donotcall.gov. Together they quieted my phone in a single day with almost no ongoing effort. Set up all three this week and enjoy the silence.

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 CPU Usage at 100%: How to Find the Cause and Fix It

Windows 11 CPU usage stuck at 100%? I show how I find the runaway process in Task Manager and the exact fixes that bring it down, using free built-in tools only.

The first time my Windows 11 desktop pinned its CPU at 100%, the fans roared, every click lagged, and Task Manager showed one process eating the whole processor. The fix took me about ten minutes once I knew where to look. Almost every case of 100% CPU usage on Windows 11 traces back to a single identifiable process — not failing hardware.

High CPU usage on Windows 11 happens when a background task, a runaway app, an outdated driver, or malware grabs the processor and refuses to let go. Sometimes Windows itself is to blame, running an update or file-indexing job at the worst moment. The good news is that you can find the cause and fix it with free, built-in tools — no technician and no reinstall.

Quick Answer

To fix 100% CPU usage on Windows 11, open Task Manager with Ctrl + Shift + Esc, click the CPU column to find the top process, and end that task. Then disable startup apps, install Windows Updates, run a full malware scan in Windows Security, and disable SysMain if usage stays high.

Start in Task Manager to name the offending process, then work the fixes below from easiest to deepest.

How do I check what is using my CPU?

Before changing anything, I always pinpoint the culprit so I am not fixing the wrong thing:

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the CPU column header to sort processes by usage, highest first.
  3. Note the top two or three processes. That is your starting point.

The first time I did this, the offender was a browser sitting at 40+ open tabs. Common culprits include antivirus scans, Windows Update, browsers, and sync tools like OneDrive or Google Drive.

Sort Task Manager by CPU first so you fix the real offender instead of guessing.

Which fix should I try for high CPU usage?

I work through these in order, easiest first. Here is how the main fixes compare so you can jump to the one that matches your symptoms.

Fix Best for Time
Restart the PC Usage built up over days 2 min
End the process One app at the top of the list 1 min
Disable startup apps High CPU right after login 5 min
Windows + driver updates Spikes after a recent update 15 min
Full malware scan High usage while idle 30-60 min
Disable SysMain SSD-based PCs with steady load 5 min

Restart your PC first

A restart clears temporary files, flushes memory, and stops runaway processes that may have been building for days. Choose Restart, not Shut Down — Windows 11’s Fast Startup means a shutdown does not fully reset running processes the way a proper restart does.

End the high-CPU process in Task Manager

  1. Open Task Manager (Ctrl + Shift + Esc).
  2. Right-click the process at the top of the CPU column.
  3. Click End Task.

If it is a program you recognize, close and reopen it fresh — a single crashed instance is often the whole problem. If the name is unfamiliar, search it online before ending it. If the process instantly reappears at high CPU, it may be a Windows service or malware, so skip to the malware scan.

Disable unnecessary startup programs

Apps that launch at login quietly consume CPU in the background. Open Task Manager, click the Startup apps tab, right-click any non-essential app, and select Disable. Good candidates: Spotify, Microsoft Teams, game launchers, and manufacturer utilities you rarely use.

Update Windows and your drivers

A single buggy driver or unpatched build can pin CPU at 100% until a fix ships. Go to Settings → Windows Update and install everything available. Then open Device Manager (right-click Start → Device Manager), look for yellow warning icons, and choose Update driver. If the spikes began right after an update, check Windows Update again a day or two later — a patch may already be queued.

Run a full malware scan

Malware, especially cryptocurrency miners, is built to hijack your CPU silently. Open Windows Security, go to Virus & threat protection → Scan options, choose Full scan, and click Scan now. A full scan takes 30-60 minutes and removes most threats automatically. Microsoft’s own Windows Security guide explains how the built-in scanner works.

Disable the SysMain service

SysMain (formerly Superfetch) pre-loads apps into RAM to speed launches. On PCs with fast SSDs it can backfire and drive CPU up. Press Win + R, type services.msc, double-click SysMain, set Startup type to Disabled, click Stop, then restart. If you run an older mechanical hard drive instead of an SSD, leave SysMain on — it genuinely helps spinning drives.

Switch your power plan to Balanced

If your PC is set to High Performance, Windows runs the CPU at full speed even for light tasks. Search for Power plan, click Choose a power plan, and select Balanced (recommended) so the CPU can throttle down when idle.

Run System File Checker

Corrupted system files can make processes like WMI Provider Host spike unpredictably. Open Command Prompt as administrator, type sfc /scannow, and press Enter. Wait 10-15 minutes without closing the window, then restart. If it repairs files, corrupted components were the cause; if it reports no integrity violations, your files are clean and the problem lies elsewhere.

Move down the list in order and most people resolve it within the first three fixes.

If your processor is fine but the drive is the bottleneck, see my guide on how to stop 100% disk usage on Windows 11. For a broader tune-up, read how to speed up a slow Windows 11 PC, and if Windows is throwing other errors, see how to fix File Explorer crashing.

What mistakes should I avoid with high CPU usage?

  • Ending critical system processes — Terminating “System” or “Windows Security Health Service” can crash your PC. Fix: search an unfamiliar process name online before ending it.
  • Running two antivirus programs at once — Two real-time scanners fight over the CPU constantly. Fix: stick to Windows Defender unless you have fully replaced it with one paid alternative.
  • Skipping Windows Update — Delaying updates means missing CPU-bug patches. Fix: install them regularly, not only when something breaks.
  • Using High Performance mode on a laptop — It forces maximum CPU speed, drains the battery, and overheats compact laptops. Fix: switch to Balanced.
  • Disabling startup apps blindly — VPN clients, accessibility tools, and security software matter at login. Fix: only disable entries you are certain about.

The fastest way to make high CPU worse is ending a process you cannot name, so verify before you click.

Frequently Asked Questions

Why is my Windows 11 CPU at 100% when I am not doing anything?
A background task such as Windows Update, file indexing, or an antivirus scan is running. If usage stays at 100% for more than 15 minutes at idle, a process has gone rogue. On my own PC the culprit was a stalled Windows Update that cleared after one restart.

Is 100% CPU usage dangerous for my computer?
Sustained high CPU generates heat that can wear components over time, but it will not destroy your PC overnight. On a laptop I once left maxed out for an afternoon, the keyboard got uncomfortably hot — that heat is the reason to fix it quickly.

What is “Antimalware Service Executable” and why does it spike my CPU?
It is Windows Defender running a background scan, and it usually settles within 30 minutes. When it ran constantly on my machine, I opened Windows Security → Virus & threat protection → Manage settings and scheduled scans for overnight, which stopped the daytime spikes.

Will disabling SysMain make my PC slower?
On an SSD you will not notice a slowdown, and it can reduce background CPU load. After I disabled it on my SSD laptop, app launch times were identical but idle CPU dropped a few percent.

Can browser extensions cause high CPU usage?
Yes, a poorly coded or malicious extension can spike CPU with many tabs open. I test this by opening a private window, which disables extensions; when CPU drops noticeably, an extension is the culprit and I remove it.

What if none of the fixes work?
The cause may be hardware — overheating, a failing drive, or low RAM. Check your CPU temperature with a free monitoring tool; on my older tower, readings above 90°C meant the cooler needed cleaning and fresh thermal paste, which solved it.

Conclusion

High CPU usage on Windows 11 is annoying but almost always fixable without a technician or factory reset. Start in Task Manager to find the offender, then work the fixes in order. If random slowdowns continue, read my guide on how to diagnose Windows 11 freezing next.

Name the process first, fix in order, and you will almost always tame the CPU without spending a cent.