Diagnostics

Is it down for everyone or just me? How to tell in 60 seconds

5 min read · Published Apr 24, 2026

"Is it down for everyone or just me?" is the first question after any failed page load. The honest answer is that the pattern of where a site fails tells you almost everything — and a single probe from a single machine can't reveal that pattern. Three quick checks can.

Three possibilities, one decision tree

When a site doesn't load, exactly one of three things is happening:

  1. Global outage — the provider is down for everyone worldwide.
  2. Regional outage — users in specific geographies can't reach it; others are fine.
  3. Local issue — only your machine, browser, or network is affected.

Each leaves a distinct fingerprint. The 60-second diagnostic below eliminates the possibilities in order of cost-to-test: the fastest, cheapest check first.

Step 1 — Multi-region check (10 seconds)

Open isitdown.io and probe the target from US East, US West, Europe, and Asia in parallel. The result:

A multi-region check beats a single-region tool like ping or curl from your laptop because one machine can't distinguish "the site is down" from "you can't reach the site." Why that matters →

Step 2 — Flush DNS (15 seconds)

A surprising fraction of "down for me" reports are stale DNS cache entries on the user's machine. When a site migrates to new infrastructure, your OS may keep the old IP cached for minutes or hours.

Retry the page. If it loads, you were looking at a cached IP.

Step 3 — Browser and network reset (20 seconds)

If DNS isn't it, the problem is one of:

Quick test matrix:

  1. Incognito / private window — bypasses extensions and most cached state.
  2. Different browser — isolates browser-specific issues.
  3. Mobile hotspot — if the site works on cellular but not home Wi-Fi, the issue is your router, ISP, or home DNS.
  4. Public DNS — temporarily switching to 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google) rules out your ISP's resolver.

When to wait vs. when to act

PatternCauseWhat to do
All regions fail, provider confirmsGlobal outageWait. Subscribe to their status page for updates.
All regions fail, provider says "all good"Monitoring blind spotWait 10-15 minutes. Provider dashboards often lag.
Some regions fail, consistent geographyRegional routing / CDNVPN to a healthy region as a workaround.
All regions pass, only you affectedLocalRun the three steps above.

FAQ

How often do "down for me" issues turn out to be local?

In direct-probe data, a meaningful fraction of "is X down" queries from the US and Europe resolve to local or regional issues rather than global outages. The exact ratio varies by provider and by time of day.

Do third-party "is it down" sites crowd-source reports?

Most do — they aggregate social-media mentions and user self-reports. That's fast but biased: a trending topic produces spikes even when the provider is healthy. isitdown.io uses direct probes from our monitoring infrastructure, so there are no crowd-reported false positives.

What counts as a "confirmed outage" on isitdown.io?

In our classification, a confirmed outage is when all four monitoring regions fail the same probe within the same five-minute window. Anything less is regional or local until the pattern holds across more than one window.

Related

← All notes & guides