About this "Is my website down?" checker
This tool answers the exact question every developer, ops person, and site owner types into a search bar hundreds of times a year: is my website down, or is it down for everyone or just me? Paste any URL — we fetch it live from our server and return the answer in under two seconds, plus every technical detail you need to know why.
It's a website down checker, a site down checker, an "is it down for everyone or just me" tester, and an uptime status checker — all in one. Works for any URL: your personal site, a client's production server, a Fortune 500 homepage, a staging environment, an internal tool. If the URL is publicly reachable, we can check it.
What we actually check
When you hit Check now, our server runs five real technical probes in parallel:
- DNS resolution — does the domain resolve to an IP? If not, the site doesn't just look down — it doesn't exist as far as the internet is concerned. Hard failure.
- TCP reachability — can we open a socket to port 443 (or 80 if you use http://)? If DNS works but TCP is refused, the server is offline or firewall-blocked.
- HTTP status code — we do a real GET and read the response. 2xx / 3xx = up. 5xx = server error. 4xx = up but wrong URL (or bot-blocked).
- Response time — full round-trip in milliseconds. Under 800 ms is snappy; over 3 seconds and we flag it as slow.
- TLS certificate — for https:// URLs, we check the certificate: issuer, expiration date, chain validity, hostname match. A site is "up" but "SSL broken" if the cert is expired.
We also trace the redirect chain — so if http://yoursite.com silently sends visitors to https://www.yoursite.com/en/home, you'll see every hop.
"Is it down for everyone or just me?"
This is the crucial question. Our checker runs from a data center — so our vantage point isn't affected by your ISP, your local Wi-Fi, or your browser cache. That means:
- We say UP and you can't reach it → the problem is on your end. Try a mobile hotspot, or switch DNS to
1.1.1.1(Cloudflare) or8.8.8.8(Google). Clear your browser's DNS cache. Check your firewall or corporate proxy. - We say DOWN and you can't reach it → the site is genuinely down for everyone. If it's your site, check your hosting provider. If it's someone else's, wait or use a cached copy from the Wayback Machine.
- We say UP but you get a specific error → the site works, but your specific URL or region is affected. Common with geo-restricted content, A/B tests, or corporate WAF rules.
Verdict meanings in detail
✅ UP — DNS resolves, TCP connects, HTTP status is 200-399, response time is reasonable, and (for https URLs) the TLS certificate is valid. The site is fully functional right now.
⚠️ SLOW — All the "up" conditions apply, but response time is over 3 seconds. The site works but feels sluggish; visitors will notice.
⚠️ SSL PROBLEM — Site responds successfully but its TLS certificate is expired, mismatched, or otherwise broken. Browsers will show a security warning, which drives most users away. Renew the cert to fix.
⚠️ BLOCKED — Site returned HTTP 403 (Forbidden) or 429 (Too Many Requests) — usually anti-bot rules blocking our automated request. It's very likely up for real browsers, but we can't confirm from an automated check.
🚫 DOWN — Any hard failure: DNS doesn't resolve, TCP refused, HTTP timeout, or HTTP 5xx server error. The site is down right now.
If the checker says your site is down
- Check your hosting provider status page — most have one at
status.provider.com. - Log into your control panel and check if the server is running.
- Look at server load / disk space — the two most common causes of sudden 5xx errors.
- Check your DNS records for accidental changes.
- Check your SSL certificate for expiration.
- Check domain registration expiry — an expired domain looks identical to a down server.
"Is my website down" vs Down Detector vs isitup.org
This tool — runs a live technical check of any URL you give it, right now. Best for: your own site, staging environments, private URLs, or any specific address you want to test yourself.
Down Detector — aggregates outage reports from millions of users. Best for: the big consumer services (Instagram, Gmail, PlayStation Network). Won't have data on your personal site.
isitdownrightnow.com / downforeveryoneorjustme.com — similar to us; they run a live HTTP check. We add DNS/TCP/TLS/redirect diagnostics on top of the basic HTTP status, plus cross-links to our own DNS, WHOIS, and SSL tools when you need to dig deeper.
Privacy & rate limits
Rate-limited to 30 checks per minute per IP. The URL you check is fetched live and the result is returned to your browser — nothing about the URL is stored on our server. Only a hashed IP is stored briefly for rate limiting.