"Is Hypixel down?" is one of the more common things typed into search boxes on a weekend evening. The honest answer most of the time is no — but Minecraft has three different failure modes that all feel like the server is offline, and only one of them actually is. Telling them apart takes about thirty seconds.
The three flavors of "I can't get on" ¶
When the multiplayer screen sits at Connecting… and then drops you, exactly one of three things is happening:
- The server is genuinely offline. Real, full outage. The host is unreachable. Common after a botched plugin update or a network event at the data center.
- You're in a queue you can't see. Big servers (Hypixel, 2b2t, sometimes EarthMC during land rushes) cap concurrent connections. Past the cap, they hold you in a queue that looks identical to the connection failing — same loading bar, same eventual timeout, but the server is fine; it's full.
- The problem is your machine. ISP routing, DNS cache, mod conflict, anti-virus interception. Other players are getting on right now.
The 30-second test below tells you which.
Step 1 — check from outside Minecraft ¶
Open isitdown.io/minecraft and look up the server. The page pings the SLP port directly from four monitoring regions and tells you whether anyone (anywhere) can reach it. Three outcomes:
- Online, players reported. The server is up. You're in flavor 2 or 3 — keep reading.
- Online, 0 players. Probably still up; the empty count is usually a quirk of how the network reports counts (see the deep dive) rather than an actual outage. Try connecting.
- Offline across all four regions. Real outage. Nothing you do locally will help.
This step matters because every other diagnostic — restarting your launcher, flushing DNS, fiddling with mods — is a waste of time if the server is actually down. Eliminate that possibility first.
Step 2 — the queue trick ¶
Hypixel, MCC Island, and a handful of other big networks run a soft queue when traffic spikes. The queue used to be visible in 1.8-era clients with a numbered slot ("you are #1,247 of 8,000"); modern Minecraft clients dropped that UI but the queue itself is still there. From the outside it looks identical to a connection failure.
The fingerprints:
- The server's status page on isitdown.io says online, often with a high player count near the cap.
- Your launcher gets stuck on Logging in… or Encrypting… for 30+ seconds rather than failing immediately.
- It happens at predictable times — Hypixel queues during the SkyBlock weekly reset, EarthMC during a continent unlock.
The fix is "wait." A queue typically clears in 2-15 minutes. Restarting your launcher pushes you to the back of the queue, so don't.
Step 3 — eliminate your end ¶
If the server is up and you're not queued, the issue is on your machine or your network. The fast fixes, in order of how often they actually work:
- Flush your DNS cache. If the server's IP recently changed, your OS may be holding the old one. Windows:
ipconfig /flushdns. macOS:sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder. (All commands.) - Switch from Wi-Fi to mobile hotspot for a single connection attempt. If you can connect on cellular but not Wi-Fi, your home ISP is the problem — not the server, not Minecraft. Some ISPs intermittently route Mojang traffic through congested peering links.
- Disable mods one at a time. A failed Optifine install, an outdated ProtocolLib, a Forge mod that hooks the network layer — any of these can produce a "can't connect to anything" symptom that is purely local. Vanilla Minecraft from a clean profile is the diagnostic baseline.
- Check Mojang/Microsoft auth. If your launcher says "logged in" but every server rejects you, your session token expired. Sign out and back in.
What about lag? ¶
Lag isn't the same as offline, but it can look identical when it crosses the line into "the server stops responding to your client for 30 seconds." Two flavors:
- Server-side TPS drops. The whole server is processing ticks slowly. Everyone else is also lagging; chat works (badly), inventory items appear with delays, mobs teleport.
- Network lag between you and the server. Your TPS is fine; only your packets are stuck. Other players show no symptoms; if you ask in chat, no one else is lagging. This is on your route, not the server.
For server-side TPS: there's nothing you can do; either the operators fix it or you log off and come back. For network lag: try a different connection (hotspot is the fastest test), or wait 10 minutes for routing to settle.
The big servers: known fingerprints ¶
| Server | Common "I can't get on" cause |
|---|---|
| Hypixel (mc.hypixel.net) | Queue during SkyBlock weekly reset (Sundays around 18:00 UTC); also queue around major game updates. |
| 2b2t (2b2t.org) | The queue is the server's defining feature. Premium queue: minutes to hours. Free queue: hours to days. |
| EarthMC (play.earthmc.net) | Soft queue during continent unlocks and nation-war events. |
| Wynncraft (play.wynncraft.com) | Maintenance windows announced on Discord — server is up for SLP queries during maintenance but rejects logins. |
| The Hive Bedrock (geo.hivebedrock.network) | Region-specific outages — if your geo points to a downed region you'll hit "offline" while others connect fine. |
FAQ ¶
Why does isitdown.io say Hypixel is online when I can't connect?
Most likely a queue (especially around weekly resets) or a local network issue. Our SLP query reaches the server's status port; your client connects to a different port (the actual Minecraft game port). They use different code paths, and a queue or auth-server problem can make the second one fail while the first still answers.
Should I file a support ticket if a server is down?
Wait at least 30 minutes. Most outages are resolved within that window without anyone needing to escalate, and most server staff already know — they have monitoring. Tickets during a known incident clog the queue for actual unique reports.
Is there a way to check from inside Minecraft?
Yes — the multiplayer server-list pings every server you've added. The little colored bars next to each one are the live SLP response: green means reachable with low latency, yellow is slow, red is fully timed out. Hover the bars for "online/max players." That's the same data isitdown.io shows; the launcher just renders it as ASCII bars.