> For the complete documentation index, see [llms.txt](https://docs.acecloud.ai/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acecloud.ai/knowledge-base/support/how-to-set-a-maximum-fps-for-all-games-using-the-nvidia-control-panel-for-nvidia-rtx-gpus.md).

# How to set a maximum FPS for all games using the NVIDIA Control Panel for NVIDIA RTX GPUs?

The NVIDIA Control Panel incorporates the Maximum Frame Rate feature, enabling users to optimize their graphics settings. Follow the steps below to set the maximum FPS using the NVIDIA Control Panel:

**Step 1:** To access this feature, locate the Windows icon on the taskbar and search for **NVIDIA Control Panel.**

<figure><img src="https://customer.acecloudhosting.com/index.php?rp=/images/kb/1565_1.png" alt=""><figcaption></figcaption></figure>

**Step 2:** To establish the maximum frame rate for all applications on your computer, access the NVIDIA Control Panel, navigate to the **3D Settings** category on the left side, click on **Manage 3D Settings**, and choose the **Global Settings** tab.

<figure><img src="https://customer.acecloudhosting.com/index.php?rp=/images/kb/1566_2.png" alt=""><figcaption></figcaption></figure>

**Step 3:** Within the settings list, locate the checkbox adjacent to the **Max Frame Rate.** By default, this option is turned off, meaning there is no maximum frame rate imposed. To establish a maximum frame rate, opt for the **On** setting and designate your desired limit in frames per second (FPS).

<figure><img src="https://customer.acecloudhosting.com/index.php?rp=/images/kb/1567_3.png" alt=""><figcaption></figcaption></figure>

**Step 4:** To preserve your settings, save the changes by clicking the **Apply** button located at the bottom of the window.

<figure><img src="https://customer.acecloudhosting.com/index.php?rp=/images/kb/1568_4.png" alt=""><figcaption></figcaption></figure>

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.acecloud.ai/knowledge-base/support/how-to-set-a-maximum-fps-for-all-games-using-the-nvidia-control-panel-for-nvidia-rtx-gpus.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
