🌐
Reddit
reddit.com › r/nvidia › what software do you use for fan control?
r/nvidia on Reddit: What software do you use for fan control?
March 24, 2023 -

Own an Asus Tuf 4070 Ti and want to setup a fan curve profile. I have always used MSI afterburner but now that there are rumors is not going to be supported I was wondering what are you guys using? Unsure how good Asus GPU TWEAK software is

🌐
NVIDIA
nvidia.com › en-us › software › nvidia-app
Download NVIDIA App for Gamers and Creators | NVIDIA
1 month ago - Keep your PC up to date with the latest NVIDIA drivers and technology. Optimize games and applications with a new unified GPU control center, capture your favorite moments with powerful recording tools through the in-game overlay, and discover the latest NVIDIA tools and software.
Discussions

Control Nvidia GPU fans
Good evening. I have an Aorus RTX 2080 Xtreme GPU with proprietary drivers installed from RPM Fusion, but when I go into the Nvidia Settings application to configure the fan speed, it won’t let me do it. I try to activate the checkbox and it immediately deactivates. More on discussion.fedoraproject.org
🌐 discussion.fedoraproject.org
2
0
July 19, 2025
How do I control fan speed on NVIDIA #GeForce Forums
{{Framework.description ? Framework.description : 'Join the GeForce community. Browse categories, post your questions, or just chat with other members.'}} More on nvidia.com
🌐 nvidia.com
How do I control fan curves for an Nvidia GPU?

https://github.com/Rem0o/FanControl.Releases

Love this fan control program. Super lightweight and allows a lot of customization for fan curves.

More on reddit.com
🌐 r/buildapc
10
13
August 2, 2022
Nvidia fan Control wayland
As both a NVIDIA shareholder and consumer I have been quite happy with the performance of your graphics cards but i seem to have run into an issue. As you may know Linux is slowly transitioning over to wayland instead of X11. When I switch over to wayland my performance is fine but my graphics ... More on forums.developer.nvidia.com
🌐 forums.developer.nvidia.com
1
0
August 28, 2024
🌐
Fan Control
getfancontrol.com › docs
Fan Control - Documentation - Fan Control Guide, Fan Curves, Sensors & Advanced Features
Complete documentation for Fan Control software including fan curve types (Linear, Graph, Mix, Target, Flat, Sync), custom sensors, control parameters and GPU support (NVIDIA & AMD). Learn every parameters to optimize your PC cooling and noise levels.
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Control Nvidia GPU fans - Fedora Discussion
July 19, 2025 - I have an Aorus RTX 2080 Xtreme GPU with proprietary drivers installed from RPM Fusion, but when I go into the Nvidia Settings application to configure the fan speed, it won’t let me do it.
Top answer
1 of 10
26

In the terminal run:

sudo nvidia-xconfig
sudo nvidia-xconfig --cool-bits=4

restart your computer and search for NVIDIA X Server Settings in the Dash. There should be an option to change fan speed under Thermal Settings.

2 of 10
8

To control Nvidia GPU fan speed via Terminal on Linux Mint 20 with a 1070 Ti:

sudo nvidia-xconfig --cool-bits=4

to tell nvidia-xconfig to allow the fan to be controlled in the command line. You may need to reboot here.

nvidia-smi

Gives information about the GPU(s) and their numbers. Importantly I note that my 1070 Ti is GPU 0.

nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan:0]/GPUTargetFanSpeed=55"

For a much more detailed overview of this feature including multiple GPU fans, check out this thorough documentation Nvidia Overclocking and Cooling

For a somewhat rambling and wayward thread which lead me to the above link, check out Set Fanspeed in Linux from Terminal

==================END OF ANSWER==================

And as an extra tidbit not asked for in this question, you can also adjust the power output of your Nvidia GPU with:

sudo nvidia-smi -i 0 -pl 90

Where the 0 is my GPU number, and the 90 is the maximum power in watts. If you set this too low, you will get an error. In my limited experience, setting it too high had no effect. I found I can get 95%+ performance for ~75% energy cost by setting the power level to 100 in the above command in my mining rig, but I imagine other power conscious users would appreciate this too.

