This HTTPQueryInfo error in Roblox Studio usually means a blocked download request, so DNS, proxy, or firewall fixes often get Studio launching again.
Roblox Studio starts by pulling core files and settings from Roblox servers. When that web request fails, Studio can stop before the splash screen finishes, then show a box with “Details: HTTPQueryInfo” and a web link.
If you work behind school Wi-Fi, the fix is often router permission and DNS.
This article walks through fixes that clear the block: network checks, system settings, and a clean reinstall when local data is the culprit.
What The HTTPQueryInfo Message Means In Roblox Studio
“HTTPQueryInfo” is a Windows web component call that reads the response from a server. Studio makes web requests during launch for updates and client settings. If the response comes back with an error code like 403 (Forbidden) or 404 (Not Found), the launcher can’t finish its startup checklist and it bails out.
That’s why the dialog often includes a long URL. The URL is the file Studio tried to fetch. If something in the path between your device and Roblox blocks, rewrites, or caches that request, Studio may fail even if your account is fine and your PC is fast.
There are three broad buckets behind this message:
- Remove network filters — A proxy, VPN, filter, router rule, or security tool blocks the request or changes the response.
- Reset local Studio data — Corrupt cache, broken layout settings, or a stale install points Studio at the wrong file.
- Check Roblox service health — Roblox services that feed settings or downloads are degraded, so the request fails for many users at once.
An Error Occurred While Starting Roblox Studio Details HTTPQueryInfo
If you’re staring at the pop-up, start with quick observations. They help you pick the right branch instead of trying each fix on the internet.
| What You See | Likely Cause | Fast Check |
|---|---|---|
| “Forbidden” in the Details line | Proxy, filter, or security tool altering traffic | Try a different network or disable VPN/proxy |
| “Not Found” and a clientsettings URL | Bad DNS, cached route, or blocked CDN | Switch DNS, flush cache, retry |
| Error appears after a Studio update | Corrupt local cache or layout/settings entry | Reset Studio data, then reopen |
| Many users report Studio failing today | Roblox outage or partial outage | Check the official status page |
Quick Triage That Saves Time
- Try a second connection — Use mobile hotspot or a different Wi-Fi. If Studio works there, your main network is the blocker.
- Restart the chain — Reboot PC, then power-cycle modem and router for 30 seconds. This clears stuck routes and stale caches.
- Check the system clock — Set time and time zone to automatic. A wrong clock can break TLS handshakes and cause web requests to fail.
Roblox Studio HTTPQueryInfo Startup Error Fixes That Work
The fastest wins come from removing anything that sits between Studio and the web. You’re aiming for a plain, direct connection for one launch. After Studio opens, you can re-enable tools one by one and see which one trips the error.
Turn Off VPN, Proxy, And Filtered DNS
- Disconnect VPN apps — Quit the VPN client, not just the browser extension. Some VPNs run as a system tunnel and keep filtering after the window closes.
- Disable system proxy — On Windows, open Settings, go to Network & internet, then Proxy, then turn off “Use a proxy server.”
- Remove PAC scripts — In the same Proxy page, turn off “Use setup script” if it’s on. PAC scripts can route Roblox to blocked gateways.
- Switch to a public DNS — Set DNS to a known resolver like Cloudflare (1.1.1.1) or Google (8.8.8.8), then retry Studio.
If you’re on a school, office, or shared building network, web filtering is common. A hotspot test is the cleanest proof. If Studio launches on hotspot, you’ll need the main network admin to allow Roblox domains and CDNs.
Let Roblox Through Firewalls And Web Shields
- Allow Roblox in Windows Firewall — Open Windows Security, pick Firewall & network protection, then allow Roblox Studio through private networks.
- Pause antivirus web protection — Many suites inspect HTTPS traffic. Pause the web shield for a minute, launch Studio, then turn it back on.
- Remove HTTPS scanning — If your antivirus has HTTPS inspection, disable it for Roblox. Inspection can change headers and trigger a Forbidden response.
- Try the default router rules — If you’ve set custom parental controls, URL blocks, or DNS filters, disable them and test.
Reset The Connection Stack On Windows And Mac
If the network isn’t actively blocking Roblox, the next step is clearing stale caches and settings that affect how your system resolves and routes web requests.
Windows Steps
- Flush DNS cache — Open Command Prompt as admin and run
ipconfig /flushdns, then launch Studio again. - Reset Winsock — In the same window, run
netsh winsock reset, reboot, then test. This can fix broken network catalog entries. - Reset TCP/IP — Run
netsh int ip reset, reboot, then test if you still get a download error. - Check the hosts file — Open
C:\Windows\System32\drivers\etc\hostsand remove lines that point Roblox domains to 127.0.0.1 or other IPs.
macOS Steps
- Disable proxies — System Settings, Network, your active connection, then turn off any proxies under Details.
- Renew DHCP lease — In the same Details panel, renew the lease to refresh IP and DNS values from the router.
- Flush DNS — In Terminal, run
sudo dscacheutil -flushcacheandsudo killall -HUP mDNSResponder, then retry Studio. - Check security profiles — If you use device management (MDM), a profile may block downloads. Test on an unmanaged device if you can.
Router And ISP Checks
- Restart modem and router — Pull power for 30 seconds, plug back in, then wait for full reconnect.
- Try wired Ethernet — If Wi-Fi is flaky, wired can stop packet loss that breaks large downloads.
- Test a different DNS on the router — Setting DNS at the router helps all devices, not just your PC.
- Check for ISP filtering — Some ISPs block certain CDNs in certain regions during routing issues. A hotspot test can reveal that too.
Repair Roblox Studio Files And Local Settings
When the web path is clean, Studio can still fail if its cached config points to a bad channel or a corrupted file. The fix is a careful reset that keeps your work safe.
Clear Cache Without Deleting Your Projects
- Close Studio fully — Quit Studio and end any RobloxStudio processes in Task Manager so files release.
- Back up local places — Copy any local .rbxl and .rbxlx files you care about to a separate folder.
- Delete the downloads cache — On Windows, clear the Roblox folders in your user AppData that store temp downloads, then relaunch.
- Reset Studio settings — If Studio crashes early, a layout or settings file can be corrupted. Removing that local settings data often lets Studio rebuild it.
Many reports of HTTPQueryInfo errors point to corrupted Studio layout settings. Resetting that local layout state can clear a crash loop that looks like a network failure. Roblox developers have suggested deleting the Studio layout settings registry entry on Windows when the error follows a Studio update.
Reinstall The Right Way
- Uninstall Roblox Studio — Use Apps in Windows Settings or Applications on macOS, then reboot.
- Remove leftover folders — Delete remaining Roblox folders in AppData (Windows) or Library caches (macOS) so the reinstall is clean.
- Install from the official download — Get Studio from Roblox’s official site so you avoid third-party wrappers.
- Run the installer as admin — On Windows, right-click the installer and pick Run as administrator.
Fix Channel And Version Mismatches
Some HTTPQueryInfo dialogs point at a specific “channel” path in the URL. Channels control which release track Studio pulls from. If your client settings are stale, Studio may ask for a channel file that no longer exists, then you see “Not Found.” Clearing client settings and reinstalling usually resets you back to the standard release track.
If you use a managed PC, your IT tools may pin Studio to a custom channel. In that case, the right fix is updating the pinned settings to a valid channel and unblocking the CDN hostnames used by Roblox.
Check Roblox Service Status Before You Keep Tweaking
Sometimes the issue is not your device. Roblox runs many services, and Studio depends on more than one of them during startup. When those services are degraded, you can see HTTPQueryInfo failures across different networks.
- Check the official status page — If Studio or “Creator” services show a partial outage, wait and retry later.
- Look for incident notes — Status pages often note which regions or features are affected.
- Try again after maintenance windows — If an incident is active, repeated reinstalls won’t help.
- Keep a fallback plan — If you must work, edit scripts locally or use a different machine until services come back.
Roblox’s help center notes that the status page is the best place to confirm downtime and that maintenance can block access for a period. If you see a spike of reports across the web at the same time, treat it as a service event, not a local bug.
Put It All Together With A Clean Order Of Fixes
When you follow a tight sequence, you get results faster and you learn which layer caused the issue. Use this order and stop when Studio opens.
- Swap networks — Hotspot test first to separate network blocks from local issues.
- Remove VPN and proxy — Turn off tunnels, scripts, and proxy toggles.
- Change DNS — Use a public resolver, flush DNS, then retry.
- Clear firewall blocks — Allow Roblox and pause web shields for one launch test.
- Reset the connection stack — Winsock and TCP/IP reset on Windows, DNS flush on macOS.
- Reset Studio local data — Clear caches and layout/settings data, then reopen.
- Reinstall clean — Uninstall, remove leftovers, then reinstall from the official site.
- Check service status — If nothing works and others report issues, wait for the incident to clear.
If you still get the same pop-up after a clean reinstall on a different network, copy the full URL and error text. It helps Roblox staff diagnose whether your region is hitting a bad edge cache or a blocked hostname. You can also share that URL with your network admin so they can allow the exact domains being blocked.
If you’re stuck on the same message, note the exact phrase in the dialog. When you see “an error occurred while starting roblox studio details httpqueryinfo” with Forbidden, filtering is the top suspect. When you see “an error occurred while starting roblox studio details httpqueryinfo” with Not Found, stale client settings or DNS caching is a common trigger.
