Discord Keeps Disconnecting? How to Fix Connection Issues

Discord dropping calls or kicking you from voice chat mid-game? Here's every real fix for network, VPN, firewall, and cache-related disconnects.

If Discord keeps disconnecting you from voice chat, dropping your calls, or bouncing you out of servers mid-game, the cause is almost never “Discord is just broken.” It’s usually one of a handful of specific things: an unstable Wi-Fi signal, a VPN or proxy fighting with Discord’s connection, a firewall blocking the right ports, a corrupted cache, or an outdated build of the app. Each of these has a clear, testable fix, and working through them in order — from the most likely culprit to the least — will get you to the actual cause faster than randomly changing settings and hoping something sticks.

Check Discord’s Server Status First

Before changing any settings on your own machine, rule out the possibility that the problem is on Discord’s end. Discord publishes real-time incident updates at discordstatus.com, broken down by feature — voice, API, push notifications, and more. Outages happen occasionally, and Discord’s status page will show an active incident with a description of what’s affected. For example, a recent incident affected users’ ability to send direct messages, with interactions, the shop, and SDK integrations also impacted, before being marked resolved. Third-party outage trackers can also show spikes in user-submitted reports, which is a useful secondary signal if the official status page hasn’t caught up yet. If there’s an ongoing incident matching your symptoms, there’s nothing to fix locally — just wait it out. If the status page shows everything operational, move on to the fixes below.

Restart Your Router, Device, and the Discord App

This sounds basic, but it resolves a surprising share of disconnect issues. A full device restart clears stuck network services, stale DNS entries, driver glitches, and lingering audio sessions that can cause repeated disconnects. Power-cycle your router as well — unplug it for about 30 seconds rather than just rebooting it through software, since that fully clears its connection tables and forces it to re-establish a clean connection with your ISP.

While you’re at it, fully close Discord (not just minimize it) and reopen it. Discord checks for updates on launch, and simply closing and reopening the app is often enough to pull in a pending fix for a connection bug that was causing your specific issue. If you’re using the browser version of Discord instead of the desktop app, clear your browser cache and try a different browser to rule out an extension or cached script causing the drops.

Fix Weak or Unstable Wi-Fi

Unstable internet is one of the most common reasons Discord keeps disconnecting and reconnecting, especially during voice calls or screen sharing, which are far more sensitive to packet loss than text chat. Text messages can wait a fraction of a second to arrive without you noticing; a voice call cannot. If you’re on Wi-Fi:

  1. Move closer to your router, or use a wired Ethernet connection if you have access to one — this alone eliminates most Wi-Fi-related drops, since it removes wireless interference from the equation entirely.
  2. Check for interference from other devices, thick walls, microwaves, or a router placed far from your PC or in a closed cabinet.
  3. Test your connection with a speed test during a disconnect to see if you’re losing bandwidth at that moment, and compare it against your plan’s advertised speed.
  4. If your ISP connection is generally flaky, consider whether other apps (streaming video, downloads, other voice apps) are also affected — if so, the issue is your network, not Discord specifically.
  5. If you’re gaming while in a Discord call, remember that your game is also competing for the same bandwidth. A large game update downloading in the background can starve your voice connection even on an otherwise decent internet plan.

Check for VPN and Proxy Conflicts

VPNs and proxies are a frequent cause of Discord connection drops because they route your traffic through an extra hop that can introduce latency, packet loss, or IP conflicts. Discord does support HTTP and SOCKS proxies, and it doesn’t block VPNs outright, but not every VPN plays nicely with Discord’s voice infrastructure, particularly ones that frequently rotate IP addresses or use overloaded shared servers. If you’re running a VPN:

  1. Temporarily disable it completely and see if the disconnects stop — this single test tells you immediately whether the VPN is involved.
  2. If you need the VPN active for privacy or work reasons, try switching to a different server location — some regions route through Discord’s voice servers more cleanly than others, and a server closer to your actual physical location usually performs better.
  3. Check your VPN app for a “split tunneling” feature, which lets you exclude Discord specifically from the VPN tunnel while keeping the VPN active for everything else on your system.
  4. If you’re on a workplace or school proxy you don’t control, be aware that some networks intentionally throttle or block gaming and voice traffic, in which case no client-side setting will fix it.

Configure Your Firewall and Antivirus Correctly

