You turn on your laptop and try to open it Google Chrome, Mozilla Firefox or Microsoft Edge — and instead of the usual page you see an error, endless loading, or nothing happens at all. Is the situation familiar? Problems with browsers on laptops are more common than it seems: from trivial glitches to serious system errors. But in 90% of cases they can be eliminated without contacting a service center.

In this article we will look at all possible reasonswhy browsers stop working - from program conflicts to virus attacks, and we’ll also give step by step instructions on restoration. We will pay special attention hidden Windows settings that block browsers from launching after updates. If you've already tried reinstalling your browser and it didn't help, don't close the page: the solution may lie deeper than you think.

1. Conflict with antivirus or firewall

One of the most common culprits is antivirus programs and built-in Windows firewall. They can block browsers from accessing the network or prevent them from launching altogether, mistaking legitimate processes for threats. This happens especially often after updating the antivirus or installing new software.

How to check:

  • 🛡️ Temporarily disable your antivirus (for example, Kaspersky, Avast, ESET NOD32) and try to launch the browser.
  • 🔥 Open Control Panel → Windows Firewall → Allow interaction with an application and check if your browser is on the allowed list.
  • 🔄 Reboot your laptop after changes - sometimes access rights are applied only after a reboot.

If the browser works after disabling the antivirus, add it to exceptions. B Kaspersky this is done through Settings → Advanced → Threats and exclusions. B AvastMenu → Settings → Exceptions.

⚠️ Attention: Do not leave your antivirus disabled for a long time! After the test, immediately turn the protection back on, otherwise you risk catching the virus.
📊 What antivirus do you have installed?
  • Kaspersky
  • Avast
  • ESET NOD32
  • Windows Defender
  • Other
  • No antivirus

2. Damaged browser or user profile files

Browsers store temporary files, caches, and settings in the user profile folder. If these files are damaged (for example due to a sudden power outage), the browser may refuse to start or open with errors like ERR_CACHE_MISS or Aw, Snap! in Chrome.

How to fix:

  • 🗑️ Delete the cache folder manually. For Chrome path: C:\Users\Your_username\AppData\Local\Google\Chrome\User Data\Default\Cache (do not delete the entire folder Default, only Cache!).
  • 🔄 Rename the profile folder (for example, DefaultDefault_old). The next time you launch the browser, it will create a new profile.
  • 🛠️ Use the built-in cleaning utility. B Firefox this is Help → Troubleshooting → Clean Firefox.

If the problem is in the profile, transfer bookmarks and passwords from the old folder (Default_old) to a new one will help save the data. To do this, copy the files Bookmarks And Login Data (in Chrome).

Delete the Cache folder|Rename Default to Default_old|Copy Bookmarks from the old folder|Restart the laptop-->

3. Viruses and malware

Viruses can replace browser files, block their launch or redirect traffic to phishing sites. Symptoms of infection:

  • 🦠 The browser opens but immediately closes.
  • 🔗 The main page has been changed to an unknown site.
  • 🚫 Pop-up windows with advertisements appear even on an empty tab.

What to do:

  1. Download Malwarebytes or AdwCleaner from the official website (not through a browser that doesn’t work - use another PC and a flash drive).
  2. Start scanning at safe mode (click F8 when Windows boots or use msconfig).
  3. Remove any threats found and reboot your laptop.

If a virus is blocking your antivirus installation, try portable versions utilities (for example, Kaspersky Virus Removal Tool). They do not require installation and work directly from a flash drive.

⚠️ Attention: Some viruses masquerade as legitimate browser processes (for example, chrome.exe in a folder Temp). Check the task manager (Ctrl+Shift+Esc) for the presence of suspicious processes.

4. Problems in the Windows registry

The Windows registry contains settings for all programs, including browsers. If registry keys are damaged (for example, after incorrect software removal or a virus), browsers may stop opening up or give errors like 0xc0000142.

How to restore the registry:

  1. Click Win + R, enter regedit and confirm.
  2. Follow the path:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

    Remove any suspicious browser-related entries.

  3. To reset settings Chrome delete the branch:
    HKEY_CURRENT_USER\Software\Google\Chrome

    (previously export it via File → Export!).

If you are not sure of your actions, use built-in registry checker:

sfc /scannow

Run it as administrator on the command line (Win + X → Command Prompt (Administrator)).

What to do if sfc /scannow does not help?

If the utility found errors but could not fix them, run the command:

DISM /Online /Cleanup-Image /RestoreHealth

This command restores a Windows image from the Internet. After it is completed, re-run sfc /scannow.

5. Problems with network settings

If browsers do not open sites, but at the same time download updates or show errors like DNS_PROBE_FINISHED_NXDOMAIN, the problem lies in the network parameters. Culprits:

  • 🌐 Incorrect settings DNS (for example, after connecting to public Wi-Fi).
  • 📡 Reset network adapter or drivers.
  • 🔌 Conflict of IP addresses on the local network.

