Website Status
Check if a website is online, get HTTP status code and response time.
Website Status in action
You get a message that your store is "down" while your admin panel loads fine. Run the status check from the edge: if the homepage returns 200 here, the outage is regional or the reporter's network. That single test saves you a panic call to your host.
Frequently Asked Questions
What does the HTTP status code mean?
HTTP status codes indicate whether a request succeeded.
How do I check if a website is down for everyone or just me?
Enter the URL and the tool checks the site from a Cloudflare edge location. If the site responds for our server but not for you, the problem is on your side (DNS, firewall, or ISP). If it fails here too, the site itself is down.
What does a 503 response mean?
A 503 means the server is temporarily unavailable — usually overloaded or in maintenance. Unlike a 404 (page missing), a 503 is often resolved by waiting and retrying; persistent 503s point to capacity problems on the server.
How often should I monitor my website status?
For personal sites, checking when something feels wrong is enough. For business sites, automated monitoring every 1-5 minutes is standard. Our tool is a manual spot-check; pair it with uptime monitors for continuous coverage.