MyPC Troubleshooting Handbook: Fix Common Hardware & Software Issues
This handbook helps you diagnose and fix frequent PC problems quickly. Assume Windows ⁄11 on a typical home desktop or laptop unless otherwise noted.
1. First steps: gather info and prepare
- Backup: Create a quick backup of essential files (external drive or cloud).
- Reproduce: Note when the issue occurs (startup, sleep, specific app).
- Environment: Check recent changes (new software, updates, drivers, hardware).
- Tools to have: External USB drive, Windows installation media or recovery USB, basic screwdriver, compressed air, spare RAM or SATA cable if available.
2. Slow performance
Symptoms
- Long boot times, laggy apps, high disk/CPU usage.
Quick fixes (ordered)
- Restart the PC.
- Task Manager: Identify high-CPU/disk processes; end unresponsive tasks.
- Startup apps: Disable unnecessary startup items (Task Manager → Startup).
- Disk cleanup: Run Storage Sense or Disk Cleanup; empty temporary files and recycle bin.
- Malware scan: Run Windows Defender full scan or Malwarebytes.
- Update drivers & Windows: Especially graphics and storage drivers.
- Check disk health: Run CHKDSK for errors and S.M.A.R.T. via CrystalDiskInfo.
- Memory & pagefile: If RAM is low, increase pagefile or add RAM.
- Consider reset or clean install if software bloat persists.
3. Won’t boot / blue screen / black screen
Symptoms
- PC fails to start, crashes with BSOD, shows black screen.
Steps
- Power cycle: Turn off, unplug, hold power 10–30s, restart.
- Safe Mode: Boot to Safe Mode (interrupt boot 2–3 times or use recovery media) to uninstall recent drivers/apps.
- Disconnect peripherals: Remove USB devices, external drives, printers.
- Last Known Good: Use System Restore to revert recent changes.
- Check hardware: Reseat RAM, GPU, and storage cables; test with one RAM stick.
- BIOS/UEFI: Reset to defaults, check boot order, update if necessary.
- Repair tools: Use Startup Repair from Windows recovery or run SFC /scannow and DISM commands:
powershell
sfc /scannow DISM /Online /Cleanup-Image /RestoreHealth chkdsk C: /f /r
- BSOD codes: Note the error code and search for that specific driver or component fix.
4. No network / slow internet
Symptoms
- No connectivity, frequent drops, slow speeds.
Steps
- Restart router/modem and PC.
- Check other devices to determine if issue is network-wide.
- IP release/renew:
powershell
ipconfig /release ipconfig /renew ipconfig /flushdns
- Network adapter: Disable/re-enable, update driver, or uninstall and reboot to reinstall.
- Wi‑Fi issues: Move closer, test Ethernet cable, check interference and channel.
- ISP check: Run speed test and contact ISP if below expected plan.
- DNS: Switch to 1.1.1.1 or 8.8.8.8 temporarily to test.
5. Peripheral problems (printer, mouse, keyboard)
Steps
- Basic: Check power, batteries, cables, and try different USB ports.
- Drivers: Update or reinstall device drivers.
- Compatibility: Confirm OS compatibility and vendor utility is installed.
- Printer: Clear print spooler, set correct default printer, run built-in troubleshooter.
6. Audio or video issues
Audio
- Check volume, mute states, output device selection, and audio drivers. Restart Windows Audio service and reinstall drivers if needed.
Video
- Update GPU drivers, check HDMI/DisplayPort cables, test with different monitor or cable, reset display settings.
7. File loss or corruption
Recovery steps
- Stop using the drive to avoid overwriting.
- File History / System Restore: Restore previous versions.
- Recovery software: Use Recuva, PhotoRec, or commercial tools for deep recovery.
- Professional help if drive is mechanically failing.
8. Software crashes or compatibility
- Reinstall app, update to latest version, check for known compatibility patches, run the app as administrator, or use compatibility mode for older programs.
9. Overheating and noisy fans
- Clean dust with compressed air, reapply thermal paste if CPU temps are high, ensure good airflow and working case fans, check for background processes causing high CPU.
10. Security and malware
- Keep OS and apps updated, run scheduled antivirus scans, enable firewall, use strong unique passwords and a password manager, and avoid unknown downloads/email attachments.
11. When to repair or replace hardware
- Replace failing HDD/SSD, aging battery with poor capacity, or single faulty RAM stick. Consider upgrade if multiple components limit performance (e.g., old CPU + HDD).
12. Useful built-in Windows tools
- Task Manager, Event Viewer, Reliability Monitor, System Restore, Safe Mode, Device Manager, Windows Defender, Disk Management, Windows Memory Diagnostic.
13. Quick checklist (copy-paste)
- Backup data
- Restart PC
- Update Windows & drivers
- Run malware scan
- Check cables & peripherals
- Run SFC/DISM and CHKDSK
- Test RAM, PSU, storage health
- Use System Restore or recovery media
If you want, I can create a printable one-page checklist or a step-by-step flowchart for a specific problem.
Leave a Reply