NICEVILLE, Fla. — In this week’s edition of It’s Geek To Me, Jeff Werner explains why a popular Windows 11 customization utility could be responsible for keyboard lag, video stuttering, and other performance issues.
QUESTION:
William R from Fort Walton Beach asks:
I created a restore point and installed Start11 v2, a utility that “lets you customize Windows 11’s start menu & taskbar to look & work more like older versions of Windows.” Made no other changes to the machine. Subsequent to this installation I noticed some key strokes lag in social media page as well as Word documents I’m working on. By this, I mean I’ll type a few characters, nothing will happen, then they’ll all appear. I also noticed that, again, after this installation, some video clips’ audio plays properly but the accompanying video halts, then jumps to live play. Before I remove Start11, might this be caused by something else? I really like my taskbar atop my monitors.
ANSWER:
Jeff Werner responds:
Hello again, William. You know, as the column ticks down what are very likely to be its last few issues over the next few months, I’m giving some consideration to renaming it to “It’s Geek to William” since the evidence of my question queue would seem to indicate you’re about the only reader I have left.
Is there anyone else out there? Let me hear from you.
I will withhold judgment on you for wanting your taskbar at the top of your screen. Personally, I would find that configuration difficult to deal with, but if that’s what makes you happy, who am I to stand in the way?
My job here is to help you keep things running as smoothly as possible. Let’s get started.
To understand why your keys are lagging and your videos are stuttering, we have to look at how customization software works.
Start11 isn’t just a basic app running in a window; it installs itself deep into Windows so it can detect and control certain system interactions. Coincidentally, this is not unlike how many malware instances work.
In practice, Windows 11 builds its user interface using a process called Explorer.exe. To force the operating system to place the taskbar at the top of the screen—a feature Microsoft actively stripped out of the core Windows 11 code—Start11 has to intercept and hook into these system processes.
It continuously injects its own code to redraw the interface, override standard system animations, and manage window positions. When this code injection clashes with specific hardware configurations or background processes, things can get messy.
The keyboard lag you described, where you type several letters and nothing seems to happen, and then they all burst onto the screen at once, is almost always caused by a CPU thread bottleneck or an input hook conflict.
There’s a bunch of computer-sciencey reasons behind this, which would take up lots of space here but would not do you any good.
Suffice it to say that once Windows clears the bottleneck and flushes the input buffer, your keystrokes cascade into your workspace all at once.
The second symptom – audio playing smoothly while the video freezes and then teleports forward – is a classic sign of Hardware Acceleration conflicts or Desktop Window Manager (DWM) starvation.
Windows uses a core service called Desktop Window Manager to render everything you see, utilizing services provided by your graphics card (GPU).
When you watch a video, your media player or browser uses Hardware Acceleration to let the GPU do the heavy lifting.
However, using Start11 to move the taskbar to the top of the window forces DWM to constantly recalculate screen coordinates, window snaping boundaries, and even monitor refresh rates.
Start11 and your video player are probably competing for the same GPU resources, and Windows will always prioritize audio over video.
You’re witnessing the video stalling because the GPU is momentarily choked by UI redraw requests.
Start11 may not be the sole culprit in this scenario, so before you take advantage of your restore point and kick it off your system, there are a few things you should check.
Outdated graphics drivers are a very common cause of many system problems.
Make you are using the very latest that your GPU manufacturer has to offer to ensure the best performance.
If you use multiple monitors, but have them set to different refresh rates (such as a 144Hz gaming monitor and a 60Hz secondary monitor), forcing a top taskbar across both monitors can trigger pronounced rendering issues that could cause both input lag and video stuttering.
If you disable Start11 and all the symptoms disappear, you’ve found your problem.
Consider other utilities like Windhawk or ExplorerPatcher, or simply wait for Start11’s publisher to release a compatibility patch.
Better still, wait for Microsoft. They have reversed their decision to remove the ability to reposition the taskbar, and are currently rolling out builds that return this functionality natively within Windows itself – no 3rd-party app needed.
It is expected to reach all stable retail releases of Windows “by mid-2026” which should be any time now.
To view additional content, comment on articles, or submit a question, visit my website at ItsGeekToMe.co (not .com!)
Jeff Werner, a software engineer based in Niceville, Florida, has been writing his popular “It’s Geek to Me” tech column since 2007. He shares his expertise to help readers solve everyday tech challenges.





