24/7 support in USA, UK & Canada
Authority Guide — 4500+ Words

The Complete Computer Troubleshooting Guide

Every fix for slow computers, Blue Screen errors, Windows Update failures, driver issues, Bluetooth, USB, Chrome, and more.

Updated: Mar 202620 min read35+ Fixes

Computer problems can range from minor annoyances to complete system failures. Whether your PC is crawling, throwing blue screens, refusing to update, or not recognizing your peripherals — this guide covers every common scenario with proven fixes organized from simple to advanced.

1. Universal Computer First Steps

Step 1: Proper Restart (Not Shutdown)

On Windows 10/11, Shutdown doesn't fully restart due to Fast Startup. Use Start → Restart instead, which completely clears RAM, resets all services, and applies pending updates. This single step fixes an enormous number of issues.

Step 2: Check Task Manager

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Click More details if needed
  3. Sort by CPU or Memory to find resource hogs
  4. If a single process uses 90%+ CPU/RAM, right-click → End task
  5. Go to Startup tab → disable unnecessary startup programs

Step 3: Run System File Checker

Open Command Prompt as Administrator and run:

sfc /scannowDISM /Online /Cleanup-Image /RestoreHealth

SFC scans and repairs corrupted Windows system files. DISM repairs the Windows component store. Run DISM first, then SFC, then restart.

2. Diagnose Your Problem

SymptomLikely CauseJump To
Everything is slowRAM, disk, or too many programsJump →
Blue screen crashDriver conflict or hardware failJump →
Updates won't installCorrupted cache or low disk spaceJump →
Bluetooth won't connectDriver or service issueJump →
USB device not recognizedDriver or power issueJump →
Browser crashes/slowExtensions or cache buildupJump →
Slow after updateDriver incompatibilityJump →

3. Slow Computer — Complete Fix

Fix 1: Disable Startup Programs

  1. Press Ctrl + Shift + EscStartup tab
  2. Sort by Startup impact
  3. Disable anything that isn't essential (keep antivirus, disable Spotify, Discord, OneDrive if not needed)
  4. Restart and measure improvement

Fix 2: Free Up Disk Space

  1. Open Settings → System → Storage
  2. Enable Storage Sense to auto-clean
  3. Click Temporary files → check all categories → Remove files
  4. Uninstall unused programs from Settings → Apps → Installed apps
  5. Aim for at least 15% free on your C: drive

Fix 3: Run Malware Scan

  1. Open Windows Security → Virus & threat protection
  2. Click Scan options → Full scan → Scan now
  3. After completion, also run Microsoft Defender Offline scan (catches rootkits & bootkits)
  4. For extra thorough cleaning, download and run Malwarebytes free (one-time scan)

Fix 4: Hardware Upgrade Recommendations

UpgradeImpactCost
HDD → SSD5-10x faster boot & app loading$30-60 (500 GB)
4 GB → 16 GB RAMHuge multitasking improvement$25-50
Clean dust from fansFixes thermal throttlingFree
Fresh Windows installRemoves years of bloatFree (backup first)

See detailed guides: Computer Running Slow · Laptop Slow After Windows Update · Computer Slow After Windows Update

4. Blue Screen of Death (BSOD) — All Error Codes

Common BSOD Error Codes

Error CodeCausePrimary Fix
IRQL_NOT_LESS_OR_EQUALDriver accessing invalid memoryUpdate/rollback recent driver
MEMORY_MANAGEMENTRAM hardware or software issueRun mdsched.exe, reseat RAM
KERNEL_SECURITY_CHECK_FAILURECorrupted system fileRun sfc /scannow + DISM
CRITICAL_PROCESS_DIEDEssential process crashedBoot Safe Mode, run sfc /scannow
PAGE_FAULT_IN_NONPAGED_AREAFaulty RAM or driverTest RAM, update drivers
SYSTEM_SERVICE_EXCEPTIONDriver or service crashIdentify driver from dump file

How to Boot into Safe Mode (Windows 10/11)

  1. Hold Shift and click Restart from the Start menu
  2. Choose Troubleshoot → Advanced options → Startup Settings → Restart
  3. Press 4 for Safe Mode or 5 for Safe Mode with Networking
  4. In Safe Mode, uninstall recently added software or roll back drivers

See: Blue Screen of Death — Complete Fix Guide

5. Windows Update Failures

Fix 1: Run the Windows Update Troubleshooter

Settings → System → Troubleshoot → Other troubleshooters → Windows Update → Run. This automatically detects and fixes common update issues.

Fix 2: Clear the Update Cache

Open Command Prompt as Administrator:

net stop wuauservnet stop bitsrd /s /q C:\Windows\SoftwareDistributionnet start wuauservnet start bits

Fix 3: Install Updates Manually

Note the KB number from Settings → Windows Update → Update history (e.g., KB5034441). Search that KB number on the Microsoft Update Catalog (catalog.update.microsoft.com), download the standalone installer, and run it manually.

See: Windows Update Not Working — Complete Fix

6. Driver Issues & Conflicts

Update Drivers Properly

  1. Open Device Manager (Win + X → Device Manager)
  2. Look for devices with yellow triangle warnings
  3. Right-click → Update driver → Search automatically
  4. For GPU drivers specifically, download directly from NVIDIA/AMD/Intel websites — Windows Update versions are often outdated

Roll Back a Problematic Driver

  1. Open Device Manager
  2. Double-click the problematic device
  3. Go to the Driver tab → Roll Back Driver
  4. If Roll Back is grayed out, the previous driver version isn't available — you'll need to manually download an older version from the manufacturer

