Share via

Games lose focus on every click – Explorer.exe / MSCTFIME UI stealing focus (Win11 24H2 build 26100)

Gonzalo Caballero 30 Reputation points
2025-10-02T13:08:52.62+00:00

System

Windows 11 Home/Pro 24H2 – Build 26100

  • GPU: NVIDIA RTX 3060 series (latest WHQL drivers installed)
  • CPU: AMD Ryzen 5600X
  • Peripherals: SteelSeries keyboard, Logitech G203 mouse (also tested with basic USB HID devices)

Symptoms

  • In multiple games (CS2, Megabonk, etc), the game window loses focus on every mouse click.

A short flicker occurs, the taskbar briefly flashes on screen.

The foreground switches to Explorer.exe or MSCTFIME UI for a fraction of a second.

Each click causes a temporary FPS drop because the game loses and regains focus.

  • In exclusive fullscreen on some games (e.g., Valorant) the problem does not occur, however fullscreen doesn't seem to matter to other games.

In windowed or borderless fullscreen it happens consistently.

  • FocusLogger traces show the sequence:
    • Game in foreground
    • No foreground application
    • Explorer.exe / MSCTFIME UI takes foreground Game regains foreground.

Troubleshooting attempts (unsuccessful)

Overlays

Disabled: Steam Overlay, Xbox Game Bar, Discord Overlay, NVIDIA Overlay.

Uninstalled NVIDIA App / GeForce Experience, Xbox widgets, Web Experience Pack.

  1. Game configuration
  • Tested in windowed, borderless, and fullscreen modes.
  • Disabled fullscreen optimizations.
  • Windows services and components
  • Disabled Widgets and removed Windows Web Experience, disabled MsCtfMonitor scheduled task, disabled GameDVR and Xbox Game Monitoring via registry.

Registry tweak: DisableThreadInputManager=1 → no effect.

  • Attempted disabling Text Input Management Service → broke keyboard input.
    Stopping ctfmon.exe / TextInputHost.exe → didn’t fix issue. Drivers & hardware

GPU drivers reinstalled clean (DDU). Tested with alternative mouse and keyboard (generic HID). Problem persists. Findings Problem reproducible across multiple titles → not game-specific.

  • Occurs on Windows 11 24H2 (build 26100).
  • Root cause seems to be MSCTFIME UI (Text Services Framework) stealing focus on everyclick.
  • Disabling the entire Text Input Management Service confirms the link but makes Windows unusable.
  • Community reports (ASUS/NVIDIA users) show the same behavior → appears to be a Windows 11 24H2 bug.

Questions

  1. Is this a known issue with Windows 11 24H2 (build 26100)?
  2. Is there a safe way to disable or limit MSCTFIME UI so it doesn’t steal focus, without breaking normal keyboard input?
  3. Are there any official workarounds or patches available, or upcoming fixes in cumulative updates?
Windows for home | Windows 11 | Display and graphics
0 comments No comments

Answer accepted by question author

  1. Hendrix-V 14,075 Reputation points Microsoft External Staff Moderator
    2025-10-03T03:49:39.3866667+00:00

    Hi Gonzalo Caballero,

    Welcome to the Microsoft Q&A Forum!

    Thank you for sharing the details on the issue, you’ve done an excellent job troubleshooting and narrowing down the root cause. This issue is indeed linked to a Windows 11 24H2 regression in the Text Services Framework (MSCTFIME UI), which can steal focus from games in windowed or borderless modes. It’s frustrating, and I completely understand how disruptive this can be during gameplay.

    Here are some solutions that you can kindly try, and I hope one of these works for you:

    1 - Run SFC and DISM

    • These commands check and repair system files and the Windows image.
    • Run these commands on cmd.exe (run as Admin):
    sfc /scannow
    DISM /Online /Cleanup-Image /RestoreHealth
    

    2 - Upgrade to Windows 11 25H2

    • This is the most promising step. Microsoft often includes fixes for 24H2 regressions in the next feature update.
    • Upgrading ensures you get the latest cumulative patches and stability improvements.

    3 - Clean Install as a last resort

    • A clean install guarantees a fresh system without legacy issues.
    • Before proceeding, back up your data, export drivers, and confirm your Windows activation is linked to your Microsoft account.
    • Visit Microsoft official site to create installation media: Windows 11 Installation Media

    This known issue is widely reported and tied to the input system in 24H2. Microsoft is actively rolling out fixes in cumulative updates, so upgrading or clean installing to the latest build is the most reliable long-term solution.

    Let me know if the issue still persists or which solution works for you. Please keep me informed.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have additional questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.