Is Epic Games Down? How to Check Epic Games Status and Fix Launcher Issues (2026 Guide)
Is Epic Games Down Right Now?
If you're staring at a launcher that won't load, a download stuck at 0%, or an error code that means nothing — you're not alone. Epic Games outages affect tens of millions of users simultaneously because virtually every Epic service depends on the same authentication backbone.
Check real-time Epic Games status →
This guide covers how Epic Games' infrastructure actually works (and fails), how to tell if it's Epic's problem or yours, and exactly what to do while you wait.
Common Epic Games Outage Patterns
After monitoring Epic Games services, clear patterns emerge in when and why outages occur:
1. Scheduled Maintenance (Most Common)
- When: Tuesdays and Wednesdays, typically 4:00-6:00 AM ET
- Duration: 1-4 hours
- Affected: Usually specific services (store, matchmaking, or content updates)
- Warning: Epic usually announces on @EpicGamesStatus 30-60 minutes before
2. Game Launch / Major Update Overloads
- When: Major game launches, season starts, live events
- Pattern: Auth servers overwhelmed by simultaneous login attempts
- Examples: Fortnite chapter launches, free-to-play conversions (Rocket League 2020), major crossover events
- Duration: 30 minutes to 6 hours, with rolling recovery
- Cascade: Affects ALL Epic services, not just the launching game
3. Free Game Thursday Spikes
- When: Every Thursday when new free games rotate (typically 11:00 AM ET)
- Pattern: Traffic spike as millions claim free games simultaneously
- Impact: Store slowdowns, download queue delays, occasional auth hiccups
- Duration: Usually 15-60 minutes of degraded performance
- Severity: Rarely a full outage, mostly slowdowns
4. DDoS Attacks
- When: Unpredictable, often during competitive esports events
- Pattern: Sudden total service failure across all regions
- Duration: 1-6 hours
- Indicators: Complete connectivity failure with no gradual degradation
5. AWS Infrastructure Issues
- When: Epic runs primarily on AWS; AWS regional outages directly impact Epic
- Pattern: Region-specific failures (e.g., US-East-1 takes down North American services)
- Duration: Mirrors AWS recovery timeline (1-8 hours)
- Indicators: Multiple AWS-dependent services failing simultaneously
6. Cross-Game Cascades
Epic's shared infrastructure means a Fortnite live event can crash Rocket League matchmaking. This happens when:
- Fortnite live events create 10-50M simultaneous connections
- Auth service gets overwhelmed handling Fortnite load
- Rocket League, Fall Guys, and EOS-dependent games lose authentication
- Even the Epic Games Store becomes unresponsive
Major Epic Games Outage History
April 2021 — Fortnite Season 6 Launch (8 Hours)
New season launch overwhelmed authentication servers. Queue times exceeded 2 hours. Store purchases failed. Rocket League matchmaking broken. The incident highlighted how Fortnite events create blast radius across ALL Epic services.
September 2020 — Apple/Google Removal
Not a technical outage, but Epic's deliberate introduction of direct payment triggered removal from iOS App Store and Google Play. Fortnite mobile became inaccessible for 3+ years. Highlighted platform dependency risks.
December 2021 — Holiday Free Games Meltdown
Epic's annual "15 Days of Free Games" event combined with major game giveaways (GTA V-scale) crashed the store for 6+ hours. Download queues backed up for 24+ hours afterward.
January 2023 — Authentication Service Failure (4 Hours)
Complete auth outage affecting all Epic services globally. No logins, no game launches, no store access. Root cause: database migration issue in the auth backend.
March 2024 — Fortnite Chapter 5 Season 2 Launch
Season launch caused multi-hour matchmaking failures. Login queues exceeded 45 minutes. Store purchases intermittently failed. Recovery took 3+ hours as Epic throttled logins to stabilize.
December 2024 — Fortnite OG Event Aftermath
Following the massively popular Fortnite OG event (44.7M concurrent players during the live event), infrastructure remained unstable for 48+ hours with intermittent authentication failures and matchmaking delays.
How to Check if Epic Games Is Down
Step 1: Real-Time Monitoring
API Status Check monitors Epic Games services from multiple locations and shows current status with historical uptime data.
Step 2: Official Status Page
Visit status.epicgames.com for Epic's official service status. Check these specific services:
- Epic Games Store — store and purchases
- Login — authentication (most critical)
- Launcher — desktop client backend
- Fortnite — game-specific status
- Rocket League — game-specific status
Step 3: Social Media Verification
- @EpicGamesStatus — official status updates
- @FortniteStatus — Fortnite-specific
- Search #EpicGamesDown on Twitter/X for real-time community reports
Step 4: Network Diagnostic
Test from your end:
# Test Epic Games connectivity
ping epicgames.com
ping store.epicgames.com
ping launcher-public-service-prod06.ol.epicgames.com
# Check DNS resolution
nslookup epicgames.com
# Test HTTPS connectivity
curl -I -s https://store.epicgames.com | head -5
📡 Set up monitoring for your critical services — Better Stack provides real-time uptime monitoring with instant alerts when Epic Games or any service you depend on goes down. Get notified before your users report issues.
Epic Games Launcher Troubleshooting
Launcher Won't Open
Check for stuck processes:
- Open Task Manager (Ctrl+Shift+Esc)
- Look for
EpicGamesLauncher.exeorEpicWebHelper.exe - End all Epic-related processes
- Try launching again
Clear webcache (fixes most issues):
- Close the Epic Games Launcher completely
- Navigate to:
%localappdata%\EpicGamesLauncher\Saved\webcache - Delete the entire
webcachefolder - Restart the Launcher
Run as administrator: Right-click the Epic Games Launcher shortcut → Run as administrator. Some Windows updates change permissions that block the launcher.
Login Failures
Error AS-3 (Authentication Failed):
- Check if Epic auth servers are down (status.epicgames.com)
- Try logging in at epicgames.com in a browser first
- If browser login works but launcher doesn't: clear webcache
- If neither works: auth servers are likely down — wait
Linked Account Issues: If you login through PlayStation, Xbox, or Nintendo:
- Verify you can login to that platform's services
- Try logging in directly with Epic email/password instead
- Check that your accounts are still linked at epicgames.com/account/connections
Two-Factor Authentication Problems:
- If your 2FA codes aren't working, check that your device's clock is synced
- Backup codes are available at epicgames.com/account/password
- If locked out, use Epic's account recovery
Download Issues
Stuck at 0% or Extremely Slow:
- Pause the download, wait 10 seconds, resume
- Check Launcher Settings → Downloads → Edit throttle limit
- Switch DNS to 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google)
- Disable VPN if active (VPN routing can hit non-optimal CDN nodes)
- Try during off-peak hours (2-8 AM local time)
Error MD-0005 (Manifest Download Failed):
- Delete
%localappdata%\EpicGamesLauncher\Saved\ManifestCache - Restart the launcher
- If persists: uninstall and reinstall the launcher (your games stay)
Error IS-FC02 / IS-MF01 (Installation Failed):
- Verify you have enough disk space (check the actual install drive)
- Run Windows Disk Cleanup
- Check drive health with
chkdsk /f - Try installing to a different drive
Error Code Reference
| Code | Meaning | Fix |
|---|---|---|
| LS-0013 | Launcher already running | End process in Task Manager |
| LS-0014 | Installation corrupt | Verify game files |
| LS-0016 | Game already running | End game process |
| SU-PQR1603 | Installer error | Run as admin, install VC Redist |
| AS-3 | Auth failed | Check server status, clear webcache |
| MD-0005 | Manifest missing | Clear ManifestCache |
| IS-FC02 | Install failed | Check disk space/health |
| DP-06 | Not enough disk space | Free space or change install drive |
Platform-Specific Issues
PC (Windows)
Most issues stem from:
- Antivirus interference — Add EpicGamesLauncher.exe to exclusion list
- Windows Defender Firewall — Allow Epic Games through firewall (both private and public)
- Outdated drivers — Update GPU drivers (NVIDIA: GeForce Experience, AMD: Adrenalin)
- Visual C++ Redistributable — Install latest versions from Microsoft
macOS
Epic Games Launcher for macOS has limited support:
- Ensure macOS is updated to latest version
- Check System Preferences → Security & Privacy for blocked apps
- macOS Gatekeeper may block Epic launcher updates
Console (PlayStation / Xbox / Nintendo Switch)
Console players access Epic games through their platform's store, but Epic's backend still handles:
- Cross-platform friends lists
- Epic account linking
- V-Bucks and purchases
- Cloud saves (Fortnite)
If console login works but Epic features don't: Epic's backend is likely the issue.
Epic Games vs. Individual Game Outages
Understanding this distinction saves debugging time:
Epic Games Platform Down:
- Can't login to ANY Epic game
- Epic Games Store is inaccessible
- Friends list shows as offline everywhere
- Downloads/updates won't start
- Affects Fortnite, Rocket League, Fall Guys, AND third-party EOS games
Individual Game Down (e.g., just Fortnite):
- Can login to Epic Games Launcher
- Store works, friends list works
- Only specific game's matchmaking/servers affected
- Other Epic games work fine
EOS Down (Third-Party Impact):
- Epic Launcher and store may work fine
- Third-party games using EOS multiplayer break
- Cross-platform features fail
- May not be obvious it's an Epic issue
What to Do During an Epic Games Outage
Immediate Steps
- Confirm it's Epic, not you — Check apistatuscheck.com/is-epic-games-down
- Don't repeatedly try to login — This adds load and slows recovery
- Check social media for estimated recovery time
- DON'T reinstall — If the servers are down, reinstalling wastes hours and fixes nothing
While You Wait
- Play offline games — Single-player games already installed may work without auth
- Check other platforms — Steam, GOG, and standalone games are unaffected by Epic outages
- Use Epic Games web store — Sometimes store.epicgames.com works when the launcher doesn't (browse catalog, claim free games)
- Secure your account — Good time to enable 2FA and review linked accounts
🛡️ Gaming accounts are targeted by hackers — Fortnite accounts with rare skins sell for hundreds of dollars on black markets. Use 1Password to generate a unique, strong password for Epic Games and enable 2FA to protect your account and purchases.
Epic Games Security During Outages
Gaming accounts are high-value targets, and outage periods create phishing opportunities:
Phishing Awareness
During outages, scammers send:
- "Your Epic account has been compromised" emails
- Fake "server status" pages that steal credentials
- "Free V-Bucks compensation" links
- Fake Epic Games support chat bots
Verify emails come from @epicgames.com only. Epic will never ask for your password via email.
Account Security Checklist
- Enable two-factor authentication (Settings → Account → 2FA)
- Use a unique password (not reused from other sites)
- Review linked accounts at epicgames.com/account/connections
- Check purchase history for unauthorized transactions
- Remove saved payment methods you don't actively use
🔒 Protect your personal data — Optery removes your personal information from data brokers that attackers use for social engineering. Gaming accounts linked to real names and emails are especially vulnerable.
Monitoring Epic Games Programmatically
Python Health Check Script
import requests
import time
EPIC_ENDPOINTS = {
"Store": "https://store.epicgames.com",
"Status Page": "https://status.epicgames.com",
"Account Portal": "https://www.epicgames.com/account/personal",
"Launcher API": "https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/assets/Windows",
}
def check_epic_health():
results = {}
for service, url in EPIC_ENDPOINTS.items():
try:
start = time.time()
r = requests.get(url, timeout=10, allow_redirects=True)
latency = round((time.time() - start) * 1000)
results[service] = {
"status": "UP" if r.status_code < 500 else "DOWN",
"code": r.status_code,
"latency_ms": latency
}
except requests.exceptions.RequestException as e:
results[service] = {"status": "DOWN", "error": str(e)}
return results
if __name__ == "__main__":
print("Epic Games Health Check")
print("=" * 50)
health = check_epic_health()
for service, status in health.items():
icon = "✅" if status.get("status") == "UP" else "❌"
code = status.get("code", "N/A")
latency = status.get("latency_ms", "N/A")
print(f"{icon} {service:20s} | HTTP {code} | {latency}ms")
Bash Quick Check
#!/bin/bash
echo "Epic Games Quick Status Check"
echo "=============================="
endpoints=(
"https://store.epicgames.com|Epic Store"
"https://status.epicgames.com|Status Page"
"https://www.epicgames.com|Main Site"
)
for entry in "${endpoints[@]}"; do
url="${entry%%|*}"
name="${entry##*|}"
code=$(curl -s -o /dev/null -w '%{http_code}' --max-time 10 "$url")
if [ "$code" -lt 400 ] 2>/dev/null; then
echo "✅ $name: HTTP $code"
else
echo "❌ $name: HTTP $code"
fi
done
Epic Games Outage Frequency and Reliability
Based on historical data, here's what to expect:
| Metric | Epic Games | Steam | PlayStation Network |
|---|---|---|---|
| Monthly outages | 3-5 | 2-3 | 3-6 |
| Avg downtime per incident | 1-3 hours | 30-90 min | 2-6 hours |
| Scheduled maintenance | Weekly | Monthly | Bi-weekly |
| Launch-day reliability | Variable | Good | Variable |
| Communication speed | 15-30 min | 5-15 min | 30-60 min |
Epic's reliability has improved significantly since 2020-2021, but their dependency on single authentication service remains a structural vulnerability.
Related Guides
Epic Games ecosystem services that may be affected during outages:
- Is Fortnite Down? — Fortnite-specific server status and troubleshooting
- Is Rocket League Down? — Rocket League server issues
- Is Steam Down? — Alternative gaming platform status
- Is PlayStation Network Down? — PSN status (cross-play dependency)
- Is Xbox Live Down? — Xbox Live status (cross-play dependency)
Summary
Epic Games outages typically stem from authentication service failures that cascade across the entire ecosystem — Fortnite, Rocket League, Fall Guys, the Epic Games Store, and even third-party games using Epic Online Services. The most productive response is to confirm the outage, avoid repeated login attempts, and wait for Epic's infrastructure team to resolve the issue. Most outages resolve within 1-3 hours.
For continuous monitoring of Epic Games and 700+ other services, set up free alerts on API Status Check.
🛠 Tools We Use & Recommend
Tested across our own infrastructure monitoring 200+ APIs daily
SEO & Site Performance Monitoring
Used by 10M+ marketers
Track your site health, uptime, search rankings, and competitor movements from one dashboard.
“We use SEMrush to track how our API status pages rank and catch site health issues early.”
API Status Check
Stop checking API status pages manually
Get instant email alerts when OpenAI, Stripe, AWS, and 100+ APIs go down. Know before your users do.
Free dashboard available · 14-day trial on paid plans · Cancel anytime
Browse Free Dashboard →