Discord Guide

Discord RTC Connecting — What It Means and How to Fix It

July 29, 2026 · 9 min read

Discord RTC Connecting means your app cannot establish a live voice connection with the server. Fix it quickly by resetting your Discord voice settings, restarting your router, or flushing your DNS cache. Most RTC Connecting errors resolve within 2 minutes using one of the fixes below.

What Does RTC Connecting Mean on Discord

RTC stands for Real-Time Communication — the protocol Discord uses for voice channels. When Discord shows RTC Connecting it means the app is trying but failing to establish a voice connection with the assigned server.

RTC Connecting is a client-side error — it means something on your end or network is blocking Discord's voice connection. This is different from server-side errors like Awaiting Endpoint which occur when Discord's own servers are having issues.

Common causes:

  • Your network is blocking Discord's UDP traffic
  • A VPN or proxy is interfering with the voice connection
  • Corrupted Discord voice settings
  • Your DNS cache has stale entries blocking the connection
  • A firewall or antivirus is blocking Discord
  • The voice channel region is having issues
  • Your IP address needs to be renewed

Fix 1 — Reset Discord Voice Settings

Corrupted voice settings are one of the most common causes of RTC Connecting. Resetting them takes 30 seconds:

  1. Open Discord and click the gear icon to open User Settings
  2. Click Voice & Video in the left sidebar
  3. Scroll all the way down
  4. Click Reset Voice Settings
  5. Confirm when prompted
  6. Rejoin the voice channel
Pro Tip:Reset Voice Settings is the fastest fix most guides miss. It clears all voice configuration including any custom audio subsystem settings that can conflict with your system's audio drivers and block RTC connection establishment.

Fix 2 — Restart Discord Completely

A full restart forces Discord to re-establish all connections from scratch:

  1. Right-click the Discord icon in your system tray
  2. Select Quit Discord — do not just close the window
  3. Open Task Manager (Ctrl+Shift+Esc) and check for any remaining Discord processes
  4. End any lingering Discord processes
  5. Reopen Discord and rejoin the voice channel

Simply closing the Discord window often leaves background processes running that maintain the broken connection.

Fix 3 — Flush DNS and Renew IP

Stale DNS cache entries can route your connection to outdated Discord servers causing RTC Connecting:

  1. Open Command Prompt as administrator
  2. Run these commands one by one:
ipconfig /flushdns
ipconfig /release
ipconfig /renew
  1. Restart Discord and rejoin the voice channel

Flushing DNS clears cached entries. Releasing and renewing your IP assigns a fresh address that can reach Discord's voice servers directly.

Fix 4 — Disable VPN or Proxy

Discord's RTC voice protocol requires UDP — VPNs that block UDP or route traffic through incompatible servers cause RTC Connecting:

  1. Disconnect your VPN completely
  2. Disable any proxy settings in your system network settings
  3. Rejoin the Discord voice channel

If voice works without the VPN your VPN is causing the conflict. Switch to a different VPN server location or check that your VPN supports UDP protocol.

Windows proxy settings:

  1. Open Control Panel → Network and Internet → Internet Options
  2. Click Connections → LAN Settings
  3. Uncheck Use a proxy server for your LAN
  4. Click OK and restart Discord

Fix 5 — Change Voice Channel Region

If RTC Connecting only happens on one specific server the voice region may be having issues:

Requires Manage Channels permission or admin role:

  1. Right-click the voice channel
  2. Select Edit Channel
  3. Go to Region Override
  4. Change from Automatic to a specific region close to your location
  5. Save and rejoin

Try a few different regions if the first one does not work. You can also set it back to Automatic after the issue resolves.

Fix 6 — Check Firewall and Antivirus

Windows Firewall or antivirus software blocking Discord's UDP traffic causes RTC Connecting:

Windows Firewall:

  1. Open Windows Security → Firewall and Network Protection
  2. Click Allow an app through firewall
  3. Find Discord and ensure both Private and Public are checked
  4. Click OK and restart Discord

Antivirus: Temporarily disable your antivirus and test if Discord voice connects. If it does add Discord to the antivirus whitelist permanently.

Discord's voice protocol uses UDP on ports 50000-65535. Your firewall must allow outbound UDP traffic on these ports.

Fix 7 — Restart Your Router

A simple router restart resolves many RTC Connecting issues caused by stale network state:

  1. Turn off your router or modem
  2. Wait 30 seconds
  3. Turn it back on
  4. Wait 60-90 seconds for full reconnection
  5. Reopen Discord and rejoin the voice channel

Fix 8 — Change DNS Server

Your ISP's default DNS servers can sometimes block or slow Discord's voice server lookups:

Windows — Switch to Google DNS:

  1. Open Control Panel → Network and Internet → Network Connections
  2. Right-click your active connection → Properties
  3. Select Internet Protocol Version 4Properties
  4. Select Use the following DNS server addresses
  5. Enter:
    • Preferred DNS: 8.8.8.8
    • Alternate DNS: 8.8.4.4
  6. Click OK and restart Discord

Or use Cloudflare DNS: 1.1.1.1 and 1.0.0.1

Fix 9 — Use Discord Web Version

