Laptop fan speed shows 0 RPM and temperature reaches 80 degree but fan-like noise is clearly audible

Below are the outputs of sensors:

ucsi_source_psy_USBC000:002-isa-0000
Adapter: ISA adapter
in0:           0.00 V  (min =  +0.00 V, max =  +0.00 V)
curr1:         0.00 A  (max =  +0.00 A)

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +82.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:        +72.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:        +74.0°C  (high = +100.0°C, crit = +100.0°C)
Core 2:        +70.0°C  (high = +100.0°C, crit = +100.0°C)
Core 3:        +84.0°C  (high = +100.0°C, crit = +100.0°C)

hp-isa-0000
Adapter: ISA adapter
fan1:           0 RPM
fan2:           0 RPM
pwm1:             N/A

BAT0-acpi-0
Adapter: ACPI interface
in0:          16.22 V  
power1:           N/A  

iwlwifi_1-virtual-0
Adapter: Virtual device
temp1:        +50.0°C  

ucsi_source_psy_USBC000:001-isa-0000
Adapter: ISA adapter
in0:           0.00 V  (min =  +5.00 V, max =  +5.00 V)
curr1:         3.25 A  (max =  +3.00 A)

nvme-pci-5800
Adapter: PCI adapter
Composite:    +51.9°C  (low  = -273.1°C, high = +81.8°C)
                       (crit = +84.8°C)
Sensor 1:     +51.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +75.8°C  (low  = -273.1°C, high = +65261.8°C)

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +83.0°C

and inxi -s:

Sensors:
  System Temperatures: cpu: 82.0 C mobo: N/A
  Fan Speeds (rpm): cpu: 0 fan-2: 0

So, first, the fans seem to be not properly detected even though I could hear a fan-like noise (which other components make those hissing noise), and it is loud enough.
Second, the battery runs out of power very quickly, as I recall it consistently drops from 100 to 0 in about one hour.
Third, the temperature readings are so high, which I think is accurate since the surface of the laptop is hot to the touch. At one point, the BIOS had to shut the system down on its own to prevent overheating.

I am not aware of any resource-hogging processes, the CPU load is constant at ~18%.
Why is my laptop temperature is high?

EDIT:
I found that one process is taking 99% of the CPU load. Here is the first few lines of the output of top:

top - 14:16:45 up  9:12,  1 user,  load average: 2.93, 2.96, 2.89
Tasks: 324 total, 2 running, 321 sleep, 1 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 13.9 us,  1.6 sy,  0.0 ni, 83.6 id,  0.1 wa,  0.7 hi,  0.2 si,  0.0 st 
MiB Mem :  15669.5 total,   3523.1 free,   5229.8 used,   8271.9 buff/cache     
MiB Swap:  10000.0 total,   8292.8 free,   1707.2 used.  10439.7 avail Mem 

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                                                                               
   1728 <user>    20   0  670060  26680  22996 R  99.4   0.2 274:30.92 appimagelaunche

I don’t think appimagelauncher is supposed to take up that much CPU load. Is it normal?

1 Like

That is an AUR package, so you might want to see if the temperature issue persists after removing it.

Although I don’t use appimages on my system, I believe that the gearlever package in the extra repo is now the recommended one for managing appimages. Make sure that you install the repo version and not the package with the same name in the AUR.

pamac info --no-aur gearlever 
Name                  : gearlever
Version               : 4.5.3-1
Description           : Manage AppImages with ease
URL                   : https://gearlever.mijorus.it
Licenses              : GPL-3.0-or-later
Repository            : extra
Installed Size        : 1.3 MB
Groups                : --
Depends On            : 7zip binutils dwarfs fuse2 gtk4 libadwaita python-dbus python-desktop-entry-lib python-ftputil
                        python-gobject python-pyxdg python-requests squashfs-tools which
Optional Dependencies : --
Provides              : --
Replaces              : --
Conflicts With        : --
Packager              : Mark Wagie <mark@manjaro.org>
Build Date            : Mon 20 Apr 2026 23:09:33
Validated By          : MD5 Sum  SHA-256 Sum  Signature

If removing appimagelauncher doesn’t fix the temperature issue, then a more detailed look at your system may be required.

Please provide the output of:

inxi --filter --verbosity=8

or the short form (preferred):

inxi -zv8
Running `inxi` in `chroot`
Providing `inxi` when you cannot access your desktop environment
2 Likes

Thanks for your reply. Can you please tell me how important appimagelauncher is before I decide to replace it with an alternative? I check its package information and it was explicitly installed and was not a dependency of another package. So it looks to be safe to be removed but I just want to make sure which capability will be absent if it is not installed.

It is not important at all. If it was, it would be in the repos and not the AUR (which is not officially supported by Manjaro). So you can safely remove it without breaking anything.

Of course it is marked as explicitly installed, as is the case with any package that you manually install. Otherwise, with nothing depending on it, it would be removed every time you cleaned out your orphaned packages.

2 Likes

Thanks @scotty65! The temperatures drop to 60 degrees shortly after appimagelauncer is removed. But, what could have triggered that program to misbehave? I didn’t touch it recently and it never caused this CPU-hogging issue before.

The second sentence could explain the first.

AUR applications often need rebuilding after a system update, as the system packages/libraries they were originally built with on the device may have changed.

The more system dependencies an AUR package has, the greater the chance that it will malfunction or stop working after an update if it is not rebuilt by the user.

You may just have been lucky in that the issue didn’t happen sooner, as the appimagelauncher hasn’t been in the repos for quite some time (probably a year or more).

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.