Browser & Application Troubleshooting

Key Takeaways

  • Browser issues (slow, crashing, redirects) are often caused by malicious extensions, excessive tabs, outdated browser version, or corrupted cache — clearing cache and disabling extensions are the first steps.
  • Application compatibility issues on newer Windows versions can be resolved using Compatibility Mode (right-click > Properties > Compatibility > Run in compatibility mode for older Windows version).
  • Corrupted user profiles can cause applications to behave erratically — creating a new user profile and migrating data often resolves persistent application issues.
  • Windows Update failures can be caused by insufficient disk space, corrupted update cache, conflicting software, or network issues — use the Windows Update Troubleshooter as a first step.
  • When applications fail to install, check for sufficient disk space, verify administrator permissions, ensure the installer is compatible with the OS architecture (32-bit vs. 64-bit), and temporarily disable antivirus that may be blocking installation.
Last updated: March 2026

Browser & Application Troubleshooting

Common Browser Issues

IssueCauseSolution
Browser slow or unresponsiveToo many tabs, extensions, low memoryClose tabs, disable extensions, increase RAM
Constant pop-ups or redirectsAdware/malware extension, hijacked settingsRemove suspicious extensions, reset browser settings, scan for malware
Cannot reach specific websiteDNS issue, blocked by firewall, site is downTry different browser, flush DNS, check firewall rules, try IP directly
Certificate errorsExpired/invalid cert, wrong date/time on PCVerify date/time, do not proceed on public sites, accept for known internal sites
Browser hijacked (homepage/search changed)Malware, PUP (potentially unwanted program)Reset browser settings, remove PUPs, run antimalware scan
Plugins/extensions not workingOutdated, incompatible, disabledUpdate extension, re-enable, check compatibility
Saved passwords not auto-fillingAutofill disabled, extension conflictCheck autofill settings, disable conflicting extensions
Video/audio not playingMissing codec, outdated browser, blocked contentUpdate browser, enable site permissions, install codecs

Browser Reset Steps

  1. Clear browsing data — Cache, cookies, history
  2. Disable all extensions — Re-enable one at a time to find the culprit
  3. Reset browser settings — Restore to default (Settings > Reset)
  4. Reinstall browser — Uninstall and download fresh from official site
  5. Create new browser profile — If reset does not resolve the issue

Application Compatibility Issues

Windows Compatibility Mode

For older applications that do not work on newer Windows versions:

  1. Right-click the application executable → Properties
  2. Go to the Compatibility tab
  3. Check "Run this program in compatibility mode for:"
  4. Select the appropriate older Windows version
  5. Optionally check "Run as administrator" if the app needs elevated permissions
  6. Click Apply and test the application

32-bit vs. 64-bit Applications

  • 64-bit Windows can run both 32-bit and 64-bit applications
  • 32-bit applications install in C:\Program Files (x86)
  • 64-bit applications install in C:\Program Files
  • Some legacy 16-bit applications will not run on 64-bit Windows

Windows Update Troubleshooting

IssueSolution
Updates stuck downloadingRun Windows Update Troubleshooter, clear update cache (${'}SoftwareDistribution${'}folder)
Update fails repeatedlyNote error code, search Microsoft KB, run DISM + sfc
PC slow after updateWait for post-update tasks to complete, restart, check for driver issues
Feature update failsCheck disk space (20+ GB needed), disconnect non-essential peripherals
Driver issues after updateRoll back driver in Device Manager, use System Restore

Clearing the Windows Update Cache

  1. Open Command Prompt as Administrator
  2. Stop the update service: net stop wuauserv
  3. Stop BITS: net stop bits
  4. Delete cache: Delete contents of C:\Windows\SoftwareDistribution\Download
  5. Restart services: net start wuauserv then net start bits
  6. Try running Windows Update again

Application Installation Failures

ProblemSolution
"Not enough disk space"Free up space, clean temp files (Disk Cleanup)
"Administrator privileges required"Right-click installer → Run as Administrator
"This app can't run on your PC"Check 32-bit vs. 64-bit compatibility
Installer hangs or crashesClose other applications, disable antivirus temporarily, try safe mode
"Another installation is in progress"Wait for it to finish, or restart Windows Installer service
Missing .NET / Visual C++ RuntimeDownload and install required runtime from Microsoft
Blocked by antivirusTemporarily disable real-time protection, install, re-enable
Test Your Knowledge

A user reports that their web browser homepage has been changed to an unfamiliar search engine and cannot be changed back. What is the MOST likely cause?

A
B
C
D
Test Your Knowledge

An older application designed for Windows 7 will not run on Windows 11. What should you try FIRST?

A
B
C
D
Test Your Knowledge

On a 64-bit Windows system, where are 32-bit applications typically installed?

A
B
C
D