Updated 11/03/2026. Verified fixes, refreshed screenshots, and improved troubleshooting steps based on current Windows 10 and Windows 11 behavior.
If your Windows PC is randomly rebooting, eating disk space, breaking sound, or just trolling you with “unexpected errors,” congratulations, you’ve joined the club. Modern Windows systems are powerful, but they also come with enough background services, updates, and hidden settings to break things in creative ways.
This guide tackles the most common windows 10 and 11 problems and how to fix them, based on issues real users encounter every day. No scripts, no shady downloads, and no tech support jargon. Just practical fixes you can try immediately.
The goal here is simple. Instead of spending hours digging through forums or reinstalling Windows in frustration, you can work through the most common problems step by step. In many cases the solution is surprisingly simple once you know where Microsoft buried the setting.
Quick Fix Cheat Sheet
If you just need the fastest possible solution, start here. This quick table covers the most common Windows issues and the first fix to try before digging deeper.
| Problem | Fast Fix |
|---|---|
| Slow boot | Disable unnecessary startup apps |
| Windows Update stuck | Clear the SoftwareDistribution folder |
| No sound | Check output device and run sound troubleshooter |
| High CPU usage | Sort Task Manager by CPU and stop runaway processes |
| Apps crashing | Reinstall the app and update Visual C++ runtimes |
| Disk space disappearing | Run Disk Cleanup and remove previous Windows installs |
| Games stuttering | Update GPU drivers and disable background apps |
| Random restarts | Adjust Windows Update active hours |
If your problem needs more detail, jump directly to the section below.
Problem 1: Slow Boot
One of the most common Windows complaints is painfully slow startup. Modern PCs should reach the desktop within seconds, especially if you are using an SSD. When boot times stretch into minutes, the problem is usually startup software loading before you even touch the mouse.

When your PC boots slower than a 90s fax machine.
- Disable startup apps: Open Task Manager → Startup tab → disable anything unnecessary.
- Check startup impact: Sort by “Startup impact” and disable the worst offenders first.
- Install Windows updates: Occasionally a slow boot is caused by a failed update process.
- Check storage health: If you still use a mechanical hard drive, startup performance will always suffer.
Problem 2: Windows Update Is Broken
Windows Update failures remain one of the most frustrating problems across both Windows 10 and Windows 11. Updates may stall, restart endlessly, or refuse to install entirely. Fortunately most update issues can be resolved by resetting Windows Update components.

Stuck at 99 percent? Windows Update probably needs a reset.
- Check compatibility first: Use Microsoft’s official Windows 11 compatibility and upgrade information to confirm whether your PC meets the main requirements.
- Enable TPM and Secure Boot in your system BIOS if they are disabled.
- Update your motherboard firmware if compatibility features are missing.
- Use the Windows Installation Assistant to complete the upgrade manually.
Problem 3: Sound Not Working
When Windows forgets your speakers exist.

Audio failures happen surprisingly often after Windows updates or driver changes. Sometimes the wrong playback device becomes active, while other times the audio driver simply stops responding.
- Check output device: Click the volume icon and confirm the correct speakers or headset.
- Update audio drivers: Use Device Manager to reinstall or update the sound driver.
- Run the sound troubleshooter: Settings → System → Sound.
- Restart audio services: Restart Windows Audio service in services.msc.
Problem 4: High CPU Usage
When your CPU suddenly hits 100 percent usage, fans ramp up and performance tanks across the entire system. This usually means a background process has gone rogue or Windows indexing is running wild.
- Check Task Manager: Sort processes by CPU usage.
- Disable startup bloat: Remove unnecessary background apps.
- Scan for malware: Run Windows Defender full scan.
- Check Windows services: SysMain and Windows Search occasionally spike CPU.
If gaming performance is affected, read our deeper guide on fixing high CPU usage while gaming.
Quick Hardware Fix: More RAM
Problem 5: Corrupted System Files
Sometimes Windows problems have no obvious cause. Apps fail randomly, settings reset themselves, or updates refuse to install. In many cases the culprit is corrupted system files inside Windows itself.

SFC and DISM still fix a surprising number of Windows issues.
- Run SFC: Command Prompt (Admin) →
sfc /scannow - Run DISM:
DISM /Online /Cleanup-Image /RestoreHealth - Restart the system after both scans complete.
Problem 6: Apps Crashing
Applications sometimes crash before they even load. This can happen after Windows updates, driver changes, or missing runtime libraries required by the software.
- Run the program as administrator.
- Reinstall the application.
- Check Event Viewer for crash logs.
- Update runtimes such as .NET Framework and Visual C++ redistributables.
Problem 7: Privacy Settings You Should Change
Both Windows 10 and Windows 11 include extensive telemetry settings enabled by default. While some data collection is necessary for updates and diagnostics, many privacy options can safely be disabled.

