Saturday, 27 June 2026

Windows 10 Operating System _ Turning off one Windows setting made my 5-year-old PC feel new

 

Source :  Internet 

 

 

 

 

 

 

 

 

 

Turning off one Windows setting made my 5-year-old PC feel new

4
Digvijay is a Computer Science graduate with a deep passion for technology. His journey into tech writing began in 2018 with software and product reviews, and he’s been exploring the digital space ever since.

He joined MUO as a full-time writer in 2022, where he covers how-tos, explainers, and tech guides focused on Android, entertainment, and the internet.

Digvijay has previously contributed to several reputable publications, including Alphr, GuidingTech, TheWindowsClub, and MakeTechEasier.

Outside of writing, he enjoys traveling and learning about different cultures, as he believes new experiences spark creativity.

I noticed something weird in Task Manager one day. My disk usage was sitting at 100%, and I didn't have anything open. I checked what the disk was using, and a service called SysMain was near the top of the list. It's been part of Windows since Vista, originally called Superfetch, and is enabled by default on every PC. I'd never noticed it before, but on my five-year-old machine, it was driving most of that disk activity.

Closeup of Services app in search menu
I finally disabled these Windows services and my PC is happier for it

Your PC might be secretly working harder than you are, and not always in ways that benefit you.

The setting Windows never told you about

SysMain, the silent performance killer

SysMain listed in Windows Task Manager’s Services tab

SysMain was designed for a very different era of hardware. When Superfetch launched with Vista back in 2007, most PCs had one or two gigs of RAM and slow-spinning hard drives. Loading an app meant waiting for the hard drive to physically locate and read the data, which took time. Superfetch solved this by watching which apps you opened the most and preloading them into RAM while your PC was idle.

That way, when you clicked on something, it was already in memory and opened right away. The problem is that the same service is still running the same way on hardware with completely different limitations. On a PC with 4GB of RAM, SysMain fills a large chunk of your available memory with apps it thinks you might open. That leaves less room for the apps you're actually running, and when your RAM runs out, Windows starts using your hard drive as overflow, which it calls the page file.

If you're still on a mechanical hard drive, that overflow is painfully slow. Your disk usage spikes to 100%, your PC crawls, and you end up blaming the hardware for something one service is causing. The worst part is, SysMain doesn't show up as a warning or a notification. You'd never know it was running unless you opened Task Manager and checked.

Question 1 of 5

What is SysMain (formerly known as Superfetch) designed to do on a Windows PC?

One tweak inside Windows Services

Disabling SysMain and what changed after

Now that I knew what was going on, I wanted to see what would happen if I turned it off. You can confirm it's an issue on your PC by opening Task Manager and checking whether Service Host: SysMain is using a lot of disk space in the Processes tab. To disable it, open the Services app and scroll down to SysMain. Double-click on it, change the Startup type to Disabled, and stop the service.

What I noticed first was the sound. My hard drive had been running constantly in the background for months, and I'd gotten so used to it that I stopped hearing it. After disabling SysMain, it went quiet. I checked Task Manager and the disk usage, which had been stuck at 100% since boot, was sitting at around 5-10%.

The bigger change was on startup. My PC used to take a few minutes after Windows loaded before I could actually do anything. The desktop would appear, but the hard drive would thrash at 100% for another two or three minutes while SysMain preloaded apps into memory. After I disabled it, the PC was usable almost as soon as Windows finished loading. Disk activity in Task Manager stayed normal the whole time.

Does your PC actually need it?

Not every PC reacts the same way

Task Manager showing high memory usage on a Windows PC with 4GB of RAM

Whether you'll see the same results comes down to two things: what kind of storage your PC has and how much RAM. If you're running a hard drive with limited RAM, SysMain can work against you. The same disk thrashing and high memory usage I described earlier hits hardest on this kind of setup. All that constant disk activity adds unnecessary strain on a drive that's already aging.

On a PC with an SSD, you probably won't run into the same problem. SSDs load apps so quickly that SysMain's preloading doesn't really add anything. The constant read and write activity doesn't slow them down or wear them out the way it does with a spinning drive. With 8 gigs of RAM or more, SysMain has room to do its job without crowding out what you're actually using. You could leave it on and not notice a difference.

Once you turn it off, your usual apps might take a second or two longer to open the first time since they're loading from disk instead of memory. After that, they run normally. If you want to re-enable it, go back to the Services app, set SysMain's Startup type to Automatic, and restart it.

Check what else is running

SysMain is just one of many services Windows runs in the background by default. Others, like Windows Search indexing and Delivery Optimization, can place additional load on older hardware in the same way. If you've never opened the Services app before, it's worth scrolling through to see what else is running on your PC.

The Windows 11 logo
OS
Windows
Minimum CPU Specs
1Ghz/2 Cores
Minimum RAM Specs
4GB RAM
Software Version
24H2

Windows 11 is Microsoft's latest operating system featuring a centered Start menu, Snap Layouts, virtual desktops, enhanced security with TPM 2.0, and deeper integration with Microsoft Teams and AI-powered Copilot.

  • I greatly appreciate this information, because now that I did this myself it is so much faster

    2026-06-24 00:33:17

Better still, disable indexing on all drives. Indexing is a brain-dead Microsoft approach, unless you need to search for text within a DLL. The whole drive gets indexed, generating a lot of disk activity whenever a file is changed and saved. Indexing wears out SSDs faster, too.

2026-06-25 11:25:25

How?

2026-06-25 12:01:38

Walter Log files.

Every time certain events happen, log files get created or updated. This means the log files need to be re-indexed, and the results re-written to your drive.

Over weeks and months, that extra writing impacts your SSD.

2026-06-25 20:54:42

Walter My previous comment with a link got deleted. Hey, search for it with Google or Bing: "Disable indexing of a drive Windows".

2026-06-26 00:18:41

Now if you're ready for the next step: Find out which motherboard your pc uses, see what the maximum cpu it can handle. Visit Ebay and see if you can find the max cpu for your motherboard. You can get "pulls" (recycled cpus) for dirt cheap. Also buy some thermal paste. Replace your lower horsepower CPU. Is your box maxxed out in RAM? if not do that too. Older PCs were made as upgradeable, and most commercially mad PCs were set up with midrange components.

2026-06-25 12:59:19

I think I really need this - but my computer is so old it still runs windows 10

Am I going to break anything if I try this? The very slow start up and dragging situation you describe is my machine to a T, You make it sound safe and reversible, but I'm from the era of punched cards, when one missing hole could blow a week's work - tweaking things makes me nervous

2026-06-24 10:25:12

Disabling Sysmain in Windows 10 is safe. It is not a core component or a required service of Windows 10 or 11.

2026-06-24 15:17:02

W  Thank you - I have done it, and am waiting to understand how the computer has changed over a few days.


2026-06-25 13:16:36

Question -- are you running an HDD, or an SSD?

2026-06-25 14:22:31

"That leaves less room for the apps you're actually running, and when your RAM runs out, Windows starts using your hard drive as overflow, which it calls the page file."


That is simply incorrect. If that RAM is requested for something you are using then it will be paged out, and since it's already code that is backed on store, then it will just be dropped.

2026-06-25 13:43:45

This. I wonder of the author similarly believes disabling the file cache will also free up memory and improve performance...

2026-06-27 04:53:13

I disabled it from starting many moons ago.

2026-06-23 15:44:11

I "turned off" Windows completely and all my computers work better and much faster.

2026-06-24 00:02:29

I shun Linux completely and I get better and faster performance in what I want to do.

2026-06-24 06:24:10
WATCH
NEXT