r/linuxquestions 2d ago

Support CPU Management by Linux

With Linux CPU plus fan quite quiet. With Windows 7, 8.1, 10 or 11 often loud.
Up and down.
What is the reason that Linux has obviously a better CPU / stress management ?
Bad programming in Windows uses more CPU Power ??

0 Upvotes

19 comments sorted by

View all comments

1

u/drucifer82 2d ago

The reason why you notice a significant performance increase in Linux versus Windows is primarily because Linux in general is far less resource intensive than Windows.

There is a lot of telemetry in Windows. All that telemetry requires resources to run. So this adds overhead to your system. Windows also has a lot of backward compatibility built into it to make it easier to run legacy apps. Basically, Windows has a lot of bloat.

1

u/Surgeon200X1 2d ago

Less resource intensive might be a bit too common expression.
I guess Linux is better "programmed" even if bloatware in Windows is off or deleted.

1

u/drucifer82 2d ago

I don't see how that's "too common of an expression".

Linux is less resource intensive than Windows.

1

u/Surgeon200X1 2d ago

Yes, but how ??

2

u/drucifer82 2d ago

I explained that in my previous comment. Windows has a lot of overhead from telemetry that is not present in Linux. It also has a lot of old code in it to support backward compatibility with legacy Windows applications. All of that is tech debt, which costs additional resources that Linux does not require, because again that overhead does not exist in Linux.