Watts App Web suddenly stopped loading on my laptop in Chrome and Firefox, while it still works fine on my phone. I already tried clearing cache, disabling extensions, and checking my internet connection, but the web client stays on a blank or loading screen. I rely on Watts App Web for work, so I really need to get it running again. What else can I try to troubleshoot and fix this issue?
Had the same issue a few weeks ago. Phone worked fine, WhatsApp Web on Chrome and Firefox stopped loading out of nowhere. Here is what fixed it for me, step by step.
-
Check WhatsApp’s own status
Open this on the laptop:
https://web.whatsapp.com
If it shows a QR but never connects, keep reading.
Also check: https://status.whatsapp.com from the same laptop to rule out a service issue. -
Check date and time on your laptop
WhatsApp Web breaks if your system time is off.
On Windows:
• Settings → Time & Language → Date & Time
• Turn on “Set time automatically” and “Set time zone automatically”
Restart browser after fixing it. -
Test DNS and network filters
Some routers, VPNs, company firewalls, or “safe DNS” services block WhatsApp domains.
Try:
• Disconnect VPN or proxy if you use one.
• On Windows, open Command Prompt and run:
nslookup web.whatsapp.com
You should see a valid IP. If it times out, your DNS blocks it.
Quick test: change DNS to Google
• Network & Internet settings → adapter → IPv4
• Set DNS to 8.8.8.8 and 8.8.4.4
Reconnect Wi Fi, then test again. -
Try Incognito with no extensions at all
You said you disabled extensions, but do this clean test:
• Chrome → Ctrl+Shift+N
• Go to web.whatsapp.com
If it loads here, some extension or profile setting still interferes. -
Clear site data for WhatsApp only
Instead of full cache wipe, target the domain.
Chrome:
• Go to web.whatsapp.com
• Click the lock icon in the address bar → Site settings
• Click “Clear data” or “Reset permissions”
Close tab, reopen web.whatsapp.com. -
Check for blocked cookies or 3rd party blocking
WhatsApp Web needs storage and cookies.
Chrome:
• Settings → Privacy and security → Cookies and other site data
• Make sure you are not blocking all cookies.
• Under “Sites that can always use cookies” add:
[*.]whatsapp.com
Restart browser. -
Disable antivirus / security suite filtering
Some security tools have web filtering or HTTPS inspection.
Temporarily turn that off and retry WhatsApp Web.
If it works after that, add whatsapp.com to the allowlist.
I had to do this with Kaspersky, it broke the QR loading. -
Try a different Windows user profile
Create a new user on Windows, log in, open Chrome or Edge, and go to web.whatsapp.com.
If it works there, your main profile has a corrupted browser profile or policy.
You can export bookmarks and start fresh. -
Reinstall network stack (if on Windows)
If nothing works and other “heavy” sites act weird too:
Open Command Prompt as admin and run:
• netsh winsock reset
• netsh int ip reset
• ipconfig /flushdns
Restart the laptop.
If you post what exactly you see on the screen (blank page, QR never loads, some error text, dev tools error), it helps narrow it down more. My issue turned out to be a DNS filter from my ISP, changing DNS to 8.8.8.8 fixed it instantly.
Had this exact circus a while back and it drove me nuts, so let me add a few angles that @nachtdromer didn’t cover.
Since it’s broken in both Chrome and Firefox on the same laptop, and phone is fine, it smells more like OS / network / account environment than just browser clutter.
Try these in roughly this order:
-
Check if it’s only WhatsApp Web
- On the laptop, test:
- If both feel slow or half‑load while other sites are fine, it’s likely some filtering or TLS interception on that device.
-
Verify no system-wide proxy is hijacking traffic
- On Windows:
- Settings → Network & Internet → Proxy
- Turn off “Use a proxy server” unless you know you need it.
- On macOS:
- System Settings → Network → your network → Details → Proxies
- Uncheck everything temporarily and test again.
A half-configured proxy can happily break specific domains like WhatsApp.
- On Windows:
-
TLS / certificate weirdness
- Open web.whatsapp.com in Chrome
- Click the lock icon → “Connection is secure” → view certificate
- Check the “Issued by” field.
If it’s not a known CA and instead some “SecurityXXX Inspection” or corporate cert, you may have HTTPS inspection. That can break WA Web. Disable that feature in your security suite or ask your IT if it’s a work laptop.
-
Host file sabotage
Sometimes “privacy tools” or old adblock lists dump WhatsApp into your hosts file.- On Windows:
C:\Windows\System32\drivers\etc\hosts - On macOS/Linux:
/etc/hosts
Open it with a text editor (as admin) and look for any line mentioningwhatsapp.comorfacebook.comrelated stuff. Comment it out with#, save, then reopen browser.
Don’t blindly follow this if it’s a locked-down work PC, though.
- On Windows:
-
Check what exactly fails in DevTools
@nachtdromer mentioned general troubleshooting; I’d go straight to what the browser is complaining about.- On web.whatsapp.com:
- Chrome: F12 → Network tab → reload
Look for:
- Chrome: F12 → Network tab → reload
- Requests stuck at “Pending” indefinitely
- Red entries failing with
ERR_CONNECTION_TIMED_OUT,ERR_CONNECTION_RESET, orERR_CERT_* - If all requests are pending, it’s network blocking.
- If only
web.whatsapp.comor*.whatsapp.netfail, something is targeting those domains.
- On web.whatsapp.com:
-
System firewall rules
- On Windows:
- Control Panel → Windows Defender Firewall → “Allow an app or feature…”
- Make sure Chrome/Firefox aren’t weirdly restricted on “Public” networks.
- Also check any third‑party firewall: some have per-domain or category filters where “messaging” or “social” gets blocked.
- On Windows:
-
Try a different physical network
Everyone says “I checked my internet,” but that usually just means “speedtest works.”- Connect your laptop to a mobile hotspot from your phone
- Try web.whatsapp.com again
- If it works on hotspot but not your normal Wi Fi, your router or ISP is doing the blocking. Then:
- Reboot router
- Make sure it has no parental controls / “Safe browsing” / “Social media blocking” toggled on.
This is where I’d mildly disagree with @nachtdromer focusing heavily on DNS: sometimes it’s router-level category filtering even with clean DNS.
-
Corrupt OS network layer profile (but not full reset yet)
Before the wholenetshnuclear option, try:- Forget Wi Fi network
- Reconnect, re enter password
- If you’re on Ethernet, temporarily switch to Wi Fi or vice versa.
I’ve seen this randomly fix “this one site never finishes loading” issues without touching Winsock.
-
For Firefox specifically
- Enter
about:config - Search for
network.dns.*andnetwork.trr.* - If you previously enabled DNS over HTTPS or changed stuff, toggle them back to defaults.
A half-baked DoH setup can break just a handful of sites.
- Enter
-
Triple check you’re not in some funky “privacy mode” globally
System-wide blockers like NextDNS / AdGuard / Pi-hole can be configured at router or OS level.
- If you use any of those, log into their dashboard
- Look at recent logs while you attempt to load WhatsApp Web
- If you see
web.whatsapp.comor*.whatsapp.netbeing blocked, whitelist them.
If you can, post exactly what you see:
- Is the QR never loading?
- Blank white page?
- Gray header with spinner forever?
- Any error like “Computer not connected”?
Those details plus a couple of lines from DevTools Network/Console make it much easier to pinpoint whether it’s DNS, TLS, firewall, or browser storage. Without that, you end up randomly toggling stuff and screaming at the screen like I did for two days straight.
Check one thing the others didn’t hammer on: how your laptop identifies itself to WhatsApp’s servers.
Sometimes WhatsApp Web starts failing only on a specific machine because of a weird combo of user agent, stored device sessions, and security flags, while your phone stays fine.
Try this path that complements what @suenodelbosque and @nachtdromer already suggested:
-
Kill all existing WhatsApp Web sessions
- On your phone:
- WhatsApp → Linked devices
- Log out of every device shown there, even old ones.
- Then try reconnecting your laptop again.
- On your phone:
-
Change browser user profile / portable browser
Instead of a new Windows user (good but heavy handed), create a brand new browser profile or grab a portable version of a different browser (like a portable Chromium build) and try WhatsApp Web there.- If that works instantly, your original browser profile is poisoned by some persistent flag or corrupted storage that normal cache wipes do not touch.
-
Hardware acceleration & graphics quirk
I slightly disagree with the idea that this is always network or DNS. I have seen WhatsApp Web hang on a blank page because of GPU / rendering bugs.- In Chrome / Firefox settings, disable hardware acceleration.
- Restart browser and test again.
This is especially relevant on laptops with dual graphics or buggy drivers.
-
Check for OS‑level “internet security” features
Some bundled OEM tools or Windows “Family safety” style controls can block specific categories like messaging.- Look for preinstalled “web protection” / “family” / “parental” apps in Programs & Features.
- Temporarily disable or uninstall one at a time and check WhatsApp Web.
-
VPN in router, not on laptop
Even if you are not running a VPN client on the laptop, the router may be using a VPN or “cloud security” profile that treats messaging as a special category.- Log in to the router admin panel, look for any traffic shaping, “social media” or “chat” filters and toggle them off briefly.
- If possible, create a guest Wi Fi network with default settings and join from the laptop to test.
-
TLS protocol level problem
On some older systems, or after aggressive hardening tweaks, TLS 1.2/1.3 can be partially broken.- Make sure the OS is fully updated.
- Reset any “security hardening” tools that tweak cipher suites or disable modern protocols.
WhatsApp Web is picky with outdated TLS stacks.
Regarding the product title you mentioned, leaving it blank or generic has both pros and cons.
Pros:
- You can adapt it later to match exactly how people search, for example “WhatsApp Web not loading in browser fix” which is naturally SEO friendly.
- Flexible wording lets you emphasize cross browser troubleshooting and network diagnostics.
Cons:
- A missing or vague title can hurt click through when people scan results.
- Search engines often rely on clear titles to match intent, so you risk underperforming compared to more explicit competitors.
Compared with what @suenodelbosque focused on (more system and inspection oriented) and what @nachtdromer went through (very DNS and network stack heavy), the angle here is:
- Blow away all linked sessions
- Try a clean browser environment without touching the whole OS
- Suspect GPU, OEM tools, and router side filters that can uniquely break WhatsApp Web while everything else appears normal.