Roblox Will Not Install or Will Not Launch
An installer that fails or a client that never opens has about six causes. Working through them in order takes fifteen minutes.
The short answer
Roblox failing to install or launch is most often caused by a partial previous installation left behind in AppData, which blocks the new installer without producing a useful error. Fully uninstalling, deleting the leftover Roblox folders from both AppData Local and Roaming, then reinstalling from the official site resolves the majority of cases. Antivirus software blocking the installer and a missing Microsoft Visual C++ runtime account for most of the remainder.
Verified and last updated August 12, 2026.
- Time needed
- 15 min
- Difficulty
- Beginner
- Read time
- 3 min
An installer that closes without saying anything is the most annoying failure category there is, because there is nothing to search for.
With Roblox specifically, the silence usually means the same thing: a previous installation is still partly there, and the new one will not go over the top of it.
The single most common cause
Leftover folders in AppData from an earlier install. The installer will not overwrite them and does not tell you that is why it quit.
Step 1: Remove every trace of the previous installation
Uninstall properly, then delete the leftovers 6 minutes
Open Settings, Apps, and uninstall Roblox and Roblox Studio if both are present. Then press Windows and R, type %localappdata%, and delete the Roblox folder if it is there. Repeat with %appdata% and delete the Roblox folder there too. Restart the PC before reinstalling. The restart matters because file handles held by a running process will otherwise recreate what you just deleted.
That sequence alone fixes the majority of install failures. If it works, stop here.
Step 2: Clear the blockers: antivirus, runtime, permissions
On antivirus: the Roblox installer downloads and runs components during installation, which is exactly the behaviour heuristic scanners are built to flag. Disable real-time protection for the duration of the install, then add an exclusion for the Roblox folder so it does not happen at the next update.
On the runtime: Roblox depends on the Microsoft Visual C++ redistributable, and a missing or damaged one produces an installed client that simply never opens a window. Installing the current redistributable takes two minutes and is worth doing before deeper troubleshooting.
Step 3: Install from the right place, the right way
Download from the official Roblox website rather than any third-party mirror. This should not need saying and it remains one of the more common ways people acquire something that is not Roblox.
If the website installer keeps failing after step one and step two, the Microsoft Store version is a legitimate fallback. It uses an entirely different installation mechanism and frequently succeeds where the standalone installer does not. Install one or the other, never both, because having both produces protocol handler conflicts that are harder to diagnose than the original problem.
If the client installs and launches but then crashes or disconnects, that is a different problem with different causes. The crashing guide covers it, and the error code index covers the numbered failures that appear once you are actually in a game.
What works
What doesn't
Key takeaways
Frequently asked questions
Why does the installer close without an error?
Almost always because a previous installation left folders behind in AppData and the installer will not overwrite them. It exits rather than reporting the conflict, which is unhelpful but consistent. Deleting the Roblox folders from both AppData Local and Roaming after uninstalling resolves it in most cases, and it is worth doing before trying anything more complicated.
Should I use the Microsoft Store version or the website version?
The website version, in most cases, because it is the one the platform treats as standard and it avoids the Store's own update and permission layers. The Store version is a reasonable fallback specifically when the website installer keeps failing, since it uses an entirely different installation mechanism and often succeeds where the other does not. Do not install both.
Why does clicking play in the browser do nothing?
The browser is failing to hand off to the installed client, usually because the protocol handler is not registered or the browser is blocking the prompt. Reinstalling the client re-registers the handler. If it persists, check whether your browser is suppressing the open-application dialogue, which some privacy extensions do silently.
Can antivirus really block Roblox?
Yes, and it is a common cause that people dismiss because Roblox is well known. The installer downloads and executes components at install time, which resembles behaviour that heuristic scanners flag. Temporarily disabling real-time protection for the installation, then adding an exclusion for the Roblox folder afterwards, is the standard resolution.
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.