Is it possible to check which programs use the battery the most?

Solution 1:

powertop appears to be a useful utility for just the purpose you require.

Install it with sudo apt install powertop

Then run it from terminal using sudo powertop

Add to that, you can also output the results to an HTML file for easier analysis: sudo powertop --html=report.html

reference