Is it down for everyone, or just you?
Your browser shows the same blank page whether a data centre is on fire or your router dropped a packet. Here is how to separate the two, in order, starting with the test that settles it fastest.
Your browser shows the same blank page whether a data centre is on fire or your router dropped a packet. Here is how to separate the two, in order, starting with the test that settles it fastest.
There is one question underneath every "is X down" search, and it is not really about the website. It is: Do I need to fix something, or do I need to wait? Those are completely different afternoons, and almost every troubleshooting guide answers them in the wrong order.
The fastest route to an answer is not to check your Wi-Fi, restart your router, or clear anything. It is to find out whether a machine that has nothing to do with you can reach the site.
A browser tells you almost nothing about why a request failed. The same grey page appears when the origin server has crashed, when your ISP's DNS resolver returned garbage, when an extension blocked the request, and when a captive portal in a hotel silently swallowed it. Local tests cannot distinguish those, because they are all local from your machine's point of view.
A check from a different network can. If an independent server on a different continent, using a different resolver and a completely different route, gets a normal response from the site, then the site is working and the fault is between you and it. If that independent server cannot reach it either, there is nothing on your side to fix.
That is the whole reason the checker on this site exists, and it is why the result page reports each stage separately rather than just succeeding or failing. Knowing that a request died at DNS rather than at the TCP connection narrows the problem enormously before you have touched anything.
The shortcut most people skip: Try the site on mobile data with Wi-Fi turned off. That is a genuinely different network, a different resolver and a different route, and it takes about ten seconds. If it works there and not on Wi-Fi, you have already located the problem.
The site is fine. Work through these in order, because they are sorted by how often each one turns out to be the answer, not by how technical they sound.
Your machine, your router and your ISP all cache the translation from a domain name to an IP address. If a site has moved and the old answer is still cached somewhere in that chain, you will keep being sent to an address that no longer serves it. Flushing your local DNS cache and, if that fails, pointing the device at a public resolver resolves this in under a minute. The DNS guide covers exactly how.
Modern sites install service workers that can serve a stored copy of a page offline. When that stored copy is the broken one, a normal refresh will happily give it back to you. A hard reload - Ctrl+Shift+R, or Cmd+Shift+R on a Mac - Bypasses it. Trying the site in a private window is the faster version of the same test, because private windows start with no cache, no service worker and no cookies.
Content blockers break more sites than their users realise, particularly when a site changes its analytics or CDN provider and a filter list has not caught up. A private window usually runs without extensions, which is why it is such a useful single test: It clears cache, cookies and extensions in one action.
A VPN puts your traffic on someone else's IP address, and that address may be blocked, rate limited or geographically wrong for the service you are using. Corporate networks add TLS inspection and content filtering that break some sites outright. Disconnecting the VPN for one test is decisive.
If you can reach the site but cannot sign in, and other people can, consider that the problem may be specific to your account - A security hold, a rate limit, or a session that needs clearing. This is invisible to every outage tracker on the internet, including this one.
Now stop touching your own equipment. Nothing you do locally will help, and the useful question becomes how long this is likely to last. Where the check failed tells you a surprising amount.
The most common shape of a large outage is not a dead website. It is a website that loads perfectly and does not work. Login fails, the feed is empty, messages will not send, checkout errors at the last step. Every automated monitor on the internet will report that service as healthy, because the home page returns 200 in 400 milliseconds.
This is why user reports matter and why this site shows them next to its own measurements rather than instead of them. A probe is precise and narrow. A crowd is vague and broad. When the probe says up and the reports chart is vertical, the answer is almost always a partial failure - And partial outages have their own article because they behave so differently from the total kind.
Three pieces of standard advice that mostly waste time:
Restarting your router first. It fixes a real but narrow class of problem, takes three minutes, and disconnects everyone in the house. Do the outside check first; if the site is genuinely down, you have rebooted your router for nothing.
Clearing all browsing data. An enormous hammer that signs you out of everything you use. A private window tests the same hypothesis and costs nothing.
Reinstalling the app. Almost never the answer during an outage, and on some services it will lose local data - Snapchat Memories that were never uploaded being the notorious example. Confirm the platform is healthy before you delete anything.
Check from outside. If it works out there, fix your side in the order above, starting with DNS and a private window. If it does not work out there, note where the request died, check whether the provider has a status page we link to, and then wait - Because that is genuinely the correct action, and the only thing more frustrating than an outage is spending it reinstalling software that was never broken.
Open it on mobile data with Wi-Fi switched off. That uses a different network, a different DNS resolver and a different route, so if it loads there the site is fine and the problem is your connection. It is the fastest test available and needs nothing installed.
Most often a stale DNS cache, a cached broken page or service worker, a browser extension, or a VPN whose exit address is blocked or rate limited. Trying the site in a private browsing window tests three of those at once, because private windows start with no cache, no cookies and usually no extensions.
Both. A checker requests one page and reports what came back. If that page returns normally while login, search or checkout is broken, the site is technically up and practically unusable. That is a partial outage, and it is the most common kind by a wide margin.
Not first. Check the site from another network before you do anything local - If it is genuinely down, rebooting your router accomplishes nothing and disconnects everyone else in the building for three minutes.
The real causes of website outages - Configuration pushes, BGP withdrawals, expired certificates and dependency cascades.
Why most real outages are partial, how regional and feature-level failures hide from monitoring, and how to tell what is actually broken.
A layered diagnostic for working out whether the fault is your device, your network, your ISP, DNS, or the website itself.
Typical outage durations by cause, why most incidents resolve in minutes, and the warning signs that an outage is going to be a long one.