Roblox Error Code 266 Explained
The server stopped hearing from you. That is a different failure from your client losing the server.
The short answer
Roblox error code 266 means the server stopped receiving data from your client and closed the session after waiting, which is the reverse of a normal disconnect where the client loses the server. The usual causes are upload-side congestion, a client frozen by a performance spike, or a firewall interrupting outbound traffic. Reducing graphics load and checking upload stability address it more effectively than download-focused network fixes.
Verified and last updated August 12, 2026.
- Time needed
- 9 min
- Difficulty
- Intermediate
- Read time
- 2 min
Most disconnect codes mean your client lost the server. Error 266 is the other direction: the server stopped hearing from you and gave up waiting.
That reversal changes where to look. Download speed is irrelevant. Upload and client responsiveness are what matter.
A frozen client looks dead to the server
If Roblox stalls for five seconds because of a performance spike, it stops sending updates. The server cannot tell that apart from a dropped connection.
Step 1: Check whether the client is freezing
Does the game hitch or stall shortly before the disconnect? On lower-end machines that is frequently the whole story.
Roblox is single-thread CPU and memory bound rather than GPU bound, so the effective levers are different from most games. Close browser tabs and background applications, and lower graphics quality in the in-game settings menu.
The FPS guide covers the settings that matter on constrained hardware, and reducing stalls directly reduces 266.
Step 2: Look at upload, not download
Home connections typically have upload a small fraction of download. A cloud backup uploading photos will happily consume all of it, and Roblox's small outbound updates start missing their window.
Pausing sync clients before playing is a two-second habit that eliminates a surprising amount of this.
What works
What doesn't
Key takeaways
Frequently asked questions
Why does 266 happen when my download speed is fine?
Because 266 is an upload-side failure. The server stopped hearing from you, which depends on your outbound path, and most home connections have upload speeds a small fraction of their download. Saturating that modest upload with a cloud backup or a video call is enough to stop your client's updates reaching the server in time.
Can a slow PC cause error 266?
Yes, and this surprises people. If the client freezes for several seconds because of a performance spike, it stops sending updates, and from the server's perspective that is indistinguishable from a dead connection. Lowering graphics settings genuinely reduces 266 on weaker machines for exactly this reason.
Is this the same as error 277?
They are close relatives with opposite directions. In 277 your client notices the server has gone quiet; in 266 the server notices your client has gone quiet. The overlap in fixes is large, but 266 warrants attention to upload bandwidth and client performance in a way 277 does not.
About the author
Roblox & Live-Service Editor
Priya started scripting in Roblox Studio at fourteen and has since published three experiences, the largest of which passed 1.2 million visits. That background is why our Roblox coverage explains why a code fails rather than just telling you to try again later.
Found something wrong? Games patch and fixes go stale. If a step here no longer works, tell us at hello@spyld.com and we will retest it. Read how we test and our editorial policy.