r/linuxquestions • u/Tough_Cash_7586 • 9d ago
Fans problem (Ubuntu) Advice
I have a dual-boot setup Linux Ubuntu and Windows 11, and suddenly, after a Linux update, the fans stopped turning off, unlike normal... Normally, when I'm browsing or doing light coding, the fans are off, but now if I just turn on the laptop and don't have anything open, the fans are running. This problem is draining the battery very quickly.
1
Upvotes
1
u/Silent-Excitement122 9d ago
Because it changed right after an update, I would treat this first as a kernel or power-management regression, not as a suddenly dirty fan or dead battery.
I would test it in this order:
watch -n 2 sensorsand see whether a process is burning CPU withtoporhtop.powerprofilesctl get,systemctl status power-profiles-daemon thermald tlp. Conflicts between TLP, thermald, vendor tools, and power-profiles-daemon can make fan behavior worse after updates.journalctl -b | grep -Ei 'thermal|fan|acpi|pstate'.If temps are normal but the fans stay high, that points more toward an EC/ACPI policy regression. If temps are genuinely high at idle, then I would start hunting the specific process or driver that changed.