Skip to main content
root@rebel:~$ cd /news/threats/microsoft-investigating-mouse-pointer-bug-in-classic-outlook_
[TIMESTAMP: 2026-02-24 08:21 UTC] [AUTHOR: Runtime Rebel Intel] [SEVERITY: LOW]

Microsoft Investigating Mouse Pointer Bug in Classic Outlook

LOW Vulnerabilities #Outlook#Microsoft#Windows-11
AI-Assisted Analysis
READ_TIME: 4 min read

Overview of the Outlook Cursor Visibility Issue

Microsoft has officially acknowledged a technical regression within the classic Outlook desktop client that causes the mouse pointer to disappear when users attempt to interact with email content. This behavior primarily manifests during the composition of new messages, replies, or forwarded emails. While not a security vulnerability in the traditional sense, this UI bug significantly impacts user productivity and has triggered a surge in support requests within enterprise environments.

According to BleepingComputer, the issue is specifically linked to Outlook Version 2405 (Build 17628.20110). Users have reported that once the focus is placed within the body of an email and typing begins, the cursor vanishes from the screen, making it difficult to select text, manage attachments, or navigate the application interface without relying solely on keyboard shortcuts.

Technical Analysis and Root Cause

The root of this behavior appears to be an unintended interaction between the Outlook application’s text input handling and the underlying Windows mouse pointer settings. Specifically, the bug is exacerbated by the Windows feature designed to hide the pointer while typing. While this feature is intended to prevent the cursor from obstructing the view of text as it is being entered, the classic Outlook Build 17628.20110 fails to reliably restore the cursor’s visibility once typing pauses or the mouse is moved.

This type of UI regression often occurs when updates to the application’s rendering engine or input-focus logic conflict with the shell’s pointer state management. In this instance, the application maintains the ‘hidden’ state of the pointer even when the user requires visual feedback for mouse-driven navigation. The issue seems isolated to the ‘Classic’ version of the Outlook client, which many enterprises continue to utilize due to its advanced feature set and compatibility with legacy add-ins, unlike the ‘New Outlook’ (Monarch) web-based architecture.

Impact on Enterprise Operations

For organizations that rely on the classic Outlook client, this bug represents a significant usability hurdle. IT helpdesks are likely to see an increase in tickets related to ‘hardware failure’ or ‘system freezes’ as non-technical users may mistake the lack of a visible cursor for a system-wide crash or a disconnected peripheral.

Furthermore, the timing of this bug coincides with Microsoft’s broader push to migrate users toward the New Outlook client. Such stability issues in the classic branch, whether intentional or accidental, often increase the friction for users who prefer the traditional Win32 application experience. The bug does not appear to affect other Office Suite applications like Word or Excel, suggesting the flaw resides within the specific message-composition module of the Outlook client.

Mitigation and Recovery Steps

Microsoft is currently investigating the issue and working on a permanent fix via a future update. Until a formal patch is released, defenders and system administrators can implement a workaround to restore functionality for affected users.

To mitigate the disappearing cursor, users must disable the Windows system setting that hides the pointer during text entry. The following steps can be followed by users or deployed via administrative scripts:

  1. Open the Control Panel on the affected Windows machine.
  2. Navigate to Hardware and Sound and select Mouse (under Devices and Printers).
  3. In the Mouse Properties window, select the Pointer Options tab.
  4. Locate the Visibility section and uncheck the box labeled Hide pointer while typing.
  5. Click Apply and then OK to save the changes.

Disabling this setting ensures that the Windows shell does not attempt to toggle the pointer’s visibility state, bypassing the bug in Outlook’s current build. Once Microsoft deploys a fix, administrators may choose to re-enable this setting to restore the original user experience.

Advertisement