7. Bluetooth Not Working

Fix 1: Re-enable the Bluetooth Service

  1. Press Win + R, type services.msc, press Enter
  2. Find Bluetooth Support Service
  3. Right-click → Restart
  4. Set its Startup type to Automatic

Fix 2: Remove and Re-pair the Device

  1. Go to Settings → Bluetooth & devices → Devices
  2. Click the three dots next to the problem device → Remove device
  3. Put the Bluetooth device back into pairing mode
  4. Click Add device → Bluetooth in Settings

See: Bluetooth Not Working — Complete Fix · Bluetooth Not Working After Update

8. USB & Peripheral Problems

USB Device Not Recognized

  1. Try a different USB port — preferably one on the back of a desktop (directly connected to the motherboard)
  2. Try the device on another computer to confirm it's not a hardware issue
  3. Open Device Manager → Universal Serial Bus controllers
  4. Right-click each "USB Root Hub" → Properties → Power Management → uncheck "Allow the computer to turn off this device to save power"
  5. If you see "Unknown device" with a yellow triangle — right-click → Uninstall device → unplug USB → restart → plug back in

See: USB Not Recognized — Complete Fix Guide

9. Browser Issues (Chrome, Edge, Firefox)

Chrome Using Too Much Memory

  1. Press Shift + Esc in Chrome to open Chrome's Task Manager
  2. Sort by Memory footprint — kill tabs/extensions using too much
  3. Reduce extensions: chrome://extensions/ → remove or disable unused ones
  4. Enable Memory Saver: Settings → Performance → turn on Memory Saver

Browser Crashes or Freezes

  1. Clear all browsing data: Ctrl + Shift + Delete → All time → Clear
  2. Disable hardware acceleration: Settings → System → turn off "Use hardware acceleration"
  3. Reset browser to defaults: Settings → Reset settings → Restore settings to original defaults
  4. If still crashing, uninstall and reinstall the browser

See: Google Chrome Not Working — Complete Fix

10. Preventive Maintenance Schedule

FrequencyTask
WeeklyRestart computer, install Windows updates
MonthlyRun full antivirus scan, clear temp files, check disk space
QuarterlyClean browser cache, review installed programs, update drivers
Bi-annuallyClean dust from fans/vents (compressed air), check backup status
AnnuallyReview startup programs, check hard drive health (CrystalDiskInfo)

Frequently Asked Questions

Why is my computer so slow?

The top causes are: (1) Too many startup programs — disable unnecessary ones via Task Manager → Startup tab. (2) Low disk space — you need at least 10-15% free on your C: drive. (3) Malware — run a full scan with Windows Defender and Malwarebytes. (4) Not enough RAM — if you have 4 GB or less, upgrading to 8-16 GB is the single biggest improvement. (5) Old mechanical hard drive — replacing an HDD with an SSD makes your PC 5-10x faster for everyday tasks.

How do I fix the Blue Screen of Death (BSOD)?

Note the error code (e.g., IRQL_NOT_LESS_OR_EQUAL, MEMORY_MANAGEMENT). Then: (1) Restart — sometimes a one-time BSOD doesn't recur. (2) Undo recent changes — uninstall new software/drivers added before the BSOD. (3) Run Windows Memory Diagnostic (mdsched.exe) to check for faulty RAM. (4) Update all drivers, especially GPU and network. (5) Run 'sfc /scannow' and 'DISM /Online /Cleanup-Image /RestoreHealth' to repair system files. (6) If BSOD happens randomly, check for overheating — clean fans and ensure proper ventilation.

Why won't Windows Update install?

Run the Windows Update Troubleshooter (Settings → System → Troubleshoot → Other). If that doesn't work: (1) Clear the update cache — stop Windows Update service, delete contents of C:\Windows\SoftwareDistribution\Download, restart the service. (2) Run 'sfc /scannow' to fix corrupt system files. (3) Check disk space — updates need 10-20 GB free. (4) Try installing the update manually from the Microsoft Update Catalog website.

How do I fix Bluetooth not working?

First check the basics: (1) Ensure Bluetooth is enabled in Settings → Bluetooth & devices. (2) Make sure the device is in pairing mode. (3) Restart the Bluetooth Support Service (services.msc). (4) Update Bluetooth drivers via Device Manager. (5) If using a USB Bluetooth adapter, try a different USB port. (6) Remove the device and re-pair it. (7) Run the Bluetooth troubleshooter in Settings → Troubleshoot.

What should I do when USB devices aren't recognized?

Try these steps: (1) Try a different USB port (front vs back, USB 2.0 vs 3.0). (2) Try the device on another computer to rule out a hardware issue. (3) Uninstall 'Unknown device' in Device Manager → right-click → Uninstall → restart. (4) Update USB controller drivers in Device Manager → Universal Serial Bus controllers. (5) Disable USB selective suspend in Power Options → Advanced → USB settings.

How often should I restart my computer?

Restart at least once a week for optimal performance. Restarting clears RAM, resets background processes, applies pending updates, and refreshes system caches. If your computer feels slow, a restart should be your first action. Don't just close the lid — use Start → Restart (not Shutdown, which enables Fast Startup and doesn't fully clear memory on Windows 10/11).

Still Having Computer Problems?

Our certified technicians can diagnose and fix any computer issue remotely.

Continue Exploring

Related Computer Guides

Hand-picked guides that help visitors keep moving through the exact troubleshooting path they need.