Windows GUI – Good, Bad and Pretty Ugly (2023)

(creolened.com)

74 points | by phendrenad2 20 hours ago

36 comments

  • patapong 11 hours ago
    One underappreciated thing about Windows 8 is that even if the start menu was ugly and blocked the entire screen, you could press the windows key, immediately start typing, and then press enter to somewhat deterministically pick the top app. This made it feel quite fast.

    Now on more recent windows editions, I find that I often need to wait for the menu to visually appear before it will accept any keyboard input, and the ranking shifts over time and includes web stuff, making this workflow basically useless.

    I also really miss the aero look of windows 7... Eye-candy, sure, but I thought it was pretty, clean and modern looking. I am sad they moved away from it.

    • miffy900 3 hours ago
      That was exactly the same behaviour in Windows 7 though; it wasn't exactly novel. At least Windows 7 searched your apps, and documents all at once. Windows 8 limited you to just apps. Windows 8 was a huge step down in usability.
    • coldpie 10 hours ago
      > One underappreciated thing about Windows 8 is that even if the start menu was ugly and blocked the entire screen, you could press the windows key, immediately start typing, and then press enter to somewhat deterministically pick the top app. This made it feel quite fast.

      Decent operating systems support this, and have for decades. macOS has the spotlight search (cmd-space), and most Linux DEs have some form of it too (eg XFCE's appfinder).

      • avn2109 9 hours ago
        OSX's command-space spotlight search has been degrading functionally (at least on my machines) for literally years now. It peaked around ~2012, when it would reliably search the full text of all documents on my local hard drive quickly, and not do anything dumb like "search the internet by sending whatever I typed up into the search field to the cloud."

        Nowadays it fails to reliably search the full text of documents on my local hard drive, tries to search the internet despite my best efforts to prevent this, and often even fails to find a file ~/Documents/foo.txt when I explicitly search for the string foo.txt. This is uniformly true on several work Macbooks and a couple personal macbooks too.

        A truly astounding regression in functionality!

        • itsn0tm3 6 hours ago
          I truly hate it! Why not use Raycast or Alfred?
      • 1718627440 3 hours ago
        A Shell (the UNIX one not the Windows term), is basically nothing other than this, with more features added.
      • tracker1 9 hours ago
        Most Linux DE's it's even the same use of the Super/Win hotkey by itself. I do wish Linux distros would add an emoji picker with the Suler+. hotkey (matching Windows')... When it's there, I always forget the hotkey, same on mac for that matter.
        • derkades 9 hours ago
          KDE has Super+.
        • ta8903 9 hours ago
          Bind it yourself?

          Also I'm pretty sure default Gnome and KDE include emojis in their "start" menu search, which is its own kind of annoying.

    • hbn 8 hours ago
      I don't even bother using the start menu to sleep my PC anymore. I used to hit Win, then navigate with arrow keys to sleep, but at one point an update broke it so you couldn't navigate to the power menu with arrow keys. I don't know if it's fixed now, but regardless it's way faster to hit

      Win+x -> u -> s

      • c-hendricks 8 hours ago
        Bonus is this goes back to like Windows 95 (albeit there was no Sleep option back then).
    • CommonGuy 8 hours ago
      Yes the start menu is now very slow with the web stuff enabled.

      If you disable it, it becomes snappy again. Pretty crazy to me that Microsoft allows the default option to be that slow

  • derleyici 19 hours ago
    8 for Windows 11? An OS that includes ads in the Start menu, made with React. I'm not even mentioning right-click, which has basically two views: you open it and see some uselessly chosen tools, and you still need to open the old version (with the old design, breaking design consistency) to access actually useful things. Viva Windows XP!
    • sunaookami 10 hours ago
      It's not made in React, only the "recommended" section is made with React Native which compiles to native XAML. No web technologies involved. And yes I will debunk this every time I see it :) .
      • calmingsolitude 7 hours ago
        Here's the problem: your reply is factually correct, but it doesn't address the GP's overarching complaint - the start menu is simply not performant. And since the code powering the start menu is closed source, it is not possible to perform a benchmark to see if the react native portion of the start menu is to blame or if it is something else.
      • the_overseer 8 hours ago
        It's slower. It's laggy. The taskbar and menus need to be native code of the highest optimization. Anything less than instantaneous means that PMs, managers, coders and everyone there should not have a job working on OSes if they can't get this simple idea through their thick skulls.
        • hbn 8 hours ago
          I've shared this on HN before, but starting with Windows 11, they seemingly started making the new UI essentially a separate process that runs on top of the existing Windows 10 UI and just modifies it.

          I learned this from a video where a guy was seeing how much of the Program Files folder you can delete before Windows breaks, and at some point it reverts to the Windows 10 UI.

          https://youtu.be/BVIN_PJu2rs?t=565

          • z500 7 hours ago
            I got so frustrated with how slow the file explorer got after my work laptop updated. Turns out the new UI is just shell extensions, if you add registry keys to redirect them to non-existent paths you get the old file explorer back.
          • sunaookami 8 hours ago
            They also don't run animations in a separate process since Windows 10 which means that under high load everything lags. In Windows 8.1 everything was buttery smooth thanks to DirectUI. macOS and iOS also run animations separately.
          • mghackerlady 8 hours ago
            Isn't this how pretty much every evolution of windows design has worked? at least from what I remember the windows 10 ui is built on top of aero (though admittedly I don't use windows and have never interacted with it for anything serious)
          • the_overseer 8 hours ago
            This is even more insane than I thought. Truly madness. Everybody involved with that should be fired and sent to the moon as an experiment on how long does the human body survive naked on both the dark side and the bright side of the moon. At least we will learn something from those experiments.... (it's a joke but the point stands. Those people shouldn't ever be allowed to touch computers.)
      • kasabali 2 hours ago
        > And yes I will debunk this every time I see it :) .

        Being technically correct doesn't make it any less annoying, unfortunately.

      • mghackerlady 8 hours ago
        It doesn't matter, JShit doesn't belong anywhere but the browser and even there it's on thin ice. People have gotten way too comfortable with using a shit language for everything because the FANG overlords demand more JShit code monkeys for their tracker infested websites
        • dajtxx 5 hours ago
          Don't kwow why you're getting downvoted, seems like a reasonable comment to me.

          I agree, JavaScript and all it has enabled is a curse.

          If one wanted the good bits of JavaScript I'm sure there are languages they were copied from that could be used instead.

        • jerhewet 2 hours ago
          > JShit doesn't belong anywhere

          Or, as I prefer to call it, Kiddiescript.

    • cocoa19 19 hours ago
      With that move to React or whatever web based monstrosity it is, it lost a lot of the existing user experience crafted over the years.

      Not only OS pre-installed apps are much slower, but it broke shortcuts and common sense behaviors.

      • speedgoose 19 hours ago
        It’s not web but react native.
        • felixgallo 10 hours ago
          Whatever product manager team decided to jump into React Native with both feet for the Windows experience needs to be ejected from the industry permanently. Think of how many thousands of human hours per day are now spent waiting on React Native jank, all in order to save the Windows developers from having to program in Windows using Microsoft products.
          • the_overseer 8 hours ago
            Most likely saving Windows developers from learning programming. They are just javascript monkeys because that is what Microsoft is hiring these days and you can't trust monkeys with native C++. The thing would leak memory and explode immediately if those idiots tried to write native code. So in the name of hiring cheap idiots that can't program we all have to put up with this slow, bloated garbage.

            There is no universe in which I should see lag between a click and a menu appearing in File explorer, taskbar or anywhere in the OS. Not on a machine with 8 idling cores.

            • kasabali 2 hours ago
              > So in the name of hiring cheap idiots that can't program we all have to put up with this slow, bloated garbage.

              Irony is they're not cheap hires, either.

          • tracker1 9 hours ago
            MS could/should have just made other XAML/MAUI options a better experience in general over the React Native thing... It might be different if they actually embrace web as a whole and at least gave a consistent UX, more like say WebOS or ChromeOS, but that's not what they're doing here.

            What MS really needs to do is create a really long checklist of all the UI defained configurations and options, along with a connected list of all the relevant API interfaces they connect to... then come up with a consistent, complete and competent component library to do a ground up re-implementation of all the things in a consistent way.

            This would, of course mean stabilizing the released version of windows to mostly bug fixes for a couple years while frantically generating and dog-fooding the new UX... starting with a re-revamped task manager, and launcher/file-picker. Just a bare desktop and a hotkey that opens task manager as the first and only UI elements then working out from there.

            • dajtxx 5 hours ago
              It's a nice thought but think of the cost!

              You do have to wonder what the hell the people in charge of the Windows UI are thinking. They seem to have got it so badly wrong. But so has Apple in macos.

    • zootboy 19 hours ago
      But this article is only grading the styling of the OS GUI elements, not the functionality (or lack thereof) of the OS itself.
      • dijit 18 hours ago
        Windows 11 is far from the best at that though.

        It doesn’t even look good.

        I know taste is subjective, but a better comparison is the contemporaries of the time or at least taking a step back to consider the entire aesthetic.

        If so, ironically, I think Vista should win.

        • mghackerlady 8 hours ago
          one thing I think windows 11 does well is the icon design. The kinda glassy look they have is the perfect middle ground between the glossy hyperrealistic icons of yesteryear and the bland lifeless minimalist icons that became common after ios 7
      • derleyici 18 hours ago
        Fair point, but the article praises Windows 11 for "cohesion" while the right-click menu literally has two different visual styles, and many system apps still use old UI. Even judging purely on aesthetics, that's inconsistent.
        • reddalo 18 hours ago
          On the surface, Explorer looks more modern on Windows 11. But when you use it, you can "feel" it's still based on old Win32 APIs with just a layer of paint on top.
          • nullpoint420 18 hours ago
            IMO, in a good way. It has a nice feel compared to the new laggy context menus and selections
      • eitland 16 hours ago
        They actually do mention bloatware in Windows 11, so it is a bit confused.
    • wlesieutre 19 hours ago
      When you hit print screen, it takes a screenshot, waits a blatantly visible number of frames while you type more letters or stuff keeps moving on screen, and then eventually rewinds time by overlaying the now outdated screenshot for you to select a target area

      Pressing escape can sometimes cancel out of this overlay (in case you bumped print screen by accident). But sometimes it doesn’t, because the full screen overlay in front of everything has managed to lose keyboard focus, and you need to click on it before it can respond to keyboard input.

      Godawful trash OS and I hate that I’m stuck working on it.

      • nananana9 9 hours ago
        On my very rasonably spec'd laptop it often takes 20 seconds for the snipping tool selection to pop up. Video recording is very nice though, definitely my favorite feature.

        New Notepad had a broken typematic that took them 2 years to fix, but they added Copilot at the same patch. Resizing its window still rapidly still flickers and can max the CPU.

        If you're using labels in the taskbar the buttons aren't fixed width, they resize to fit the window title - except that until recently they didnt, so if you cd from C:\ to a longer path you got the label "C...". That one is fixed, but not the one where I switch desktops with Ctrl+Alt+arrows and the entries have no icons.

        If you have a folder with lots of audio files, sometimes explorer.exe will hang for 30 seconds while it dutifully extracts artist metadata (no way to disable). Possibly an old issue, but I've never hit it before.

        Search is even worse than before, I have "alacrity.exe" both in PATH and as a shortcut on desktop, but when I type "alacr" I get a web suggestion until I fully type it out. "Visual..." toggles between VSCode and fat visual studio on every keypress.

        I can't express my opinion on the Task Manager changes without using language inapropriate for this forum.

        Those are my issues off the top of my head, if I record every single broken thing I see for a week this list would be way longer.

        That's just the stuff that doesn't work, there's a similarly long list of things that work but are evil.

        • throwaway_4747 3 hours ago
          To add to your list, if you open the start menu and type “add or remove” it will not bring up the add or remove programs section in the settings menu. It will only give an internet search. To uninstall a program you have to literally open the settings menu and search for the right section. In win 10 all you had to do was type “add” and it was the default selection.
        • jansper39 9 hours ago
          Wow, I hadn't realised it could do video as well. I installed a separate app for that purpose the other day.

          Just tested on my very anaemic 5 year old laptop, it loaded in about 2/3 seconds.

      • isaacdl 11 hours ago
        I'm glad it's not just me struggling with the screenshot functionality. I've encountered the bugs you're describing, and recently, I've been encountering an incredibly frustrating one where hitting print screen just...doesn't do anything. The only way I've found to temporarily fix it is to manually open the Snipping Tool (via the Start menu) - then the print screen key starts working again for some indeterminate period of time.
        • vel0city 10 hours ago
          Win+Shift+S. It launches the snipping tool. Its been a feature for over a decade.
          • isaacdl 7 hours ago
            FWIW, my print screen button does exactly the same thing, literally; it's opening the snipping tool in "select a region to screenshot" mode.

            This is a setting in Snipping Tool (called "Use the Print screen key to open Snipping Tool").

            When I encounter this bug, Win-Shift-S behaves identically (i.e. doesn't work).

          • dessimus 10 hours ago
            Especially since it can open with selecting the area to screenshot and not have to manually crop it in Paint or be sending a 4K image to someone.
    • bbzylstra 9 hours ago
      You can use winutil to replace the new start menu with the old one. I think the option is in "advanced tweaks".

      https://github.com/ChrisTitusTech/winutil

    • cuber_messenger 19 hours ago
      IMHO the right-click menu these days seems to get better, at least I can find "Open with Code" or "Open in Terminal", etc. Except that I need the old menu to create a desktop shortcut occasionally.
      • z500 7 hours ago
        The new context menu is so awful. There is zero reason in this day and age for a context menu to take multiple seconds to pop up. They didn't even really improve on it in any meaningful way.
      • dessimus 10 hours ago
        In my Windows 11 right-click menu, I can choose "Show More Options" at the bottom and then Send To > Desktop (create shortcut).
      • mcny 18 hours ago
        I want to opt out though. I use 7 zip all the time and I don't want this menu that can't have 7 zip...
    • blackhaz 11 hours ago
      This is the most atrocious rating article I've stumbled upon in a while!
    • dangus 11 hours ago
      Does the end user care that the system is made with React? What is the tangible negative impact?

      My start menu doesn’t have ads, it really isn’t hard to manage that sort of thing.

      OneDrive is fully uninstalled, Copilot is fully uninstalled, I find my system to be quite clean.

      And if you don’t like the start menu, there are ways to replace the start menu entirely with something else. Good luck replacing entire major elements of the macOS UI.

      In contrast, Apple puts advertisements at the same urgency level as critical system updates in the settings. There’s no setting to disable them and they sometimes come back with a new version release, you just have to know the magic actions to get them dismissed.

      Haters dog on Windows 11 for various things but it really is the best version of the OS since 7. It has some of the best updates to traditional Windows tooling in years: tabs in notepad, git preinstalled, finally the settings pane is in a good place, brand new command line interface, and Microsoft has had a great habit of putting new features in separate apps that can be installed optionally. (E.g., you can’t uninstall Apple News on a Mac, but you can uninstall ClipChamp on Windows)

      • bigstrat2003 10 hours ago
        > My start menu doesn’t have ads, it really isn’t hard to manage that sort of thing.

        I don't care. It is completely unacceptable to have ads in a product I paid them for. It doesn't matter how easy it is to remove, that doesn't fly.

        You act like people are hating on Win11 for no reason, but truthfully you're just ignoring the reasons to hate it.

        • dangus 10 hours ago
          I haven’t given Microsoft a dime since Windows 7. Users who buy a computer have the OS preinstalled. Millions of people never activate it. The product is effectively free.

          It’s a commercial OS but people can’t get over it. There isn’t a single commercial OS out there that doesn’t try to sell you something at some point.

          Maybe that is unacceptable to you and I respect you for that. But it’s a commercial OS and always has been.

          What gets annoying is when these aspects conflate it to being a bad OS or some monstrously unethical system. Seeing some ads that are easily disabled is treated by a certain community like the Microsoft is selling blood diamonds. The ferver doesn’t match the magnitude of the crime.

          • the_overseer 8 hours ago
            Preinstalled OS doesn't mean free OS. You already paid for it when you bought the computer. You shouldn't see ads. Ever.
      • pavon 10 hours ago
        Windows 11 is much slower for me than Windows 7 or 10. A noticeable sub-second delay to bring up the start menu and respond to typing, about 3 seconds for file explorer to load, 5-20 seconds to start a screenshot. I wouldn't be surprised if antivirus is to partially to blame (only use Windows at work where it is required), but it is the same antivirus we used on Windows 10 and it wasn't this bad.
        • dangus 9 hours ago
          “A noticeable sub-second delay” lol. I guess you never ran Windows 98 on a pentium 2 like I did. If I had a dime for every sub-second delay I experienced on that machine…

          Settings > Accessibility > Animation Effects > Off

          5-10 seconds to start a screenshot, yeah man now you’re just lying. You sure you didn’t leave the delay timer on?

          Are we going to gloss over the fact that the screenshot interface in old windows versions basically didn’t exist? There was no keyboard shortcut to open snipping tool by default in Windows 7. You had to know to use your print screen key correctly and to paste the image into Paint, and there was no visual feedback. Of course that performed fast because there was no UI!

          • pavon 8 hours ago
            > I guess you never ran Windows 98 on a pentium 2 like I did.

            If you have to compare to a 20+ year old processor to look good, your system has problems. But since we are comparing old computers, Finder opens quicker on a 30 year old Macintosh 512k than Explorer opens in Windows 11.

            > 5-10 seconds to start a screenshot, yeah man now you’re just lying.

            Nope. I actually just updated that number up to 20 seconds after testing, because I thought my memory was exaggerating. This started in Windows 10 when they introduced "Snip & Sketch" to replace the old Snipping tool, but it was easier to go back to the old one in Windows 10.

            Edit: Oh, and I just remembered another detail. Our library folders are mapped to network shares at work. Again, this has been the case for 15+ years now, and performance has just recently cratered. It would not surprise me if most Windows developers today assume everything is on SSD, and don't think about slapping low-importance file I/O in critical sections.

      • the_overseer 8 hours ago
        I care that it's made with React/React Native or other garbage web frameworks. By definition adding layers between native C/C++ Native Win32 will make it slower and use more RAM.

        Stop justifying laziness and mediocrity. Microsoft does this just so they can hire cheap javascript monkeys out of colleges. AKA people who shouldn't be writing code and the reason a chat application now uses 1GB of RAM and nobody seems to care or understand why such waste is both bad and stupid.

  • wackget 10 hours ago
    Giving Windows 11 the highest rating and XP one of the worst ratings clearly demonstrates that this author is not a serious person.
    • joenot443 9 hours ago
      I don't think it's meant to be taken seriously, at all. It's a pretty unserious surface level critique of past GUIs based on 2025 standards. It's a bit like ranking the Coolest Looking Batman's - there's not really an honest metric outside of ones personal favorite.
    • arcanemachiner 9 hours ago
      Is everyone who disagrees with you an unserious person, or just on this particular topic?
      • chasing0entropy 9 hours ago
        The disagreement isn't what makes him not serious; the hubris to declare Windows 11 the most usable OS does.

        No one who has any real experience with *nix, legacy ios, legacy Windows, and modern Windows/ios UI/UX would rate win11 top without serious qualifiers

        • jasonvorhe 8 hours ago
          Agreed. Something has to be wrong with you if you were to prefer Windows 11 to basically anything else. GNOME 3, Ubuntu's whatever desktop environment, KDE, Omarchy, macOS, Windows 8-10 - it's all more consistent, easier to grasp and also looks better than Windows 11.
    • dagmx 9 hours ago
      Just because you disagree , doesn’t mean that your opinion holds any weight over theirs.

      Especially because you’ve provided no rebuttal of substance, and resorted to name calling.

      • chasing0entropy 9 hours ago
        Windows 11 usability is garbage compared to Windows 10. Windows 10 already had multiple desktops, docking(which does need app to augment), sandboxing, and the start menu worked. Further win 10 does not gimp the OS if not activated, doesn't require an online account, and has an identical update mechanism to win11.

        There is nothing superior or even functionally 'new' in Windows 11 besides compute burning eye candy and embedded backdoored encryption

        If Windows 7 had multi core enhancement, driver downloading, and updated libraries it would still be a superior OS from a weight of resources perspective.

        • dagmx 5 hours ago
          None of your points are relevant to the article at hand which is about the visual design of the OSs.
      • miffy900 3 hours ago
        What name calling? Calling the author 'an unserious person' isn't name calling. Might be worth reading the article:

        > "If you like Windows 8’s look, you are a bad person. You are the one Steve Jobs was talking about when he said Microsoft had no taste."

        yeah you don't need to read very much of this to know this author hasn't exactly written a substantive article; they certainly aren't bothering to backup their claims with any reasoning. the whole post itself is 'this version of windows was ugly, this one wasn't etc'.

      • amarant 9 hours ago
        GP has a point tho. The article ranks vista over XP, and that's just ludicrous. Even Microsoft has admitted that vista was hot garbage.

        It's even become a slang expression: a app can have a "Vista moment", meaning they released a version that was completely unusable and a stark regression from previous versions.

        Meanwhile XP is widely regarded to have been the best windows version ever. The only version that even compares in terms of popularity is 7.

        I get the feeling the author of the post hasn't actually used any of the older versions of windows, and was ranking solely based on some screenshots they found online. There's no other reasonable explanation for rating vista higher than XP.

        • okanat 4 hours ago
          Vista wasn't that bad from purely OS side. On a VM it runs pretty stable.

          However, Microsoft made a huge change to how the OS and drivers worked. If you still use Windows, you are still benefitting from some of the changes.

          However HW vendors usually ship rather broken drivers, it was doubly bad since Vista overhauled the driver interface. By the time all vendors fixed their shitty and badly tested drivers we already had 7. It is also partly Microsoft's fault since they had absolute chaos in Vista development due to shitty hacks on top of hacks that was the consumer OS (XP).

          Similarly Vista was very heavy for its contemporary average hardware. By the time HW caught up, 7 was released.

        • dagmx 5 hours ago
          What does anything you just said have to do with the article though, which specifically focuses on the UI?
        • kube-system 9 hours ago
          This article wasn’t ranking the quality of the OS overall, just the UI
  • nehalem 19 hours ago
    To me personally, it feels like Windows 2000 was the last and maybe only consistent UI onto which all later versions bolted what they considered improvements without ever overhauling the UI in full.
    • reddalo 18 hours ago
      I think Windows XP did a pretty good job for the home market, making Windows appear friendly and easy to use to a wide audience (and without too many style inconstistencies).

      Moreover, Windows XP let you switch the interface back to the classic 9x look, if you wanted a more serious appearance, and better performance.

      • consp 18 hours ago
        > back to the classic 9x look

        If i remember correctly this is the windows 2000 look.

        • reddalo 18 hours ago
          We're both right. Windows XP had two different legacy themes: "Windows Standard" which looked like Windows 2000 and "Windows Classic" which looked like Windows 9x.
    • hilti 18 hours ago
      Totally agree!

      Although I‘m a Mac user for a long time, I still remember that I got work done using Windows 2000.

      I‘d buy a license and switch back to Windows if we could get the productivity of this UI.

      Typing this on iOS with Liquid Glass that drives me nuts

    • bloppe 19 hours ago
      Windows 8 was a pretty big overhaul. But I agree with the author it was a most unwelcome overhaul.
      • vanviegen 18 hours ago
        Yeah, but many of its 'advanced' settings and such still pop-up windows 95-styled interfaces. And these are actually the most user-friendly parts of the OS.
        • anonymars 10 hours ago
          I think one of the fundamental issues is "...to those raised on computers, rather than smartphones"
  • dag11 18 hours ago
    I'm surprised nobody caught this, but both the screenshot for Windows 8.1 is not Windows 8.1, it's Windows Threshold, the development phase of Windows 10.

    The specific screenshot they show is the very first start menu they cobbled together for Threshold, which would later be redesigned again before shipping as Windows 10. The screenshot is also showing off early adaptations of Windows 8 apps running in movable windows -- before that, they could only run full- or split-screen!

    • sunaookami 8 hours ago
      They actually backported this start menu to Windows RT which makes it even less sense considering Windows RT was mainly used on tablets and the start screen is better for these devices.
    • wink 16 hours ago
      I am not surprised, from memory I only know like 3 people who ever willingly used 8.x. The active user base must be tiny compared to Windows 7 and 10 users (if we just stick to that range).

      I have personally not used it for more than an hour total (on anyone's PC combined) and I have (co-)owned and used at least one Windows PC continuously since 1995.

      • deltoidmaximus 7 hours ago
        In some ways 8.1 was better than 10. You could still control the updates and uninstall the or block telemetry updates. Unfortunately, a lot of hardware makers abandoned making driver updates for it before it even went out of support (unlike Windows 7 where they often kept making minor updates even after it was out of support)

        I never used it really myself. The original UI wasn't what I'd ever want out of a PC but the impending stench of the Windows Store was what drove me off of Windows at that point.

        I have an 8.1 VM in my unraid server that only exists to run an older radeon driver that allows the GPU to turn off to near 0 watts idle when the hardware isn't in use. Windows 10 broke the subsystem that these drivers used and AMD never got this feature working on 10.

      • hbn 8 hours ago
        Windows 8 was fine if you used StartIsBack which just added the Windows 7 start menu back and you could happily ignore the big stupid fullscreen start menu that yanked you away from your desktop. But at that point, yeah no point in upgrading.

        Interestingly whoever made StartIsBack is still developing a start menu replacement for Windows 11 (called StartAllBack for some reason), and it's made my usage far more tolerable. You can also get a normal file explorer again, with the normal native right click menu that doesn't hide a bunch of stuff behind a "more options" option

      • tracker1 9 hours ago
        8.1 was slightly better, but most people I know that used it, used one of the start menu replacements that looked/felt more like Win7.
  • tracker1 9 hours ago
    Win2k was one of my favorite OSes of all time... I know there were a lot of security holes in the way some things were done, but it all just mostly fit well together in a relatively consistent way. The last version of windows with nearly this level of consistency. LiteStep on Win2K was amazingly good.

    XP really looked like a Fisher Price toy... I liked the Media Center theme (as well as derivatives) so much more as part of that release.

    Windows 7 was probably the best start menu of Windows' history, and Win10/11's taskbar enhancements (not the centering default) are pretty great as well. I'm hoping this gets better/similar in COSMIC.

  • oldgradstudent 2 hours ago
    I was working in customer support for one of the first ISPs in my country when the switch from Windows 3.1 to Windows 95 happened.

    Windows 95 was a massive jump in usability.

    Regular people simply do no understand the overlapping windows metaphor. When a windows disappears behind another they are often completely helpless. The taskbar was a life saver.

  • sedatk 19 hours ago
    > With Windows 95, Microsoft managed to produce a version of its OS that scared Apple so much they ended up bringing Steve Jobs back, along with his own operating system, NeXTSTEP

    Funny because Windows 95 contains many ideas from the more ambitious project codenamed Windows Cairo that was intended to mimic NextSTEP. Cairo was never released, but the gray slab 3D look, the "X" button on the top-right corner on Windows 95 are the hallmarks of NextSTEP.

    Windows 95's most original GUI idea was the Start menu.

  • moooo99 19 hours ago
    Windows 11 < Windows 10?

    Just based on the start menu alone I can‘t think of any reason for 11 to lead the ranking

    • deltoidmaximus 7 hours ago
      Does it have any noteworthy features at all? The only one I can think of is the android emulation, which arrived late and then had support canceled. The reason its existence seems to be to kick any non-TPM supporting hardware out of the pool but they forgot even put any cheese on the rattrap.
    • stronglikedan 10 hours ago
      You also can no longer drag stuff onto the taskbar in Win 11, and they refuse to fix it or provide a viable alternative. It's a dealbreaker for me, and the single thing that has prevented me from updating.
    • zigzag312 11 hours ago
      Start menu in I Windows 11 is quite bad. One things that really annoys me is how little space the start menu has for pinned shortcuts.
  • jhack 9 hours ago
    Oh cool, someone else that appreciates Windows 2000 more than XP. There are dozens of us!
    • okanat 4 hours ago
      Anybody who experienced or knows how haphazardly the Microsoft consumer division forked and developed XP would prefer 2000 or 2003 over XP.
  • b-karl 19 hours ago
    I started using keyboard navigation more and more around Win 7 and that has actually improved quite consistently since then and I remember Win 8 Win-key search was quite good, if you could look past the start menu…

    Also reminds me of the layers of UI versions still present in Windows https://news.ycombinator.com/item?id=27556754

  • jumpocelot 19 hours ago
    I think Windows XP should have shipped with the Watercolor theme, although Luna does a better job of setting it apart from previous versions
  • karhuton 19 hours ago
    Give the Windows 2 a second look and try to ignore the colorful GAME in the screenshot.

    It’s actually pretty ”elegant” design with white, black, grey with two shades of primary color: dark blue and light blue/cyan. Then complementary orange for active selection. The cyan is light enough for black text and blue is dark enough for white text. Really good palette choices.

    Remember this was only 16 CGA colors, of which only few are delicate enough for UI components.

    The tiny resolution makes things blocky, but if it had more space with an SVGA resolution, it’d be pretty great.

    I would dare say, this might be the most ”designed” UI of the bunch, considering limitations.

    -

    Intresting aspect of the UI is the hilighting of the menu bar in each window:

    These days it’s odd to hilight menus, but I think their importance must’ve been much higher due to lack of space in the UI itself. They were basiclly act as ”navigation” and action menus. We use sidepanels and tabs a lot, but those have hard time fittinh there. Also the apps were simpler.

    • sedatk 18 hours ago
      I agree. That was the only unfair assessment in the article, IMHO. Windows 2 was based on the Presentation Manager standard which was developed by IBM and Microsoft, and also used with OS/2, and more importantly, CDE + Motif. That's why many Unix desktops used to look like 3D Microsoft Windows desktops back then. Because they all were based on the same GUI standard.
    • M95D 13 hours ago
      I really liked the fact they had full menu bars on resolutions far lower than phones had 15 years ago. No hamburger menus.
  • rchard2scout 19 hours ago
    In hindsight, I really love the way Vista looks. I don't think I ever used it as a daily driver (I went from the family XP computer to a Win7 laptop, I think), but the glassy transparency is certainly something.
    • dijit 18 hours ago
      I agree, I never felt it wasn’t beautiful- aside from the widget system, especially ultimate with the black frost and animated backgrounds- wow.. It was just much too heavy for the time.

      I would even say it looks nicer than what Apple is doing right now, and that’s not nostalgia necessarily, its that there’s a stronger feeling of depth and more solid design for accessibility.

      Most people only saw the non-transparent Vista windows: since it was such a performance pig otherwise. Especially on laptops with iGPU’s: these were the days where an intel GMA950 (4 pixel pipelines at 166MHz) was as modern as you got. :|

    • strongpigeon 8 hours ago
      I think there is a lot that was well done in the Vista UI, but I find the gradients on the buttons and the task bar to be too hard.
  • steve1977 17 hours ago
    They say "I am skipping over all versions of Windows NT" and then proceed to rate XP, Vista, 7, 8, 8.1, 10 and 11.

    * Also 2000, but at least they seemed to be aware that this too was Windows NT.

    • Kerrick 10 hours ago
      "Windows NT" the brand, not "Windows" with NT the kernel.
  • paulmooreparks 18 hours ago
    I remember hacking the "Start" button in 95 through 7 to say "Whee!" instead of "Start". Childish and silly, but I liked it. I miss being able to make little hacks like that.
    • dpark 18 hours ago
      Mine said “Über”, which seemed very clever to me for some reason.
  • tfrutuoso 10 hours ago
    XP, a regression? closes tab.
  • zzo38computer 2 hours ago
    I happen to like the Windows 1.0 appearance and I think it is not so ugly.
  • ANNOFlo 19 hours ago
    As someone who grew up with Vista (yeah, I'm young) I will always love that look. Probably a good bit of nostalgia, but as a kid who couldn't really even manage files well that always looked so fancy and fun!

    Even still have the laptop I used back then, fully with the barely functioning charging port that makes booting it up an exercise in dexterity.

    • bigstrat2003 10 hours ago
      I didn't grow up with Vista and I loved the look too. IMO it was by far the best looking version of Windows they ever produced. Win7 was pretty good too, though I preferred the look of Vista. The transparency on stuff looked (and still looks) really awesome.
  • kykat 10 hours ago
    I'm pretty sure that Windows 8.1 didn't have a start menu at all, just a windows button that opened that full screen metro launcher
    • stronglikedan 10 hours ago
      And yet somehow it was faster and more accurate than the Win 10/11 start menus, where you're lucky if it doesn't pop in something else right as you hit enter after typing an app name, opening the completely wrong app/webpage/etc. It's always one step forward and two steps back with MS.
  • manoDev 10 hours ago
    MSFT peaked at Windows 2000.
  • xixixao 18 hours ago
    I like the “did it improve or regress” angle.

    I hope it’s not controversial if I say that in the Apple world, Liquid Glass is, if not the first, certainly the worst regression. And I think this could have been predicted if you agreee with OP about Vista.

    • reddalo 18 hours ago
      Liquid Glass is such a horrible regression. I'm holding onto my Sequoia for the time being (and maybe I'll then switch to Linux).

      I think the best version of macOS was High Sierra. After that, everything started becoming bloated and inconsistent.

      • SpecialistK 4 hours ago
        In context, (Snow) Leopard was almost definitely the peak. Windows users were struggling with Vista (UAC, DWM, and Windows Update taking up an entire CPU core (of which most people had only 1) or the security issues of XP. Meanwhile Mac users had already been through the growing pains and now had a stable, pretty, powerful OS.
  • thefz 19 hours ago
    I still consider Windows 2000's UI to be the peak of computer interfaces and nothing else has come close to its effectiveness and clarity for day to day work.
    • neilalexander 10 hours ago
      30 years ago, Microsoft was writing books that were hundreds of pages long detailing not just how to build effective and consistent user interfaces but also with explanations from user-centric research as to why those things mattered. Every user interface component carefully considered and rationalised, every reusable pattern carefully reinforced, all to build a desktop where interactive elements look interactive, skills learned in one application pretty reliably carry across to others, and avoiding dead ends that result in user panic. Windows 2000 was the last vaguely-consumer-oriented Microsoft operating system that was built with any of those lessons in mind.

      Everything they have developed since then has strayed further and further from those principles. With Windows 11 and their "modern" application lineup, it is like they have absolute amnesia about ever having done any of this. It is clear as day that nobody inside Microsoft has ever gone back and read one of those books in the last decade or two, nor is there any evidence that they spend any amount of time researching and testing their products with real users or trying to understand the ways that users get stuck or fatigued.

      All of the user interface consistency is gone thanks to the half-dozen competing/failed UI toolkits and webview-driven applications scattered everywhere. Visual cues and interactivity hints are either gone or are no longer reliable. You can't even tell when something in Windows will allow you to drag-and-drop or copy-and-paste or even what new and horrifying form the Open/Save/Print dialogs are going to take in any given application. "Disastrous" isn't a strong enough word for it.

      • tracker1 9 hours ago
        I don't even mind WebView or otherwise flatter material design choices... but so many implementations fail at even that... If you actually read through the material design guidelines it makes a lot of sense. But then so many UI toolkits and programs that are allegedly following this are just plain not.

        Performance issues aside that is.

    • RankingMember 11 hours ago
      So much so that one of the first things I do in fresh 10 and 11 installs is turn off all the transitions/whiz-bang visual effects to try to get back to the pure snappy functionality of that era of Windows.
    • dpark 18 hours ago
      Coming from 98/ME, Windows 2000 was utterly magic. It such a stable operating system compared to what came before it. Supposedly it was less compatible than 98/ME for games and other applications but in my experience this wasn’t true.

      Looks were fine. Functionality was such a step up.

  • SeanDav 10 hours ago
    I hate the flat, borderless, barely visible scroll bar mess that is Windows 11. Just try to determine where one window starts and another ends with multiple overlapping windows open, especially in dark mode.

    Windows UI peaked at Windows 7 and has been steadily in a race to the bottom ever since.

    Windows 11 is going to be the final straw that prompts me to relegate it to a game playing or only-use-because-I-must secondary OS. Linux, here I come - if only I could decide which flavour...

    • luckys 9 hours ago
      I use Fedora Workstation. It's boring and less customizable than other distros out of the box, but I like it like that. I pretty much just add the extension 'dash to panel' and call it a day.

      Microsoft has their own plans for where they want to go with Windows and it certainly is not catering to their users. The same could be said from most big companies I guess -- all about lock-in, value extraction, planned obsolescence. I see Valve/Steam as one of the few exceptions, probably because they are not publicly traded.

    • tracker1 9 hours ago
      Been pretty happy with the PopOS Cosmic series so far.
  • okanat 5 hours ago
    Windows 7 and Vista unified almost all of the control panel. Windows had pretty good design language then and the other Microsoft software used native frameworks that shared it. Moreover neither Vista nor 7 removed features or dumbified the settings when the switch happened.

    Compare that with the half-arsed switch that started from 8 and still continues today with 11. Windows 11 actively removes features and implements the system programs with multiple clunky UI frameworks. While chasing the whatever techbro trend, Microsoft jumped into multiple design trends. Win 11 Settings, Excel, OneNote, Teams, core utilities like Disk Cleanup each of these use a different UI language. I do understand slowly upgrading certain components but newer and actively maintained apps using different UX, come on.

    Each of their UI frameworks are suffering from lack of maintenance. For example, WinUI 3 still draws white symbol on white background for window controls and the bug exist in many Microsoft apps including Powertoys and their showcase apps. 11 actively forces users to use Powershell to do almost any medium level customization where 7 had nice UIs for advanced network configuration, extra Bluetooth functions (you could proxy calls on Win 7 over BT, now you have to have a MS account).

    Either the author lacks taste or just judges things very shallowly.

    • funnybeam 4 hours ago
      From memory I believe it was windows 7 that broke the taskbar - before that you could put it on any side of the screen and also embed folders on it.

      I used to have it on the left side of the screen with my actual documents folder (not “My Documents” which even then was full of other crap) embedded in it. Kind of like vertical tabs in the browser, but better

      I was really annoyed when they took that functionality away for no apparent reason. Win 7 was the start of the slide for me, windows steadily got worse with them removing more and more functionality. Was it seven that removed all the customisation you used to be able to do as well and replaced it with much more limited themes?

  • js8 9 hours ago
    IMHO it would be more interesting to compare UI/UX of something like MS Office. That traces the evolution of the GUI pretty well.
  • adastra22 19 hours ago
    I cannot accept this slander of Windows XP.
    • spankibalt 19 hours ago
      It is, strictly going by looks, one of Microsoft's ugliest UIs. I will never understand how people tolerate it, let alone defend it publicly. Shameful, absolutely and thoroughly shameful!
      • somat 19 hours ago
        It was the style at the time. There are a lot of programs from that era with stupid, oversized nothing standard ui's, windows xp was a study in restraint compared to many applications. I think computers had just gotten powerful enough to have large bitmaps in the ui and the designers got a little crazy with their newfound power, as they tend to do. Our "modern" superflat look is probably the remnants of a reflexive recoil at all that excess. I expect it will start rebounding the other way in a few years as up and coming designers get nostalgic for their windows xp youth.
        • dpark 18 hours ago
          Yes and no. XP’s default theme was hideous even at the time. The silver was fine as was the olive, but that blue was horrible.

          It was a product of its time, though. This was also the time of media players that used entirely custom skinning and mostly looked terrible (at least in retrospect).

      • ahartmetz 17 hours ago
        I hated XP's style at the time, too, and switched to the classic style. I also hated the look of Vista and 7, but they weren't my problem anymore because I'd switched to Linux.
      • CableNinja 13 hours ago
        The upside was that it was 100% customizable, there were tons of themes that redesigned the entire look of the desktop, and lots of resources for it.

        Naturally, all mine looked like hot garbage, but it taught me about texture and image editing, and how transparencies worked in rendering (though xp themes were a special hell of using neon pink because transparent pixels werent usable yet)

        • dpark 9 hours ago
          Was it significantly customizable out of the box? I remember installing WindowBlinds specifically so I could theme the OS.
          • saratogacx 4 hours ago
            At launch you had 3 themes (blue, green, and silver) as well as classic where you had all the customization of Win2k's settings. Later on (SP3-ish) you got a zone orange/dark theme which was nice.

            To do more you either used WindowBlinds or just grabbed a patched UxTheme32.dll which would accept unsigned theme files. Once you did that you had an almost silly number of options to try out from various web sites.

      • tomrod 19 hours ago
        Dark theme, menu bar on the right side, icons only, auto hide. Out of site, out of mind.
      • sedatk 19 hours ago
        Blue one was unbearable, but it looked pretty much okay with the gray theme.
      • adastra22 19 hours ago
        That is an entirely subjective statement. I think it looks great.
        • dpark 18 hours ago
          Of course it is. What would an aesthetic judgement be except subjective?
  • donkeylazy456 18 hours ago
    remember that there are still classic theme bois out there. 9x/2k is the best theme.
  • adithyassekhar 19 hours ago
    11 is indeed pretty good looking. Once you use it 10 feels so clunky.
    • reddalo 18 hours ago
      11 is a step in the right direction for a modern consistent look of Windows.

      But there's still a long way to go; they still haven't managed to put all the system settings in a single app. And I wonder if they'll ever be able to get rid of the Control Panel; too many legacy applications need it.

  • fleabitdev 8 hours ago
    If you set out to build a practical UI from first principles using 1995 technology, I think you'd end up with something a lot like Windows 95. It's like a checklist of all the things we should be doing.

    Luminance contrast is used to create a hierarchy of importance. Most backgrounds are medium grey, so that all text and icons are low-importance by default. Text fields, dropdowns, check boxes and radio buttons are black-on-white: a subtle call to action. Window, button and scrollbar edges always include pure white or pure black. Active toggle buttons have a light grey background, sacrificing the "3D shading" metaphor in the name of contrast.

    Most colour is limited to two accents: pale yellow and navy blue. Small splashes of those colours are mixed together in icons to make them recognisable at a glance. Deactivated icons lose all colour. The grey, yellow and blue palette is highly accessible for colour-blind people, and the yellow and blue accents also occupy unique points in the luminance space (the yellow sits between white and grey, the blue sits between grey and black).

    Despite all of this restraint, the designers weren't afraid of high contrast and high saturation; white text on a navy blue background shows up very sparingly, always as a loud "YOU ARE HERE" beacon. The designers understood that navigation is more important than anything else.

    The graphics are strictly utilitarian, with no unnecessary texture or visual noise. The entire UI is typeset using just two weights of 9px MS Sans Serif. The only skeuomorphic elements are some program and folder names, a tiny resizing grip at the corner of each window, and a simple simulation of depth when push buttons are clicked. 3D edges are used to make the scene layout easier to parse, not to make it look physical or familiar.

    Related components are almost always visually grouped together, using borders, filled rectangles and negative space. (I suspect the designers would have used fewer borders and more fills if the palette of background colours had been a little larger.) Dark and light backgrounds are freely mixed in the same UI, which requires both white and black text to be present. The depth of recursion (boxes in boxes in boxes...) is fairly shallow. Homogeneous collections of components are always enclosed in a strong border and background, which enables sibling components to be displayed with no borders at all between them.

    All of these tasteful design choices were fragile, because you can only preserve them if you understand them. Windows XP made the background colours lighter, which reduced the available dynamic range of luminance cues; it tinted many backgrounds and components yellow or blue, which made chrominance more noisy; it introduced gradient fills and gradient strokes, which were less effective at grouping components; it added soft shading to icons, which made their shapes less distinct; and so on. Almost every change broke something, and so after just one major revision of the UI, most of the magic was already gone.

  • galad87 19 hours ago
    I assume there is a reason for leaving out Windows Me.
    • steve1977 9 hours ago
      We don't talk about Windows Me.
    • nevada_scout 18 hours ago
      From the article:

      > Note: I am skipping Windows Millennium Edition (Me) because while it had changes under the hood, visually it is pretty much Windows 98 Third Edition.

  • kristopolous 19 hours ago
    Windows 1 had hamburger menus, originally from Xerox Star.

    Kinda cool

  • generalizations 10 hours ago
    Was anyone surprised? This follows the classic pattern.

      - XP was good
      - vista was bad
      - 7 was good
      - 8 was bad
      - 10 was good
      - 11 is .....drumroll please.... bad.
    • hbn 8 hours ago
      I think it's generous to say anything after 7 was good.

      8 was just so offensively bad with getting rid of the start menu and replacing it with a fullscreen tablet UI, 10 was celebrated for backtracking on that.

      But it was also famous for shoving bullshit like Candy Crush into everyone's start menu. I haven't forgotten that.

    • GoblinSlayer 9 hours ago

        - XP was good
        - vista was bad
        - 7 was good
        - 8 was a disaster
        - 10 was worse
        - 11 is even worse
      
      It's a downward spiral.
    • onemoresoop 9 hours ago
      Windows 11 is bad but will only get worse with AI updates.
  • tveyben 8 hours ago
    Why do you want to remove the scrollbar on a website - you never know how long the ‘page’ is… - I really hate those UX decisions
  • cubefox 18 hours ago
    I really hated the depressing grey GUI of Windows 95/98/NT/2000/Me. It looks like working in a dull grey concrete office with a grey PC and grey monitor while wearing a grey tie. I get that Windows XP and 8 look too colorful for many people (I like them), but Vista & Co, with their glass design, managed to avoid colors while still not making everything a drab grey.
    • deltoidmaximus 7 hours ago
      All those versions had customizable color themes, which windows has gradually weakened to almost nothing. There was nothing stopping you from rocking hotdog stand back then except your own good taste and the bleeding from your eyes.
    • smackeyacky 16 hours ago
      I liked it although that was maybe because Windows 2000 was a great OS. Having seen the awful mess the Unix vendors made of CDE/Motif, 2000 felt more professional.
    • ahartmetz 17 hours ago
      2000 had a nice shade of blue for its desktop background, IMO.
    • cubefox 18 hours ago
      This begs the general question: why were PCs (and monitors, keyboards, mice etc) always sold in ugly grey, for decades? Before they finally relented and switched to black?
      • gainda 10 hours ago
        not an expert, but i vaguely recall that certain colors can make plastics weaker - maybe it was the case here for a while until technology improved
        • tracker1 9 hours ago
          More likely, people just don't give a damn if their keyboards only last a coupe years and buy a new one.
      • vrighter 17 hours ago
        Bring back the 2000s transparency in the hardware. Transparent phone (nokia 3310, of course), transparent PC, transparent everything!
        • Tanoc 10 hours ago
          I would do unsavory things to get a matching keyboard, mouse, and monitor in translucent plastic akin to an Atomic Purple Gameboy Color. I've tried retrofitting an iMac G3 multiple times, but they're so old now that taking them apart literally breaks them because the plastic's too brittle.
        • CableNinja 13 hours ago
          Dont forget the transparent landline phone, alarmclock, and tvs!
  • sneakinsnake 19 hours ago
    Cooked take.