Windows tracks more data than most users realize.
- Open Settings → Privacy & Security.
- Disable diagnostic data sharing.
- Turn off speech recognition and typing personalization.
- Disable advertising ID tracking.
Problem 8: Safe Mode Is Harder to Access
Older versions of Windows allowed users to enter Safe Mode by repeatedly pressing F8 during boot. Modern Windows systems start too quickly for this method, so Safe Mode is now accessed through recovery options.
- Shift + Restart: Hold Shift while selecting Restart from the Start menu.
- Navigate: Troubleshoot → Advanced Options → Startup Settings.
- Select Safe Mode: Press F4 or F5 during startup.
- Alternative: Use
msconfigto force Safe Mode temporarily.
Problem 9: System Restore Is Not Enabled
System Restore is one of the few Windows features that can undo major system damage quickly, yet many PCs have it disabled by default. Without restore points, recovering from broken drivers or updates becomes much harder. Enabling it now can save hours of troubleshooting later.
- Search for: “Create a restore point” in the Windows search bar.
- Select your system drive (usually C:) and click Configure.
- Enable system protection and allocate about 5 percent disk space.
- Create a manual restore point before major installs or updates.
If Windows breaks after a driver or update, you can restore the system through Advanced Startup → Troubleshoot → System Restore.
Problem 10: Default Apps Keep Resetting
Windows sometimes resets your preferred apps after updates.
You carefully choose your preferred browser, video player, or PDF reader, then Windows updates and quietly switches everything back to Microsoft defaults. This behavior has been common in both Windows 10 and Windows 11.

- Open: Settings → Apps → Default Apps.
- Choose defaults by file type to lock them in more reliably.
- Recheck defaults after major updates because Windows occasionally resets them.
- Optional: advanced users sometimes use utilities that block forced resets.
This issue is annoying rather than dangerous, but it is one of the most frequently reported Windows frustrations.
Problem 11: Windows Shares Too Much Data
Windows includes multiple features that automatically share data, device activity, or network information. Many of these settings exist to improve synchronization between devices, but they can expose more information than most users realize.
- Open: Settings → Privacy & Security.
- Disable: Diagnostic data collection if you do not want detailed telemetry sent.
- Turn off location access unless apps genuinely need GPS data.
- Review background app permissions and disable unnecessary access.
These settings do not normally affect performance, but reducing background activity can help simplify troubleshooting.
Problem 12: Wi-Fi or DNS Connection Problems
Sometimes Windows claims you are connected to the internet while websites refuse to load. This often indicates a DNS cache problem or a broken network stack rather than an actual internet outage.

- Restart your router to rule out a temporary connection problem.
- Flush DNS: open Command Prompt and run
ipconfig /flushdns. - Reset Winsock: run
netsh winsock reset. - Reset the network stack:
netsh int ip resetthen restart the PC.
If wireless issues happen frequently, the network adapter driver may also need updating.
Problem 13: File Access Denied Errors
Sometimes Windows refuses to let you delete or modify files even though you are the administrator. This usually happens when the file ownership or permissions are incorrect, or when another process is actively using the file.
- Right-click the file → Properties → Security.
- Open Advanced settings and change the file owner to your user account.
- Apply changes to subfolders if the file sits inside a restricted directory.
- Restart Windows Explorer or boot into Safe Mode if the file is locked.
Some third-party utilities can also identify which process is preventing a file from being deleted.
Problem 14: Games Run Like Trash
If your PC hardware should easily run a game but performance is still terrible, Windows configuration can sometimes be the problem. Background applications, driver issues, or unnecessary gaming overlays can all reduce performance.

