Will QUIC Replace TCP for MTProto? (2026 Status)
TCP has been the default transport for MTProto since day one. QUIC is faster but has trade-offs. Here is where things stand.
Why this matters
TCP is what makes MTProto reliable, but it has well-known downsides: head-of-line blocking, slow connection setup, and a single congestion control loop per connection. QUIC, the protocol behind HTTP/3, addresses all three. Telegram experimented with QUIC for MTProto in 2023-2024 but has not (as of early 2026) made it the default. Why?
QUIC advantages
For Telegram's workload, QUIC offers: 0-RTT connection setup (faster app launch); independent stream multiplexing (a slow file upload does not block chat sync); better mobility (a connection survives changing networks). All of these would make Telegram feel snappier on mobile.
Get a free TGFast proxy
Browse the live country grid on the home page and tap any card to connect Telegram in one second — no signup, no logs.
Open the fleetQUIC disadvantages
QUIC runs over UDP. Many enterprise firewalls and ISPs deprioritise or rate-limit UDP traffic. UDP is also more aggressively blocked in censored regions because it is associated with VPN protocols. In Iran specifically, UDP-based protocols have a much shorter survival window than TCP-based ones.
Telegram's pragmatic stance
Telegram's engineering team has stated they prefer to maintain TCP-based MTProto as the universal baseline because it works everywhere, while opportunistically using QUIC where the network allows. As of 2026, Telegram's desktop client uses QUIC by default for users in non-restricted regions and falls back to TCP automatically when QUIC fails.
Stay updated
Join @FastTGProxyMT for instant alerts when servers move or new proxies launch.
Join Telegram ChannelWhat this means for proxies
TGFast servers currently support TCP only. We have evaluated adding QUIC support but concluded that for our user base — heavily concentrated in restricted regions — TCP gives more reliable performance. We will reconsider when QUIC blocking becomes less common in Iran and China.
How to test QUIC manually
Telegram Desktop has a hidden setting to force QUIC: launch with the flag --use-quic (Linux/Mac) or %path-to-telegram%\Telegram.exe -use-quic on Windows. If your network supports it, you should see a small latency improvement on chat load.
Future direction
We expect QUIC adoption to grow over the next 2-3 years as ISPs catch up. By 2028, QUIC may be the default for MTProto. TGFast will follow Telegram's lead and add QUIC proxy support when the upstream protocol stabilises.