Degraded performance

3.1 Given a scenario, troubleshoot common Windows OS issues.

📘CompTIA A+ Core 2 (220-1202)


Definition:
Degraded performance occurs when a Windows computer or device runs slower than expected. It may respond slowly, programs take longer to open, or tasks like file copying or browsing the internet feel sluggish.

In the exam, you might see scenarios like: “A user complains that their Windows PC is very slow. What steps would you take to troubleshoot?”


Common Causes of Degraded Performance

  1. Too Many Background Programs / Startup Items
    • Windows automatically loads certain programs when it starts.
    • Too many programs running in the background consume CPU and memory.
    • IT Example: Antivirus software, cloud sync apps, and messaging apps all running at startup can slow the system.
  2. Insufficient RAM
    • RAM is temporary memory Windows uses to run programs.
    • If a PC doesn’t have enough RAM for active programs, it will use slower storage (pagefile) on the hard drive.
    • Symptom: System feels slow, especially when multiple programs are open.
  3. Fragmented or Full Hard Drive
    • Traditional Hard Disk Drives (HDDs) store data in fragmented chunks.
    • Fragmentation makes Windows work harder to find and load files.
    • Full drives leave little room for temporary files or virtual memory.
    • Note: This is less of an issue with SSDs but still relevant in older systems.
  4. Malware / Viruses
    • Malware can run hidden tasks, steal CPU cycles, or overload network connections.
    • Symptom: Unexpected slowdowns, strange pop-ups, or programs crashing.
  5. Outdated or Corrupt Drivers
    • Drivers allow Windows to communicate with hardware (graphics, network, storage).
    • Bad drivers can slow down performance, cause crashes, or freeze the system.
    • Example: Outdated graphics driver slows video playback.
  6. Too Many Browser Tabs / Extensions
    • Web browsers can consume a lot of memory if many tabs or extensions are open.
    • Symptom: System-wide slowdown while browsing.
  7. Operating System Issues
    • Corrupt system files, unpatched Windows updates, or misconfigured settings can degrade performance.
    • Tools to detect: sfc /scannow, DISM, Windows Update.
  8. Hardware Issues
    • Failing HDD/SSD, overheating CPU, or throttling due to dust or bad cooling.
    • Symptom: Random freezes, slow boot times, system crashes.

Troubleshooting Degraded Performance

CompTIA A+ expects you to know the steps and tools for troubleshooting. Here’s a structured approach:

1. Check Resource Usage

  • Use Task Manager (Ctrl + Shift + Esc) to see:
    • CPU usage
    • Memory usage
    • Disk usage
  • Identify which program is consuming the most resources.

2. Manage Startup Programs

  • Use Task Manager → Startup tab or msconfig.
  • Disable unnecessary programs from starting with Windows.

3. Check for Malware

  • Run Windows Defender or a trusted antivirus.
  • Scan for malware or suspicious processes.

4. Free Up Disk Space

  • Delete temporary files (Disk Cleanup) or unused programs.
  • Consider moving large files to an external drive or cloud.

5. Check Hardware Health

  • Run CHKDSK for disk errors: chkdsk C: /f /r
  • Monitor system temperature using BIOS/UEFI or software like HWMonitor.
  • Upgrade RAM if insufficient.

6. Update Drivers and Windows

  • Use Device Manager or manufacturer website to update drivers.
  • Apply the latest Windows updates.

7. Repair System Files

  • Use System File Checker (SFC) and Deployment Image Servicing and Management (DISM): sfc /scannow DISM /Online /Cleanup-Image /RestoreHealth
  • Fixes corrupted system files that can slow Windows.

8. Optimize System Settings

  • Adjust visual effects:
    • Right-click This PC → Properties → Advanced system settings → Performance Settings → Adjust for best performance.
  • Disable animations or unnecessary features.

Important Tools for the Exam

ToolPurpose
Task ManagerMonitor CPU, Memory, Disk usage; end unnecessary processes
Resource MonitorDetailed resource analysis
msconfig / Startup tabManage startup programs
Disk Cleanup / Storage SenseFree up disk space
sfc /scannowScan and repair system files
DISMRepair Windows image
Antivirus / MalwarebytesScan for malware
CHKDSKScan for disk errors
Event ViewerCheck system logs for errors that cause slowdowns

Key Exam Tips

  • Always start troubleshooting by identifying symptoms.
  • Look for resource bottlenecks first (CPU, RAM, Disk, Network).
  • Check for software-related issues (malware, startup apps, drivers) before assuming hardware failure.
  • Remember the difference between HDD vs SSD performance.
  • Know the Windows tools mentioned above—they often appear in multiple-choice questions.

Summary (in simple terms):
If a Windows PC is slow, it’s usually because something is using too much CPU, memory, or disk space. Fixing it involves checking for malware, freeing resources, cleaning up files, updating drivers, and sometimes repairing system files. Monitoring tools like Task Manager and Event Viewer help identify what’s causing the slowdown.

Buy Me a Coffee