Table of Contents
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
- Press Ctrl + Shift + Esc to open Task Manager
- Click More details if needed
- Sort by CPU or Memory to find resource hogs
- If a single process uses 90%+ CPU/RAM, right-click → End task
- 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 /RestoreHealthSFC scans and repairs corrupted Windows system files. DISM repairs the Windows component store. Run DISM first, then SFC, then restart.
2. Diagnose Your Problem
| Symptom | Likely Cause | Jump To |
|---|---|---|
| Everything is slow | RAM, disk, or too many programs | Jump → |
| Blue screen crash | Driver conflict or hardware fail | Jump → |
| Updates won't install | Corrupted cache or low disk space | Jump → |
| Bluetooth won't connect | Driver or service issue | Jump → |
| USB device not recognized | Driver or power issue | Jump → |
| Browser crashes/slow | Extensions or cache buildup | Jump → |
| Slow after update | Driver incompatibility | Jump → |
3. Slow Computer — Complete Fix
Fix 1: Disable Startup Programs
- Press Ctrl + Shift + Esc → Startup tab
- Sort by Startup impact
- Disable anything that isn't essential (keep antivirus, disable Spotify, Discord, OneDrive if not needed)
- Restart and measure improvement
Fix 2: Free Up Disk Space
- Open Settings → System → Storage
- Enable Storage Sense to auto-clean
- Click Temporary files → check all categories → Remove files
- Uninstall unused programs from Settings → Apps → Installed apps
- Aim for at least 15% free on your C: drive
Fix 3: Run Malware Scan
- Open Windows Security → Virus & threat protection
- Click Scan options → Full scan → Scan now
- After completion, also run Microsoft Defender Offline scan (catches rootkits & bootkits)
- For extra thorough cleaning, download and run Malwarebytes free (one-time scan)
Fix 4: Hardware Upgrade Recommendations
| Upgrade | Impact | Cost |
|---|---|---|
| HDD → SSD | 5-10x faster boot & app loading | $30-60 (500 GB) |
| 4 GB → 16 GB RAM | Huge multitasking improvement | $25-50 |
| Clean dust from fans | Fixes thermal throttling | Free |
| Fresh Windows install | Removes years of bloat | Free (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 Code | Cause | Primary Fix |
|---|---|---|
| IRQL_NOT_LESS_OR_EQUAL | Driver accessing invalid memory | Update/rollback recent driver |
| MEMORY_MANAGEMENT | RAM hardware or software issue | Run mdsched.exe, reseat RAM |
| KERNEL_SECURITY_CHECK_FAILURE | Corrupted system file | Run sfc /scannow + DISM |
| CRITICAL_PROCESS_DIED | Essential process crashed | Boot Safe Mode, run sfc /scannow |
| PAGE_FAULT_IN_NONPAGED_AREA | Faulty RAM or driver | Test RAM, update drivers |
| SYSTEM_SERVICE_EXCEPTION | Driver or service crash | Identify driver from dump file |
How to Boot into Safe Mode (Windows 10/11)
- Hold Shift and click Restart from the Start menu
- Choose Troubleshoot → Advanced options → Startup Settings → Restart
- Press 4 for Safe Mode or 5 for Safe Mode with Networking
- In Safe Mode, uninstall recently added software or roll back drivers
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 bitsFix 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.
6. Driver Issues & Conflicts
Update Drivers Properly
- Open Device Manager (Win + X → Device Manager)
- Look for devices with yellow triangle warnings
- Right-click → Update driver → Search automatically
- For GPU drivers specifically, download directly from NVIDIA/AMD/Intel websites — Windows Update versions are often outdated
Roll Back a Problematic Driver
- Open Device Manager
- Double-click the problematic device
- Go to the Driver tab → Roll Back Driver
- 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
- Press Win + R, type
services.msc, press Enter - Find Bluetooth Support Service
- Right-click → Restart
- Set its Startup type to Automatic
Fix 2: Remove and Re-pair the Device
- Go to Settings → Bluetooth & devices → Devices
- Click the three dots next to the problem device → Remove device
- Put the Bluetooth device back into pairing mode
- 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
- Try a different USB port — preferably one on the back of a desktop (directly connected to the motherboard)
- Try the device on another computer to confirm it's not a hardware issue
- Open Device Manager → Universal Serial Bus controllers
- Right-click each "USB Root Hub" → Properties → Power Management → uncheck "Allow the computer to turn off this device to save power"
- If you see "Unknown device" with a yellow triangle — right-click → Uninstall device → unplug USB → restart → plug back in
9. Browser Issues (Chrome, Edge, Firefox)
Chrome Using Too Much Memory
- Press Shift + Esc in Chrome to open Chrome's Task Manager
- Sort by Memory footprint — kill tabs/extensions using too much
- Reduce extensions:
chrome://extensions/→ remove or disable unused ones - Enable Memory Saver: Settings → Performance → turn on Memory Saver
Browser Crashes or Freezes
- Clear all browsing data: Ctrl + Shift + Delete → All time → Clear
- Disable hardware acceleration: Settings → System → turn off "Use hardware acceleration"
- Reset browser to defaults: Settings → Reset settings → Restore settings to original defaults
- If still crashing, uninstall and reinstall the browser
10. Preventive Maintenance Schedule
| Frequency | Task |
|---|---|
| Weekly | Restart computer, install Windows updates |
| Monthly | Run full antivirus scan, clear temp files, check disk space |
| Quarterly | Clean browser cache, review installed programs, update drivers |
| Bi-annually | Clean dust from fans/vents (compressed air), check backup status |
| Annually | Review 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.
Related Computer Guides
Hand-picked guides that help visitors keep moving through the exact troubleshooting path they need.