Clear Browser Cache for Router Login
A stale browser cache is one of the most common reasons 192.168.1.1 fails to load the login page. The quickest fix is to open an incognito window — no cache clearing needed.
Why the Cache Causes Problems
When you previously visited a router admin panel, your browser cached the pages and redirects. If you later changed the router's IP, reset the router, or switched to a different router, the browser may still be trying to serve cached pages from the old session. This causes errors like "Connection refused," blank pages, or redirect loops even when the router is working correctly.
The other common cause is a browser that has learned to automatically upgrade your router's HTTP connection to HTTPS. Since most routers do not have a valid SSL certificate, this forces a certificate error that blocks the login page. The solution is the same — incognito window, which ignores these cached preferences.
Step 1: Try Incognito Mode First
Before clearing anything, open a private browsing window. This is faster and does not delete your browsing history or saved passwords.
| Browser | Open Incognito/Private Window |
|---|---|
| Chrome | Ctrl+Shift+N (Windows/Linux) or Cmd+Shift+N (Mac) |
| Firefox | Ctrl+Shift+P or Cmd+Shift+P |
| Edge | Ctrl+Shift+N or Cmd+Shift+N |
| Safari | Cmd+Shift+N |
| Opera | Ctrl+Shift+N |
In the private window, type http://192.168.1.1 (with the http:// prefix) in the address bar. If the router login page loads, the problem was a cached browser setting — you can clear the cache to fix your main browser window.
Step 2: Clear Browser Cache
Press Ctrl+Shift+Del (or Cmd+Shift+Del on Mac). Set Time range to All time. Check Cached images and files and Cookies and other site data. Click Clear data. Try 192.168.1.1 again.
Press Ctrl+Shift+Del. Set Time range to Everything. Check Cache and Cookies. Click OK or Clear Now. Try the router address again.
Press Ctrl+Shift+Del. Set Time range to All time. Check Cached images and files and Cookies and saved website data. Click Clear now.
Go to Safari → Preferences → Privacy → Manage Website Data → Remove All. Or use the Develop menu → Empty Caches (enable Develop menu via Preferences → Advanced if it is not visible).
If Clearing Cache Does Not Help
If the login page still does not load after trying incognito mode and clearing cache, the cause is something else. Work through these in order:
- Confirm you are connected to your own network (not mobile data or a neighbor's Wi-Fi)
- Run
ipconfigon Windows to verify your actual Default Gateway address - Disconnect any active VPN — VPNs block local IP access
- Try a different browser entirely
- Try from a different device (phone via Wi-Fi, or another computer)
- Connect via Ethernet cable directly to the router
- Power cycle the router (unplug 30 seconds)
Frequently Asked Questions
My browser keeps adding https:// to the router address — how do I stop it?
Chrome and Edge learn that certain sites prefer HTTPS and enforce it automatically. For a local IP like 192.168.1.1, HTTPS will fail because the router does not have a valid certificate. Clear the browser's HSTS settings: in Chrome, go to chrome://net-internals/#hsts, enter 192.168.1.1 in the Delete domain field, and click Delete. Then try http://192.168.1.1 again. In the meantime, an incognito window bypasses HSTS policies.
The router page loads but shows content from weeks ago — is this the cache?
Yes, this is classic browser caching behavior. Clearing the cache as described above will fix it. For router admin panels specifically, you should always clear the cache after making significant configuration changes, especially if you changed the router IP or reset it to factory defaults.