I'm very tempted to reformat my hard drive and chuck Linux on my PC now. Annoyingly, it's always that last 5% of games or software that makes you not be able to, plus it takes a while to get used to your OS. If my drive dies or I need to reinstall though, then I might use that as the chance to have a clean break.
I started dual booting Linux (as a toy) years ago. I started using it more seriously the first time Microsoft decided it could trespass in their customer's machines, during the forced "upgrades" to Windows 10. I still have Windows-only software that I use on a Windows system drive, but I now spend most of my non-work computer hours in Linux. There are some serious advantages. Anymore, the UI decisions of modern Windows desktop app developers are *rude*. They will steal the users' focus with pop ups and messages, start things automatically that you never asked to be started (Microsoft freaking Teams), and make it a pain to hunt down and turn off all the shitware. (The focus is a term for whichever window and UI element is currently selected that your input goes to. If an application pops up and steals focus, it had better be informing me that my office is about to self destruct, or my CPU is literally on fire!)
There are also a lot of things that can be made to run in Wine. A third option (which I also use) is to run a windows instance in VirtualBox. There are actually a few advantages to that. I can roll back unwanted forced "updates" by copying an older instance of the drive over the messed up drive file. Can seamlessly roll back that way. I can pass through USB devices (like some of my scanners and printers) to the Windows machine to use hardware that doesn't play nice with Linux. Use office without ever having to leave my main Linux session, etc. Only disadvantage is that Virtualbox doesn't support passing through GPUs to the guest OS. Qemu supposedly does, but I have finite time, and haven't learned to use it yet. Virtualbox is pretty stable and has been around for decades.
I would explore dual booting. Unplug your windows drive, plug in a spare drive, (for safety so nothing can go wrong during installation) - install linux on the spare drive. (I happen to like Mint.) Plug in the Windows drive, and you can set the boot order you want in the Bios. Linux can have grub (their bootloader) updated to recognize Windows on the other drive and give you an option to pick which OS to boot into.
Linux Mint with the Mate desktop (or Debian or Centos, etc with Mate) is very unbloated. Things respond quickly to input. (Also Linux has a lot of software tools that are useful, like imagemagick, dd (disk duplicator), ssh, any kind of server software, etc that make system administration much nicer.)