Find elsewhere
🌐
NVIDIA
nvidia.com › en-us › geforce › forums › game-ready-drivers › 13 › 174202 › how-do-i-control-fan-speed-on-nvidia-control-panel
How do I control fan speed on NVIDIA #GeForce Forums
{{Framework.description ? Framework.description : 'Join the GeForce community. Browse categories, post your questions, or just chat with other members.'}}
🌐
Reddit
reddit.com › r/buildapc › how do i control fan curves for an nvidia gpu?
r/buildapc on Reddit: How do I control fan curves for an Nvidia GPU?
August 2, 2022 -

I've got an old GTX 1080 which I've had to do a fan replacement on. But now when my PC is idle and every other fan in the computer are off, the fans on the GPU will keep spinning up and down every 2 seconds or so, and these aftermarket fans are very rattly when they spin up and cause a very loud burping sound. I'd rather they were always spinning slow on idle as that would be silent in comparison... How can I control the fans of the GPU?

🌐
Fan Control
getfancontrol.com
Fan Control - A highly focused fan software for Windows
Fan Control is a free software that allows the user to control their CPU, GPU and case fans using temperatures.
🌐
GitHub
github.com › Rem0o › FanControl.Releases › wiki › Nvidia-30%-and-0-RPM
Nvidia 30% and 0 RPM
February 6, 2024 - This is the release repository for Fan Control, a highly customizable fan controlling software for Windows. - Nvidia 30% and 0 RPM · Rem0o/FanControl.Releases Wiki
Author   Rem0o
🌐
NVIDIA
nvidia.com › en-us › drivers › nvidia-system-tools-6_08-driver
NVIDIA System Tools with ESA Support
This NVIDIA System Tools installation package adds support for GeForce 500 series, GTX 480 and GTX 470 and it includes the following components: 1. NVIDIA Performance Group (v6.05.30.05) add-on to the NVIDIA Control Panel ... – Enables system tuning and profiles for clocks, voltages, timings, ...
🌐
Quora
quora.com › How-do-I-control-the-Nvidia-GPU-fan-speed
How to control the Nvidia GPU fan speed - Quora
Answer (1 of 3): You can use fire storm for controlling fan speed,but I suggest you to use msi dragon center for the same,adjust the fan speed and toggle other settings to safer limits so as to avoid damage.
🌐
NVIDIA Developer
developer.nvidia.com › docs › drive › drive-os › 6.0.5 › public › drive-os-linux-sdk › common › topics › mcu_sw_modules › mcu_fan_control_and_monitoring.html
Fan Control and Monitoring | NVIDIA Docs
November 30, 2022 - Fan-control functionality is provided as a reference software to demonstrate the control of Fan speed based on the temperature of NVIDIA DRIVE Orin™ SoC. Measured Orin temperature values are sent to MCU over Ethernet. The Fan Control reference SW component on MCU computes the PWM dutycycle ...
🌐
NVIDIA Developer Forums
forums.developer.nvidia.com › graphics / linux › linux
Nvidia fan Control wayland - Linux - NVIDIA Developer Forums
August 28, 2024 - As both a NVIDIA shareholder and consumer I have been quite happy with the performance of your graphics cards but i seem to have run into an issue. As you may know Linux is slowly transitioning over to wayland instead of X11. When I switch over to wayland my performance is fine but my graphics card fan spins up and gets very loud.
🌐
NVIDIA
nvidia.com › en-us › geforce › news › nvidia-app-download-and-features
NVIDIA App Officially Released: Download The Essential Companion For PC Gamers & Creators | GeForce News | NVIDIA
Power users may also adjust voltage, power, temperature and fan speed targets, which will change the parameters of our advanced tuning algorithms.
🌐
GitHub
github.com › Cippo95 › nvidia-fan-control
GitHub - Cippo95/nvidia-fan-control: Controlling fans on my NVIDIA graphics card · GitHub
nv-control-fan controls the fans: it sets all the fans of the graphics card to the same speed; nv-control-core-temperature queries the core GPU temperature. Both this commands can be changed with commands already available from the installed ...
Author   Cippo95
🌐
NVIDIA Developer Forums
forums.developer.nvidia.com › gaming and visualization technologies › general topics & other sdks
Geforce RTX 4060 fan speed - General Topics & Other SDKs - NVIDIA Developer Forums
February 19, 2024 - Hello friends, My Geforce RTX 4060ti is about 4 months old now and it is starting to rev up to 2700rpm fan speed once the computer has been running for about 10/15 minutes (regardless if I boot up a game or not.) I tri…
🌐
YouTube
youtube.com › watch
How To Change Fan Speed On Nvidia Graphics Card 2026 (UPDATED WAY)
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.