How to fix:

  1. Reset DNS cache:
    ipconfig /flushdns
  2. Change DNS servers to Google Public DNS:
    • Open Control Panel → Network Connections.
    • Select your connection → Properties → IP version 4 (TCP/IPv4).
    • Set DNS: 8.8.8.8 And 8.8.4.4.
  • Reinstall the network adapter:
    devmgmt.msc → Сетевые адаптеры → Удалить устройство → Обновить конфигурацию
  • Error Reason Solution
    ERR_NAME_NOT_RESOLVED DNS server is not responding Change DNS to 8.8.8.8 or 1.1.1.1
    ERR_CONNECTION_RESET Blocking by antivirus or proxy Disable proxy in Settings → Network → Proxy
    NET::ERR_CERT_INVALID Incorrect date/time on PC Synchronize time with Microsoft server
    💡

    If, after changing the DNS, sites begin to open more slowly, try alternative servers: 1.1.1.1 (Cloudflare) or 9.9.9.9 (Quad9).

    6. Incompatibility with Windows updates

    After major Windows updates (for example, upgrading from Windows 10 on Windows 11) browsers can stop starting due to:

    • 🔄 Outdated video card drivers (especially on laptops with NVIDIA Optimus or AMD Radeon).
    • 📋 Library conflict .dll, used by browsers.
    • 🔒 Changes in security policies (for example, blocking unsigned extensions).

    Solutions:

    1. Update your video card drivers manually from the official website (NVIDIA, AMD or Intel).
    2. Roll back to a previous version of Windows (if the problem appeared immediately after the update):
      Настройки → Обновление и безопасность → Восстановление → Вернуться к предыдущей версии
    3. Launch your browser in compatibility mode:
      • RMB on the browser shortcut → Properties → Compatibility.
      • Check the box Run the program in compatibility mode for: and select Windows 8.

    If the browser starts but does not display graphics (white squares instead of pictures), the problem is definitely in the video card drivers. Check their version via dxdiag (type in Windows search).

    💡

    After updating Windows 11, many users encounter an error 0xc0000020 in browsers. Reason: conflict with the subsystem Windows Subsystem for Linux (WSL). Disable it in Control Panel → Programs → Turn Windows features on or off.

    7. Hardware problems: hard drive or RAM

    If browsers freeze on startup or the laptop displays a blue screen (BSOD) when trying to open a tab, the culprit may be hardware failure:

    • 💾 Bad sectors on the hard drive (HDD) or wear of the cells on the SSD.
    • 🧠 Malfunction RAM (especially if browsers crash when opening multiple tabs).
    • 🔥 Overheating of the processor or video card (the laptop turns off or slows down).

    Diagnostics:

    1. Check disk health using CrystalDiskInfo (free utility). If the status Bad — urgently transfer the data and get ready for replacement.
    2. Test your RAM:
      mdsched.exe

      (type in Windows search and follow the instructions).

    3. Check the temperature of the components using HWMonitor. If the CPU/GPU gets hotter 90°C — cleaning from dust or replacing thermal paste is required.
    ⚠️ Attention: If CrystalDiskInfo shows parameter Reallocated Sectors Count with a value > 0, your disk begins to crumble. Data backup is a priority!

    8. Windows system files are damaged

    If none of the browsers start, but other programs work fine, there may be deep damage to system files. This can happen after:

    • ⚡ Sudden power outage.
    • 🔄 Windows update failed.
    • 🦠 Actions of viruses that damage system32.

    Recovery:

    1. Run automatic recovery:
      sfc /scannow

      And

      DISM /Online /Cleanup-Image /RestoreHealth
    2. If this doesn't help, run system recovery:
      rstrui.exe

      Select a restore point to the date when the browsers were running.

    3. As a last resort, use Reset Windows while saving files:
      Настройки → Обновление и безопасность → Восстановление → Вернуть компьютер в исходное состояние

    Even if the reset didn't help, it remains clean installation of Windows. But before that, check your laptop for viruses from a bootable USB flash drive (for example, Kaspersky Rescue Disk).

    FAQ: Frequently asked questions about browsers not working

    The browser opens, but does not load sites. What's the matter?

    Most likely the problem is DNS or proxy. Try:

    1. Reset DNS (ipconfig /flushdns).
    2. Disable proxy in Settings → Network → Proxy.
    3. Check if your antivirus is blocking traffic.
    After updating Windows, browsers began to crash. What to do?

    The culprits are incompatible drivers or broken libraries. Actions:

    1. Update your video card driver from the official website.
    2. Launch your browser in compatibility mode with Windows 8.
    3. Roll back to a previous version of Windows (if there was a recent update).
    The browser opens and closes immediately. How to fix it?

    Reasons:

    • Damaged user profile (rename the folder Default in your browser profile).
    • Conflict with extensions (start the browser with the key --disable-extensions).
    • The virus has changed exe-browser file (check with antivirus).
    Is it possible to restore bookmarks if the browser does not start?

    Yes. Bookmarks are stored in the following files:

    • Chrome: C:\Users\Your_name\AppData\Local\Google\Chrome\User Data\Default\Bookmarks
    • Firefox: C:\Users\Your_name\AppData\Roaming\Mozilla\Firefox\Profiles\xxxx.default\places.sqlite

    Copy these files to another PC and import through the bookmarks menu.

    The laptop beeps when launching the browser. Is this a hardware problem?

    Yes, squeak usually indicates:

    • Problems with RAM (check mdsched.exe).
    • Overheating video cards (clean your laptop from dust).
    • Malfunction hard drive (check CrystalDiskInfo).

    If the squeak repeats, contact the service center.