Akku schonen beim ThinkPadMan kann beim ThinkPad einstellen, bis wie viele Prozent der Akku geladen wird und wann das Laden des Akkus starten soll. Vollladen auf 100% schadet.Ich habe Ubuntu 22.04.2 auf dem Lenovo ThinkPad ohne Betriebssystem installiert. Bei Windows ist ein Utility zur Einstellung der Akkuladung dabei. Folgendes habe ich bei meinem gemacht: Lenovo Thinkpad battery handling https://askubuntu.com/questions/34452/how-can-i-limit-battery-charging-to-80-capacity Install TLP: sudo add-apt-repository ppa:linrunner/tlp sudo apt update sudo apt install tlp Check what package needed for battery: sudo tlp-stat -b If acpi_call is recommended sudo apt install acpi-call-dkms If smapi is recommended sudo apt install tp-smapi-dkms Open config file of TLP sudo gedit /etc/tlp.conf Find the lines regarding battery settings, remove the leading # for comment and maybe insert the value you want START_CHARGE_THRESH_BAT0=75 STOP_CHARGE_THRESH_BAT0=80 Restart tlp sudo tlp start Check the config status sudo tlp-stat -b |