Developer Tools
Website Down Checker
Is it down, or is it just you? Checked from our server with status and timing.
Updated July 10, 2026
How to use the website down checker
- 1Enter the site — https:// is assumed.
- 2Read the verdict: up (it's just you) or down (it's them).
- 3It's just you? Run the checklist — hard refresh, incognito, DNS.
- 4Remember 403 usually means bot-blocking, not outage.
Common uses
- Settling 'is it down or is it me' in five seconds
- Checking your own site from outside your network
- Confirming an outage before filing IT tickets
- Response-time spot checks on any URL
Frequently asked questions
The site is up here but broken for me — how do I fix my side?
In order of how often each works: hard refresh (Ctrl/Cmd+Shift+R) to bypass your cache; try a private/incognito window (isolates extensions and cookies — if this works, an extension or stale cookie is your culprit); try another device on the same network (separates device from network); switch DNS to 1.1.1.1 or 8.8.8.8 (stale ISP DNS causes a surprising share of phantom outages); finally restart the router. If mobile data works where Wi-Fi doesn't, it's your network or ISP — and now you know exactly what to tell them.
What do the different status codes mean for 'downness'?
200–399: healthy — the server answered normally. 403: usually not down — many sites block automated checkers while serving humans fine (our checker identifies itself honestly as a robot, and bot-protection walls like Cloudflare challenge it); if you can load it in a browser, it's up. 404: the server is up but that specific page doesn't exist. 429: alive but rate-limiting. 500/502/503: the meaningful ones — their application or upstream is failing; 503 often accompanies deploys and overload. Timeout or connection failure: the closest thing to truly down.
Can one check really tell if a site is down everywhere?
No, and this tool won't pretend: one vantage point proves reachability from here, which settles the 'just me?' question — the thing you actually asked — but can't rule out regional outages (a CDN region failing, a country-level block, an ISP routing problem). If a major site fails our check, that's usually big news within minutes on outage aggregators, which crowdsource thousands of reports. The honest decision tree: down here + down for you = really down; up here + down for you = fix your side with the checklist.
Why do huge sites like Google still show as down sometimes?
Because 'down' is rarely binary at scale. Giant services fail partially — one region, one API, one product — so a checker hitting the homepage can get a healthy 200 while Gmail chokes, or vice versa. Big outages also frequently trace to shared infrastructure (a CDN, DNS provider, or cloud region), which is why unrelated sites fall over together — those incidents make 'half the internet is down' afternoons. When a titan fails our check, assume infrastructure event, check an outage tracker, and give it twenty minutes before troubleshooting anything of yours.
About this tool
The website down checker answers the internet's oldest support question — is it down, or is it just me? — by fetching the site from this service's server rather than your browser: if our server reaches it and you can't, the problem is on your side (cache, DNS, extension, network); if we can't either, it's genuinely down. Results include the HTTP status with a plain-language verdict (including the honest note that 403s often mean bot-blocking rather than outage), response time, and the fix-it-on-your-side checklist ordered by how often each step actually works.
The website down checker connects to an external service to fetch live data, so some of what you enter is sent over the network to provide the result — see the note in the tool for specifics. We don't require an account, and we don't store your queries. Most tools on UtilityBase run entirely in your browser; this one needs the network to do its job. Browse more developer tools here.
Was this tool helpful?
Related tools
DNS Lookup
Query A, AAAA, CNAME, MX, TXT, and NS records over DNS-over-HTTPS.
Developer Tools
SSL Checker
Certificate validity, issuer, expiry countdown, and covered names for any host.
Developer Tools
Internet Speed Test
Download, upload, latency, and jitter — measured to a real CDN edge.
Device Tests
WHOIS Lookup
Domain age, registrar, expiry, and nameservers via RDAP — WHOIS's successor.
Developer Tools
What Is My IP
Your public IP, and exactly what it reveals — location, ISP, timezone.
Developer Tools
Regex Tester
Test regular expressions live with match highlighting, groups, and a cheat sheet.
Developer Tools