troubleshooting

Computer Crashes & Update Failures: Advanced Troubleshooting

Abdullah K. ~7 min read

Part 3: Advanced System Issues (Crashes, Updates, Frozen Apps)

👈 Start with Part 1: Freezing & Slow Computers
👈 Then read Part 2: WiFi & Connectivity Issues

This guide covers system-level problems that happen less frequently but need professional diagnosis.


Problem #1: “Blue Screen of Death” (Windows) or Kernel Panic (Mac)

Symptoms: Computer crashes with error screen, restarts automatically, repeats multiple times

Why it happens:

  • Outdated drivers causing conflicts
  • Bad RAM (failing memory modules)
  • Failing hard drive
  • Overheating (thermal shutdown)
  • Incompatible software or corrupted system files

Fix: Diagnose the Culprit

Windows:

  1. Search for Reliability Monitor in Start menu
  2. Look for red X marks (crashes)
  3. Click them to see what caused it (usually a driver or program)
  4. Note the error code (e.g., “DRIVER_IRQL_NOT_LESS_OR_EQUAL”)

Mac:

  1. Open Console app (in Applications → Utilities)
  2. Look for crash reports
  3. Google the error code + “Mac”

Common causes & fixes:

Outdated driver (most common)

  • Search for error code + your hardware (e.g., “NVIDIA driver crash”)
  • Visit manufacturer’s website → Download latest driver
  • Reinstall driver

Overheating

  • Download HWMonitor (free)
  • Check CPU/GPU temperatures
  • Shut down and let cool
  • Clean dust from vents (compressed air works)
  • Check if fans are running

Failing RAM

  • Download MemTest86+ (free)
  • Create bootable USB from downloaded file
  • Boot from USB and run test (1-2 hours)
  • If errors appear, RAM is bad (need replacement)

Failing hard drive

  • Download CrystalDiskInfo (free)
  • Check drive health status
  • If status is Red/Alert, drive failing (back up immediately)

If this is happening weekly: Professional diagnosis needed. Could be hardware failure.


Problem #2: Windows Updates Stuck or Failing

Symptoms: Update downloads but won’t install, stuck at 0%, 99%, or repeating failure

Why it happens:

  • Antivirus blocking update installation
  • Corrupted Windows Update files
  • Not enough disk space
  • Internet disconnection during download
  • Outdated Windows Update service

Fix: Force Update Completion

Step 1: Run Windows Update Troubleshooter

  1. SettingsSystemTroubleshootOther troubleshooters
  2. Find Windows Update → Click Run button
  3. Let it diagnose and fix automatically

Step 2: Free Up Disk Space

  • Updates need at least 5 GB free space
  • Press Windows key + E → Right-click C: drive → Properties → See how much free space
  • If under 5GB: Delete old files, empty recycle bin, move photos to external drive

Step 3: Restart Windows Update Service

  1. Search Services in Start menu
  2. Find Windows Update
  3. Right-click → Restart
  4. Wait 10 seconds, then try updating again

Step 4: Download Update Manually

Step 5: Nuclear Option — Windows Update Assistant

  • Download from Microsoft’s official Windows Update Assistance page
  • This forces a major version update (Windows 10 → 11, etc.)
  • Only use if other methods fail

Pro tip: Check updates at night before bed, so if it fails you have time to fix it.


Problem #3: Application Crashes or “Not Responding”

Symptoms: Program freezes, won’t close, spinning wheel/hourglass, crash to desktop

Why it happens:

  • Corrupted program files
  • Incompatible plugin or extension
  • Memory leak (program using too much RAM)
  • Conflicting software
  • Outdated program version

Fix: Force Quit & Reinstall

Force quit immediately:

Windows:

  1. Ctrl + Shift + Esc (opens Task Manager)
  2. Find the frozen program
  3. Click End Task button

Mac:

  1. Cmd + Option + Esc (Force Quit menu)
  2. Select frozen app
  3. Click Force Quit

If Force Quit doesn’t work:

  • Restart computer

If it crashes repeatedly:

  1. Update the program → Visit program’s website → Download latest version → Reinstall
  2. Disable extensions/plugins → Settings → Disable all add-ons → Test if crash stops
  3. Reinstall the program → Uninstall → Restart → Download fresh copy → Install
  4. Check for conflicting software → If crashes started after installing something new, uninstall that new software

