Hardware Troubleshooting
Week of 2026-11-17 · Download .docx
Objectives
- Diagnose POST failures, beep codes, and thermal throttling
- Use Device Manager and Windows tools to resolve driver and system file issues
- Identify storage failure symptoms and appropriate responses
Key terms
- POST beep code
- Audio code from BIOS indicating a hardware failure when video is unavailable.
- Thermal throttling
- CPU automatically reducing clock speed to prevent overheating damage.
- S.M.A.R.T. error
- Drive firmware warning of internal parameter exceeding failure threshold.
- Yellow ! (Device Manager)
- Indicates a driver issue — missing, outdated, or corrupted.
- sfc /scannow
- System File Checker — scans and repairs corrupted Windows system files.
- chkdsk
- Check Disk — scans file system errors and bad sectors on a volume.
- DISM
- Deployment Image Servicing and Management — repairs Windows component store.
- Driver rollback
- Reverting to a previous driver version after an update causes problems.
- System Restore
- Reverts system files, registry, and installed programs to a restore point.
- Startup Repair
- WinRE tool fixing boot problems — missing boot files, corrupted BCD.
- Spinning wait cursor
- macOS indicator that the front application is unresponsive (CPU/RAM overload).
- Rainbow wheel
- macOS spinning wait cursor; equivalent to Windows' 'spinning circle'.
The concept
DIAGNOSING POST FAILURES
When a computer fails to complete POST, the absence of a display combined with beep codes points to specific hardware failures. One long beep (AMI BIOS) typically indicates a RAM or GPU detection failure. No beeps at all often mean a PSU or motherboard issue. The first diagnostic step is reseating all components — RAM, GPU, and cables — then testing with individual components.
THERMAL THROTTLING
Modern CPUs protect themselves by reducing the clock multiplier when temperatures exceed the thermal junction limit (Tjmax). The result is sudden performance degradation under sustained load — a task that took 10 seconds now takes 30+. Causes include dried or insufficient thermal paste, a detached heatsink, blocked case airflow, or a failed cooling fan. Monitor temperatures with HWMonitor or similar tools.
STORAGE DIAGNOSTICS
S.M.A.R.T. attribute threshold breaches are predictive warnings — back up immediately before the drive fails completely. The 'click of death' from an HDD means the read/write head is physically failing. On the software side, chkdsk /f schedules a repair of file system metadata on the next boot; chkdsk /r additionally tests every sector.
WINDOWS REPAIR TOOLS
For corrupted Windows system files, run sfc /scannow from an elevated command prompt. If sfc reports it cannot repair files, run DISM /Online /Cleanup-Image /RestoreHealth first to repair the component store, then run sfc again. For boot failures, access Windows Recovery Environment and use Startup Repair to fix the BCD and boot sector. Driver Rollback in Device Manager reverts a specific driver without affecting the rest of the system.
Worked examples
Common mistakes
- Running sfc /scannow without elevation — it must run from an administrator command prompt to function.
- Forgetting to run DISM first when sfc consistently fails — sfc needs a healthy component store to work from.
- Confusing chkdsk (disk file system errors) with sfc (OS system file corruption) — different tools for different issues.
- Assuming a yellow ! in Device Manager means the hardware is broken — often a driver issue, not hardware failure.
- Skipping S.M.A.R.T. warnings — a threshold breach is a warning to back up now, not something to monitor.
Self-check
Try each question before reading the answer. Answers at the bottom of this page.
1. A POST failure with no video and one long beep indicates:
- GPU or RAM failure
- Normal startup
- CPU overheating
- PSU wattage insufficient
2. To fix corrupted Windows system files, run:
- sfc /scannow
- chkdsk
- DISM only
- regedit
3. S.M.A.R.T. errors indicate:
- Potential drive failure — back up immediately
- Normal wear activity
- Driver corruption
- RAID degraded
4. Device Manager yellow ! means:
- Driver issue — missing, outdated, or corrupted
- Device disabled by user
- Device functioning normally
- Hardware replacement required
5. Startup Repair in WinRE fixes:
- Boot problems (missing boot files, corrupted BCD)
- Corrupted OS files (use sfc for that)
- Reinstalls Windows preserving files
- Resets all Windows settings
Self-check answers
- 1. A — Long POST beeps indicate a critical component detection failure — GPU or RAM not detected.
- 2. A — sfc /scannow (elevated) scans and repairs protected Windows system files.
- 3. A — S.M.A.R.T. threshold breaches are predictive warnings; act before the drive fails completely.
- 4. A — Yellow ! indicates Windows detected the device but encountered a driver problem.
- 5. A — Startup Repair addresses boot configuration issues — BCD, boot sector, and related files.
Canvas is the official record. This companion enhances the PGCC curriculum; it does not replace it. Last name and class year only. Students with a 504 plan or IEP: your accommodations apply.