If the desktop app keeps showing RTC Connecting try the browser version as a temporary fix:

  1. Go to discord.com in Chrome or Edge
  2. Log in to your account
  3. Join the voice channel

If voice works in the browser the issue is specific to your Discord desktop app — try reinstalling the desktop app.

Fix 10 — Reinstall Discord

If all other fixes fail a clean reinstall resolves persistent RTC Connecting caused by corrupted installation files:

Windows:

  1. Uninstall Discord from Settings → Apps
  2. Press Win+R → type %appdata% → delete the discord folder
  3. Press Win+R → type %localappdata% → delete the Discord folder
  4. Download the latest Discord from discord.com
  5. Install and log back in

RTC Connecting vs Other Discord Voice Errors

ErrorCauseFix
RTC ConnectingClient-side network issueReset voice settings, flush DNS, disable VPN
Awaiting EndpointServer-side Discord issueCheck discordstatus.com and wait
No RouteFirewall blocking UDPAllow Discord through firewall
ICE CheckingNAT or router issueRestart router, change DNS
Pro Tip:If you see RTC Connecting on all servers it is a local network issue — work through the fixes above. If you only see it on one specific server ask the admin to change the voice channel region. These two situations have completely different causes.

Common Mistakes to Avoid

Just closing the app instead of fully quitting — Closing the Discord window leaves background processes running. Always quit from the system tray and check Task Manager.

Skipping the Reset Voice Settings fix — This resolves a large percentage of RTC Connecting errors in under 30 seconds and most users never try it.

Not testing without VPN — VPNs are one of the most common causes. Always disconnect your VPN first before trying more complex fixes.

Only flushing DNS without renewing IP — Flushing DNS alone sometimes is not enough. Run all three commands — flushdns, release, and renew — for the best result.

Related Guides

Also try our free tools:

Frequently Asked Questions

RTC Connecting means Discord cannot establish a live voice connection with the server. RTC stands for Real-Time Communication — the protocol Discord uses for voice channels. It is a client-side error meaning something on your network or device is blocking the connection.
Start with Reset Voice Settings in Discord Settings → Voice & Video → scroll down → Reset Voice Settings. Then restart Discord completely from the system tray. If that does not work flush DNS in Command Prompt with ipconfig /flushdns, disable any VPN, and restart your router.
If you are not using a VPN try these fixes in order — Reset Voice Settings, restart Discord from system tray, flush DNS and renew IP in Command Prompt, restart your router, check firewall settings, and change your DNS server to 8.8.8.8. If the issue persists on one specific server ask the admin to change the voice channel region.
Discord gets stuck on RTC Connecting when it cannot establish a UDP connection to the voice server. Common causes are a VPN blocking UDP traffic, firewall rules preventing Discord's connection, stale DNS cache entries, corrupted voice settings, or the assigned voice region having issues.
RTC Connecting is caused by anything blocking Discord's UDP voice traffic — VPNs, firewalls, antivirus software, stale DNS entries, or a misconfigured proxy. It can also be caused by corrupted Discord voice settings or the voice channel being assigned to a region that is temporarily unavailable.
On mobile fully close Discord from your recent apps list then reopen it. Turn wifi off and back on or switch to mobile data to test if it is a network issue. If using a VPN disconnect it. You can also try changing the voice channel region if you have admin permissions on the server.
No — RTC Connecting is a client-side error meaning the issue is on your end not Discord's servers. If Discord's servers were down you would see Awaiting Endpoint instead. Check discordstatus.com to confirm Discord's servers are working then use the fixes above to resolve your local connection issue.
Open Discord → click the gear icon → Voice & Video → scroll to the bottom → click Reset Voice Settings → confirm. This clears all voice configuration including audio subsystem settings that can conflict with your system and cause RTC Connecting.

Ready to generate Discord timestamps?

Open the Generator

Did You Miss These?

Discord Guide

Generate a Discord Timestamp

Free tool — all 7 formats, live Discord preview, auto timezone detection.

Open Generator →
Discord Guide6 min read

Aug 1, 2026

Discord Error 2007 — How to Fix Stream Reconnecting Error Fast

Discord error 2007 means your stream is reconnecting due to network issues or high packet loss. Fix it by checking your connection, disabling VPN, or lowering stream quality.

Read Article →
Discord Guide7 min read

Aug 1, 2026

Discord Error 3002 — How to Fix Mic Not Detected Fast

Discord error 3002 means your microphone is connected but not picking up sound. Fix it by checking OS permissions, selecting the correct input device, and adjusting audio settings.

Read Article →
Discord Guide7 min read

Aug 1, 2026

Discord Error 3004 — How to Fix Screen Share Failure Fast

Discord error 3004 means your screen share or stream failed to start due to an OS-level capture error. Fix it by disabling hardware acceleration, changing capture settings, or freeing up storage.

Read Article →
Discord Guide8 min read

Jul 31, 2026

Discord Update Failed Loop — How to Fix It Fast (9 Methods)

Discord stuck in update failed loop? Fix it by downloading a fresh installer, clearing AppData folders, or disabling antivirus. Complete guide for Windows and Mac.

Read Article →