Real example: Zoom crashing every call

  • Fix: Updated Zoom, disabled Grammarly add-on conflicting with Zoom
  • Result: Smooth calls, no crashes

Problem #4: Computer Getting Stuck on Boot or Shutdown

Symptoms: Takes forever to start, gets stuck at loading screen, or won’t shut down cleanly

Why it happens:

  • Too many startup programs
  • Failing hard drive
  • Corrupted drivers
  • Malware

Fix: Clean Boot & Repair

Step 1: Disable Startup Programs

  1. Ctrl + Shift + EscStartup tab
  2. Disable anything you don’t recognize or don’t need at startup
  3. Keep: Antivirus, maybe cloud storage
  4. Disable: Spotify, Discord, Adobe Cloud, Skype, anything auto-launching

Step 2: Run Disk Check (Windows)

  1. Press Windows key and search cmd
  2. Right-click Command PromptRun as administrator
  3. Type: chkdsk /F and press Enter
  4. Type Y when asked to schedule on next restart
  5. Restart computer (let it scan — takes 10-30 min depending on drive size)

Step 3: Run System File Check (Windows)

  1. Open Command Prompt as Administrator
  2. Type: sfc /scannow and press Enter
  3. Let it scan entire system (takes 15-30 min)
  4. If errors found, it attempts repair automatically

Mac equivalent:

  1. Restart → Hold Cmd + S during boot (recovery mode)
  2. Type: fsck -fy and press Enter
  3. Let it repair

Step 4: Rescan for Malware

  • Run Malwarebytes full scan
  • Sometimes malware gets loaded at startup

Problem #5: “System Out of Memory” Errors

Symptoms: Random crashes or slowdowns, “Not enough memory” warnings, programs constantly freezing

Why it happens:

  • Actual lack of RAM (need 8GB minimum, 16GB better)
  • Memory leak (program not releasing used memory)
  • Too many programs running simultaneously

Fix: Check RAM Usage & Close Unnecessary Programs

See what’s using memory:

  1. Ctrl + Shift + EscPerformance tab
  2. Look at Memory row: If constantly at 90%+, you’re out of RAM

Quick fixes:

  • Close unnecessary programs (browser tabs, background apps)
  • Restart computer (clears all RAM)
  • Disable startup programs (see boot problems above)

Long-term fix: Upgrade RAM (if computer supports it)

  • If consistently at 90%+ with normal use: You need more RAM
  • Laptops: $50-150 to add 8GB
  • Desktops: $30-100 to add 8GB

Professional diagnosis: Bring computer to tech support if you’re unsure about upgrades.


When DIY Fixes Don’t Work

If you’ve tried these steps and:

  • Crashes still happening weekly
  • System scans find major errors
  • You can’t identify what’s causing it
  • Computer is very old (7+ years) and showing multiple issues

It’s time to call for help. These system-level issues often need professional diagnostics.

We offer remote support for software diagnosis. We can:

  • Run detailed diagnostics
  • Identify if hardware is failing
  • Update all drivers systematically
  • Help with recovery if Windows is corrupted

Recovery Toolkit

Free diagnostic tools:

  • CrystalDiskInfo (hard drive health)
  • HWMonitor (temperature monitoring)
  • MemTest86+ (RAM testing)
  • Malwarebytes (malware removal)
  • Windows Reliability Monitor (crash history)

Built-in Windows tools:

  • Task Manager (Ctrl+Shift+Esc)
  • Event Viewer (error logs)
  • System File Checker (sfc /scannow)
  • Disk Check (chkdsk /F)

Still stuck? Reach out. We’ll diagnose remotely and help you get back to work.

📧 [email protected] or amanalearn.app
💬 Contact AmanaTech for professional help
💻 Remote Support Pricing


👈 Related:

Need Help Faster?

For persistent crashes or update loops, start with the Windows Fix Playbook ($15) or escalate to an AmanaFix session.

About the author

Abdullah K. is the founder of AmanaTech. IT specialist with 9+ years of experience helping people fix computers, learn technology, and stay safe online. Writes in plain language for everyday users.