- Update GPU drivers directly from NVIDIA, AMD, or Intel.
- Disable unnecessary overlays such as Discord or Game Bar.
- Close heavy background apps before launching games.
- Check Windows power settings and ensure high-performance mode is active.
If you are still seeing stutter or frame drops, our guide on why games stutter on capable hardware explains the most common causes.
Problem 15: Blue Screens After Updates
A blue screen after a Windows update usually indicates a driver conflict or corrupted system files. The error code displayed on the screen can provide clues, but the safest first step is rolling back the recent update.
- Boot into Safe Mode using the recovery options.
- Open Update History and uninstall the most recent update.
- Run SFC and DISM scans to repair system files.
- Update hardware drivers before reinstalling the update.
If the same blue screen appears repeatedly, the underlying cause may be a faulty driver or unstable hardware.
Problem 16: Cannot Upgrade to Windows 11
Many Windows 10 users still encounter compatibility warnings when attempting to upgrade to Windows 11. The most common blockers involve TPM requirements, Secure Boot settings, or unsupported processors.
- Use the PC Health Check tool to confirm compatibility.
- Enable TPM and Secure Boot in your system BIOS if they are disabled.
- Update your motherboard firmware if compatibility features are missing.
- Use the Windows Installation Assistant to complete the upgrade manually.
While unofficial bypass methods exist, they can break future updates and are generally not recommended for everyday systems.
Problem 17: Print Spooler Keeps Crashing
Printer problems are surprisingly common in Windows, and the print spooler service is often responsible. When the spooler crashes, print jobs fail silently or get stuck in the queue indefinitely.
- Open services: Press Win + R, type
services.msc. - Restart Print Spooler: Locate the service and click Restart.
- Clear the print queue: Navigate to
C:\Windows\System32\spool\PRINTERSand delete the files. - Update printer drivers from the manufacturer website.
Most spooler problems come from outdated drivers or stuck print jobs.
Problem 18: Search Indexing Slows Your System
Windows indexing improves file searches, but on slower machines it can cause noticeable CPU and disk activity. When indexing misbehaves, the system may feel sluggish while the search service rebuilds its database.
- Open Settings → Privacy & Security → Searching Windows.
- Disable Enhanced indexing if your system drive is slow.
- Exclude large folders that do not need indexing.
- Rebuild the index if search results appear broken.
Reducing indexed locations often solves performance spikes.
Problem 19: Screen Flickering
Screen flickering usually appears after a graphics driver update or when incompatible background applications interfere with display rendering. Determining whether the problem is driver-related or application-related is the first step.
- Open Task Manager. If the flicker appears there too, the driver is likely the cause.
- Update graphics drivers from the GPU manufacturer.
- Disable problematic apps such as certain antivirus overlays.
- Restart Windows Explorer if flickering affects only the desktop.
Display driver updates fix the majority of flickering issues.
Problem 20: Long File Path Errors
Older Windows systems struggled with long file paths, and although modern versions support them, the feature may still be disabled on some machines. When this happens Windows refuses to move or delete folders with extremely long directory names.
- Open Group Policy Editor: run
gpedit.msc. - Navigate: Computer Configuration → Administrative Templates → System → Filesystem.
- Enable: “Enable Win32 long paths.”
- Restart the computer after applying the change.
On Windows Home editions the same option can be enabled through the registry.
Problem 21: Cannot Save Webpages in Edge
Some users notice that Microsoft Edge restricts saving complete webpages in the traditional way older browsers allowed. While Edge supports offline reading modes, the classic “save complete webpage” feature is limited.
- Use Print to PDF: press Ctrl + P and select “Microsoft Print to PDF.”
- Use another browser such as Firefox or Chrome for full page saving.
- Install extensions like SingleFile that save entire pages as one document.
This workaround preserves most page content even when Edge restricts direct saving.
Problem 22: Disk Space Disappearing
Sometimes Windows storage seems to vanish overnight. Updates, temporary files, and previous Windows installations can consume tens of gigabytes without obvious warning.

- Run Disk Cleanup and choose “Clean up system files.”
- Remove previous Windows installations if they appear in the cleanup list.
- Check Storage Settings to identify large folders.
- Use tools like WinDirStat or TreeSize to visualize disk usage.
Large update caches and leftover installation files are common causes of disappearing storage space.
Readers with disappearing disk space or slow storage often benefit from:
- SSD upgrade
- NVMe upgrade
- replacing old HDD
Problem 23: Random Restarts
If your PC reboots unexpectedly, Windows updates or system crash recovery settings are usually responsible. Windows sometimes schedules automatic restarts after installing updates, which can interrupt work if active hours are not configured.
- Open Windows Update settings.
- Set Active Hours to prevent automatic restarts while you are working.
- Disable automatic restart on crash in advanced system settings.
- Check Event Viewer for unexpected shutdown errors.
Once restart policies are configured properly, most unexpected reboots disappear.
Sometimes It Is Not Windows
While many issues appear to be caused by Windows itself, hardware problems can produce nearly identical symptoms. A failing SSD, unstable RAM, overheating CPU, or aging power supply can all cause crashes, slow performance, or corrupted files.
If troubleshooting steps repeatedly fail, it may be worth checking the health of the hardware running the operating system. Tools that monitor temperatures, storage health, and CPU stability can help identify problems that Windows cannot repair on its own.
If you suspect hardware instability, our guide on how to test a used CPU before it ruins your rig explains how to verify processor stability before replacing components.
Final Thoughts
Windows will never be completely free of problems, but most issues have straightforward solutions once you know where to look. The fixes in this guide address the most common situations users encounter across both Windows 10 and Windows 11.
Instead of reinstalling the operating system every time something breaks, working through these troubleshooting steps can often restore a system in minutes. Save this page for the next time Windows decides to behave strangely.
And when the next update introduces a brand new problem, you will already know where to start.
What to Read Next
If your Windows system still struggles after applying the fixes above, these deeper guides may help diagnose the underlying cause.





I use Directory Report to visualize disk usage. Easy to use. Finds duplicate files.