Close the Microprofiler window by clicking the X button in its top-right corner, or press Ctrl+Alt+X on Windows or Cmd+Option+X on Mac
The Microprofiler is a performance monitoring tool built into Roblox Studio that shows you real-time data about how your game is running — CPU usage, memory, frame rate, and which scripts are taking the most processing power. It opens as a floating window on top of your workspace. Most of the time you close it the same way you close any window: find the X button and click it.
If you cannot see the X button or the window is stuck, the keyboard shortcut works from anywhere in Studio. On Windows, hold Ctrl, Alt, and X at the same time. On Mac, hold Cmd, Option, and X. The window should disappear when ready.
Key Takeaways
- The Microprofiler closes with the X button in its top-right corner or with Ctrl+Alt+X (Windows) or Cmd+Option+X (Mac).
- If the window is partially off-screen or unresponsive, the keyboard shortcut will close it even if you cannot reach the button.
- Closing the Microprofiler does not affect your game or any unsaved work — it only hides the performance data window.
- You can reopen it anytime from the View menu in Studio to check performance again.
Where the X button is located
The Microprofiler window is small and rectangular, usually around 400 pixels wide. It floats on top of everything else in Studio, which means it can drift anywhere on your screen. The X button sits in the top-right corner of that window, next to the title bar that says "Microprofiler".
If the window has drifted partly off-screen — which happens sometimes when you resize your monitor or move between displays — you may not be able to see the X button. In that case, click anywhere on the title bar and drag the window back into view, then click the X. If dragging does not work, use the keyboard shortcut instead.
Using the keyboard shortcut when the mouse does not work
The keyboard shortcut Ctrl+Alt+X (Windows) or Cmd+Option+X (Mac) closes the Microprofiler from anywhere in Studio, even if the window is hidden, frozen, or off-screen. You do not need to click anything first — just press the three keys together and the window closes.
This shortcut works even if Studio is not responding normally. If you have tried clicking the X button and nothing happened, or if you cannot find the window at all, the keyboard method will close it. There is no confirmation dialog — the window straightforward disappears when you press the keys.
Reopening the Microprofiler after you close it
If you close the Microprofiler and then want to look at performance data again, you can bring it back. Go to the View menu at the top of Studio, then look for "Microprofiler" in the list. Click it to toggle the window back on.
You can also use the keyboard shortcut again — Ctrl+Alt+X or Cmd+Option+X — to toggle it open and closed. This means you can quickly check performance, close the window to get more screen space, and open it again without hunting through menus.
What happens to your work when you close the Microprofiler
Closing the Microprofiler does not save, delete, or change anything in your game. It only hides the performance monitoring window. All your scripts, parts, and settings stay exactly as they were. Any unsaved changes to your game remain unsaved — closing the Microprofiler does not trigger an auto-save.
The performance data that was showing in the window disappears, but that data was only for you to read while developing. It does not affect how your game runs or how it will run when players join.
Why the Microprofiler might not close
In rare cases, the Microprofiler window becomes unresponsive and the X button does not work. This usually happens if Studio itself is running slowly or if a script is consuming so much CPU that the interface lags. Try the keyboard shortcut first — it often works even when clicking does not.
If the keyboard shortcut also does not work, close and reopen Studio entirely. This clears the Microprofiler from memory. You will not lose any work as long as you saved your game before closing Studio. If Studio is frozen and you cannot close it normally, use your operating system's task manager (Windows) or Force Quit (Mac) to shut down the Studio process.
Frequently Asked Questions
Does closing the Microprofiler affect my game's performance?
No. The Microprofiler is only a monitoring tool — it watches your game's performance but does not change how it runs. Closing the window may actually free up a tiny amount of screen space and memory, but the difference is not noticeable.
Can I close the Microprofiler without using the X button?
Yes. Press Ctrl+Alt+X on Windows or Cmd+Option+X on Mac from anywhere in Studio. This keyboard shortcut toggles the window open and closed without needing to click anything.
What if I accidentally close the Microprofiler and need it back?
Open it again from the View menu at the top of Studio, or press the keyboard shortcut a second time. The Microprofiler will reappear with fresh performance data from that moment forward.
Will closing the Microprofiler delete my performance data?
The data that was displayed in the window disappears, but that is normal — the Microprofiler shows live data, not a history. If you need to record performance over time, take screenshots of the window before you close it, or use a third-party profiling tool designed for that purpose.