Live data from Hacker News

Ask HN: What makes Windows 11 perform much worse than Windows XP?

news.ycombinator.com

1–10 of 109 posts

Re: Ask HN: What makes Windows 11 perform much worse than Windows XP?

#4
post #2

There are a few reasons: 1. People expect more functionality, and that requires more processing power 2. Fancier eye candy 3. Spyware, or telemetry, or whatever else you want to call it 4. More background services are running by default

Added security layers as well.

Source: Worked on developer APIs for Windows Universal Apps. Those sandboxes don't come for free.

Re: Ask HN: What makes Windows 11 perform much worse than Windows XP?

#5
Do have any specific benchmark that shows declining performance?

One thing that comes to mind Windows XP was the last version without desktop composition. I don’t have hard numbers, but I would guess it adds more latency and requires more GPU memory than the Windows XP rendering system.

https://en.m.wikipedia.org/wiki/Desktop_Window_Manager

Re: Ask HN: What makes Windows 11 perform much worse than Windows XP?

#7
There are actually a lot of factors here, although if I had to sum it up in one, it would be "the hardware can support it." But more seriously:

1. There are a lot of security mitigations in modern Windows that add sometimes substantial runtime overhead, but offer significant protection. Writing an exploit for modern Windows is hard compared to XP SP1 and below.

2. The graphics are a lot more sophisticated. Animation and transparency and lots of good stuff.

3. There are a ton more "features" in the OS. Modern Windows is continually running a bunch of things that XP didn't.

4. All software tends to bloat over time. It's really hard and expensive to optimize things, especially in a huge and long-lived OS where the scope is enormous and PMs are constantly wanting things added. When it runs sufficiently on modern hardware, there's also very little incentive to do so. (As an aside, this is one of the reasons I love Linux. There's lots of incentive to optimize there and thus it does happen).

Overall I really miss XP. Surely nostalgia is a powerful drug, but damn that was a great OS.

Re: Ask HN: What makes Windows 11 perform much worse than Windows XP?

#8
post #4
post #2

There are a few reasons: 1. People expect more functionality, and that requires more processing power 2. Fancier eye candy 3. Spyware, or telemetry, or whatever else you want to call it 4. More background services are running by default

Added security layers as well. Source: Worked on developer APIs for Windows Universal Apps. Those sandboxes don't come for free.

+1, sandboxes are really heavy performance-wise.

The telemetry gets bad rep, but its impact is almost non-existent. At least for the actual telemetry. There's some functionality crap, like Bing-search in Start menu, which slows user down, because it makes a web request. But that's an actual feature. Telemetry is just sent in the background, whenever CPU is not busy.

Post reply on HN