GuideMay 8, 2026·5 min read

The 5-Minute Outage Checklist: What to Do the Moment an Important Site Goes Down

A practical checklist for diagnosing website outages in minutes, with actionable steps to determine if the problem is yours or theirs.

When a critical website stops responding, panic is useless. You have five minutes to determine if you're actually experiencing an outage or if it's a local network issue. This matters because your next action depends entirely on the answer. If it's a real outage, you need to notify stakeholders and find workarounds. If it's your connection, you're wasting time. Here's the systematic way to figure it out.

Step 1: Rule Out Your Own Network (60 seconds)

Before blaming the website, verify your internet actually works. Open three completely different sites: a major news outlet, a social media platform, and a search engine. If all three load normally, your connection is fine and the outage is real. If none load, restart your router and modem—wait 30 seconds between power cycles. This catches 40% of false alarms. Pro tip: use your phone's cellular data as a parallel test. If your phone can reach the same site but your computer can't, you've isolated the problem to your local network, not the internet backbone.

Step 2: Check DNS Resolution (90 seconds)

Here's the non-obvious part: a site can be down while DNS still resolves. Open your terminal and run `nslookup [domain.com]` or `dig [domain.com]`. If you get an IP address back, DNS is working. Now ping that IP: `ping [IP address]`. No response means the server isn't reachable. This tells you whether the problem is infrastructure (server down, network routing broken) versus DNS poisoning or CDN issues. On Windows, use `nslookup` or `ipconfig /flushdns` to clear your DNS cache, then try again. This distinction matters because DNS issues sometimes resolve themselves within minutes, while server outages don't.

Step 3: Check WebsiteDown.com (30 seconds)

Visit WebsiteDown.com and search for the affected domain. Real-time outage reports from other users confirm whether this is widespread or isolated to your region. If hundreds of users report the same site down in the last 5 minutes, it's a legitimate outage. If you're the only one reporting it, the problem is almost certainly local—even if your network test passed. Check the status page of the service itself if it exists (most major platforms have one). This gives you an ETA for resolution and official confirmation of scope.

Step 4: Document and Escalate (120 seconds)

Once you've confirmed a real outage, screenshot the evidence: the failed connection attempt, your ping results, the WebsiteDown.com report. Include timestamps. This matters for compliance, incident reports, and SLAs. If the site is business-critical, notify your team immediately with what you know: "X site is down for everyone (confirmed via WebsiteDown.com), started at Y time, DNS resolves but servers not responding." Don't speculate about cause or duration. Provide only what you've verified. This prevents cascading false alarms and keeps stakeholders focused on actual mitigation.

Step 5: Set Up Monitoring (2 minutes)

While waiting for recovery, set up WebsiteDown.com alerts for critical services you depend on. Most outages follow patterns—if a site went down once, it might again. Knowing immediately saves you the diagnostic work next time. Configure email or Slack notifications. If you manage infrastructure, add the site to your internal monitoring dashboard. The five-minute window matters because your response time directly impacts business continuity. Every minute you spend confirming an outage is a minute not spent finding a workaround or communicating with users.

Your Immediate Action

Right now, bookmark WebsiteDown.com and test the checklist on a non-critical site going down. You'll learn the workflow under low pressure. When a real outage hits, you'll move through these steps automatically. The goal isn't to fix the internet—it's to spend three minutes diagnosing and two minutes communicating, not five minutes wondering. That discipline saves hours downstream.

Check if a website is down right now

Free real-time server check — results in seconds. No sign-up required.

Or set up automated uptime monitoring →
Check a website
← Older
Why ChatGPT Goes Down So Often (And When It's Coming Back)