Windows Firewall or third-party antivirus software can silently block the specific ports Discord needs for voice and video, even while text chat works fine, which is a confusing symptom because it looks like Discord is “half working.” Discord requires UDP ports in the 50000–65535 range for voice, video, and screen sharing, along with UDP ports 3478 and 3479–3480, and TCP/UDP port 443 for general connectivity. If any of these are blocked, voice calls will connect briefly and then drop, or never connect at all despite text chat working normally.

To fix this:

  1. Open your firewall settings and add Discord.exe as an allowed app for both private and public networks, not just one.
  2. If you manage a custom firewall, router-level rules, or a gaming router with strict NAT settings, explicitly allow the UDP port range above alongside TCP port 443, and consider enabling UPnP if your router supports it, since it lets Discord negotiate the correct ports automatically.
  3. Temporarily disable third-party antivirus software to test whether it’s the source of the interference — if disconnects stop, add Discord as a permanent exception in that software instead of leaving your antivirus off.
  4. If you’re on a school, office, or public Wi-Fi network, be aware that network administrators sometimes block the UDP port ranges voice apps need by policy, which no local setting can override.

Clear Discord’s Cache and Reinstall if Needed

A corrupted local cache can cause Discord to behave erratically, including random disconnects that have nothing to do with your actual internet connection. To clear it on Windows:

  1. Fully quit Discord, including from the system tray (right-click the icon and choose Quit Discord, since closing the window alone often just minimizes it).
  2. Open the Run dialog (Windows key + R) and type %appdata%\discord.
  3. Delete the “Cache,” “Code Cache,” and “GPUCache” folders — Discord will rebuild them automatically on next launch, so there’s no risk of losing your account settings or server list.
  4. Relaunch Discord and check whether the issue persists.

If clearing the cache doesn’t help, a full uninstall and reinstall of the latest Discord build resolves most lingering software-level bugs, since it also picks up any recent patches to the app’s networking code that a simple cache clear wouldn’t touch.

Adjust Discord’s Voice and Network Settings

A few settings inside Discord itself are known to cause disconnect loops on certain network setups:

  • High Priority Audio Packets: this feature is meant to improve voice quality by prioritizing audio traffic at the network level, but it can misbehave on some routers and ISPs, triggering disconnects instead of preventing them. Go to User Settings > Voice & Video and toggle it off to test.
  • Voice server region: if you’re in a call, you can manually change the call’s server region from the voice channel settings. A congested or distant region can cause instability — switching to the nearest region or setting it to “Automatic” often helps Discord pick the healthiest available server.
  • QoS (Quality of Service) settings: if your router has QoS enabled and misconfigured for gaming or streaming traffic, it can deprioritize Discord’s voice packets without you realizing it. Check your router’s QoS panel and make sure Discord or general VoIP traffic isn’t being throttled in favor of other devices on the network.
  • Hardware acceleration: Discord’s hardware acceleration setting, found under Advanced in User Settings, occasionally causes instability on certain GPU/driver combinations. If disconnects line up with video calls or streaming specifically, try disabling it.

Keep Discord, Windows, and Drivers Updated

Outdated network drivers, an old Windows build, or an outdated Discord client are all common root causes of connection instability that don’t show up as an obvious error message — the app just quietly drops. Make it a habit to:

  1. Update Discord regularly (it usually does this automatically, but you can force a check under Help in the app menu if you suspect it’s behind).
  2. Keep your Windows updates current, particularly network-related patches, which sometimes fix underlying issues with how the OS handles UDP traffic.
  3. Update your network adapter drivers through Device Manager or your manufacturer’s site, since outdated Wi-Fi or Ethernet drivers are a common hidden cause of dropped connections in voice and video apps, and this fix is frequently overlooked because it doesn’t feel Discord-related.

Conclusion

Most cases of Discord disconnecting trace back to one of six things: an active Discord-side outage, unstable Wi-Fi, a VPN or proxy conflict, blocked firewall ports, a corrupted cache, or an outdated driver. Work through the checks in this order — status page, router/device restart, network stability, VPN, firewall ports, cache clear, then Discord’s own voice settings — and you’ll isolate the cause without guesswork. If disconnects continue after all of this, the remaining culprit is almost always your ISP or a hardware issue with your router, at which point a call to your provider or a router replacement is the next step.

Leave a Reply

Your email address will not be published. Required fields are marked *