Website Down Checker: Is It Down for Everyone or Just You?

That is the first question anyone asks when a site will not load, and this free website down checker gives you the answer in seconds. Paste in any web address and the tool sends a live request to that server, then reports back whether it responded normally or not.

This is useful when you are troubleshooting your own site after a deploy, checking a supplier’s storefront before you place an order, or confirming that a payment gateway or API you depend on is actually reachable. No account, no email address, no limits beyond fair use.

Type in one address, click check, and get a clear up or down result along with the HTTP status code and response time.

What The Tool Does

  • Sends a live server-side request (wp_remote_get) to the URL entered
  • Reports HTTP status code, elapsed response time in ms, and a plain-language up/down verdict
  • Follows up to 5 redirects, 12 second timeout
  • Blocks requests to localhost, private IP ranges, and reserved IP ranges (SSRF protection, since this tool lets the public trigger outbound requests from your server)
  • Rate limited to 20 checks per 10 minutes per IP using WP transients (no database table needed)
  • WhatsApp share button on the result

Known Limitations

  • Single check location, not multi-region monitoring
  • Sites behind bot protection (Cloudflare etc.) may show as down even when reachable to a normal browser, since some of them block automated requests
  • IPv6-only hosts are not screened by the private-range SSRF check, only IPv4. Low risk in practice but worth knowing.

Verification Done

  • Brace balance: 49 open / 49 close, confirmed
  • Parenthesis balance: 122 open / 122 close, confirmed
  • Nowdoc delimiters (WDCHTML, WDCCSS, WDCJS): each appears exactly once open, once close at column zero, confirmed
  • Full php -l lint: not run, PHP CLI unavailable in this sandbox. Recommend a quick syntax check before activating.

FAQ

Why does a site show as down here but loads fine in my browser?

Some servers block automated requests like this one, even though they load normally for a real visitor. This is common with sites behind Cloudflare or similar bot protection. Treat a “down” result as a signal to check further, not a final verdict.

Does this tool check my site from multiple locations?

No, it checks from a single server location. If you need multi-region monitoring, a dedicated uptime service is a better fit. This tool is built for a quick, one-off check.

Is there a limit on how many sites I can check?

The tool is rate-limited to prevent abuse, but normal use, a handful of checks per session, is unrestricted. No sign-up or account is required.

What does the HTTP status code mean?

Codes in the 200 range mean the site responded successfully. Codes in the 300 range usually mean a redirect. Codes in the 400 or 500 range point to a client or server error. The tool translates this into a simple up or down result for you.